Apache Aries

Clone this repo:
  1. 4d0b94d ARIES-2240: Configure javadoc plugin for next modules (#885) by Dominik Przybysz · 16 hours ago trunk
  2. 4aeebce Bump pax-logging.version from 2.2.13 to 2.2.14 (#884) by dependabot[bot] · 6 days ago
  3. 1020822 ARIES-2241: Fix fragment ServiceLoader capability merging (#878) by Václav Haisman · 13 days ago
  4. 6e1d5cc ARIES-2240: Configure javadoc for spi-fly (#880) by Dominik Przybysz · 13 days ago
  5. 88b65c4 ARIES-2240: Configure new parent with javadoc in util, testsupport and versioning by Dominik Przybysz · 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