openrewrite / rewrite-migrate-java

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

Remove Jakarta annotation dependency when moving to Jakarta packages #487

Closed abccbaandy closed 1 month ago

abccbaandy commented 1 month ago

What's changed?

Add a recipe to revert the jakarta.annotation-api added by org.openrewrite.java.migrate.javax.AddCommonAnnotationsDependencies

What's your motivation?

Fix https://github.com/openrewrite/rewrite-migrate-java/issues/481

Anyone you would like to review specifically?

@timtebeek

Checklist

abccbaandy commented 1 month ago

I check if contain spring boot starter instead, because this. I think this PR is done now if no other better way.

abccbaandy commented 1 month ago

@timtebeek Just curious, when can we test this in latest version?

timtebeek commented 1 month ago

Hi! It's not yet I'm the latest release, but should be in the latest snapshot version. We release every two weeks. Hope that helps!