openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
92 stars 65 forks source link

fix: Add Jakarta XML WS API when using javax.xml.ws #463

Closed darylrobbins closed 2 months ago

darylrobbins commented 2 months ago

What's changed?

What's your motivation?

Running the Java 11 migration against my code base resulted in jakarta.xml.ws-api not being added to some projects that only used classes in javax.xml.ws

Anything in particular you'd like reviewers to focus on?

Validate the revised expected results for AddJaxwsDependenciesTest line up with expectations

Checklist