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

Add MappingJackson2MessageConverter constructors that accept an ObjectMapper #31234

Merged

Commits on Sep 14, 2023

  1. Add constructors to take ObjectMapper

    Prior to this commit in the message converters it was possible
    to set a pre-configured ObjectMapper. However the constructor
    would still create and configure an ObjectMapper.
    
    With the added constructor it is now possible to directly
    construct the message converter with the proper ObjectMapper.
    This prevents the this additional ObjectMapper to be constructed.
    mdeinum committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dbc1768 View commit details
    Browse the repository at this point in the history