Skip to content

Commit 080adc2

Browse files
authored
Update recipe display name (#5448)
1 parent 5503299 commit 080adc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2-migration/src/main/resources/META-INF/rewrite/change-auth-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: software.amazon.awssdk.v2migration.ChangeAuthTypes
19-
displayName: Change auth related classes
19+
displayName: Change auth related classes from v1 to v2
2020
recipeList:
2121
- org.openrewrite.java.ChangeMethodName:
2222
methodPattern: com.amazonaws.auth.DefaultAWSCredentialsProviderChain getInstance()

v2-migration/src/main/resources/META-INF/rewrite/change-config-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
---
1818
type: specs.openrewrite.org/v1beta/recipe
1919
name: software.amazon.awssdk.v2migration.ChangeConfigTypes
20-
displayName: Change region related classes
20+
displayName: Change config related classes from v1 to v2
2121
recipeList:
2222
- org.openrewrite.java.ChangeMethodName:
2323
methodPattern: com.amazonaws.ClientConfiguration withRequestTimeout(int)

0 commit comments

Comments
 (0)