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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ DefaultRequiredAnnotationIntrospector and RequiredPropertiesSchemaModule have be
8
8
## Fixes
9
9
10
10
*[[gh-296]](https://github.com/FasterXML/jackson-module-scala/issues/296) Support JsonSerializer interface for custom Scala collections (JsonSerializer allows a class to define its own serialization)
11
+
*[[gh-211]](https://github.com/FasterXML/jackson-module-scala/issues/211) Deserialization of case object should not create a new instance of the case object (see comments on issue on how to enable this - it is not enabled by default)
0 commit comments