Bump the all-dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies java
Bumps the all-dependencies group with 17 updates in the / directory:
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.23.0-alpha to 2.24.0-alpha
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.
Version 2.23.0
This release targets the OpenTelemetry SDK 1.57.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- ActiveMQ Classic JMX metrics: rename attributes and metrics to align with semantic conventions (see PR description for specifics) (#14996)
- Library instrumentation: remove previously deprecated methods from telemetry builders (#15324)
- Logback:
captureArgumentsno longer captures message template, usecaptureTemplate(#15423)- Play: disable controller spans by default, re-enable with
otel.instrumentation.common.experimental.controller-telemetry.enabled=true(#15604)🚫 Deprecations
- Library instrumentation: deprecate
setSpanNameExtractor()andsetStatusExtractor()in favor ofsetSpanNameExtractorCustomizer()andsetStatusExtractorCustomizer()(#15529)🌟 New javaagent instrumentation
- Apache ElasticJob (#14933)
🌟 New library instrumentation
📈 Enhancements
- Spring starter: add declarative config logging exporter (#14917)
- Failsafe: add support for
RetryPolicy(#15255, #15537)- GraphQL: add option to disable capturing query documents (#15384)
- JMX metrics: allow any classpath resource path in rules (#15413)
- Spring Boot actuator autoconfigure: support Spring Boot 4 (#15433)
- Spring JMS: support Spring Boot 4 (#15434)
- Spring starter: support Spring Boot 4 (#15459)
- Lettuce: support custom
ClientResources(#15470)- Lettuce: add reactor-core compatibility checker (#15472)
- Servlet: propagate context explicitly for async runnables (#15476)
- Servlet: always add
trace_idandspan_idattributes to requests (#15485)- Pekko HTTP: separate route instrumentation from HTTP server instrumentation (#15499)
- MongoDB: emit versioned scope name (#15500)
- Spring WebFlux: support Spring Boot 4 (#15502, #15574)
- Spring WebMVC: support Spring Boot 4 (#15525)
- Spring Cloud Gateway: support Spring Boot 4 (#15540)
- Spring starter: add missing Kafka configuration options (#15592)
- OpenTelemetry API interop: support new GlobalOpenTelemetry methods introduced in 1.57 (#15620)
🛠️ Bug fixes
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.
Changelog
Unreleased
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)
... (truncated)
Commits
- See full diff in compare view
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.23.0 to 2.24.0
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases.
Version 2.24.0
This release targets the OpenTelemetry SDK 1.58.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
otel.instrumentation.logback-appender.experimental.capture-template(#15649)- Spring Boot Starter: Support Spring Boot 4 RestClient (#15684)
- Improve support for experimental declarative configuration (#15656, #15688, #15697, #15698, #15704, #15707, #15713, #15714, #15722, #15727, #15732, #15733, #15734, #15735, #15740, #15741, #15742, #15752, #15756, #15787, #15791, #15792, #15841, #15856)
- AWS Bedrock: support model IDs with regional prefixes (e.g.,
us.,global.) for inference profiles (#15751)- Redis: Improve sanitization for ACL command (#15797)
- Ktor and Netty library instrumentations: Add
setSpanNameExtractorCustomizer(#15825)- Support more of stable database semconv under opt-in flag (#15836, #15854)
- Move
SpanStatusExtractor.extract()beforeOperationListener.onEnd()inInstrumenter(#15844)🛠️ Bug fixes
- Servlet library instrumentation: fix capturing
enduser.id(#15858)- Fix agent startup failing on read-only filesystem (#15682)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk@brunobat@copilot-pull-request-reviewer@gaeljw@igreenfield@jack-berg@jaydeluca
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's changelog.
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
... (truncated)
Commits
960ce5c[release/v2.24.x] Prepare release 2.24.0 (#15885)5fafe97Update changelog for upcoming release (#15882)675afceRename a method to 'wrap' (#15829)79a251cfix(deps): update byte buddy packages to v1.18.4 (#15874)110f554Fix handling added and removed files in auto license update (#15876)96fb784Update VERSIONING.md (#15872)3632253chore(deps): update gradle to v9.3.0 (#15878)41840ebfix(deps): update dependency org.owasp:dependency-check-gradle to v12.2.0 (#1...16422e8fix(deps): update gradle develocity packages to v4.3.1 (#15873)bde4e9cUpdate remaining HTTP library instrumentation javadoc (#15866)- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-api from 1.57.0 to 1.58.0
Release notes
Sourced from io.opentelemetry:opentelemetry-api's releases.
Version 1.58.0
API
Incubator
- Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry (#7914)
- Add DeclarativeConfigProperties#get method (#7923)
- Update ConfigProvider#getInstrumentationConfig response to be non-null (#7954)
- Add declarative config utility methods for common operations (#7927)
SDK
Traces
- Implement SDK metrics for trace (#7895, #7930)
- Emit warning when TraceIdRatioBasedSampler is used as child sampler (#7937)
Logs
- Implement SDK metrics for logs (#7931)
Exporters
- Prom exporter update (#7934)
Extensions
- Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 (#7861)
- Declarative config: update jaeger remote sampler to require endpoint, initial_sampler (#7943)
- Declarative config: add support for view unit (#7942)
- Declarative config: add support for new logger config minimum_severity and trace_based properties (#7940)
- Declarative config: add support for composable parent threshold sampler (#7941)
- Declarative config: improve pattern for validating and loading SDK extension plugins (#7947)
Project tooling
- Use develocity build cache in PRs and local builds (#7906)
- Configure japicmp classpath to avoid false positives (#7945)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@anuraaga@breedx-splk@Gosling-dude@jack-berg@jkwatson@JonasKunz@SylvainJuge
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-api's changelog.
Version 1.58.0 (2026-01-09)
API
Incubator
- Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry (#7914)
- Add DeclarativeConfigProperties#get method (#7923)
- Update ConfigProvider#getInstrumentationConfig response to be non-null (#7954)
- Add declarative config utility methods for common operations (#7927)
SDK
Traces
- Implement SDK metrics for trace (#7895, #7930)
- Emit warning when TraceIdRatioBasedSampler is used as child sampler (#7937)
Logs
- Implement SDK metrics for logs (#7931)
Exporters
- Prom exporter update (#7934)
Extensions
- Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 (#7861)
- Declarative config: update jaeger remote sampler to require endpoint, initial_sampler (#7943)
- Declarative config: add support for view unit (#7942)
- Declarative config: add support for new logger config minimum_severity and trace_based properties (#7940)
- Declarative config: add support for composable parent threshold sampler (#7941)
- Declarative config: improve pattern for validating and loading SDK extension plugins (#7947)
... (truncated)
Commits
1e377b4[release/v1.58.x] Prepare release 1.58.0 (#7968)b882815Prepare 1.58.0 (#7965)826c4e9Improve pattern for validating and loading SDK extension plugins (#7947)da310ccProm exporter update (#7934)a15659dadd method to retrieve instrumentation configuration by name (#7927)2d38562fix(deps): update armeriaversion to v1.35.0 (#7959)ca536b2fix(deps): update junit-framework monorepo to v5.14.2 (#7956)5150e52chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.143...15b41f1chore(deps): update plugin com.gradleup.shadow to v9.3.1 (#7955)a46b073make getInstrumentationConfig non-null (#7954)- Additional commits viewable in compare view
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.23.0 to 2.24.0
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.
Version 2.24.0
This release targets the OpenTelemetry SDK 1.58.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
otel.instrumentation.logback-appender.experimental.capture-template(#15649)- Spring Boot Starter: Support Spring Boot 4 RestClient (#15684)
- Improve support for experimental declarative configuration (#15656, #15688, #15697, #15698, #15704, #15707, #15713, #15714, #15722, #15727, #15732, #15733, #15734, #15735, #15740, #15741, #15742, #15752, #15756, #15787, #15791, #15792, #15841, #15856)
- AWS Bedrock: support model IDs with regional prefixes (e.g.,
us.,global.) for inference profiles (#15751)- Redis: Improve sanitization for ACL command (#15797)
- Ktor and Netty library instrumentations: Add
setSpanNameExtractorCustomizer(#15825)- Support more of stable database semconv under opt-in flag (#15836, #15854)
- Move
SpanStatusExtractor.extract()beforeOperationListener.onEnd()inInstrumenter(#15844)🛠️ Bug fixes
- Servlet library instrumentation: fix capturing
enduser.id(#15858)- Fix agent startup failing on read-only filesystem (#15682)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk@brunobat@copilot-pull-request-reviewer@gaeljw@igreenfield@jack-berg@jaydeluca
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
... (truncated)
Commits
960ce5c[release/v2.24.x] Prepare release 2.24.0 (#15885)5fafe97Update changelog for upcoming release (#15882)675afceRename a method to 'wrap' (#15829)79a251cfix(deps): update byte buddy packages to v1.18.4 (#15874)110f554Fix handling added and removed files in auto license update (#15876)96fb784Update VERSIONING.md (#15872)3632253chore(deps): update gradle to v9.3.0 (#15878)41840ebfix(deps): update dependency org.owasp:dependency-check-gradle to v12.2.0 (#1...16422e8fix(deps): update gradle develocity packages to v4.3.1 (#15873)bde4e9cUpdate remaining HTTP library instrumentation javadoc (#15866)- Additional commits viewable in compare view
Updates io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.23.0-alpha to 2.24.0-alpha
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17's releases.
Version 2.23.0
This release targets the OpenTelemetry SDK 1.57.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- ActiveMQ Classic JMX metrics: rename attributes and metrics to align with semantic conventions (see PR description for specifics) (#14996)
- Library instrumentation: remove previously deprecated methods from telemetry builders (#15324)
- Logback:
captureArgumentsno longer captures message template, usecaptureTemplate(#15423)- Play: disable controller spans by default, re-enable with
otel.instrumentation.common.experimental.controller-telemetry.enabled=true(#15604)🚫 Deprecations
- Library instrumentation: deprecate
setSpanNameExtractor()andsetStatusExtractor()in favor ofsetSpanNameExtractorCustomizer()andsetStatusExtractorCustomizer()(#15529)🌟 New javaagent instrumentation
- Apache ElasticJob (#14933)
🌟 New library instrumentation
📈 Enhancements
- Spring starter: add declarative config logging exporter (#14917)
- Failsafe: add support for
RetryPolicy(#15255, #15537)- GraphQL: add option to disable capturing query documents (#15384)
- JMX metrics: allow any classpath resource path in rules (#15413)
- Spring Boot actuator autoconfigure: support Spring Boot 4 (#15433)
- Spring JMS: support Spring Boot 4 (#15434)
- Spring starter: support Spring Boot 4 (#15459)
- Lettuce: support custom
ClientResources(#15470)- Lettuce: add reactor-core compatibility checker (#15472)
- Servlet: propagate context explicitly for async runnables (#15476)
- Servlet: always add
trace_idandspan_idattributes to requests (#15485)- Pekko HTTP: separate route instrumentation from HTTP server instrumentation (#15499)
- MongoDB: emit versioned scope name (#15500)
- Spring WebFlux: support Spring Boot 4 (#15502, #15574)
- Spring WebMVC: support Spring Boot 4 (
Package Dependencies
Ecosystem:
mavenVersion Change:
6.0.1 → 6.0.2Update Type:
PatchPackage:
org.junit.jupiter:junit-jupiter-apiEcosystem:
mavenVersion Change:
6.0.1 → 6.0.2Update Type:
PatchPackage:
ch.qos.logback:logback-coreEcosystem:
mavenVersion Change:
1.5.23 → 1.5.25Update Type:
PatchPackage:
ch.qos.logback:logback-classicEcosystem:
mavenVersion Change:
1.5.23 → 1.5.25Update Type:
PatchPackage:
io.opentelemetry:opentelemetry-apiEcosystem:
mavenVersion Change:
1.57.0 → 1.58.0Update Type:
MinorEcosystem:
mavenVersion Change:
2.23.0 → 2.24.0Update Type:
MinorEcosystem:
mavenVersion Change:
2.23.0 → 2.24.0Update Type:
MinorPackage:
io.micrometer:micrometer-coreEcosystem:
mavenVersion Change:
1.16.1 → 1.16.2Update Type:
PatchEcosystem:
mavenVersion Change:
1.57.0 → 1.58.0Update Type:
MinorEcosystem:
mavenVersion Change:
1.57.0 → 1.58.0Update Type:
MinorEcosystem:
mavenVersion Change:
2.23.0 → 2.24.0Update Type:
MinorEcosystem:
mavenVersion Change:
2.23.0-alpha → 2.24.0-alphaUpdate Type:
MinorEcosystem:
mavenVersion Change:
2.23.0-alpha → 2.24.0-alphaUpdate Type:
MinorEcosystem:
mavenVersion Change:
1.57.0 → 1.58.0Update Type:
MinorPackage:
com.azure:azure-core-http-nettyEcosystem:
mavenVersion Change:
1.16.2 → 1.16.3Update Type:
PatchEcosystem:
mavenVersion Change:
2.23.0-alpha → 2.24.0-alphaUpdate Type:
Minor
Technical Details
| ID: | 13188422 |
| UUID: | 3830395218 |
| Node ID: | PR_kwDOIBoVIM6-CyMP |
| Host: | GitHub |
| Repository: | Azure-Samples/ApplicationInsights-Java-Samples |