Skip to content

Commit e4cb579

Browse files
author
ADOT Patch workflow
committed
add comment to patch
1 parent 3a6679b commit e4cb579

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/patches/opentelemetry-java-instrumentation.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ diff --git a/instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/
1515
index 1234567890..abcdef1234 100644
1616
--- a/instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/TomcatIntegrationTest.java
1717
+++ b/instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/TomcatIntegrationTest.java
18-
@@ -21,7 +21,6 @@ public class TomcatIntegrationTest extends TargetSystemTest {
18+
@@ -20,8 +20,8 @@ public class TomcatIntegrationTest extends TargetSystemTest {
19+
1920
@ParameterizedTest
2021
@CsvSource({
22+
+ // TODO: Remove this patch after we no longer depend on 2.18.1 of opentelemetry-java-instrumentation.
2123
"tomcat:10.0, https://tomcat.apache.org/tomcat-10.0-doc/appdev/sample/sample.war",
2224
- "tomcat:9.0, https://tomcat.apache.org/tomcat-9.0-doc/appdev/sample/sample.war"
2325
})
@@ -37,4 +39,3 @@ index 023d04703c..ec9690086c 100644
3739
if (findProperty("otel.stable") != "true") {
3840
--
3941
2.45.1
40-

0 commit comments

Comments
 (0)