[ARIES-1886] Globally configurable number of extender threads and grace
period timeout.
VM property "org.apache.aries.blueprint.default.timeout" can be used to
define the default time out.

VM property "org.apache.aries.blueprint.extender.threads" can be used to
define the count of threads used for deployment.

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1854249 13f79535-47bb-0310-9956-ffa450edef68
2 files changed
tree: adf474bd44c3eec415358b1e8f702a16fb459cbc
  1. application/
  2. async/
  3. blueprint/
  4. cdi/
  5. component-dsl/
  6. eba-maven-plugin/
  7. ejb/
  8. esa-ant-task/
  9. esa-maven-plugin/
  10. jmx/
  11. jndi/
  12. jpa/
  13. parent/
  14. proxy/
  15. pushstream/
  16. quiesce/
  17. samples/
  18. sandbox/
  19. spi-fly/
  20. subsystem/
  21. testsupport/
  22. transaction/
  23. tutorials/
  24. tx-control/
  25. util/
  26. versioning/
  27. web/
  28. .gitignore
  29. LICENSE
  30. NOTICE
  31. pom.xml
  32. README.md
README.md

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

Most of the code is still at the Aries svn repo. There is also a github mirror.

Some of the subproject are already migrated to git:

SubprojectApache GitGithub Mirror
Aries Containersapachegithub
Aries JAX-RS whiteboardapachegithub
Aries JPAapachegithub
Aries RSAapachegithub
Aries Transaction Controlapachegithub

Build

Most projects can be built using

mvn clean install

As the Aries svn hosts a lot of different subprojects it makes sense to only build the specific subproject.