Skip to content

Commit afcc135

Browse files
authored
Change package org.thymeleaf.spring 5 to spring6 (#385)
1 parent 72ae241 commit afcc135

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/META-INF/rewrite/spring-boot-30.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,16 @@ recipeList:
100100
---
101101
type: specs.openrewrite.org/v1beta/recipe
102102
name: 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
104104
description: Migrate thymeleaf dependencies to the new artifactId, since these are changed with Spring Boot 3.
105105
tags:
106106
- spring
107107
- boot
108108
- thymeleaf
109109
recipeList:
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

0 commit comments

Comments
 (0)