Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
parentLoggingMdcContext
typing more restrictive (from `Map<?, …
…?>` to `Map<String, String>`) to be compatible with with latest version of slf4j which now defines `MDC.getCopyOfContextMap()` as `Map<String, String>`. Since the typing is more restrictive, this change should be backwards compatible with older versions of the slf4j api code.
- Loading branch information