-
Notifications
You must be signed in to change notification settings - Fork 493
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
Upgrade to Payara 6.2024.6 #10495
Upgrade to Payara 6.2024.6 #10495
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
3 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
No longer necessary, as all necessary add-opens were added with 6.2023.10
With 6.2023.7 they removed fish.payara.api:payara-api from the BOM, only to reintroduce it with 6.2023.12. We can simply revert adding the version and rely on Maven to get the version from the Payara BOM.
We should avoid hardcoding the version into the link to avoid stale information.
No longer necessary as the required add-opens has been included in upstream
ab41d06
to
222b326
Compare
This comment has been minimized.
This comment has been minimized.
With this version of Dataverse, we encourage you to upgrade to version 6.2024.4. | ||
This will address security issues accumulated since the release of 6.2023.8, which was required since Dataverse release 6.0. | ||
|
||
If you are using GDCC containers, this upgrade is included when pulling new release images. |
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.
Should note that the release instructions need to add the standard Payara update steps. With this one, I think copying the domain works fine, i.e. like the instructions for Dataverse 5.6 rather than from our 5->6 transition.
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.
As requested, I added the instructions. Feel free to take a look.
As of Dataverse 6.0 we use Jakarta EE 10. The version of these dependencies comes from the Payara BOM and this property has no longer any use. Removing it will avoid future confusion.
This comment has been minimized.
This comment has been minimized.
As requested by @qqmyers
This comment has been minimized.
This comment has been minimized.
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.
Looks good - I questioned whether we need one step in upgrading. QA should test upgrading as well as new install.
This comment has been minimized.
This comment has been minimized.
1 similar comment
📦 Pushed preview images as
🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
The _CT_ version is not needed now that we have upgraded to Payara 6.2024.6 in #10495 which included this fix: payara/Payara#6550
What this PR does / why we need it:
Upgrade to Payara
6.2024.46.2024.6 to cumulative address security vulnerabilities as well as better container support.Which issue(s) this PR closes:
Closes #10494
Closes #10285
Special notes for your reviewer:
Not sure what we should test / tell people about migrating their domain.xml. I'm leaning towards take a fresh domain and transfer your changes to the domain.xml.
Suggestions on how to test this:
Usual testing. Try containers.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Nope
Is there a release notes update needed for this change?:
Yes. Forthcoming.
Additional documentation:
None yet