jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

Add feature to inverse read/write access logic

Open ggrebert opened this issue 4 years ago • 3 comments

This feature is added to fix #2951

ggrebert avatar Dec 02 '20 14:12 ggrebert

Interesting. Quite simple, I like that. Due to being a new feature, would need to go in 2.13; and I may want to start thinking of better way to configure introspection aspects out of MapperFeature (partly since we are now maxed out on possible entries with int range).

Thank you for submitting this! It may take a while to get integrated as I am about take bit of a break from Jackson development for December, but I should be able to pick it up early in 2021.

cowtowncoder avatar Dec 02 '20 17:12 cowtowncoder

@cowtowncoder Thx for your comment.

But I don't understand why the build fails on PPC architecture, and I haven't this kind of equipment to test.

ggrebert avatar Dec 02 '20 18:12 ggrebert

@ggrebert ignore ppc failure for now; it was a recent contribution just merged -- I may have made a mistake with it.

cowtowncoder avatar Dec 03 '20 01:12 cowtowncoder