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

consider modifying ClassKey to not keep a ref to the class instance

Open pjfanning opened this issue 2 years ago • 0 comments

Relates to #3772 - I use this class to key a few Maps in jackson-module-scala and now that I see the implementation of ClassKey I'm worried that we could have a similar issue to #3771.

pjfanning avatar Feb 05 '23 20:02 pjfanning