Description
We've introduced three additional extension interfaces to ThreadContextMap over time: ThreadContextMap2, CleanableThreadContextMap, and ObjectThreadContextMap. All of these interfaces can have their members pulled up to ThreadContextMap with default implementations for all the methods. This will preserve backward compatibility with code that still uses the extension interfaces explicitly.