aws / aws-sdk-java

The official AWS SDK for Java 1.x (In Maintenance Mode, End-of-Life on 12/31/2025). The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/
https://aws.amazon.com/sdkforjava
Apache License 2.0
4.13k stars 2.83k forks source link

ConversionSchemas should also consider annotation DynamoDBTypeConverted besides the now deprecated DynamoDBMarshalling #2144

Closed tungpham closed 3 months ago

tungpham commented 5 years ago

If @DynamoDBMarshalling is marked as deprecated, then you should also take the recommended @DynamoDBTypeConverted into account as well. Currently, there's no way to add @DynamoDBTypeConvertedJson to the unmarshallerSet

https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas.java#L1301

debora-ito commented 3 months ago

We don't have plans to make this change in v1.

We are closing stale v1 issues before going into Maintenance Mode, so if this issue is still relevant in v2 please open a new issue in the v2 repo.

Reference:

github-actions[bot] commented 3 months ago

This issue is now closed.

Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.