Description
Currently ContextMap extends ConcurrentHashMap, but there is nothing we gain from this design decision. A delegation based implementation that takes a Map as constructor arguments and delegates calls to the wrapped map yields higher flexibility.
Attachments
Issue Links
- supercedes
-
CHAIN-40 ContextBase should use LinkedHashMap
- Open