-
Notifications
You must be signed in to change notification settings - Fork 123
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
CDIPropertyNameMatchingTest fails when running with Java 21 #1038
Comments
@radcortez could this be related to #987 ? |
No idea, but the change works for 11 and 17, I don't see a reason for it not to work with 21. I'll add a runner for 21 and check. |
Added the Java 21 builder here and all the tests passed: #1039 |
@radcortez ok, that is interesting ... do you know exactly which JVM that is using? Mine is a couple of months old now, maybe it needs updating? |
I've tried locally with:
Github actions v1 uses Azul Zulu OpenJDK. |
I've just tested locally with Zulu and Temurin and I still get the same failure. I will try to grab a Linux VM and try that instead of my Mac (Sonoma). |
Using a completely fresh RHEL 9.2 VM with Temurin 21, it still fails for me. openjdk 21.0.1 2023-10-17 LTS |
MP Config TCK test fails using Java 21 -
CDIPropertyNameMatchingTest.testPropertyFromEnvironmentVariables
Passes with Java 17. Fails with Java 21.
Passes with SmallRye Config 3.3.4. Fails on version 3.4.x.
The text was updated successfully, but these errors were encountered: