Description
The mapped diagnostic context is currently allowed to only store 7 context variables. Even though this should be enough in most cases, why should we do a hard limit here? Also checked MDC.java in log4j and there it seems only to be used for initializing the initial size of the HashTable which is used as storage (not limiting to how many context variables you are allowed to store).