Replace javax.xml.ws:jaxws-api with jakarta.xml.ws:jakarta.xml.ws-api
** org.openrewrite.java.migrate.javax.ReplaceJavaxJaxwsWithJakarta** This recipe will replace the legacy javax jaxws-api artifact with the Jakarta EE equivalent. The jakarta JAX-WS API 2.3.x is part of JakartaEE 8 and still uses javax packaging.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-migrate-java:1.7.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.migrate.javax.ReplaceJavaxJaxwsWithJakarta