jackson-databind
jackson-databind copied to clipboard
consider modifying ClassKey to not keep a ref to the class instance
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.