-
-
Notifications
You must be signed in to change notification settings - Fork 820
Closed
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 releasegen-aiPR created with Generative AI (whole or assisted) (or issue for which gen-ai seems suitable)PR created with Generative AI (whole or assisted) (or issue for which gen-ai seems suitable)
Milestone
Description
(note: created based on FasterXML/jackson-databind#5372)
Looks like following JSON can produce property name mismatch:
{
"aaaabbbbcccc": "v3",
"aaaabbbbcccc2": "v4"
}
via byte-based streaming (UTF8) parser.
Since the original test is on databind, it is unclear on which codepath: either regular canonicalizing parser, or with PropertyNameMatcher (new in 3.0) -- my guess is latter.
Regardless, need to figure it out: so start with test to reproduce.
Metadata
Metadata
Assignees
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 releasegen-aiPR created with Generative AI (whole or assisted) (or issue for which gen-ai seems suitable)PR created with Generative AI (whole or assisted) (or issue for which gen-ai seems suitable)