[slf4j-dev] automatic module name for jul-to-slf4j not working
Ceki
ceki at qos.ch
Tue Jan 30 23:31:07 CET 2018
Hello Peter,
Please create a Jira issue for this problem.
I would add the following in MANIFEST.MF under the folder
jul-to-slf4j/src/main/resources/META-INF/
Automatic-Module-Name: jul_to_slf4j
which should solve the problem.
Your PR request is welcome.
--
Ceki
On 30.01.2018 22:33, Peter wrote:
> the automatic module name for jul-to-slf4j is 'jul.to.slf4j at 1.8.0-beta1‘. This is no valid name as in Java 9 ‚to‘ is a reserved keyword.
>
> So I think it is necessary to define an appropriate automatic module name in the manifest and later in the module-info.java.
>
> I will happily file a PR with a modified pom.xml if I would know what name would be accepted; better solution would be to rename the artifact to something that does not contain ‚to'
> _______________________________________________
More information about the slf4j-dev
mailing list