Switch to io.micrometer:context-propagation library

See gh-459
This commit is contained in:
rstoyanchev
2022-08-29 21:14:55 +01:00
parent f583eb302c
commit f680892dfc
32 changed files with 413 additions and 471 deletions

View File

@@ -31,6 +31,7 @@ dependencies {
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'io.projectreactor.netty:reactor-netty'
testImplementation 'io.rsocket:rsocket-transport-local'
testImplementation 'io.micrometer:context-propagation'
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.9'
testImplementation 'com.fasterxml.jackson.core:jackson-databind'