Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/agent-bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
// needed to access io.opentelemetry.instrumentation.api.aisdk.MicrometerUtil
// TODO (heya) remove this when updating to upstream micrometer instrumentation
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
compileOnly("io.opentelemetry:opentelemetry-semconv")
compileOnly("io.opentelemetry.semconv:opentelemetry-semconv")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator")
}
4 changes: 4 additions & 0 deletions agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ dependencies {
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support")
compileOnly("io.opentelemetry.semconv:opentelemetry-semconv")
compileOnly("io.opentelemetry.semconv:opentelemetry-semconv-incubating")

compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
Expand All @@ -74,6 +76,8 @@ dependencies {
testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator")
testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support")
testImplementation("io.opentelemetry.semconv:opentelemetry-semconv")
testImplementation("io.opentelemetry.semconv:opentelemetry-semconv-incubating")

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("com.azure:azure-core-test")
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ io.opentelemetry:opentelemetry-sdk-logs:1.53.0=runtimeClasspath
io.opentelemetry:opentelemetry-sdk-metrics:1.53.0=runtimeClasspath
io.opentelemetry:opentelemetry-sdk-trace:1.53.0=runtimeClasspath
io.opentelemetry:opentelemetry-sdk:1.53.0=runtimeClasspath
io.opentelemetry:opentelemetry-semconv:1.30.1-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-semconv:0.14.1=runtimeClasspath
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this update correct?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this file is autogenerated and this PR exposed that we are picking up this (unused) dependency from autoconfigure module, we could explicitly exclude it, but it's not causing any harm (other than 50kb of bloat in the Java agent size), and this line will go away completely once we bring in next autoconfigure release (due to Azure/azure-sdk-for-java#46520)

io.projectreactor.netty:reactor-netty-core:1.0.48=runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.0.48=runtimeClasspath
io.projectreactor:reactor-core:3.4.41=runtimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
compileOnly("com.microsoft.azure:applicationinsights-web:2.3.0")

testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelInstrumentationVersion")
testImplementation("io.opentelemetry.semconv:opentelemetry-semconv-incubating")

testImplementation("com.microsoft.azure:applicationinsights-web:2.3.0")
testImplementation("javax.servlet:javax.servlet-api:3.0.1")
Expand Down
1 change: 1 addition & 0 deletions agent/instrumentation/methods/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator")
compileOnly("io.opentelemetry.semconv:opentelemetry-semconv-incubating")

// TODO remove when start using io.opentelemetry.instrumentation.javaagent-instrumentation plugin
add("codegen", "io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:$otelInstrumentationAlphaVersion")
Expand Down
3 changes: 2 additions & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.17"

val CORE_DEPENDENCIES = listOf(
"io.opentelemetry:opentelemetry-semconv:1.30.1-alpha",
"io.opentelemetry.semconv:opentelemetry-semconv:1.36.0",
"io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.36.0-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator:${otelInstrumentationAlphaVersion}",
"com.google.auto.service:auto-service:${autoServiceVersion}",
"com.google.auto.service:auto-service-annotations:${autoServiceVersion}",
Expand Down
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2025-08-22 03:18:24 UTC_
_2025-08-27 13:52:21 PDT_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
Expand Down Expand Up @@ -237,7 +237,7 @@ _2025-08-22 03:18:24 UTC_
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

**47** **Group:** `io.opentelemetry` **Name:** `opentelemetry-semconv` **Version:** `1.30.1-alpha`
**47** **Group:** `io.opentelemetry` **Name:** `opentelemetry-semconv` **Version:** `0.14.1`
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
}
implementation("io.opentelemetry:opentelemetry-api:1.27.0")
implementation("io.opentelemetry.semconv:opentelemetry-semconv:1.22.0-alpha")
implementation("io.opentelemetry.semconv:opentelemetry-semconv")
}
Loading