Skip to content

Commit 02e4748

Browse files
committed
Fixed jakarta recipe name
1 parent 68d6839 commit 02e4748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-migrate-to-jakarta-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: sbu30-remove-construtor-binding
1+
- name: sbu30-migrate-javax-to-jakarta
22
description: Spring boot 3.0 Upgrade - Migrate javax packages to new jakarta packages
33
condition:
44
type: org.springframework.sbm.common.migration.conditions.TrueCondition

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/report/sbu30-remove-construtor-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
openRewriteRecipe: |-
1313
type: specs.openrewrite.org/v1beta/recipe
1414
name: org.openrewrite.java.spring.boot3.ImprovedConstructorBinding
15-
displayName: Migrate additional Spring Boot properties to 2.7
15+
displayName: Remove redundant @ConstructorBinding annotations
1616
description: Remove redundant @ConstructorBinding annotations when applicable
1717
recipeList:
1818
- org.openrewrite.java.spring.boot3.RemoveConstructorBindingAnnotation

0 commit comments

Comments
 (0)