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
Log4J 2.21 holds a ThreadLocal instance in a non-transient field which breaks serialization behind our Commons Logging adapter. Since we re-resolve the delegate on deserialization for SLF4J already, we should do the same for Log4J.