-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does this project relate to CDI? #468
Comments
Hk2 is technically a DI (former jsr 330) implementation. It almost passed the TCK (master branch), but has one failure. |
I think this project should become a CDI implementation, in my view that is what version 3 should be. |
@arjantijms As a first step it would be good to make it a compatible Jakarta Inject implementation. |
@keilw Jonathan tested it recently, and it seems it's just this one failure preventing it to be fully certifiable as Jakarta Inject. |
Is there an issue for the Jakarta Inject failure? |
Seems like Payara interested to make it - https://blog.payara.fish/hk2-the-hundred-kilobyte-kernel |
Does this project have relationships to CD?
It almost seems like a Glassfish internal competitor.
Should it turn into a compatible implementation over time`?
The text was updated successfully, but these errors were encountered: