Open allentiak opened 7 years ago
Thanks for the report. Good to hear that sounds works though. There is not much we can do as it is due to the current release of groovy. Will rename this to remind us to upgrade the dependency when a fixed version of groovy is released.
Groovy has been updated... Have you tried v 2.4.14?
According to their bug tracker, this issue is currently still open, see https://issues.apache.org/jira/browse/GROOVY-8339
Any updates on the fix for groovy?
The groovy jira page mentioned it is fixed in 3.0 beta 1. We'll update when 3.0 is released.
I will check out the beta. Thanks so much.
@melvinzhang I've just noticed Groovy 3.x has been out for a few months already.
Maybe it's time to update?
Sure, but I'm having some problems updating the build.xml, currently we are using groovy-all, but there isn't an appropriate jar file in https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/3.0.2/
What
this repo, master branch
currently we are using groovy-all, but there isn't an appropriate jar file in https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/3.0.2/
Hmmm...
Is this the only jar you tried? Have you tried with another one? Which one(s)?
Groovy 3.0.x provides many jars... Maybe the functionality you need from 2.4 in 3.0 simply got moved somewhere else... https://www.youtube.com/watch?v=oyLBGkS5ICk&t=1946 ;-)
A side discovery from #1367.
I get an "Illegal reflective access" Java warning on Debian "testing/unstable" (buster/sid) with OpenJDK 9 (b181-4).
Note that this was tested with a packaged beta version of OpenJDK 9 (see details below). This should be re-tested again once OpenJDK 9 final is packed for Debian testing.