Skip to content

Commit

Permalink
Switch from JavaxAnnotationPackageToJakarta to `JavaxAnnotationMigr…
Browse files Browse the repository at this point in the history
…ationToJakartaAnnotation` (#98)
  • Loading branch information
timtebeek authored Nov 21, 2023
1 parent 660bc07 commit 19c42f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/micronaut3-to-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ name: org.openrewrite.java.micronaut.UpdateJakartaAnnotations
displayName: Update jakarta annotations dependency
description: This recipe will remove jakarta annotations dependency as it is a transitive dependency of micronaut-inject, and migrate from javax.annotation if needed.
recipeList:
- org.openrewrite.java.migrate.jakarta.JavaxAnnotationPackageToJakarta
- org.openrewrite.java.migrate.jakarta.JavaxAnnotationMigrationToJakartaAnnotation
- org.openrewrite.java.dependencies.RemoveDependency:
groupId: jakarta.annotation
artifactId: jakarta.annotation-api
Expand Down Expand Up @@ -397,4 +397,4 @@ recipeList:
oldGroupId: io.micronaut.*
oldArtifactId: micronaut-*
exclusions:
- io.micronaut:micronaut-inject
- io.micronaut:micronaut-inject

0 comments on commit 19c42f8

Please sign in to comment.