Releases: jakartaee/inject
1.0.5 Service Release (java.inject)
2.0.1.MR Service Release (jakarta.inject)
This is a 2.0.1 service release with a multi-release jar that adds the module-info class to META-INF/versions/9/module-info.class using the https://github.com/moditect/moditect plugin.
This is an experimental release to allow users to choose between this format of a modularized api jar and the 2.0.1 release that has the module-info.class in the root of the jar as is the convention adopted for EE10. Unless there is user feedback that this format has sufficient advantages over the 2.0.1 release format, this is not a format we intend to support in the future.
2.0.1 Service Release (jakarta.inject)
This is a service release that adds a module-info class file to the root of the API JAR as per the conventions for EE10:
https://github.com/eclipse-ee4j/jakartaee-platform/wiki/Modularized-Jars
This JAR is Java SE 8 compatible at the source/target level for everything but the module-info.class
Note that an alternative form of this API JAR as a multi-release JAR is available in the 2.0.1.MR release.
1.0.4 Service Release (javax.inject)
This is a 1.0.4 service release with a multi-release jar that adds the module-info class to META-INF/versions/9/module-info.class using the https://github.com/moditect/moditect plugin for the javax.inject module.
2.0.1.RC1 Service Release
1.0.3 Service Release
This release corrects the 1.0.2 release which was incorrectly done from the master branch with the jakarta.* packages.
It adds the Automatic-Module-Name=java.inject to the api jar manifest.
1.0.2 Service Release
RC for Jakarta EE 9 Effort
This is an initial release candidate for the javax to jakarta package namespace change for Jakarta EE 9
At Inject 1.0
First Injection API release for Jakarta EE