chore(deps): bump the open-telemetry group across 2 directories with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
dependencies java
Bumps the open-telemetry group with 1 update in the / directory: io.opentelemetry:opentelemetry-api.
Bumps the open-telemetry group with 1 update in the /java-8 directory: io.opentelemetry:opentelemetry-api.
Updates io.opentelemetry:opentelemetry-api from 1.51.0 to 1.52.0
Release notes
Sourced from io.opentelemetry:opentelemetry-api's releases.
Version 1.52.0
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder(#7365)- Declarative config: update to declarative config 1.0-rc.1 (#7436)
- Declarative config: resolve environment variable substitution for mixed quotes (#7433)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@​anuraaga@​ArthurSens@​atoulme@​breedx-splk@​dol@​fandreuz@​felixbarny@​github-advanced-security
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-api's changelog.
Version 1.52.0 (2025-07-11)
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder
... (truncated)
Commits
7efdd04[release/v1.52.x] Prepare release 1.52.0 (#7482)6cac14dPrepare for 1.52.0 release (#7478)78a917dPromote ComponentLoader to new opentelemetry-api-util, standardize SPI loadin...4821c37Add custom stacktrace renderer which is length limit aware (#7281)cecfb83Extend prometheus declarative config support to include without_scope_info, w...915c64aAdd new convenience methods for converting DeclarativeConfigProperties to con...de49179fix(deps): update dependency com.google.api.grpc:proto-google-common-protos t...05f6702add scope schema URL and attributes to prom attributes (#7356)e949555fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (#7477)d9c9583Add context and severity params to ExtendedLogger#isEnabled (#7268)- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-context from 1.51.0 to 1.52.0
Release notes
Sourced from io.opentelemetry:opentelemetry-context's releases.
Version 1.52.0
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder(#7365)- Declarative config: update to declarative config 1.0-rc.1 (#7436)
- Declarative config: resolve environment variable substitution for mixed quotes (#7433)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@​anuraaga@​ArthurSens@​atoulme@​breedx-splk@​dol@​fandreuz@​felixbarny@​github-advanced-security
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-context's changelog.
Version 1.52.0 (2025-07-11)
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder
... (truncated)
Commits
7efdd04[release/v1.52.x] Prepare release 1.52.0 (#7482)6cac14dPrepare for 1.52.0 release (#7478)78a917dPromote ComponentLoader to new opentelemetry-api-util, standardize SPI loadin...4821c37Add custom stacktrace renderer which is length limit aware (#7281)cecfb83Extend prometheus declarative config support to include without_scope_info, w...915c64aAdd new convenience methods for converting DeclarativeConfigProperties to con...de49179fix(deps): update dependency com.google.api.grpc:proto-google-common-protos t...05f6702add scope schema URL and attributes to prom attributes (#7356)e949555fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (#7477)d9c9583Add context and severity params to ExtendedLogger#isEnabled (#7268)- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-api from 1.51.0 to 1.52.0
Release notes
Sourced from io.opentelemetry:opentelemetry-api's releases.
Version 1.52.0
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder(#7365)- Declarative config: update to declarative config 1.0-rc.1 (#7436)
- Declarative config: resolve environment variable substitution for mixed quotes (#7433)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@​anuraaga@​ArthurSens@​atoulme@​breedx-splk@​dol@​fandreuz@​felixbarny@​github-advanced-security
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-api's changelog.
Version 1.52.0 (2025-07-11)
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder
... (truncated)
Commits
7efdd04[release/v1.52.x] Prepare release 1.52.0 (#7482)6cac14dPrepare for 1.52.0 release (#7478)78a917dPromote ComponentLoader to new opentelemetry-api-util, standardize SPI loadin...4821c37Add custom stacktrace renderer which is length limit aware (#7281)cecfb83Extend prometheus declarative config support to include without_scope_info, w...915c64aAdd new convenience methods for converting DeclarativeConfigProperties to con...de49179fix(deps): update dependency com.google.api.grpc:proto-google-common-protos t...05f6702add scope schema URL and attributes to prom attributes (#7356)e949555fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (#7477)d9c9583Add context and severity params to ExtendedLogger#isEnabled (#7268)- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-context from 1.51.0 to 1.52.0
Release notes
Sourced from io.opentelemetry:opentelemetry-context's releases.
Version 1.52.0
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder(#7365)- Declarative config: update to declarative config 1.0-rc.1 (#7436)
- Declarative config: resolve environment variable substitution for mixed quotes (#7433)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@​anuraaga@​ArthurSens@​atoulme@​breedx-splk@​dol@​fandreuz@​felixbarny@​github-advanced-security
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-context's changelog.
Version 1.52.0 (2025-07-11)
API
Common
- Promote
ComponentLoaderto newopentelemetry-commonartifact, standardize SPI loading (#7446)Context
- LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI (#7424)
Incubator
- Add context and severity params to ExtendedLogger#isEnabled (#7268)
- Add new convenience methods for converting DeclarativeConfigProperties to config model (#7453)
SDK
- Add custom stacktrace renderer which is length limit aware (#7281)
Metrics
- Propagate flush to PeriodicMetricReader's metricExporter. (#7410)
Exporters
- OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method (#7390)
- OTLP: profile exporters fix and test improvements (#7442)
- OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader (#7428)
- Prometheus: add scope schema URL and attributes (#7356)
- Prometheus: extend prometheus declarative config support to include without_scope_info, with_resource_constant_labels (#6840)
Extensions
- Autoconfigure: fix race condition of
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder
... (truncated)
Commits
7efdd04[release/v1.52.x] Prepare release 1.52.0 (#7482)6cac14dPrepare for 1.52.0 release (#7478)78a917dPromote ComponentLoader to new opentelemetry-api-util, standardize SPI loadin...4821c37Add custom stacktrace renderer which is length limit aware (#7281)cecfb83Extend prometheus declarative config support to include without_scope_info, w...915c64aAdd new convenience methods for converting DeclarativeConfigProperties to con...de49179fix(deps): update dependency com.google.api.grpc:proto-google-common-protos t...05f6702add scope schema URL and attributes to prom attributes (#7356)e949555fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.5 (#7477)d9c9583Add context and severity params to ExtendedLogger#isEnabled (#7268)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
io.opentelemetry:opentelemetry-api
maven
1.51.0 → 1.52.0
Minor
maven
1.51.0 → 1.52.0
Minor
Technical Details
| ID: | 3257796 |
| UUID: | 3228507399 |
| Node ID: | PR_kwDOCTce4M6eygvb |
| Host: | GitHub |
| Repository: | microsoftgraph/msgraph-sdk-java-core |