File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
managers/context-manager-slf4j Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ be automatically included into the `ContextSnapshot`.
1212Add it to your classpath.
1313``` xml
1414<dependency >
15- <groupId >nl.talsmasoftware.context</groupId >
16- <artifactId >slf4j-propagation </artifactId >
15+ <groupId >nl.talsmasoftware.context.managers </groupId >
16+ <artifactId >context-manager-slf4j </artifactId >
1717 <version >[see Maven badge above]</version >
1818</dependency >
1919```
@@ -27,8 +27,8 @@ The `ContextAwareExecutorService` automatically propagates the full [MDC] conten
2727into all executed tasks this way.
2828
2929
30- [ maven-img ] : https://img.shields.io/maven-central/v/nl.talsmasoftware.context/slf4j-propagation
31- [ maven ] : https://search.maven.org/artifact/nl.talsmasoftware.context/slf4j-propagation
30+ [ maven-img ] : https://img.shields.io/maven-central/v/nl.talsmasoftware.context.managers/context-manager-slf4j
31+ [ maven ] : https://search.maven.org/artifact/nl.talsmasoftware.context.managers/context-manager-slf4j
3232
3333 [ slf4j ] : https://www.slf4j.org/
3434 [ mdc ] : https://www.slf4j.org/api/org/slf4j/MDC.html
You can’t perform that action at this time.
0 commit comments