-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix java 21 #617
Fix java 21 #617
Conversation
This is puzzling to me. The difference (between jdk17 and jdk21) is in what is coming from the micrometer library |
So the issue seems to be that
That is, it's failing to bind the metrics here in micrometer https://github.com/micrometer-metrics/micrometer/blob/main/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/jvm/ExecutorServiceMetrics.java#L304 This is called from our binder here: Line 81 in 98109ea
I can't find an issue in Micrometer itself 🤔 The test passes if we turn off the virtual executor via
on the test... but I'm not sure if this is a fix, a workaround, or a hack |
And sanitize the testsuite-setialization build file
Kudos, SonarCloud Quality Gate passed! |
Supersedes #605 to stop micronaut-build force pushing it all the time