Blog Page 33/44
JavaEE Concurrency Utilities: propagate MDC easily! by Romain Manni-Bucau, 2017-02-07
Frameworks are often relying on MDC (ThreadLocal), in such a context how can the modern multi-threads usage be smooth (take care it doesn’t mean multithreading only there)? Since JavaEE 7 you have EE Concurrency utilities API which solves it smoothly.