File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments