Add recipe to replace jakarta jws-api with ws-api in EE10#1151
Conversation
|
@copilot run |
There was a problem hiding this comment.
Pull request overview
Adds an OpenRewrite recipe to the Jakarta EE 10 migration set to handle the EE10 consolidation of the retired jakarta.jws:jakarta.jws-api artifact into jakarta.xml.ws:jakarta.xml.ws-api (per #1150).
Changes:
- Registers a new EE10 migration recipe to remove
jakarta.jws-apiand ensurejakarta.xml.ws-apiis present. - Wires the new recipe into the existing
UpdateJakartaXmlWsEE10dependency update chain.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
timtebeek
left a comment
There was a problem hiding this comment.
Thanks again! Sorry for the at times confusing copilot directions; I'd wanted that to just regenerate the recipes.csv, but mis clicked and then it barfed some feedback. I've polished things up and ready for a merge! We expect a new release midway through next week. Does that timeline suit you there?
|
Thanks Tim! I do have a concern about the change c163f8e from Remove+Add to Change. |
jakarta.jws-apiwithjakarta.xml.ws-api#1150In EE10,
jakarta.jws-apigot consolidated underjakarta.xml.ws-apiAdd recipe in EE10 to remove
jws-api, and addxml.ws-api