You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serialization optimization for DDB enhanced Client (#6507)
* adding strategy serialization optimization
* uncomment new codepath
* refactor to use jackson directly
* use SdkJsonGenerator
* Add test coverage
* remove old toJson codepath
* refactor serialize to use jackson directly
* Refactor implementation
* Refactor Serializer to share factory
* Fix checkstyle
* Refactoring based on comments from maintainer
* uncomment code
* Fix maintainer comments
* Add changelog
* Add fixture tests to cover binary handling edge cases
* Update dependencies to use new jackson
* trigger PR diff refresh
* Add missing dependencies
* Fix checkstyle
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/document/DefaultEnhancedDocument.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/document/DocumentTableSchemaTest.java
0 commit comments