diff --git a/benchmarks/gradle.lockfile b/benchmarks/gradle.lockfile index c02ca4a5..ae1f98c8 100644 --- a/benchmarks/gradle.lockfile +++ b/benchmarks/gradle.lockfile @@ -23,10 +23,10 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=jmh,jmhCompileClasspath,jmhRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=jmh,jmhCompileClasspath,jmhRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=jmh,jmhCompileClasspath,jmhRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.24.0-alpha=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.24.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.opentelemetry:opentelemetry-api-events:1.25.0-alpha=jmh,jmhRuntimeClasspath diff --git a/build.gradle b/build.gradle index 8f3ffbd8..3a35c8bd 100644 --- a/build.gradle +++ b/build.gradle @@ -316,6 +316,10 @@ subprojects { description = 'Facade over tracing concepts' repositories { + maven { + url 'https://repo.spring.io/snapshot/' + content { includeGroup 'io.micrometer' } + } mavenCentral() } diff --git a/dependencies.gradle b/dependencies.gradle index ab0b5f85..12dcd352 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ def VERSIONS = [ 'javax.servlet:javax.servlet-api:latest.release', 'jakarta.platform:jakarta.jakartaee-web-api:9.+', - 'io.micrometer:context-propagation:1.0.4', + 'io.micrometer:context-propagation:1.0.+', 'aopalliance:aopalliance:1.0', 'org.aspectj:aspectjweaver:1.8.+', @@ -32,7 +32,7 @@ def VERSIONS = [ ] def MICROMETER_PLATFORM_VERSIONS = [ - 'io.micrometer:micrometer-bom:1.11.2' + 'io.micrometer:micrometer-bom:1.11.+' ] def PLATFORM_VERSIONS = [ diff --git a/micrometer-tracing-bom/gradle.lockfile b/micrometer-tracing-bom/gradle.lockfile index eb3b9c2c..dcba01aa 100644 --- a/micrometer-tracing-bom/gradle.lockfile +++ b/micrometer-tracing-bom/gradle.lockfile @@ -1,5 +1,5 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -io.micrometer:micrometer-bom:1.11.2=classpath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=classpath empty=signatures diff --git a/micrometer-tracing-bridges/micrometer-tracing-bridge-brave/gradle.lockfile b/micrometer-tracing-bridges/micrometer-tracing-bridge-brave/gradle.lockfile index fa182738..438425fe 100644 --- a/micrometer-tracing-bridges/micrometer-tracing-bridge-brave/gradle.lockfile +++ b/micrometer-tracing-bridges/micrometer-tracing-bridge-brave/gradle.lockfile @@ -26,12 +26,12 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.11.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation-test:1.11.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.11.3-SNAPSHOT=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation-test:1.11.3-SNAPSHOT=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom-alpha:1.25.0-alpha=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom:1.25.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2022.0.8=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/micrometer-tracing-bridges/micrometer-tracing-bridge-otel/gradle.lockfile b/micrometer-tracing-bridges/micrometer-tracing-bridge-otel/gradle.lockfile index 14099537..7351045f 100644 --- a/micrometer-tracing-bridges/micrometer-tracing-bridge-otel/gradle.lockfile +++ b/micrometer-tracing-bridges/micrometer-tracing-bridge-otel/gradle.lockfile @@ -23,12 +23,12 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.11.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation-test:1.11.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.11.3-SNAPSHOT=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation-test:1.11.3-SNAPSHOT=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.24.0-alpha=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.24.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-api-events:1.25.0-alpha=compileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/micrometer-tracing-reporters/micrometer-tracing-reporter-wavefront/gradle.lockfile b/micrometer-tracing-reporters/micrometer-tracing-reporter-wavefront/gradle.lockfile index 610797a0..7d555b48 100644 --- a/micrometer-tracing-reporters/micrometer-tracing-reporter-wavefront/gradle.lockfile +++ b/micrometer-tracing-reporters/micrometer-tracing-reporter-wavefront/gradle.lockfile @@ -33,10 +33,10 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.24.0-alpha=compileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.24.0=compileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-api-events:1.25.0-alpha=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath diff --git a/micrometer-tracing-tests/micrometer-tracing-integration-test/gradle.lockfile b/micrometer-tracing-tests/micrometer-tracing-integration-test/gradle.lockfile index 736882c4..5df49e4c 100644 --- a/micrometer-tracing-tests/micrometer-tracing-integration-test/gradle.lockfile +++ b/micrometer-tracing-tests/micrometer-tracing-integration-test/gradle.lockfile @@ -39,13 +39,13 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation-test:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-test:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation-test:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-test:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.24.0-alpha=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.24.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-api-events:1.25.0-alpha=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath diff --git a/micrometer-tracing-tests/micrometer-tracing-test/gradle.lockfile b/micrometer-tracing-tests/micrometer-tracing-test/gradle.lockfile index 01ee6730..2792c047 100644 --- a/micrometer-tracing-tests/micrometer-tracing-test/gradle.lockfile +++ b/micrometer-tracing-tests/micrometer-tracing-test/gradle.lockfile @@ -23,11 +23,11 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.11.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.11.3-SNAPSHOT=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom-alpha:1.25.0-alpha=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom:1.25.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2022.0.8=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/micrometer-tracing/gradle.lockfile b/micrometer-tracing/gradle.lockfile index 0b90c091..6713fa17 100644 --- a/micrometer-tracing/gradle.lockfile +++ b/micrometer-tracing/gradle.lockfile @@ -23,11 +23,11 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.0.4=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.11.2=compileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.11.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.4-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.11.3-SNAPSHOT=compileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.11.3-SNAPSHOT=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom-alpha:1.25.0-alpha=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentelemetry:opentelemetry-bom:1.25.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2022.0.8=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath