Apache Aries

Clone this repo:
  1. 951ad39 Bump actions/labeler from 5 to 6 by dependabot[bot] · 18 hours ago trunk
  2. cefbce5 Bump pax-logging.version from 2.2.9 to 2.2.10 by dependabot[bot] · 9 days ago
  3. f19fd4a [MAINTENANCE] Do not use groovy-xml 5 because it does not support java 8 by Dominik Przybysz · 11 days ago
  4. 34a7880 Bump actions/setup-java from 4 to 5 by dependabot[bot] · 2 weeks ago
  5. 1cdc687 Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 by dependabot[bot] · 2 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