File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,16 @@ recipeList:
100100---
101101type : specs.openrewrite.org/v1beta/recipe
102102name : org.openrewrite.java.spring.boot3.MigrateThymeleafDependencies
103- displayName : Migrate thymeleaf dependencies to Spring Boot 3.0. x
103+ displayName : Migrate thymeleaf dependencies to Spring Boot 3.x
104104description : Migrate thymeleaf dependencies to the new artifactId, since these are changed with Spring Boot 3.
105105tags :
106106 - spring
107107 - boot
108108 - thymeleaf
109109recipeList :
110+ - org.openrewrite.java.ChangePackage :
111+ oldPackageName : org.thymeleaf.spring5
112+ newPackageName : org.thymeleaf.spring6
110113 - org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId :
111114 oldGroupId : org.thymeleaf
112115 oldArtifactId : thymeleaf-spring5
You can’t perform that action at this time.
0 commit comments