-
Notifications
You must be signed in to change notification settings - Fork 916
Remove fast unmarshaller dialup code #6050
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
Conversation
* Remove fast unmarshaller dialup code * Further cleanup and checkstyle fixes * Add the @deprecated javadoc tag * Add back the SdkClientJsonProtocolAdvancedOption class * Remove the parser setter, we don't need to be backwards compatible
|
👋 I think this commit broke one of our tests where we use localstack, creating an SQS queue with
I'm not sure yet if this is an issue with localstack where they need to update their side, or if it's a potential issue with this code ? |
Hi Raphaël, please open an issue, this is a closed PR and you won't get any traction from it. Please make sure add enough information for us to be able to reproduce the issue, otherwise is near impossible to understand what's the issue. |
This reverts commit d8588e1.
Motivation and Context
Clean up the code to enable the fast unmarshalling code path. Now that the last wave went in we are removing it.
I will create a follow up to clean up the
customization.config
files to avoid that noise in this change.Modifications
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