Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.0-beta1
-
Fix Version/s: 1.8.0-beta4
-
Component/s: jul-to-slf4j
-
Labels:None
Description
the automatic module name that is created in Java 9 for the jul-to-slf4 jar is jul.to.slf4j@1.8.0-beta1. This contains the token to which is a reserved word in Java 9 so the generated name cannot be used in requires statements in modul-info.java files of projects using jul-to-slf4j and inhibits migration of projects to Java 9.
This should be modified by adding
Automatic-Module-Name: jul_to_slf4j
to the manifest for the archive.
Attachments
Issue Links
- links to