Skip to content

Commit

Permalink
Merge pull request #852 from aws-observability/merge-v1.32.3
Browse files Browse the repository at this point in the history
Merge relevant patch from v1.32.3 release
  • Loading branch information
thpierce authored Jul 23, 2024
2 parents e5428dd + 08d06b1 commit 84e95c3
Show file tree
Hide file tree
Showing 82 changed files with 2,888 additions and 8,822 deletions.
756 changes: 756 additions & 0 deletions .github/patches/opentelemetry-java-instrumentation.patch

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/patches/versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OTEL_JAVA_INSTRUMENTATION_VERSION=v1.32.1
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"

// This is the version of the upstream instrumentation BOM
val otelVersion = "1.32.1"
val otelVersion = "1.32.1-adot1"
val otelSnapshotVersion = "1.33.0"
val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
Expand Down
206 changes: 0 additions & 206 deletions licenses/annotations-2.20.78.jar/META-INF/LICENSE.txt

This file was deleted.

25 changes: 0 additions & 25 deletions licenses/annotations-2.20.78.jar/META-INF/NOTICE.txt

This file was deleted.

Loading

0 comments on commit 84e95c3

Please sign in to comment.