-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 release
Milestone
Description
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 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.
Metadata
Metadata
Assignees
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 release