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
+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
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
> 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
.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
>
> &
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
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