Remove osgi provides ComponentProvider from sdk-extensions/incubator - #8789
Open
jack-berg wants to merge 1 commit into
Open
Remove osgi provides ComponentProvider from sdk-extensions/incubator#8789jack-berg wants to merge 1 commit into
jack-berg wants to merge 1 commit into
Conversation
jack-berg
commented
Sep 9, 2026
| otelJava.osgiOptionalPackages.set(listOf("io.opentelemetry.api.incubator", "io.opentelemetry.sdk.autoconfigure.spi")) | ||
| otelJava.osgiServiceLoaderProvides.set(listOf( | ||
| "io.opentelemetry.sdk.autoconfigure.spi.ResourceProvider", | ||
| "io.opentelemetry.sdk.autoconfigure.spi.internal.ComponentProvider", |
Member
Author
There was a problem hiding this comment.
This line is no longer needed after declarative config was broken out into a dedicated module
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8789 +/- ##
============================================
+ Coverage 91.25% 91.29% +0.04%
- Complexity 10512 10517 +5
============================================
Files 1007 1007
Lines 28386 28386
Branches 3591 3591
============================================
+ Hits 25904 25916 +12
+ Misses 1687 1675 -12
Partials 795 795 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.