Skip to content

Commit a572cf6

Browse files
committed
Fix the old/new options to ChangeType
1 parent 12e4f4e commit a572cf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/META-INF/rewrite/jakarta-ee-10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,11 @@ recipeList:
516516
oldPackageName: org.apache.shiro.codec
517517
newPackageName: org.apache.shiro.lang.codec
518518
- org.openrewrite.java.ChangeType:
519-
oldPackageName: org.apache.shiro.util.ByteSource
520-
newPackageName: org.apache.shiro.lang.util.ByteSource
519+
oldFullyQualifiedTypeName: org.apache.shiro.util.ByteSource
520+
newFullyQualifiedTypeName: org.apache.shiro.lang.util.ByteSource
521521
- org.openrewrite.java.ChangeType:
522-
oldPackageName: org.apache.shiro.util.StringUtils
523-
newPackageName: org.apache.shiro.lang.util.StringUtils
522+
oldFullyQualifiedTypeName: org.apache.shiro.util.StringUtils
523+
newFullyQualifiedTypeName: org.apache.shiro.lang.util.StringUtils
524524
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
525525
groupId: io.buji
526526
artifactId: buji-pac4j

0 commit comments

Comments
 (0)