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
This is due to https://openjdk.org/jeps/472 new in JDK 24. While this essentially is a Quarkus issue (why is brotli there to begin with?) or a library issue, we need to allow list those lines for now so as to reduce test noise.
The text was updated successfully, but these errors were encountered:
This should fix failures due to new warnings coming from the JDK in the
following tests:
- DebugSymbolsTest.debugSymbolsQuarkus
- JFRTest.jfrPerfTest
- RuntimesSmokeTest.quarkusFullMicroProfile
Closes: Karm#284
We have some failing CI builds due to new warnings being produced:
See: https://github.com/graalvm/mandrel/actions/runs/11043295615/job/30678091813#step:11:15583
This is due to https://openjdk.org/jeps/472 new in JDK 24. While this essentially is a Quarkus issue (why is brotli there to begin with?) or a library issue, we need to allow list those lines for now so as to reduce test noise.
The text was updated successfully, but these errors were encountered: