We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942d42b commit af62595Copy full SHA for af62595
README.md
@@ -73,8 +73,8 @@ val mapper = JsonMapper.builder()
73
74
One Scala module that isn't part of `DefaultScalaModule` is `ScalaObjectDeserializerModule`. This module is used to
75
ensure that deserialization to a Scala object does not create a new instance of the object.
76
-This latter module is not yet included in `DefaultScalaModule` for backward compatibility reasons.
77
-It is included in the v3.0.0, which is still under development.
+This latter module is not yet included in `DefaultScalaModule` but will be included in v2.16.0.
+It is already included in v3.0.0, which is still under development.
78
79
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
80
0 commit comments