Apache Aries

Clone this repo:
  1. 9a087b0 Bump actions/checkout from 6 to 7 by dependabot[bot] · 29 hours ago trunk
  2. 39e3fc5 Bump org.jline:jline from 4.2.0 to 4.2.1 by dependabot[bot] · 2 days ago
  3. 72d0068 Bump org.jline:jline from 4.1.3 to 4.2.0 by dependabot[bot] · 3 days ago
  4. aa10a2b Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0 by dependabot[bot] · 10 days ago
  5. b4ef25a Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by dependabot[bot] · 3 weeks 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