forked from googleapis/java-spanner-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit bfc05e5
authored
deps: update dependency io.opentelemetry:opentelemetry-bom to v1.47.0 (googleapis#1907)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.opentelemetry:opentelemetry-bom](https://redirect.github.com/open-telemetry/opentelemetry-java) | `1.46.0` -> `1.47.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)</summary>
### [`v1.47.0`](https://redirect.github.com/open-telemetry/opentelemetry-java/blob/HEAD/CHANGELOG.md#Version-1470-2025-02-07)
[Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-java/compare/v1.46.0...v1.47.0)
##### API
##### Incubator
- Make `ExtendedTracer` easier to use
([#​6943](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6943))
- Add `ExtendedLogRecordBuilder#setEventName` and corresponding SDK and OTLP serialization
([#​7012](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7012))
- BREAKING: Drop event API / SDK
([#​7053](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7053))
##### SDK
- Remove -alpha artifacts from runtime classpath of stable components
([#​6944](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6944))
##### Traces
- Bugfix: Follow spec on span limits, batch processors
([#​7030](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7030))
- Add experimental `SdkTracerProvider.setScopeConfigurator(ScopeConfigurator)` for
updating `TracerConfig` at runtime
([#​7021](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7021))
##### Profiles
- Add AttributeKeyValue abstraction to common otlp exporters
([#​7026](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7026))
- Improve profiles attribute table handling
([#​7031](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7031))
##### Exporters
- Interpret timeout zero value as no limit
([#​7023](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7023))
- Bugfix - OTLP: Fix concurrent span reusable data marshaler
([#​7041](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7041))
- OTLP: Add ability to customize retry exception predicate
([#​6991](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6991))
- OTLP: Expand default OkHttp sender retry exception predicate
([#​7047](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7047),
[#​7057](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7057))
##### Extensions
- Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none
([#​7017](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7017))
- Autoconfigure: Promote EnvironmentResourceProvider to public API
([#​7052](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7052))
- Autoconfigure: Ensure `OTEL_PROPAGATORS` still works when `OTEL_SDK_DISABLED=true`.
([#​7062](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7062))%
##### Testing
- Add W3CBaggagePropagator to `OpenTelemetryRule`, `OpenTelemetryExtension`.
([#​7056](https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7056))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 parent 679ffe4 commit bfc05e5Copy full SHA for bfc05e5
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- samples/spring-data-jdbc
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
samples/spring-data-jdbc/pom.xml
Copy file name to clipboardExpand all lines: samples/spring-data-jdbc/pom.xml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments