You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Tatu Saloranta (Jira)" <ji...@apache.org> on 2019/10/14 05:09:00 UTC

[jira] [Created] (BEAM-8391) `AwsModule` of sdks/java/io/amazon-web-services uses deprecated type id write methods

Tatu Saloranta created BEAM-8391:
------------------------------------

             Summary: `AwsModule` of sdks/java/io/amazon-web-services uses deprecated type id write methods
                 Key: BEAM-8391
                 URL: https://issues.apache.org/jira/browse/BEAM-8391
             Project: Beam
          Issue Type: Improvement
          Components: io-java-aws
            Reporter: Tatu Saloranta


`AwsModule` class uses old `typeSerializer.writeTypePrefixForObject()` method in `serializeWithType()`, deprecated in Jackson 2.9. While this still works (and should work for 2.x), it makes sense to use replacement that is fully supported.

I will provide a patch for this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)