You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike all other caches, cache for the default instance of TypeFactory is not bound to one specific ObjectMapper and can therefore lead to unintended Class retention.
This should not happen: each ObjectMapper should have its own TypeFactory instead of global singleton.
Change is probably not possible for 2.x but should be doable for 3.0.
The text was updated successfully, but these errors were encountered:
Describe your Issue
(note: offshoot of FasterXML/jackson-core#1321)
Unlike all other caches, cache for the default instance of
TypeFactory
is not bound to one specificObjectMapper
and can therefore lead to unintended Class retention.This should not happen: each
ObjectMapper
should have its ownTypeFactory
instead of global singleton.Change is probably not possible for 2.x but should be doable for 3.0.
The text was updated successfully, but these errors were encountered: