Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Jackson usage to use immutable ObjectReader/Writer instead of ObjectMapper #673

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 12, 2021

  1. Updates Jackson usage to use immutable ObjectReader/Writer instead of…

    … ObjectMapper
    
    Jackson 2.10+ recommend using `ObjectReader` and `ObjectWriter` as opposed to `ObjectMapper`
    https://cowtowncoder.medium.com/jackson-3-0-immutability-w-builders-d9c532860d88
    bdemers committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0c55bfc View commit details
    Browse the repository at this point in the history