Open
Description
I use a Java library which depends on a Scala library which uses this. So I cannot use that in a modular Java project because the scala naming of whatever_2.12 cannot automatically be converted into a Java module name, it converts into whatever.2.12 which is invalid. Please add an Automatic-Module-Name to the MANIFEST.MF of circe-core, circe-generic, circe-jawn, circe-numbers, circe-parser. The scala standard library also has a module name. Right now I need to use a patcher in my build tool to handle it.
Metadata
Metadata
Assignees
Labels
No labels