[
https://issues.apache.org/jira/browse/BEAM-8391?focusedWorklogId=327614&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327614
]
ASF GitHub Bot logged work on BEAM-8391:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/19 05:16
Start Date: 14/Oct/19 05:16
Worklog Time Spent: 10m
Work Description: cowtowncoder commented on pull request #9783:
[BEAM-8391] Update type id write methods in `AwsModule`
URL: https://github.com/apache/beam/pull/9783
So: (polymorphic) type id write methods were refactored in Jackson 2.9, and
change here is to use new methods: these will work better with some data
formats (xml, avro, for example). Deprecated methods would work fine for json
in 2.x, but seems better to update.
R: @iemejia
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 327614)
Remaining Estimate: 0h
Time Spent: 10m
> `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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> `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)