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
Copy file name to clipboardExpand all lines: release-notes/VERSION.md
+30-8Lines changed: 30 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Version: 2.17.0 (unreleased)
2
+
3
+
This patch release tracks Jackson 2.17. The 2.17 series has full support for
4
+
Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
5
+
6
+
## Fixes
7
+
8
+
*[[gh-pr-666]](https://github.com/FasterXML/jackson-module-scala/pull/666) Support deserialization of TreeSeqMap
9
+
10
+
# Version: 2.16.1
11
+
12
+
## Fixes
13
+
14
+
*[[gh-643]](https://github.com/FasterXML/jackson-module-scala/issues/643) Handle Scala Map serialization/deserialization issues related to using activateDefaultTyping.
15
+
*[[gh-pr-655]](https://github.com/FasterXML/jackson-module-scala/pull/655) use sbt-reproducible-builds
16
+
*[[gh-pr-657]](https://github.com/FasterXML/jackson-module-scala/pull/657) improve performance of scala object deserialization
17
+
1
18
# Version: 2.16.0
2
19
3
20
This patch release tracks Jackson 2.16. The 2.16 series has full support for
@@ -7,9 +24,14 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
7
24
8
25
*[[gh-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release).
9
26
*[[gh-532]](https://github.com/FasterXML/jackson-module-scala/issues/532) Issue reading `@JsonValue` annotations. This is fixed by using Scala 3.3. Users who need this issue fixed should be able to just upgrade their Scala version without waiting on a jackson-module-scala 2.16.0 release.
10
-
*[[gh-644]](https://github.com/FasterXML/jackson-module-scala/issues/644) Registering Jackson Module Scala in an ObjectMapper can affect the property name resolution of non-Scala classes which can affect the behavior when you serialize/deserialize those classes.
27
+
*[[gh-644]](https://github.com/FasterXML/jackson-module-scala/issues/644) Registering Jackson Module Scala in an ObjectMapper can affect the property name resolution of non-Scala classes which can affect the behavior when you serialize/deserialize those classes.
11
28
*[[gh-pr-647]](https://github.com/FasterXML/jackson-module-scala/pull/647) Make ScalaObjectDeserializerModule part of DefaultScalaModule.
12
29
30
+
# Version: 2.15.4
31
+
32
+
There are no new fixes in this release; it serves to track the 2.15.4 release
33
+
of the upstream Jackson projects.
34
+
13
35
# Version: 2.15.3
14
36
15
37
There are no new fixes in this release; it serves to track the 2.15.3 release
@@ -43,7 +65,7 @@ replace the problematic APIs. Apologies for any inconvenience. See **gh-pr-622**
43
65
44
66
## Fixes
45
67
46
-
*[[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
68
+
*[[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
47
69
48
70
# Version: 2.14.3
49
71
@@ -85,7 +107,7 @@ of the upstream Jackson projects.
85
107
86
108
*[[gh-588]](https://github.com/FasterXML/jackson-module-scala/issues/588) support immutable ArraySeq deserialization
87
109
*[[gh-599]](https://github.com/FasterXML/jackson-module-scala/issues/599) ScalaAnnotationIntrospectorModule.registerReferencedValueType didn't work properly when fields have default values
88
-
110
+
89
111
# Version: 2.13.3
90
112
91
113
There are no new fixes in this release; it serves to track the 2.13.3 release
@@ -180,7 +202,7 @@ of the upstream Jackson projects.
180
202
# Version: 2.12.1
181
203
182
204
No functionality changes but ScalaObjectMapper has been deprecated because it relies on `Manifest`s and these are not supported in Scala3. A number of other code changes have been made to try to get the code to compile in Scala3 but there is still a lot of test code that doesn't compile.
183
-
205
+
184
206
# Version: 2.12.0
185
207
186
208
This patch release tracks Jackson 2.12. The 2.12 series has full support for
@@ -316,7 +338,7 @@ This minor release included support for Scala 2.13 milestone releases.
0 commit comments