Skip to content

Commit af62595

Browse files
committed
include ScalaObjectDeserializerModule in DefaultScalaModule (#647)
1 parent 942d42b commit af62595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ val mapper = JsonMapper.builder()
7373

7474
One Scala module that isn't part of `DefaultScalaModule` is `ScalaObjectDeserializerModule`. This module is used to
7575
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.
76+
This latter module is not yet included in `DefaultScalaModule` but will be included in v2.16.0.
77+
It is already included in v3.0.0, which is still under development.
7878

7979
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
8080

0 commit comments

Comments
 (0)