-
Notifications
You must be signed in to change notification settings - Fork 495
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
IQSS/11126 payara6.2024.12 #11128
base: develop
Are you sure you want to change the base?
IQSS/11126 payara6.2024.12 #11128
Conversation
261bba6
to
bf5728e
Compare
@poikilotherm - any thoughts on the MailSessionProducerIT test failure? I don't see how the code changes could affect this but perhaps something has changed in Payara/its config? (I looked at another PR where this passes and I think the hostname is |
FWIW: The current test failures in Jenkins are from this PR running against Payara 6.2023.8 - not sure if that is also an issue for the Maven Tests. |
@qqmyers I can set up a separate Jenkins job to test this pretty easily. I'll try to do that today. |
integration tests succeeded: |
What this PR does / why we need it: Updates to Payara 6.2024.12, fixing a few places where JSF now appears to send a null rather than an empty string, causing some new NPEs.
Which issue(s) this PR closes:
Special notes for your reviewer: FWIW: It looks like just copying the domain across to the new version works so we may only want to show 'Option 1' form the release notes. I originally did 'Option2' - just copying the parts of domain.xml and other files to the new domain which has some advantages (easier to diff against the latest payara domain.xml, gets new cacerts file, makes it possible to track payara domain.xml changes in github (against /conf/payara/domain.xml), etc.) but it's definitely more work/more confusing.
Suggestions on how to test this: Check new installs, docker, upgrade instructions - basically regression testing and testing instructions, there shouldn't be any functional changes. Could confirm that the current v6.5 war does not work with Payara 6.2024.12, but I think that's well enough known.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?: included
Additional documentation: references to 6.2024.6 changed to 6.2024.12 in docs