FYI: Groovy 2.4.15 under the current OpenJDK 11 prerelease, with IntelliJ as
the build system ran (after the JDK deprecation fixes we needed, described in
previous email) without any problems with our 900+ (database/integration) tests
(WIN7), as well as Vaadin 7 (RHEL).
-------- Ursprüngliche Nachricht --------Von: Misagh Moayyed
<mmoay...@unicon.net> Datum: 30.07.18 18:32 (GMT+00:00) An:
users@groovy.apache.org Betreff: Groovy and JDK 11: Compilation issue
Has anyone here tried to use Apache Groovy 2.5.1 or 3.x and JDK 11 together? I
am trying to troubleshoot a build failure (Using Gradle 4.8, or 4.9) that
manifests itself as:
...
General error during class generation: java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
at
groovyjarjarasm.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)
at groovyjarjarasm.asm.ClassReader.accept(ClassReader.java:651)
at groovyjarjarasm.asm.ClassReader.accept(ClassReader.java:391)....
Here is the full output of the
failure:https://travis-ci.org/apereo/cas/builds/409569422
It appears to me that perhaps JDK 11 support for Groovy still has a few rough
edges and may not be "officially" there. Could someone confirm this please?
Thanks.
--Misagh