Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
3.x Something that likely has to be done in 3.x, not 2.x

Comments

@cowtowncoder
Copy link
Member

So, due to: FasterXML/jackson-databind#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.

@pjfanning pjfanning added the 3.x Something that likely has to be done in 3.x, not 2.x label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Something that likely has to be done in 3.x, not 2.x
Projects
None yet
Development

No branches or pull requests

2 participants