-
Notifications
You must be signed in to change notification settings - Fork 890
Added recipe for adding comments for unsupported transforms #6033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added recipe for adding comments for unsupported transforms #6033
Conversation
…transforms' of github.com:aws/aws-sdk-java-v2 into feature/master/migration-tool-comments-for-unsupported-transforms
v2-migration/src/main/java/software/amazon/awssdk/v2migration/S3AddImportsAndComments.java
Outdated
Show resolved
Hide resolved
v2-migration/src/main/java/software/amazon/awssdk/v2migration/S3AddImportsAndComments.java
Outdated
Show resolved
Hide resolved
v2-migration/src/main/java/software/amazon/awssdk/v2migration/S3AddImportsAndComments.java
Outdated
Show resolved
Hide resolved
…-unsupported-transforms
...mazon/awssdk/v2migrationtests/maven-nocompile/before/src/main/java/foo/bar/S3Transforms.java
Show resolved
Hide resolved
removeV1S3ModelImport("CannedAccessControlList"); | ||
maybeAddV2CannedAclImport(method.getArguments(), isSetObjectAcl, isSetBucketAcl); | ||
|
||
// TODO: add the developer guide link in the comments once the doc is published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be confusing since the developer guide is not published yet?
v2-migration/src/main/java/software/amazon/awssdk/v2migration/S3AddImportsAndComments.java
Outdated
Show resolved
Hide resolved
|
Motivation and Context
We will not be able to support some of the v1 method and class in the migration tool. For these method we will add comments in the migrated code for users to manually migrate them.
Modifications
Added a recipe to add comments before migration tool unsupported method and class
Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License