openrewrite / rewrite-jackson

OpenRewrite recipes for Jackson.
Apache License 2.0
1 stars 0 forks source link

Recipe to upgrade / pin Jackson version depending on context #3

Closed timtebeek closed 1 week ago

timtebeek commented 1 year ago

Jackson versioning can at times be quite fragmented. New versions often patch security issues, so it'd be best if users standardize on a known set of versions. Yet, how to exactly enforce a certain version can depend on a number of different factors.

Perhaps it would be good to start a Yaml aggregation of recipes that covers each of these separate use cases to consistently version Jackson in a project, depending on the context. This could then evolve to continuously patch Jackson version as appropriate.

timtebeek commented 1 week ago

To some extend this was added in

Additionally we have a similar issue open

Closing this one as duplicate.