Jeff Scott Brown
Jeff Scott Brown
> it prints 1 and 2, so it seems like something's preventing my Java service from "seeing" the variables. I think the fact that it is printing 1 and 2...
> If JDK 17 isn't supposed to be supported, I guess this isn't a bug Agreed > but maybe it's still interesting? It is. Thank you for the feedback.
> Even if the static initializer has just executed and printed 1 and 2, the Java service sees 0 and 0. @torbjorn-boost I cannot reproduce that. When I run the...
Can you clarify if you are seeing this problem with Java 8?
> Does this make this a potential regression in Groovy 3.0.10? Yes. I don't know that it is a regression in 3.0.10 but I think it is a potential regression...
I have created a project which eliminates domain classes and Grails as a factor. See [github.com/jeffbrown/issue12451](https://github.com/jeffbrown/issue12451). [app/build.gradle#L10-L15](https://github.com/jeffbrown/issue12451/blob/b553d53d1224225556af6e4776eab4bea45407a8/app/build.gradle#L10-L15) ``` dependencies { // 3.0.9 appears to yield correct behavior // implementation 'org.codehaus.groovy:groovy-all:3.0.9'...
> Groovy version 3.0.11 has been released. @fernando88to FYI... At the moment is not yet available at https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/.
With what version of Grails are you working? Is there a reason that a codec makes more sense than extension methods for your use case? Thanks for the feedback.
> Errror > Lanch app.jar as a docker FROM adoptopenjdk/openjdk12-openj9 What is the error?
@JJAM2014 Can you share any information about what error is happening?