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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# Version: 2.16.0 (not yet released - many months away from release)
2
+
3
+
This patch release tracks Jackson 2.16. The 2.16 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-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release).
9
+
*[[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
+
11
+
# Version: 2.15.2
12
+
13
+
There are no new fixes in this release; it serves to track the 2.15.2 release
14
+
of the upstream Jackson projects.
15
+
1
16
# Version: 2.15.1
2
17
3
18
There are no new fixes in this release; it serves to track the 2.15.1 release
@@ -23,6 +38,11 @@ replace the problematic APIs. Apologies for any inconvenience. See **gh-pr-622**
23
38
24
39
*[[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
25
40
41
+
# Version: 2.14.3
42
+
43
+
There are no new fixes in this release; it serves to track the 2.14.3 release
44
+
of the upstream Jackson projects.
45
+
26
46
# Version: 2.14.2
27
47
28
48
There are no new fixes in this release; it serves to track the 2.14.2 release
0 commit comments