Description
void MDC.putAll(Map<String, String> entries)
Is just a nice-to-have but
Closeable MDC.putAllClosable(Map<String, String> entries)
could be very useful since there is currently no way of combining dynamic MDC attributes and try-with-resources.
Attachments
Issue Links
- links to