File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
v2-migration/src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ recipeList:
52
52
- org.openrewrite.java.ChangeMethodName :
53
53
methodPattern : com.amazonaws.AmazonServiceException getRawResponseContent()
54
54
newMethodName : awsErrorDetails().rawResponse().asUtf8String
55
- - software.amazon.awssdk.migration.internal.recipe .AddCommentToMethod :
55
+ - software.amazon.awssdk.v2migration .AddCommentToMethod :
56
56
methodPattern : com.amazonaws.AmazonServiceException getErrorType()
57
57
comment : getErrorType is not supported in v2. AwsServiceException is a service error in v2. Consider removing it.
58
- - software.amazon.awssdk.migration.internal.recipe .AddCommentToMethod :
58
+ - software.amazon.awssdk.v2migration .AddCommentToMethod :
59
59
methodPattern : com.amazonaws.AmazonServiceException getProxyHost()
60
60
comment : getProxyHost is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
61
61
- org.openrewrite.java.ChangeType :
You can’t perform that action at this time.
0 commit comments