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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
15
15
16
16
*[[gh-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release).
17
17
*[[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.
18
-
*[[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.
18
+
*[[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.
19
19
*[[gh-pr-647]](https://github.com/FasterXML/jackson-module-scala/pull/647) Make ScalaObjectDeserializerModule part of DefaultScalaModule.
20
20
21
21
# Version: 2.15.3
@@ -51,7 +51,7 @@ replace the problematic APIs. Apologies for any inconvenience. See **gh-pr-622**
51
51
52
52
## Fixes
53
53
54
-
*[[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
54
+
*[[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
55
55
56
56
# Version: 2.14.3
57
57
@@ -93,7 +93,7 @@ of the upstream Jackson projects.
93
93
94
94
*[[gh-588]](https://github.com/FasterXML/jackson-module-scala/issues/588) support immutable ArraySeq deserialization
95
95
*[[gh-599]](https://github.com/FasterXML/jackson-module-scala/issues/599) ScalaAnnotationIntrospectorModule.registerReferencedValueType didn't work properly when fields have default values
96
-
96
+
97
97
# Version: 2.13.3
98
98
99
99
There are no new fixes in this release; it serves to track the 2.13.3 release
@@ -188,7 +188,7 @@ of the upstream Jackson projects.
188
188
# Version: 2.12.1
189
189
190
190
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.
191
-
191
+
192
192
# Version: 2.12.0
193
193
194
194
This patch release tracks Jackson 2.12. The 2.12 series has full support for
@@ -324,7 +324,7 @@ This minor release included support for Scala 2.13 milestone releases.
0 commit comments