Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
`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.
Attachments
Issue Links
- relates to
-
BEAM-11958 Don't use new Jackson APIs to avoid classpath issues when parsing AWS configuration
- Resolved
- links to