diff --git a/brave/propagation-aws/src/main/java/brave/propagation/aws/AWSPropagation.java b/brave/propagation-aws/src/main/java/brave/propagation/aws/AWSPropagation.java index 8fdcd9a8..56c050ca 100644 --- a/brave/propagation-aws/src/main/java/brave/propagation/aws/AWSPropagation.java +++ b/brave/propagation-aws/src/main/java/brave/propagation/aws/AWSPropagation.java @@ -91,6 +91,8 @@ static final class Factory extends Propagation.Factory { * @deprecated end users and instrumentation should never call this, and instead use * {@link #get()}. This only remains to avoid rev-lock upgrading to Brave 6. */ + // This only exists for spring-cloud-sleuth, which is no longer being released. It hasn't and + // might not upgrade to Brave 5.18 which implements the same way. @Deprecated public Propagation create(KeyFactory unused) { throw new UnsupportedOperationException("As of Brave 5.12, call PropagationFactory.get()"); } diff --git a/pom.xml b/pom.xml index aa46b12c..84e8609f 100644 --- a/pom.xml +++ b/pom.xml @@ -61,17 +61,27 @@ UTF-8 ${project.basedir} - 1.8 - java18 - + + 1.8 + 1.8 + + 8 + + + 11 + 11 + 11 + + io.zipkin.zipkin2 2.27.0 2.17.2 2.7.18 - 2.16.0 + 2.16.1 com.linecorp.armeria 1.26.4 @@ -82,12 +92,12 @@ io.zipkin.brave - 5.17.1 + 5.18.1 - 1.12.620 - 2.22.0 + 1.12.633 + 2.22.13 - 2.22.0 + 2.22.1 4.12.0 3.25.1 @@ -97,16 +107,19 @@ - 2.23.0 + 2.24.1 1.10.4 ${skipTests} - 1.23 + + + 1.2.8 4.3 - 3.11.0 + 5.1.9 + 3.12.1 3.6.1 3.1.1 @@ -114,12 +127,12 @@ 3.4.0 3.1.1 - 3.6.2 + 3.6.3 3.3.0 3.0.1 3.5.1 3.3.0 - 3.2.2 + 3.2.3 1.6.13 @@ -242,13 +255,6 @@ - - org.codehaus.mojo.signature - ${main.signature.artifact} - 1.0 - signature - MAIN - com.mycila license-maven-plugin-git @@ -328,10 +334,7 @@ ${maven-compiler-plugin.version} true - ${main.java.version} - ${main.java.version} true - 8 true @@ -389,29 +392,6 @@ - - - org.codehaus.mojo - animal-sniffer-maven-plugin - ${animal-sniffer-maven-plugin.version} - - false - ${skipTests} - - org.codehaus.mojo.signature - ${main.signature.artifact} - 1.0 - - - - - - check - - - - - maven-enforcer-plugin ${maven-enforcer-plugin.version} @@ -538,8 +518,6 @@ ${maven-compiler-plugin.version} true - ${main.java.version} - ${main.java.version} true true @@ -574,7 +552,7 @@ error_prone_core ${errorprone.version} - com.google.auto.value