RFC: Replace jackson databind with jackson-jr #1479
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
maven
RFC
v2
Version 2
Milestone
Is your feature request related to a problem? Please describe.
Reduce the size of the final package size.
Describe the solution you'd like
Use jackon-jr instead of jackson databind if possible.
In particular, make sure the other dependencies we have (thinking about jmespath for example) don't pull jackson-databind. Otherwise we'll have a bigger jar in the end (databind + jackson-jr)
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: