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
354734 Update jackson to 2.16, adapt Java Optional handling to change
Jackson adapted handling for Optional serialization providing a custom
exception message if Optional is being serialized. Scout does not
support serialization of Java Optional, therefore adapt test case.
See
FasterXML/jackson-databind#4082FasterXML/jackson-databind@d7e77c3
Copy file name to clipboardExpand all lines: org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3141,27 +3141,28 @@ public void testSerializeDeserializeThrowable() throws Exception {
0 commit comments