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

2018-09-03 Thread Daniel.Sun
Hi Rémi, Thanks a lot for your looking into the issue :-) Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

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

2018-09-03 Thread Daniel.Sun
+1 - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

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

2018-09-03 Thread Paul King
t; > *À: *"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) i

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 > (subj

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

2018-09-02 Thread Paul King
.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 > > &

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 > H

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