glassfish-hk2 icon indicating copy to clipboard operation
glassfish-hk2 copied to clipboard

How does this project relate to CDI?

Open keilw opened this issue 6 years ago • 6 comments

Does this project have relationships to CD? It almost seems like a Glassfish internal competitor.

Should it turn into a compatible implementation over time`?

keilw avatar Aug 02 '19 11:08 keilw

Hk2 is technically a DI (former jsr 330) implementation. It almost passed the TCK (master branch), but has one failure.

arjantijms avatar Aug 02 '19 12:08 arjantijms

I think this project should become a CDI implementation, in my view that is what version 3 should be.

Cousjava avatar Aug 02 '19 12:08 Cousjava

@arjantijms As a first step it would be good to make it a compatible Jakarta Inject implementation.

keilw avatar Aug 02 '19 13:08 keilw

@keilw Jonathan tested it recently, and it seems it's just this one failure preventing it to be fully certifiable as Jakarta Inject.

arjantijms avatar Aug 02 '19 14:08 arjantijms

Is there an issue for the Jakarta Inject failure?

smillidge avatar Oct 02 '19 20:10 smillidge

Should it turn into a compatible implementation over time`?

Seems like Payara interested to make it - https://blog.payara.fish/hk2-the-hundred-kilobyte-kernel

anbusampath avatar Nov 28 '21 22:11 anbusampath