-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
When Jackson 2.9.5 complains about "duplicate property", it does give no reference to the specific class.
If you have hundreds of generated models, it's quite tedious to find out.
com.fasterxml.jackson.databind.exc.InvalidDefinitionException:
Duplicate creator property "id" (index 0 vs 1)
at [Source: (String)"{
"description": "patched description"}"; line: 1, column: 1]
at com.fasterxml.jackson.databind.exc.InvalidDefinitionExc
I assume it happens with other errors too, at least I found in forums: "Could not find creator property with name 'id'" and some more.
Btw, it started with version 2.9.2 - it did not complain before (I assume that was a bug).
Metadata
Metadata
Assignees
Labels
No labels