-
Notifications
You must be signed in to change notification settings - Fork 111
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
issues/1192 TCK challenge for adding support for running Jakarta EE 10 Platform TCK signature TCK tests on Java 21 #1206
Conversation
… tests on Java 21 Signed-off-by: Scott Marlow <[email protected]>
With this change:
|
To take care of JDK classes in future release of JDK, we should provide pattern match |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Thanks @gurunrao @alwin-joseph! Could one of you please also mark TCK challenge issue #1192 as |
Good idea, perhaps that could also be done by adding All of the Jakarta EE SPEC APIs are now the only classes that can be in the |
to avoid disadvantage of "javacustom" kind of package, we should pattern match |
+1000 Thanks @gurunrao, this sounds like a good improvement! |
Fixes Issue
platform-tck/issues/1192
Related Issue(s)
jakartaee/security#297
jakartaee/jaxb-tck#81
https://issues.redhat.com/browse/WFLY-18816
Describe the change
Update the list of excluded JDK classes in SigTestDriver.java to skip validation of JDK (21) classes that have been modified. This TCK challenge is in making further changes in support of what we previously addressed for #156
Additional context
In the near future, we should update the Signature test tooling to only validate classes in the
jakarta
namespace which JDK classes are not be expected to implement since only Jakarta EE SPEC APIs can use that package.CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow