Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation errors due to declarative config breaking changes #13463

Conversation

jack-berg
Copy link
Member

Fix breaking changes from moving / renaming of certain declarative config classes in: open-telemetry/opentelemetry-java#6549

NOTE: Depends on opentelemetry-java 1.48.0 release, scheduled for 3/6/25.

@jack-berg jack-berg requested a review from a team as a code owner March 6, 2025 19:26
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Mar 6, 2025
@@ -5,7 +5,7 @@ plugins {
data class DependencySet(val group: String, val version: String, val modules: List<String>)

// this line is managed by .github/scripts/update-sdk-version.sh
val otelSdkVersion = "1.47.0"
val otelSdkVersion = "1.48.0-SNAPSHOT"
Copy link
Member Author

Choose a reason for hiding this comment

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

TODO: revert before merging

laurit added a commit that referenced this pull request Mar 10, 2025
@jack-berg
Copy link
Member Author

Superseded by #13476

@jack-berg jack-berg closed this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant