Skip to content

Commit 1a75282

Browse files
kuldeep-singh-twfabapp2
authored andcommitted
Updated recipe for properties format
1 parent 86ab9de commit 1a75282

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-2.7-3.0-dependency-version-update.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@
173173
displayName: Migrate Cassandra properties to Spring Boot 3.0 in properties
174174
description: Renames spring.data.cassandra.(any) to spring.cassandra.(any)
175175
recipeList:
176-
- org.openrewrite.properties.ChangePropertyKey:
177-
oldPropertyKey: spring.data.cassandra
178-
newPropertyKey: spring.cassandra
176+
- org.springframework.sbm.boot.upgrade_27_30.CassandraApplicationPropertiesMove
179177
180178
- type: org.springframework.sbm.engine.recipe.OpenRewriteDeclarativeRecipeAdapter
181179
condition:

0 commit comments

Comments
 (0)