You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didums was originally created to help make use of frameworks that support the JSR330 spec. One of these frameworks is HK2.
The HK2 project has been taken over by the jakarta project and moved source and hosting locations to the EE4J initiative.
Jakarta have released a new version of the inject API with the package name changing from javax.inject to jakarta.inject.
As Didums was originally released for use with JSR330, for the moment didums will continue to use and support the version of HK2 that uses the V1 api and the javax.inject package name (ie 2.6.1). Updating Didums to use the jakarta package API will also be considered.
Didums was originally created to help make use of frameworks that support the JSR330 spec. One of these frameworks is HK2.
The HK2 project has been taken over by the jakarta project and moved source and hosting locations to the EE4J initiative.
Jakarta have released a new version of the inject API with the package name changing from javax.inject to jakarta.inject.
As Didums was originally released for use with JSR330, for the moment didums will continue to use and support the version of HK2 that uses the V1 api and the javax.inject package name (ie 2.6.1). Updating Didums to use the jakarta package API will also be considered.
Some helpful links:
https://javaee.github.io/hk2/introduction.html
https://github.com/javaee/hk2
https://eclipse-ee4j.github.io/glassfish-hk2/
https://github.com/eclipse-ee4j/glassfish-hk2
https://jakarta.ee/specifications/dependency-injection/
https://codebulb.github.io/pages/2015/04/java-ee7-java-ee-6-bean-types-overview/wildfly.html
https://dzone.com/articles/jakarta-ee-without-javax-the-world-wont-end-this-time-either
The text was updated successfully, but these errors were encountered: