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

[WFCORE-6366][WFCORE-6367] Deprecate the javax.* alias modules; replace dependencies on them with the jakarta.* ones #5523

Merged
merged 10 commits into from May 30, 2023

Conversation

yersan
Copy link
Collaborator

@yersan yersan commented May 25, 2023

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label May 25, 2023
@darranl darranl mentioned this pull request May 26, 2023
<module name="jakarta.interceptor.api" export="true" optional="true" />
<module name="jakarta.json.api" export="true" optional="true" />
<module name="jakarta.jms.api" export="true" optional="true" />
<module name="jakarta.xml.ws.api" export="true" optional="true" />
Copy link
Contributor

Choose a reason for hiding this comment

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

@yersan This is a nit for follow-up later, unless you touch this PR for some other reason. This line can be removed as it is a duplicate. I assume it was created by sed converting javax.jws.api -> jakarta.xml.ws.api. I had the same problem in full WF.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bstansberry bstansberry merged commit f4b942f into wildfly:main May 30, 2023
9 of 12 checks passed
@yersan yersan deleted the WFCORE-6366-WFCORE-6367 branch May 31, 2023 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
21.0.0.Beta1 deps-ok Dependencies have been checked, and there are no significant changes
Projects
None yet
2 participants