Skip to content
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

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

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

alwin-joseph
Copy link
Contributor

@alwin-joseph alwin-joseph commented Jun 17, 2024

Related Issue(s)

Describe the change
Copied the changes from #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

<%--

Copyright (c) 2003 Contributors to the Eclipse Foundation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are files in https://github.com/jakartaee/platform-tck/pull/1320/files#diff-4254e4814daa576f775cd40e835a7e0eca3da9be2b6bd679fcc13be9901fdb94 where I added a new copyright:

Copyright (c) 2024 Contributors to the Eclipse Foundation

We should preserve that here since we're just copying that code to a different branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't comment on each file but my comment applies to more than just this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I corrected copyrights of the new files added.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created a new PR here with some cleanup :#1345

@starksm64 starksm64 merged commit 559a56b into jakartaee:tckrefactor Jun 26, 2024
2 checks passed
starksm64 pushed a commit to jakartaredhat/platform-tck-refactor that referenced this pull request Jul 14, 2024
…e character before AM/PM (jakartaee#1329)

* JSTL Test  fix in JDK21 due to space character before AM/PM

* correct copyrights

* correct copyrights for new files, as per review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants