Update obsoleted HK2 related part in the documentation
See link: https://glassfish.org/docs/SNAPSHOT/add-on-component-development-guide.html#hk2-lifecycle-interfaces
- Those links to java.net don't exist any more
-
org.jvnet.hk2.componentpackages don't exist too, I assume they were replaced by Jakarta Annotations? Or by hk2-api module.
https://eclipse-ee4j.github.io/glassfish-hk2/apidocs/index.html doesn't work either
If possible release a CDI-based version instead of the HK2.
CDI support is not applicable here. This is about building modules installed into the GlassFish server, not included in apps. For performance reasons, it’s better to use HK2, which supports build-time optimizations.
https://eclipse-ee4j.github.io/glassfish-hk2/apidocs/index.html doesn't work either
@OndroMih is hk2 api docs getting published? because this is getting 404.