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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ the minimum supported version now.
37
37
## Scala 3
38
38
39
39
[Scala 3 support](https://github.com/FasterXML/jackson-module-scala/issues?q=is%3Aissue+is%3Aopen+label%3Ascala3) was added in v2.13.0.
40
-
This support is still deemed to be experimental. Code contributions are welcomed.
40
+
There are a few differences from Scala 2 support.
41
41
* ScalaObjectMapper is not supported for Scala 3 but ClassTagExtensions is its replacement. (https://github.com/FasterXML/jackson-module-scala/issues/503)
42
42
* There are still a few tests that work with Scala 2 that fail with Scala 3
43
43
* It is expected that most use cases should work ok with Scala 3
0 commit comments