Set.of()
(Java 9) cannot be deserialized with polymorphic handling
#3344
Milestone
Set.of()
(Java 9) cannot be deserialized with polymorphic handling
#3344
Hi, 2.13.0 doesn't seem to work with
Set.of()
and I don't see any tests for it, there're only forList.of()
andMap.of()
.Originally posted by @Sam-Kruglov in #2900 (comment)
Output:
Same example with
List.of()
works and is already here:jackson-databind/src/test-jdk14/java/com/fasterxml/jackson/databind/failing/Java9ListsTest.java
Lines 50 to 53 in f584290
The text was updated successfully, but these errors were encountered: