Apache Aries

Clone this repo:
  1. 2bb0883 Bump org.apache:apache from 34 to 35 by dependabot[bot] · 32 hours ago trunk
  2. b3faf4a Merge pull request #686 from apache/dependabot/maven/org.eclipse.platform-org.eclipse.osgi-3.23.100 by Dominik Przybysz · 4 days ago
  3. 4a01b47 [MAINTENANCE] Add versioning to jndi build action by Dominik Przybysz · 4 days ago
  4. 2d05b49 [MAINTENANCE] Move eclipse platform declaration to samples parent by Dominik Przybysz · 4 days ago
  5. 9875a93 [MAINTENANCE] Skip eclipse platform update in bluepting and subsystem by Dominik Przybysz · 4 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