Apache Aries

Clone this repo:
  1. de2b526 Bump maven.version from 3.9.13 to 3.9.14 by dependabot[bot] · 4 days ago trunk
  2. f232488 Bump org.jline:jline from 4.0.2 to 4.0.4 by dependabot[bot] · 5 days ago
  3. 6295f06 Bump org.jline:jline from 4.0.0 to 4.0.2 by dependabot[bot] · 6 days ago
  4. 92f00e6 Bump maven.version from 3.9.12 to 3.9.13 by dependabot[bot] · 10 days ago
  5. 0532c1c Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by dependabot[bot] · 11 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