Update version to 2.15.0-SNAPSHOT (#13519)

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
otelbot[bot] 2025-03-13 23:16:00 +00:00 committed by GitHub
parent c284f6ce4c
commit a04a7a8ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 13 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 2.14.0 (2025-03-13)
### Migration notes
- The `java.net.http.HttpClient` instrumentation package

View File

@ -1,4 +1,4 @@
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.3.jar
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.15.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.3.jar
**** MODIFIED ANNOTATION: PUBLIC ABSTRACT io.opentelemetry.instrumentation.annotations.WithSpan (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+++* NEW METHOD: PUBLIC(+) ABSTRACT(+) boolean inheritContext()

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.13.3.jar
Comparing source compatibility of opentelemetry-instrumentation-api-2.15.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.13.3.jar
No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.13.3.jar
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.15.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.13.3.jar
No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.13.3.jar
Comparing source compatibility of opentelemetry-spring-boot-starter-2.15.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.13.3.jar
No changes.

View File

@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.14.0-alpha-SNAPSHOT"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.15.0-alpha-SNAPSHOT"
}
}
@ -30,8 +30,8 @@ subprojects {
opentelemetrySdk : "1.48.0",
// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT",
opentelemetryJavaagent : "2.15.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.15.0-alpha-SNAPSHOT",
autoservice : "1.1.1"
]

View File

@ -13,8 +13,8 @@ plugins {
id "com.gradleup.shadow" version "8.3.6"
id "com.diffplug.spotless" version "7.0.2"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.14.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.14.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.15.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.15.0-alpha-SNAPSHOT"
}
group 'io.opentelemetry.example'
@ -26,8 +26,8 @@ ext {
opentelemetrySdk : "1.48.0",
// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT"
opentelemetryJavaagent : "2.15.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.15.0-alpha-SNAPSHOT"
]
deps = [

View File

@ -1,5 +1,5 @@
val stableVersion = "2.14.0-SNAPSHOT"
val alphaVersion = "2.14.0-alpha-SNAPSHOT"
val stableVersion = "2.15.0-SNAPSHOT"
val alphaVersion = "2.15.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {