-
Notifications
You must be signed in to change notification settings - Fork 55
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
Faces 4.0 TCK Challenge to use Date formats that are compatible with Java 21 #1935
Comments
I can accept the challenge, however we would have to exclude the tests formally, or we'd have to ask for another exception with the specification committee again. Our assertion for changing the test in 4.1 was that testing for dates was not the real purpose of the test, so we just picked other dates that just happened not to be affected by the JDK 17/21 issue. Maybe on that base the spec committee can grant us an exception to change the 4.0 tests? |
Please do add the As per "
We have already used the above
My view on the 4.1 change is that the test was broken by a JDK change and changing the test to be able to pass on JDK 21 is the best outcome. If there is risk that the test change may cause Faces 4.0/4.1 implementations to no longer be Faces compatible, then that is a test change that should be avoided. If we do back port the test change to 4.0 and later find that the change breaks compatibility for some Faces implementations (as highly unlikely that could be), then a subsequent Faces 4.0.x TCK service release would then be released that excludes the tests.
As per above, the TCK Process changed so that you don't have to ask for an exception. |
@arjantijms we discussed this at the Platform Dev call today, but we still need an answer. |
https://issues.redhat.com/browse/WFLY-19491 contains the three Faces 4.0 TCK test failures that occur when running on Java 21. I suspect the problem is with invalid month names (e.g.
Sep
) being used in the following:I think that c971c20 is likely related as that change seems to change partial
Sep
month names to full month names (e.g.May
).The text was updated successfully, but these errors were encountered: