Skip to content

Regression with immutable POJO, @JsonIdentityInfo, for 3.0 #5262

@cowtowncoder

Description

@cowtowncoder

Fix for #5238 (see #5239) exposes a problem with POJO case, for 3.0 -- see JsonIdentityOnRecord5238Test.java for failure:

[ERROR]   JsonIdentityOnRecord5238Test.testIdentityWithPojo:58 » Databind Invalid Object Id definition for `tools.jackson.databind.records.JsonIdentityOnRecord5238Test$ThingPojo`: cannot find property with name 'id'
 at [No location information] (through reference chain: tools.jackson.databind.records.JsonIdentityOnRecord5238Test$ExamplePojo["allThings"]->java.util.ImmutableCollections$List12[0])
[INFO] 

Hopefully can be resolved; or if not immediately, need to move under tofix tests.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions