jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

JSTL Test Fix(tckrefactor branch) for issues/255 in JDK21 due to space character before AM/PM #1329

Closed alwin-joseph closed 3 months ago

alwin-joseph commented 3 months ago

Related Issue(s)

Describe the change Copied the changes from https://github.com/jakartaee/platform-tck/pull/1320 to fix the refactored JSTL tests to pass in JDK21

To run the jstl tck and test the fix with Glassfish : cd $WORKSPACE/jstl; mvn clean install : To install the refactored jstl tck cd $WORKSPACE/glassfish-runner/jstl-tck; mvn clean verify : To run the jstl tck with Glassfish 8.0.0-M5(JDK21)

cc @pnicolucci