-
Notifications
You must be signed in to change notification settings - Fork 914
Add short type support #2395
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
Add short type support #2395
Conversation
...ol-tests-core/src/main/java/software/amazon/awssdk/protocol/reflect/ShapeModelReflector.java
Show resolved
Hide resolved
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.
For completeness we need to Add Short support in core/protocols/aws-query-protocol/src/main/java/software/amazon/awssdk/protocols/query/internal/unmarshall/QueryProtocolUnmarshaller.java
Also please add corresponding test case in //test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/query-output.json
Kudos, SonarCloud Quality Gate passed! |
@all-contributors please add @duy3101 for code. |
I've put up a pull request to add @duy3101! 🎉 |
…1d256208e Pull request: release <- staging/32ed0c96-9528-473c-a9c4-3ac1d256208e
Description
My service requires short type for model generation. This pr intends to support that.
Motivation and Context
Without short support, the model generation fails at run time because the MarshallingType default to null.
Testing
Added unit tests and mvn install
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsLicense