When upgrading the opentelemetry-spring-boot-starter dependency to version 2.13.0 or later in a Spring Boot 2.7.x project running on Java 11, the build fails with a dependency resolution error. This issue does not occur in versions prior to 2.13.0 (e.g., 2.12.0).
This issue appears to have been introduced due to the addition of opentelemetry-runtime-telemetry-java17
dependency in spring-boot-autoconfigure
.
Since there was no mention in the release notes about not supporting Java versions below 17, I’ve filed this issue to highlight the unexpected behavior.
Steps to reproduceRef: https://github.com/KimDoubleB/spring-learning/tree/issue/java11/opentelemetry/issue-demo
./gradlew clean dependencies --configuration runtimeClasspath
or ./gradlew build
The build should complete successfully, resolving all dependencies compatible with Java 11.
Actual behaviorThe build fails with the following error:
Execution failed for task ':bootJarMainClassName'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not resolve io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java17:2.13.1-alpha.
Required by:
root project : > io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter:2.13.1 > io.opentelemetry.instrumentation:opentelemetry-spring-boot-autoconfigure:2.13.1
> Dependency resolution is looking for a library compatible with JVM runtime version 11, but 'io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java17:2.13.1-alpha' is only compatible with JVM runtime version 17 or newer.
This indicates that the transitive dependency opentelemetry-runtime-telemetry-java17 is specific to Java 17 and incompatible with Java 11.
Javaagent or library instrumentation versionlibrary 2.13.0+
EnvironmentIf this is intended behavior, it would be beneficial to add this information to the release notes or documentation to clarify the Java 17 requirement.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4