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

Recipe to Add JAX-WS Dependencies to a Maven Build #19

Closed
tkvangorder opened this issue Jun 1, 2021 · 2 comments
Closed

Recipe to Add JAX-WS Dependencies to a Maven Build #19

tkvangorder opened this issue Jun 1, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tkvangorder
Copy link
Contributor

tkvangorder commented Jun 1, 2021

The JAX-WS API is used for creating soap-based services and clients. This library is no longer packaged with the Java Runtime and this recipe will ensure the proper external dependencies are added to an existing Maven build.

The two dependencies that are added (if a project uses JAXB) are:

      groupId: jakarta.xml.ws
      artifactId: jakarta.xml.ws-api
      version: 2.3.x

      groupId: com.sun.xml.ws
      artifactId: jaxws-rt
      version: 2.3.x

This recipe will also remove an older artifact (javax.xml.ws:jaxws-api) as it is now superseded by the jakarta library.

@tkvangorder tkvangorder added the enhancement New feature or request label Jun 1, 2021
@traceyyoshima traceyyoshima self-assigned this Jun 1, 2021
@traceyyoshima traceyyoshima removed their assignment Jun 3, 2021
@traceyyoshima
Copy link
Contributor

On hold, adding the dependency is simple to do, but adding the plugin requires openrewrite/rewrite#585.

@tkvangorder tkvangorder self-assigned this Jun 8, 2021
@tkvangorder
Copy link
Contributor Author

There is initial support for updating the jax-ws artifacts in a maven-based build.

@tkvangorder tkvangorder added this to the 0.2.0 milestone Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants