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
*[`logger-f-logback-mdc-monix3`] is not compatible with `logback``1.5.17` due to changes in `slf4j``2.0.17` (#565)
5
+
* Update `slf4j` to `2.0.17`, `logback` to `1.5.17` and `logback-scala-interop` to `1.17.0`
6
+
*`logback``1.5.16` uses `slf4j``2.0.16`.
7
+
*`logback``1.5.17` uses `slf4j``2.0.17`.
8
+
* Due to changes introduced in `slf4j``2.0.17`, the current logic for initializing `Monix3MdcAdapter` fails. This is not caused by `logback`'s `LoggerContext`, but rather by `MDC` from `slf4j`.
9
+
* This fix added `slf4j``MDC` support to set `MDCAdapter` in `MDC`
10
+
* This fix updated the initialization of `MDC` to accommodate the changes in `slf4j``2.0.17`.
0 commit comments