-
Notifications
You must be signed in to change notification settings - Fork 3
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
RuntimesSmokeTest.quarkusFullMicroProfile/JFRTest.jfrPerfTest fail due to new Quarkus warnings with quarkus main (3.6) #220
Comments
I have reproduced this locally with the quarkus microprofile app, but I have no idea where the property is coming from:
A simple grep doesn't return anything for me.... |
Not sure but I suspect it is coming from https://github.com/quarkusio/quarkus/blob/b08cf2f100a24b7b7225756d558303236f713846/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java#L90 and was introduced with quarkusio/quarkus#37022 |
Please see quarkusio/quarkus#37072. |
Thanks! |
I'm proposing to allow-list the deprecation lines in #222 until we have a proper fix in Quarkus so as to reduce test noise and miss issues because of this known problem. |
quarkusio/quarkus#37072 fixed this for us. |
The
RuntimesSmokeTest.quarkusFullMicroProfile
test fails in CI with JDK 22 + GraalVM 24.0 with:and
See: https://github.com/graalvm/mandrel/actions/runs/6844550940/job/18609261996#step:11:18840
The text was updated successfully, but these errors were encountered: