You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream OTel Java Agent upgraded its build toolchain from JDK 17 to
21 in May 2024. This PR aligns ADOT with that change. Without this
upgrade, merges with recent upstream changes will result in build
failures.
Build with jdk21 #11219
open-telemetry/opentelemetry-java-instrumentation#11219
Tests performed:
Local build with JDK 21 passes: ./gradlew build
Unit tests pass: ./gradlew test
Smoke/contract tests pass: ./gradlew
appsignals-tests:contract-tests:contractTests
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments