Apache Aries

Clone this repo:
  1. 86ce33b Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by dependabot[bot] · 3 days ago trunk
  2. 182b8f8 Bump org.apache.groovy:groovy-xml from 4.0.29 to 4.0.30 by dependabot[bot] · 7 days ago
  3. ff51324 Bump org.codehaus.mojo:animal-sniffer-enforcer-rule from 1.26 to 1.27 by dependabot[bot] · 10 days ago
  4. dfca3ce Bump org.apache:apache from 36 to 37 by dependabot[bot] · 2 weeks ago
  5. 5385654 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness 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