https://github.com/eclipse-ee4j/odi
Open DI
https://github.com/eclipse-ee4j/odi
Last synced: 11 months ago
JSON representation
Open DI
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/odi
- Owner: eclipse-ee4j
- License: apache-2.0
- Created: 2021-11-04T13:10:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T06:56:24.000Z (over 3 years ago)
- Last Synced: 2024-05-09T16:46:08.196Z (about 2 years ago)
- Language: Java
- Size: 587 KB
- Stars: 8
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Open DI
This repository is a Work-in-progress effort to create a dependency injection implementation that implements CDI lite (part of the CDI 4.0 specification) using annotation processing and libraries provided by the Micronaut Open Source project.
As of this writing there is no current release of this project, it is not considered production-ready and is primarily being used as a proving ground for new concepts in CDI 4.0.
Once CDI 4.0 is stabilized and finalized an effort to implement the full spec will commence.