Apache Aries

Clone this repo:
  1. 89fcd67 [MAINTENANCE] Do not use any bnd maven plugin 7.x because it does not support java 8 by Dominik Przybysz · 24 hours ago trunk
  2. 94b3d25 Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 by dependabot[bot] · 6 days ago
  3. 5690146 Bump xbean.version from 4.28 to 4.29 by dependabot[bot] · 12 days ago
  4. 43053de Bump maven.version from 3.9.11 to 3.9.12 by dependabot[bot] · 13 days ago
  5. 6f34d1a Bump xbean.version from 4.28 to 4.29 by dependabot[bot] · 13 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