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
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
2
2
3
-
# 3.0.0-rc1
3
+
# 3.0.0-rc2
4
4
5
5
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
6
6
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes
7
7
are less significant. The most notable change is the addition of ScalaModule builder.
8
8
Users who don't use DefaultScalaModule may need to change to using ScalaModule builder.
9
9
10
-
*[[gh-525]](https://github.com/FasterXML/jackson-module-scala/issues/525) Add ScalaModule builder to support configuration and selectively building up the required Scala modules
*[[gh-531]](https://github.com/FasterXML/jackson-module-scala/issues/531) Remove DefaultRequiredAnnotationIntrospector as part of dropping support for jackson-module-jsonSchema
12
12
*[[gh-583]](https://github.com/FasterXML/jackson-module-scala/issues/583) Change groupId and package names to `tools.jackson`
13
13
*[[gh-pr-665]](https://github.com/FasterXML/jackson-module-scala/pull/665) Remove ScalaObjectMapper in favour of ClassTagExtensions
14
14
*[[gh-pr-707]](https://github.com/FasterXML/jackson-module-scala/pull/707) Drop Scala 2.11 support and remove dependency on paranamer
15
+
*[[gh-pr-720]](https://github.com/FasterXML/jackson-module-scala/pull/720) When deserializing Scala collections and the input is missing or null, create an empty collection.
0 commit comments