You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectMapper mapper = JsonMapper.builder() // or mapper for other dataformats .addModule(new NoCtorDeserModule()) // add other modules, configure, etc .build();
But this module is missing from the package as far as I can see. Do you perhaps mean NoCtorModule or am I missing something?
The text was updated successfully, but these errors were encountered:
hreinn91
changed the title
NoCtorDeserModule missing - Do you mean NoCtorModule perhapds
NoCtorDeserModule missing - Do you mean NoCtorModule ?
Dec 7, 2021
Ugh. This should teach me not to hurry with inclusion and take time to double-check contributions :-(
Thank you for reporting this.
Usually I'd fix this in next minor version (2.14), but in this case I think I'll try to do combination of deprecation for incorrectly named module & addition of proper one in a patch (2.13.1).
jackson-modules-base/no-ctor-deser/README.md dictates
ObjectMapper mapper = JsonMapper.builder() // or mapper for other dataformats .addModule(new NoCtorDeserModule()) // add other modules, configure, etc .build();
But this module is missing from the package as far as I can see. Do you perhaps mean NoCtorModule or am I missing something?
The text was updated successfully, but these errors were encountered: