You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to inject a custom implementation of ThreadContextStack into the ThreadContext. There is already an injection mechanism for ThreadContextMap and the interface ThreadContextStack is in the SPI package but it looks like ThreadContext always directly instantiate the DefaultThreadContextStack class.