updated to latest CDI API

Signed-off-by: Raymond Auge <rotty3000@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1829454 13f79535-47bb-0310-9956-ffa450edef68
26 files changed
tree: 189fbaddcc338710961576899e9a686a0e6e377c
  1. cdi-extender/
  2. cdi-extension-http/
  3. cdi-extension-jndi/
  4. cdi-extra/
  5. cdi-itests/
  6. javax.annotation-api/
  7. javax.cdi-api/
  8. javax.el-api/
  9. javax.inject-api/
  10. javax.interceptor-api/
  11. hs_err_pid14088.log
  12. LICENSE
  13. NOTICE
  14. pom.xml
  15. README.md
README.md

Aries CDI Integration

This is an implementation of OSGi RFC 0193.

License

Apache License Version 2.0

Building From Source

The build uses maven so it should look pretty familiar to most developers.

mvn clean install

Pre-built runtime

This repository contains an OSGi enRoute based, pre-assembled executable jar providing a complete runtime for you to just drop in your CDI bundles. It comes preconfigured with logging, Gogo shell and Felix SCR.

Once you've completed a successfull build, you should be able to execute the command:

java -jar cdi-itests/target/cdi-executable.jar

and be presented with a gogo shell prompt ready for you to install a CDI bundle.