Re: Module naming restrictions

2017-04-25 Thread Remi Forax
ModuleDescriptor.read() implements the JVMS semantics. Rémi - Mail original - > De: "Stephan Herrmann" > À: jigsaw-dev@openjdk.java.net > Envoyé: Mardi 25 Avril 2017 13:49:20 > Objet: Re: Module naming restrictions > When you say "bug" do you mean >

Re: Module naming restrictions

2017-04-25 Thread Stephan Herrmann
rote: Seems to be a bug to me. Rémi - Mail original - De: "Rafael Winterhalter" À: "jigsaw-dev" Envoyé: Mardi 25 Avril 2017 09:12:04 Objet: Module naming restrictions Hello, I did another update of my libraries to support Java 9 and found out that Byte Bud

Re: Module naming restrictions

2017-04-25 Thread Remi Forax
Seems to be a bug to me. Rémi - Mail original - > De: "Rafael Winterhalter" > À: "jigsaw-dev" > Envoyé: Mardi 25 Avril 2017 09:12:04 > Objet: Module naming restrictions > Hello, > > I did another update of my libraries to support Java 9 and

Module naming restrictions

2017-04-25 Thread Rafael Winterhalter
Hello, I did another update of my libraries to support Java 9 and found out that Byte Buddy cannot easily be used as an automatic module. It is published as byte-buddy.jar to Maven Central where its automatic module name would be byte.buddy. This does however not compile due to "byte" being a keyw