Skip to content
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

Limit size of DeserializerCache, auto-flush on exceeding #27

Closed
cowtowncoder opened this issue Jan 23, 2018 · 1 comment
Closed

Limit size of DeserializerCache, auto-flush on exceeding #27

cowtowncoder opened this issue Jan 23, 2018 · 1 comment

Comments

@cowtowncoder
Copy link
Member

note: offshoot of FasterXML/jackson-databind#1905)

Currently size of deserializer cache is not bounded: this is something that goes against the cardinal rule of caches ("never use unbounded caches for unbounded domain").
This needs to go in 3.0 because tweaks to caching are generally high-risk changes.

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

No branches or pull requests

1 participant