FasterXML / jackson-module-scala

Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes
Apache License 2.0
500 stars 141 forks source link

Change to `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` default in 3.0 databind leads to Scala test fails #685

Closed cowtowncoder closed 1 month ago

cowtowncoder commented 1 month ago

So, due to: https://github.com/FasterXML/jackson-databind/pull/4625

there's a test fail in Scala module:

https://github.com/FasterXML/jackson-module-scala/actions/runs/10087759571

which should be simple to address (test probably has to re-enable DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES for mapper).

Found by cascading re-build, once it's working again.