Skip to content

Releases: jakartaee/inject

1.0.5 Service Release (java.inject)

17 Oct 18:00
Compare
Choose a tag to compare

This switches the module name back to the java.inject that was used by the 1.0.3 release with automatic module. This is a multi-release jar.

2.0.1.MR Service Release (jakarta.inject)

16 Oct 20:30
Compare
Choose a tag to compare

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)

16 Oct 20:50
Compare
Choose a tag to compare

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)

16 Oct 23:22
Compare
Choose a tag to compare

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

05 Oct 20:46
Compare
Choose a tag to compare

This release add an explicit module-info class, and Java 8 source/target levels.
#17
#18

1.0.3 Service Release

17 Sep 17:10
Compare
Choose a tag to compare

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

30 Jul 02:15
Compare
Choose a tag to compare

A service release that addresses:

  • Address #14 , set Automatic-Module-Name to java.inject
  • Address #15 , add OSGi bundle headers

RC for Jakarta EE 9 Effort

16 Jan 11:21
Compare
Choose a tag to compare
Pre-release

This is an initial release candidate for the javax to jakarta package namespace change for Jakarta EE 9

At Inject 1.0

16 Sep 12:23
2ece29b
Compare
Choose a tag to compare

First Injection API release for Jakarta EE