-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
UnrecognizedPropertyException in 2.7.1 for properties that work with version 2.6.5 #1128
Comments
Thank you for reporting this, providing test case. |
Ah-ha. Looks like self-referential recursive type ( |
Fixed part of the problem, so that |
Actually, looking through the example with more thought, I realize that code now does work: the issue is with class definition. Field
during deserialization; but during serialization, actual type of |
…ds to make type handling correct in test itself
The attached test case works fine with version 2.6.5 but it produces com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "id" with version 3.7.1.
QuickTestJacksonIssue.zip
The text was updated successfully, but these errors were encountered: