vavr-io / vavr-jackson

Jackson datatype module for Vavr
Apache License 2.0
97 stars 35 forks source link

stop using deprecated method that is removed in jackson 2.16 #202

Open pjfanning opened 11 months ago

pjfanning commented 11 months ago

Found when testing with Jackson 2.16. Another change in Jackson 2.16 breaks Either deserialization - it also broke the equivalent code in jackson-module-scala.

pjfanning commented 11 months ago

The jackson-databind 2.16 change that was breaking vavr-jackson tests is reverted. Unfortunately, this change is still required because a deprecated jackson-databind method has been removed in 2.16.