https://github.com/ops4j/org.ops4j.pax.cdi
Contexts and Dependency Injection for OSGi
https://github.com/ops4j/org.ops4j.pax.cdi
Last synced: 12 months ago
JSON representation
Contexts and Dependency Injection for OSGi
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.pax.cdi
- Owner: ops4j
- License: apache-2.0
- Created: 2012-06-27T16:51:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T22:15:55.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T14:36:52.241Z (over 1 year ago)
- Language: Java
- Size: 3.51 MB
- Stars: 33
- Watchers: 59
- Forks: 26
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pax CDI
=======
Thanks for looking into Pax CDI - Contexts and Dependency Injection for OSGi.
This is the official source repository of the OPS4J Pax CDI project.
Its licensed under the Apache Software License 2.0 by the OPS4J community.
## Documentation
*
## Build
You'll need a machine with Java 6 or Java 7 and Apache Maven 3 installed.
Checkout:
git clone git://github.com/ops4j/org.ops4j.pax.cdi.git
Run Build:
mvn clean install
## Releases
Releases go to Maven Central.
The current release candidate is Pax CDI 1.0.0.RC1.
## Issue Tracking
*
## Continuous Integration Builds
We have a continuous integration build set up here:
*
Snapshot artifacts are being published to:
*
The OPS4J Team.