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
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# Version: 2.13.0 (Snapshot only)
2
+
3
+
This patch release tracks Jackson 2.13. The 2.13 series has full support for
4
+
Scala 2.11 and 2.12 and 2.13. Java 8 is the minimum supported Java version.
5
+
6
+
No functionality changes but the experimental package has been removed. The classes were moved in release 2.10.0 and experimental package was just kept to ease the transition.
7
+
1
8
# Version: 2.12.1
2
9
3
10
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.
0 commit comments