File tree Expand file tree Collapse file tree 4 files changed +1
-255
lines changed Expand file tree Collapse file tree 4 files changed +1
-255
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
OTEL_JAVA_INSTRUMENTATION_VERSION=v2.18.1
2
- OTEL_JAVA_CONTRIB_VERSION=v1.39.0
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ val dependencyLists = listOf(
73
73
" commons-logging:commons-logging:1.2" ,
74
74
" com.sparkjava:spark-core:2.9.4" ,
75
75
" com.squareup.okhttp3:okhttp:4.12.0" ,
76
- " io.opentelemetry.contrib:opentelemetry-aws-xray:1.39.0-adot1 " ,
76
+ " io.opentelemetry.contrib:opentelemetry-aws-xray:1.39.0" ,
77
77
" io.opentelemetry.contrib:opentelemetry-aws-resources:1.39.0-alpha" ,
78
78
" io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha" ,
79
79
" io.opentelemetry.javaagent:opentelemetry-javaagent:$otelJavaAgentVersion " ,
Original file line number Diff line number Diff line change @@ -32,22 +32,6 @@ patch -p1 < "$SOURCEDIR"/patches/opentelemetry-java-instrumentation.patch
32
32
popd
33
33
rm -rf opentelemetry-java-instrumentation
34
34
35
- contrib_version=$( awk -F' =v' ' /OTEL_JAVA_CONTRIB_VERSION/ {print $2}' " $file " )
36
- if [[ -n " $contrib_version " ]]; then
37
- echo " Found OTEL Contrib Version: ${contrib_version} "
38
- # # Clone and Patch the OpenTelemetry Java contrib Repository
39
- echo " Info: Cloning and Patching OpenTelemetry Java contrib Repository"
40
- git clone https://github.com/open-telemetry/opentelemetry-java-contrib.git
41
- pushd opentelemetry-java-contrib
42
- git checkout v${contrib_version} -b tag-v${contrib_version}
43
-
44
- # There is another patch in the .github/patches directory for other changes. We should apply them too for consistency.
45
- patch -p1 < " $SOURCEDIR " /../.github/patches/opentelemetry-java-contrib.patch
46
-
47
- ./gradlew publishToMavenLocal
48
- popd
49
- rm -rf opentelemetry-java-contrib
50
- fi
51
35
52
36
# # Build the ADOT Java from current source
53
37
echo " Info: Building ADOT Java from current source"
You can’t perform that action at this time.
0 commit comments