Skip to content

Conversation

zeitlinger
Copy link
Member

No description provided.

@zeitlinger zeitlinger self-assigned this Aug 29, 2025
@zeitlinger zeitlinger requested a review from a team as a code owner August 29, 2025 12:05
@zeitlinger
Copy link
Member Author

@laurit please have a look

@zeitlinger zeitlinger moved this to Awaiting Review in Declarative Configuration: Java Sep 1, 2025
@zeitlinger
Copy link
Member Author

@laurit please take a look 😄

Comment on lines 20 to 24
implementation(project(":declarative-config-bridge")) {
// is part of bootstrap classpath
exclude(group = "io.opentelemetry", module = "opentelemetry-api-incubator")
exclude(group = "io.opentelemetry", module = "opentelemetry-sdk-extension-autoconfigure-spi")
}
Copy link
Member

Choose a reason for hiding this comment

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

do we need these exclusions? e.g. instrumentation-api-incubator above doesn't have the exclusion for opentelemetry-api-incubator

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@@ -57,6 +57,7 @@ dependencies {
bootstrapLibs(project(":instrumentation-api"))
// opentelemetry-api is an api dependency of :instrumentation-api, but opentelemetry-api-incubator is not
bootstrapLibs("io.opentelemetry:opentelemetry-api-incubator")
bootstrapLibs(project(":instrumentation-api-incubator"))
Copy link
Member

Choose a reason for hiding this comment

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

can we remove this now that we've moved it over to declarative-config-bridge?

Copy link
Member Author

Choose a reason for hiding this comment

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

this just restores the way things were before the bridge was added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting Review
Development

Successfully merging this pull request may close these issues.

3 participants