
30 Jan
2018
30 Jan
'18
9:33 p.m.
the automatic module name for jul-to-slf4j is 'jul.to.slf4j@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'