Re: Move global transforms from META-INF/services to META-INF/groovy

2018-09-02 Thread Paul King
Okay, will leave things as they are for now. It will make the OSGi tweaks we do to the build somewhat uglier but we can live with that for now. All other non-conforming files are already out of META-INF/services. These are the only files in that directory that we have that don't use a service load

Support of Java 11 using ASM 6.2.1 and ASM 7

2018-09-02 Thread Remi Forax
Hi all, Java 11 introduces several new forward incompatible features* in the class file. Currently javac only uses one of them, nestmates [1], which allows to declare that several classes are part of the same nest thus allow access to private members in between them, obviously changing the seman

Re: Support of Java 11 using ASM 6.2.1 and ASM 7

2018-09-02 Thread Remi Forax
Forget to ling to the related bug: https://issues.apache.org/jira/browse/GROOVY-8727 cheers, Rémi - Mail original - > De: "Remi Forax" > À: "dev" > Envoyé: Dimanche 2 Septembre 2018 18:04:12 > Objet: Support of Java 11 using ASM 6.2.1 and ASM 7 > Hi all, > Java 11 introduces several ne

Re: Support of Java 11 using ASM 6.2.1 and ASM 7

2018-09-02 Thread Paul King
Hi, Groovy 3.x snapshots use ASM7_EXPERIMENTAL. For Groovy 2.5.x, the current plan (subject to change) is that we were planning on waiting for the ASM 7 release and doing a new release after that. But, I must admit that I haven't really had a chance to look at the full implications of using ASM7_

Re: Support of Java 11 using ASM 6.2.1 and ASM 7

2018-09-02 Thread forax
> De: "paulk" > À: "Remi Forax" > Cc: "dev" > Envoyé: Lundi 3 Septembre 2018 00:26:27 > Objet: Re: Support of Java 11 using ASM 6.2.1 and ASM 7 > Hi, > Groovy 3.x snapshots use ASM7_EXPERIMENTAL. For Groovy 2.5.x, the current plan > (subject to change) is that we were planning on waiting for th