-
Notifications
You must be signed in to change notification settings - Fork 108
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
Deprecate ExtendedClientConfiguration functions #53
Conversation
src/test/java/com/amazon/sqs/javamessaging/ExtendedClientConfigurationDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClientDeprecatedTest.java
Outdated
Show resolved
Hide resolved
@Before | ||
public void setup() { | ||
|
||
} |
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.
why do we need an empty setup() ?
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.
Removed empty setup
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.
thanks a lot for all the changes.
Just one more thing that we need to be careful about is the constants are shared with SNSExtendedClient.
Could you please add some comments on
public static final String RESERVED_ATTRIBUTE_NAME = "ExtendedPayloadSize";
To emphasize that this constant is shared with SNSExtendedClient and both are using that as an agreement and it must not be changed, otherwise will break the codes.
Thanks a lot
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.
Added comment to this constant
Description of changes:
Deprecate ExtendedClientConfiguration functions since will be using payload offloading common lib which has different function names
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.