Apache Aries

Clone this repo:
  1. 1f16f98 Bump org.jline:jline from 4.0.13 to 4.0.14 by dependabot[bot] · 5 hours ago trunk
  2. 78a8b3d Add javax.inject to helloworld-itests by Dominik Przybysz · 3 days ago
  3. e9b6f9c Bump org.ops4j.pax.url:pax-url-aether from 2.6.17 to 2.7.1 by dependabot[bot] · 3 days ago
  4. 575a80e Bump junit-jupiter.version from 5.14.3 to 5.14.4 by dependabot[bot] · 3 days ago
  5. 0ecf68a Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.0 by dependabot[bot] · 3 days ago

Apache Aries

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming model.

See Apache Aries Website.

Source Code

The sources are now directly availble in aries github.

Some of the subprojects have their own git repos:

Subproject
Aries CDI
Aries Component DSL
Aries Containers
Aries JAX-RS whiteboard
Aries JPA
Aries RSA
Aries Transaction Control
Aries Typed Event

Build

Most projects can be built using

mvn clean install

As the Aries main repository hosts a lot of different subprojects it makes sense to only build the specific subproject.

Submodule dependencies visualization

  1. Install graphviz (dot program is necessary)
  2. Run script ./createDependencyGraph.sh SUBMODULE
  3. Graph of dependencies will be generated in target directory