tomdw/java-modules-context-boot

javax.inject should at least be a named automatic module

tomdw opened this issue · 1 comments

tomdw commented

For safe distribution of the library the javax.inject or jakarta.inject dependency should at least be an automatic module with a reserved name in the manifest.

Reached out to the community through http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-October/013233.html

Contact with the original spec owners will be taken by someone at oracle, see mail thread.

Code at https://github.com/javax-inject/javax-inject, issue logged at javax-inject/javax-inject#33

For Jakarta inject, code at https://github.com/eclipse-ee4j/injection-api/, issue logged at jakartaee/inject#14

tomdw commented

jakarta inject-api 1.0.5 has an explicit module info, see jakartaee/inject#23