Apache Aries

Clone this repo:
  1. e038ead Bump junit-jupiter.version from 5.14.1 to 5.14.2 by dependabot[bot] · 9 hours ago trunk
  2. 8a94a08 Bump junit-platform.version from 1.14.1 to 1.14.2 by dependabot[bot] · 9 hours ago
  3. 89fcd67 [MAINTENANCE] Do not use any bnd maven plugin 7.x because it does not support java 8 by Dominik Przybysz · 8 days ago
  4. 94b3d25 Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 by dependabot[bot] · 13 days ago
  5. 5690146 Bump xbean.version from 4.28 to 4.29 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