-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ManagedBeanTypesTest#testGenericHierarchyBeanTypes not compatible with Java 21 #36632
Comments
This was one of the two reasons to release 4.0.12 TCK IIRC, let me check... |
I checked and we are using 4.0.12 so not sure what's going on. |
Right, here is the TCK challenge - jakartaee/cdi-tck#485 But we don't seem to be using same excusion list, instead we have https://github.com/quarkusio/quarkus/blob/main/tcks/jakarta-cdi/src/test/resources/testng.xml |
Now, maybe the tests are coming from somewhere else? |
@manovotn thanks, will handle it in my branch then. |
No problem. We might as well do it in the |
I added a commit there: #36284 . Thanks for the quick feedback. |
I confirm my PR targets the |
Making progress on Java 21 CI and stumbled upon this problem (see
SequencedCollection
):We are using the latest version of the CDI TCK, 4.0.12. Is there any plan to make the TCK compatible with Java 21 or should we skip this test?
The text was updated successfully, but these errors were encountered: