openrewrite / rewrite-migrate-java

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

`RemovedJavaXMLWSModuleProvided` & `RemovedJaxBModuleProvided` #497

Closed ranuradh closed 2 weeks ago

ranuradh commented 3 weeks ago

What's changed?

This PR contains 2 recipes. org.openrewrite.java.migrate.RemovedJavaXMLWSModuleProvided

image

org.openrewrite.java.migrate.RemovedJaxBModuleProvided

image

What's your motivation?

The recipe updates the application by removing the modules that are now excluded from JDK11 from the Gradle and Maven build files.

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

Anyone you would like to review specifically?

@cjobinabo

Checklist

ranuradh commented 2 weeks ago

@timtebeek if you can review and approve the PR we can then merge it.Thanks!