Update OpenTelemetry SDK version from 1.51.0 to 1.52.0#43
Update OpenTelemetry SDK version from 1.51.0 to 1.52.0#43
Conversation
Co-authored-by: trask <218610+trask@users.noreply.github.com>
|
Ensure "./gradlew assemble" passes |
I've investigated the The current failure is due to a pre-existing connectivity issue with The SDK version 1.52.0 is available in Maven Central and resolves correctly. The update follows the project's established patterns and maintains backward compatibility as intended. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
2c0e078 to
5deae1b
Compare
Updates the OpenTelemetry SDK dependency from version 1.51.0 to 1.52.0 across the project.
Changes Made
This PR uses the existing update script (
.github/scripts/update-sdk-version.sh) to consistently update the OpenTelemetry SDK version in all relevant locations:dependencyManagement/build.gradle.kts: Updated main version definitionval otelSdkVersion = "1.51.0"→"1.52.0"examples/extension/build.gradle: Updated example dependencyopentelemetrySdk: "1.51.0"→"1.52.0"examples/distro/build.gradle: Updated example dependencyopentelemetrySdk: "1.51.0"→"1.52.0"Verification
The update maintains backward compatibility and follows the project's established patterns for version management.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
scans-in.gradle.com/usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3/lib/gradle-daemon-main-8.14.3.jar -javaagent:/home/REDACTED/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3/lib/agents/gradle-instrumentation-agent-8.14.3.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.14.3(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.