Skip to content

3.x: lazy BeanDescriptor #5107

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

Closed
pjfanning opened this issue Apr 25, 2025 · 2 comments
Closed

3.x: lazy BeanDescriptor #5107

pjfanning opened this issue Apr 25, 2025 · 2 comments

Comments

@pjfanning
Copy link
Member

Why is KeyDeserializers not using BeanDescription.Supplier? The change to use BeanDescription.Supplier broke a lot of code and I am slowly catching up. This class seems to have not changed though.

https://github.com/FasterXML/jackson-databind/blob/3.x/src/main/java/tools/jackson/databind/deser/KeyDeserializers.java#L17

@cowtowncoder
Copy link
Member

cowtowncoder commented Apr 25, 2025

An oversight, sorry, somehow missed it. Should be. Did not seem to break other modules so missed.

Will attend to that once on-going 2.19.0 release is done (am in the middle).

@cowtowncoder
Copy link
Member

Changed to use supplier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants