You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@glefloch The gradle daemon ran into heap space issues multiple times in the last days (while running integration-tests/gradle).
What's the best was to increase memory for it and do you know what the default setting is? I don't think there is much memory left to assign, so we need to be careful.
Description
Description
Analyze failures, create upstream issues etc.
Current status (checked item means problem resolved or mitigated with respective follow-up issues):
java.lang.IllegalArgumentException: Unsupported class file major version 62
from ASMUpgrade ASM to 9.2 and add ASM to dependabot #20391
io.quarkus.gradle.plugin
Unsupported class file major version 62
Requires Gradle upgrade that is based on Groovy 4 (https://issues.apache.org/jira/browse/GROOVY-10154)Seems to have vanished after Bump gradle to version 7.3 #21338
quarkus-cli
Same as gradle/groovy problem.
quarkus-integration-test-devtools
Same as gradle/groovy problem.
quarkus-integration-test-container-image-invoker
Requires
Groovy 4Groovy 3.0.9 update:BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 62
Will take long time before Groovy 4 is usable here, so maybe use this instead: http://maven.apache.org/plugins/maven-invoker-plugin/examples/access-test-classes.htmlhttps://issues.apache.org/jira/browse/GROOVY-10194
Update groovy in maven-invoker-plugin for Java 18 compatibility #21549
quarkus-tck-microprofile-rest-client
Re-enable remaining excluded Timeout* tests in microprofile-rest-client TCK for Java 16+ #19559 (comment)
Don't run rest-client TCK Timeout*Tests on Java 18 #21244
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: