Extend set of bundles visible to BundleTracker used to manage service caches.

Use system bundle context to track more bundles. Extend the cache availbiliy to JNDI calls during bundle start()/stop() methods. The tracker's bundleRemoved is deleted since it will only be called after a bundle transitions from STOPPING->STOPPED at which point the framework has done cleanup and calling ungetService is not needed.
1 file changed
tree: 92258823df48f186d604ccff68a0b1aceddbe9e1
  1. application/
  2. async/
  3. blueprint/
  4. eba-maven-plugin/
  5. ejb/
  6. esa-ant-task/
  7. esa-maven-plugin/
  8. jmx/
  9. jndi/
  10. jpa/
  11. parent/
  12. proxy/
  13. pushstream/
  14. quiesce/
  15. samples/
  16. sandbox/
  17. spi-fly/
  18. subsystem/
  19. testsupport/
  20. transaction/
  21. tutorials/
  22. tx-control/
  23. util/
  24. versioning/
  25. web/
  26. .gitignore
  27. LICENSE
  28. NOTICE
  29. pom.xml
  30. 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

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

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.