[1328] Initial preparation for 5.0.0-M1 release#1331
Merged
jamezp merged 5 commits intojakartaee:mainfrom Oct 29, 2025
Merged
Conversation
Signed-off-by: James R. Perkins <jperkins@ibm.com>
…guration. Minor updates to the POM for the email addresses and remove the old SNAPSHOT repo. Signed-off-by: James R. Perkins <jperkins@ibm.com>
c8be305 to
c36df1d
Compare
mkarg
reviewed
Oct 16, 2025
| </parent> | ||
|
|
||
| <distributionManagement> | ||
| <snapshotRepository> |
Contributor
There was a problem hiding this comment.
We do not support snapshots anymore? 🤔
Member
Author
There was a problem hiding this comment.
We do, it's in the parent-pom now, https://github.com/eclipse-ee4j/ee4j/blob/93c96342bad91438b61a94fbc48979f620a13625/parent/pom.xml#L298.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
Signed-off-by: James R. Perkins <jperkins@ibm.com>
Signed-off-by: James R. Perkins <jperkins@ibm.com>
c36df1d to
3298431
Compare
spericas
approved these changes
Oct 17, 2025
asoldano
approved these changes
Oct 21, 2025
jim-krueger
approved these changes
Oct 21, 2025
Member
Author
|
It's been 2 weeks and 3 approvals so I'm going to merge this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the initial preparation for an M1 release, see #1328.
The component upgrades are not required, but seemed useful.
I enabled all the previously disabled tests and tested against RESTEasy and WildFly. All tests passed with the exception of 1 test,
ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT.replaceQueryTest4. I've not looked into why, but we can look later..The one point on #1328 I need a second set of eyes on is "Version update to the new version number including updating Export and Import versions in API jar’s MANIFEST.MF and Specification document". I think that is updated correctly, but if not please let me know and I'll fix it.
This did yet tackle the "Updates for the SEO change in the specification document as outlined in". I need to look at that.