Skip to content
Success

Changes

Summary

  1. [maven-release-plugin] prepare release 1.0.2 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Add explicit source/target version of 1.8 (details)
  4. Add module-info via multi-version jar (details)
  5. Change javadoc <tt> <code> (details)
  6. #20 add module-info without multi-version jar (details)
  7. Build as multi-release jar (details)
Commit 13ae5a73182af763426d6766676427aa052d6598 by Cdi Bot
[maven-release-plugin] prepare release 1.0.2
The file was modified pom.xml (diff)
Commit 5c9e19e192e34095f23d3aa317ca1fdf76110b09 by Cdi Bot
[maven-release-plugin] prepare for next development iteration
The file was modified pom.xml (diff)
Commit 749c66a94f7e78d1f679123378acc605a4aa7463 by Scott M Stark
Add explicit source/target version of 1.8
Fix the master version back to 2.0.1-SNAPSHOT

Signed-off-by: Scott M Stark <starksm64@gmail.com>
The file was modified pom.xml (diff)
Commit 16e59ea9949d6434c21db743d60b67f905f3c5d1 by Robin Bygrave
Add module-info via multi-version jar

Removes Automatic-Module-Name manifest entry and replaces it with module-info via multi-version jar
The file was modified pom.xml (diff)
The file was addedsrc/main/java9/module-info.java
Commit f32375cc1094e85a135185e01de71c352d4ba888 by Robin Bygrave
Change javadoc <tt> <code>

Noting that <tt> is not valid in html5 and the suggestion is to change it to <code>
The file was modified src/main/java/jakarta/inject/package-info.java (diff)
The file was modified src/main/java/jakarta/inject/Inject.java (diff)
Commit 777bb396cdae9f24a79c87180e4438c77d082279 by Robin Bygrave
#20 add module-info without multi-version jar
The file was modified pom.xml (diff)
Commit afb602b3ee35faf2da8a3d9eb4c128018f71f44a by Robin Bygrave
Build as multi-release jar

Will package with module-info.class in META-INF/versions/9/module-info.class
The file was modified pom.xml (diff)