Apache Aries

Clone this repo:
  1. 20f92f8 Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 by dependabot[bot] · 2 days ago trunk
  2. a5212a3 Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 by dependabot[bot] · 5 days ago
  3. 29fd17c Bump org.apache.maven.plugins:maven-war-plugin from 3.5.0 to 3.5.1 by dependabot[bot] · 8 days ago
  4. 52e06a0 Bump actions/checkout from 5 to 6 by dependabot[bot] · 2 weeks ago
  5. 707842d Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 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