From 94a8ffa7f4adb1b5ce68909ec270c6b3a6f5b7cd Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Mon, 1 Sep 2025 07:25:00 -0400 Subject: [PATCH] Update links to not use search.maven.org (#14558) --- instrumentation/apache-dbcp-2.0/library/README.md | 2 +- .../apache-httpclient/apache-httpclient-5.2/library/README.md | 2 +- .../aws-lambda/aws-lambda-core-1.0/library/README.md | 2 +- instrumentation/c3p0-0.9/library/README.md | 2 +- .../graphql-java/graphql-java-12.0/library/README.md | 2 +- .../graphql-java/graphql-java-20.0/library/README.md | 2 +- instrumentation/grpc-1.6/library/README.md | 2 +- instrumentation/hikaricp-3.0/library/README.md | 2 +- instrumentation/java-http-client/library/README.md | 2 +- instrumentation/java-http-server/library/README.md | 2 +- instrumentation/jdbc/library/README.md | 2 +- .../kafka/kafka-clients/kafka-clients-2.6/library/README.md | 2 +- instrumentation/ktor/ktor-1.0/library/README.md | 2 +- instrumentation/ktor/ktor-2.0/library/README.md | 2 +- instrumentation/ktor/ktor-3.0/library/README.md | 2 +- instrumentation/log4j/log4j-appender-2.17/library/README.md | 2 +- .../log4j-context-data-2.17/library-autoconfigure/README.md | 2 +- instrumentation/logback/logback-appender-1.0/library/README.md | 2 +- instrumentation/logback/logback-mdc-1.0/library/README.md | 2 +- instrumentation/micrometer/micrometer-1.5/library/README.md | 2 +- instrumentation/okhttp/okhttp-3.0/library/README.md | 2 +- instrumentation/openai/openai-java-1.1/library/README.md | 2 +- instrumentation/oracle-ucp-11.2/library/README.md | 2 +- instrumentation/oshi/README.md | 2 +- instrumentation/r2dbc-1.0/library/README.md | 2 +- .../rocketmq-client/rocketmq-client-4.8/library/README.md | 2 +- .../runtime-telemetry/runtime-telemetry-java8/library/README.md | 2 +- .../spring/spring-web/spring-web-3.1/library/README.md | 2 +- .../spring/spring-webmvc/spring-webmvc-5.3/library/README.md | 2 +- .../spring/spring-webmvc/spring-webmvc-6.0/library/README.md | 2 +- instrumentation/vibur-dbcp-11.0/library/README.md | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/instrumentation/apache-dbcp-2.0/library/README.md b/instrumentation/apache-dbcp-2.0/library/README.md index 04c3e98c37..3a7a0a2808 100644 --- a/instrumentation/apache-dbcp-2.0/library/README.md +++ b/instrumentation/apache-dbcp-2.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Apache DBCP](https://commons.apache. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-apache-dbcp-2.0). +release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-apache-dbcp-2.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/apache-httpclient/apache-httpclient-5.2/library/README.md b/instrumentation/apache-httpclient/apache-httpclient-5.2/library/README.md index fb9002c5b6..4d3c90e820 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-5.2/library/README.md +++ b/instrumentation/apache-httpclient/apache-httpclient-5.2/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Apache Http Client 5.2](https://hc.a ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-apache-httpclient-5.2). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-apache-httpclient-5.2). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md b/instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md index 0af6179dd3..c0ee14cedc 100644 --- a/instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md +++ b/instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md @@ -50,7 +50,7 @@ link to tracing information provided by Lambda itself. To do so, add a dependenc `io.opentelemetry.contrib:opentelemetry-aws-xray-propagator`. Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.contrib%20AND%20a:opentelemetry-aws-xray-propagator). +release]( https://central.sonatype.com/artifact/io.opentelemetry.contrib/opentelemetry-aws-xray-propagator). Gradle: diff --git a/instrumentation/c3p0-0.9/library/README.md b/instrumentation/c3p0-0.9/library/README.md index 55ac8d775f..25104e1f15 100644 --- a/instrumentation/c3p0-0.9/library/README.md +++ b/instrumentation/c3p0-0.9/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [C3P0](https://www.mchange.com/projec ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-c3p0-0.9). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-c3p0-0.9). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/graphql-java/graphql-java-12.0/library/README.md b/instrumentation/graphql-java/graphql-java-12.0/library/README.md index 447473d1df..7c1ff1c7b7 100644 --- a/instrumentation/graphql-java/graphql-java-12.0/library/README.md +++ b/instrumentation/graphql-java/graphql-java-12.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [GraphQL Java](https://www.graphql-ja ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-graphql-java-12.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-graphql-java-12.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/graphql-java/graphql-java-20.0/library/README.md b/instrumentation/graphql-java/graphql-java-20.0/library/README.md index 2482e76ee8..7c3a122a06 100644 --- a/instrumentation/graphql-java/graphql-java-20.0/library/README.md +++ b/instrumentation/graphql-java/graphql-java-20.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [GraphQL Java](https://www.graphql-ja ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-graphql-java-12.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-graphql-java-12.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/grpc-1.6/library/README.md b/instrumentation/grpc-1.6/library/README.md index 4d9ba31291..2a9c548a09 100644 --- a/instrumentation/grpc-1.6/library/README.md +++ b/instrumentation/grpc-1.6/library/README.md @@ -6,7 +6,7 @@ Provides OpenTelemetry instrumentation for [gRPC](https://grpc.io/). ### Add the following dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-grpc-1.6). +Replace `OPENTELEMETRY_VERSION` with the [latest release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-grpc-1.6). For Maven, add the following to your `pom.xml` dependencies: diff --git a/instrumentation/hikaricp-3.0/library/README.md b/instrumentation/hikaricp-3.0/library/README.md index 233b5c6e89..49fd620870 100644 --- a/instrumentation/hikaricp-3.0/library/README.md +++ b/instrumentation/hikaricp-3.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [HikariCP](https://github.com/brettwo ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-hikaricp-3.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-hikaricp-3.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/java-http-client/library/README.md b/instrumentation/java-http-client/library/README.md index c413e1b87c..3904ad561d 100644 --- a/instrumentation/java-http-client/library/README.md +++ b/instrumentation/java-http-client/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Java HTTP Client](https://openjdk.or ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-java-http-client). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-java-http-client). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/java-http-server/library/README.md b/instrumentation/java-http-server/library/README.md index c4d6d9382d..4cd445097f 100644 --- a/instrumentation/java-http-server/library/README.md +++ b/instrumentation/java-http-server/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Java HTTP Server](https://docs.oracl ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-java-http-server). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-java-http-server). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/jdbc/library/README.md b/instrumentation/jdbc/library/README.md index 2c21cfd214..1d1ebb5138 100644 --- a/instrumentation/jdbc/library/README.md +++ b/instrumentation/jdbc/library/README.md @@ -8,7 +8,7 @@ Provides OpenTelemetry instrumentation for ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-jdbc). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-jdbc). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/README.md b/instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/README.md index b244222c18..2d4019de6f 100644 --- a/instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/README.md +++ b/instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/README.md @@ -5,7 +5,7 @@ ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-kafka-clients-2.6). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-kafka-clients-2.6). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/ktor/ktor-1.0/library/README.md b/instrumentation/ktor/ktor-1.0/library/README.md index 6ec0bedff8..a8028d4571 100644 --- a/instrumentation/ktor/ktor-1.0/library/README.md +++ b/instrumentation/ktor/ktor-1.0/library/README.md @@ -8,7 +8,7 @@ Currently, only server instrumentation is supported. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-ktor-1.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-ktor-1.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/ktor/ktor-2.0/library/README.md b/instrumentation/ktor/ktor-2.0/library/README.md index 6740d0c0fc..22c9d8395d 100644 --- a/instrumentation/ktor/ktor-2.0/library/README.md +++ b/instrumentation/ktor/ktor-2.0/library/README.md @@ -8,7 +8,7 @@ Server and client instrumentations are supported. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-ktor-2.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-ktor-2.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/ktor/ktor-3.0/library/README.md b/instrumentation/ktor/ktor-3.0/library/README.md index da499a3f78..80a3fa2033 100644 --- a/instrumentation/ktor/ktor-3.0/library/README.md +++ b/instrumentation/ktor/ktor-3.0/library/README.md @@ -8,7 +8,7 @@ Server and client instrumentations are supported. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-ktor-3.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-ktor-3.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/log4j/log4j-appender-2.17/library/README.md b/instrumentation/log4j/log4j-appender-2.17/library/README.md index 9d4a7be38e..07bd37bba7 100644 --- a/instrumentation/log4j/log4j-appender-2.17/library/README.md +++ b/instrumentation/log4j/log4j-appender-2.17/library/README.md @@ -9,7 +9,7 @@ which forwards Log4j2 log events to the ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-log4j-appender-2.17). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-log4j-appender-2.17). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure/README.md b/instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure/README.md index 903427f4e9..f81e256cca 100644 --- a/instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure/README.md +++ b/instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure/README.md @@ -8,7 +8,7 @@ into log context. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-log4j-context-data-2.17-autoconfigure). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-log4j-context-data-2.17-autoconfigure). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/logback/logback-appender-1.0/library/README.md b/instrumentation/logback/logback-appender-1.0/library/README.md index 659d32ae5d..fe98849e67 100644 --- a/instrumentation/logback/logback-appender-1.0/library/README.md +++ b/instrumentation/logback/logback-appender-1.0/library/README.md @@ -9,7 +9,7 @@ forwards Logback log events to the ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-logback-appender-1.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-logback-appender-1.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/logback/logback-mdc-1.0/library/README.md b/instrumentation/logback/logback-mdc-1.0/library/README.md index e2d1de2391..ad10a3ee34 100644 --- a/instrumentation/logback/logback-mdc-1.0/library/README.md +++ b/instrumentation/logback/logback-mdc-1.0/library/README.md @@ -8,7 +8,7 @@ mounted span using a custom Logback appender. ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-logback-mdc-1.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-logback-mdc-1.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/micrometer/micrometer-1.5/library/README.md b/instrumentation/micrometer/micrometer-1.5/library/README.md index e12bee1aeb..0c27de3155 100644 --- a/instrumentation/micrometer/micrometer-1.5/library/README.md +++ b/instrumentation/micrometer/micrometer-1.5/library/README.md @@ -9,7 +9,7 @@ sends Micrometer metrics to the ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-micrometer-1.5). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-micrometer-1.5). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/okhttp/okhttp-3.0/library/README.md b/instrumentation/okhttp/okhttp-3.0/library/README.md index 84b2164230..e4fc17efe4 100644 --- a/instrumentation/okhttp/okhttp-3.0/library/README.md +++ b/instrumentation/okhttp/okhttp-3.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [okhttp3](https://square.github.io/ok ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-okhttp-3.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-okhttp-3.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/openai/openai-java-1.1/library/README.md b/instrumentation/openai/openai-java-1.1/library/README.md index 4451ec5102..d8b1e745d9 100644 --- a/instrumentation/openai/openai-java-1.1/library/README.md +++ b/instrumentation/openai/openai-java-1.1/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [openai-java](https://github.com/open ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-openai-java-1.1). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-openai-java-1.1). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/oracle-ucp-11.2/library/README.md b/instrumentation/oracle-ucp-11.2/library/README.md index cbc3eefa43..4f8d5ec15c 100644 --- a/instrumentation/oracle-ucp-11.2/library/README.md +++ b/instrumentation/oracle-ucp-11.2/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Oracle UCP](https://docs.oracle.com/ ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-oracle-ucp-11.2). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-oracle-ucp-11.2). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/oshi/README.md b/instrumentation/oshi/README.md index 165f43d352..490f23ca65 100644 --- a/instrumentation/oshi/README.md +++ b/instrumentation/oshi/README.md @@ -6,4 +6,4 @@ # Using OSHI with OpenTelemetry Java agent -Download oshi-core jar from https://search.maven.org/search?q=g:com.github.oshi%20AND%20a:oshi-core and place it on the class path. OpenTelemetry Java agent uses system class loader to load classes from the oshi-core jar that are used for the metrics. +Download oshi-core jar from https://central.sonatype.com/artifact/com.github.oshi/oshi-core and place it on the class path. OpenTelemetry Java agent uses system class loader to load classes from the oshi-core jar that are used for the metrics. diff --git a/instrumentation/r2dbc-1.0/library/README.md b/instrumentation/r2dbc-1.0/library/README.md index 361823ee8e..b9e17a09be 100644 --- a/instrumentation/r2dbc-1.0/library/README.md +++ b/instrumentation/r2dbc-1.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [R2dbc](https://r2dbc.io/). ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-r2dbc-1.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-r2dbc-1.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/rocketmq/rocketmq-client/rocketmq-client-4.8/library/README.md b/instrumentation/rocketmq/rocketmq-client/rocketmq-client-4.8/library/README.md index 7844d4d0d2..83c3292802 100644 --- a/instrumentation/rocketmq/rocketmq-client/rocketmq-client-4.8/library/README.md +++ b/instrumentation/rocketmq/rocketmq-client/rocketmq-client-4.8/library/README.md @@ -6,7 +6,7 @@ Provides OpenTelemetry instrumentation for [Apache RocketMQ](https://rocketmq.ap ### Add the following dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-rocketmq-client-4.8). +Replace `OPENTELEMETRY_VERSION` with the [latest release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-rocketmq-client-4.8). For Maven, add the following to your `pom.xml` dependencies: diff --git a/instrumentation/runtime-telemetry/runtime-telemetry-java8/library/README.md b/instrumentation/runtime-telemetry/runtime-telemetry-java8/library/README.md index 4f846856d0..3d68c3679a 100644 --- a/instrumentation/runtime-telemetry/runtime-telemetry-java8/library/README.md +++ b/instrumentation/runtime-telemetry/runtime-telemetry-java8/library/README.md @@ -7,7 +7,7 @@ This module provides JVM runtime metrics as documented in the [semantic conventi ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-runtime-telemetry-java8). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-runtime-telemetry-java8). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/spring/spring-web/spring-web-3.1/library/README.md b/instrumentation/spring/spring-web/spring-web-3.1/library/README.md index c2145fbc05..7176cbab58 100644 --- a/instrumentation/spring/spring-web/spring-web-3.1/library/README.md +++ b/instrumentation/spring/spring-web/spring-web-3.1/library/README.md @@ -10,7 +10,7 @@ Replace `SPRING_VERSION` with the version of spring you're using. `Minimum version: 3.1` Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-spring-web-3.1). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-spring-web-3.1). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/spring/spring-webmvc/spring-webmvc-5.3/library/README.md b/instrumentation/spring/spring-webmvc/spring-webmvc-5.3/library/README.md index 5be13f86ac..b724e63e37 100644 --- a/instrumentation/spring/spring-webmvc/spring-webmvc-5.3/library/README.md +++ b/instrumentation/spring/spring-webmvc/spring-webmvc-5.3/library/README.md @@ -11,7 +11,7 @@ Replace `SPRING_VERSION` with the version of spring you're using. - `Minimum version: 5.3` Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-spring-webmvc-5.3). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-spring-webmvc-5.3). For Maven add the following to your `pom.xml`: diff --git a/instrumentation/spring/spring-webmvc/spring-webmvc-6.0/library/README.md b/instrumentation/spring/spring-webmvc/spring-webmvc-6.0/library/README.md index f6f43aabb8..52b1a33ee5 100644 --- a/instrumentation/spring/spring-webmvc/spring-webmvc-6.0/library/README.md +++ b/instrumentation/spring/spring-webmvc/spring-webmvc-6.0/library/README.md @@ -11,7 +11,7 @@ Replace `SPRING_VERSION` with the version of spring you're using. - `Minimum version: 6.0.0` Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-spring-webmvc-6.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-spring-webmvc-6.0). For Maven add the following to your `pom.xml`: diff --git a/instrumentation/vibur-dbcp-11.0/library/README.md b/instrumentation/vibur-dbcp-11.0/library/README.md index f911e0e39e..149d8da48a 100644 --- a/instrumentation/vibur-dbcp-11.0/library/README.md +++ b/instrumentation/vibur-dbcp-11.0/library/README.md @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Vibur DBCP](https://www.vibur.org/). ### Add these dependencies to your project Replace `OPENTELEMETRY_VERSION` with the [latest -release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-vibur-dbcp-11.0). +release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-vibur-dbcp-11.0). For Maven, add to your `pom.xml` dependencies: