Update all non-major maven dependencies #77
+7
−7
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.
This PR contains the following updates:
5.5.1→5.65.2.1→5.45.3.6→5.45.2.1→5.62.12.1→2.13.11.49.0→1.58.01.49.0→1.58.01.49.0→1.58.0Release Notes
apache/httpcomponents-client (org.apache.httpcomponents.client5:httpclient5)
v5.6This is the first ALPHA release in the 5.6 release series. It adds several features
such as transport content decompression and content compression for the async transport,
support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme,
and Micrometer/OTel observations & metrics.
Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get
wired into the execution pipeline only if present on the classpath.
Notable changes and features included in the 5.6 series:
Unix domain socket support.
Support for pluggable content codecs via Commons-Compress in the classic transport.
(optional).
Support for transparent content decompression and content compression with
deflate,gzip,zstd(optional), andbrotli(optional) codecs in the async transport.Micrometer/OTel observations & metrics (optinal).
Off-lock connection disposal by the classic pooling connection manager. Experimental.
SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.
Request Priority support (RFC 9218). Experimental.
Compatibility notes:
As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating
host verification to JSSE security manager. One must explicitly configure the TLS strategy
to continue using the hostname verifier shipped with HttpClient.
Five-second TCP keep-alive is now enabled by default.
apache/httpcomponents-core (org.apache.httpcomponents.core5:httpcore5)
v5.4This is the first ALPHA release in the 5.4 release series that improves HTTP/2 protocol
support by ensuring conformance to the latest HTTP specification (RFC 9113) and adds
support for Unix domain sockets.
This release also includes all the fixes from the stable 5.3 branch.
Notable changes and features included in the 5.4 series:
Experimental OFFLOCK (lock-free) connection pool.
Conformance to RFC 9218 (Extensible Prioritization Scheme for HTTP).
Improved conformance to RFC 9113 (Hypertext Transfer Protocol Version 2).
Five-second TCP keep-alive enabled by default.
Unix domain socket support by the classic and async transports.
Redesign of classic over async API bridge.
Improved URI encoding per RFC 3986.
QUERY method support.
v5.3This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs
and improves integration test configuration APIs along with many test code improvements.
Notable changes and features included in the 5.3 series:
Improved conformance to RFC 9110 and RFC 9112.
UTF-8 encoding to be used by default for text where appropriate.
Compatibility with Java Virtual Threads and Java 21 Runtime.
Message parsing API improvements and performance optimization.
TLS client endpoints to make use of JSSE Endpoint Identification by default.
Redesign of server-side request routing API.
Redesign of TLS session handling by classic (blocking) connections.
v5.2.4This is a maintenance release that corrects a major defect discovered since release 5.2.3 that
can lead to an H2 connection failing at runtime with the message "Frame size exceeds maximum" when
executing requests with an enclosed message body and the remote endpoint having negotiated
a maximum frame size larger than the protocol default (16KB).
v5.2.3This is a maintenance release that corrects several defects discovered since release 5.2.2 including
a major defect that can cause non-blocking character-based consumers to enter an invalid state and
stop processing incoming data.
v5.2.2This is a maintenance release that corrects several defects discovered since release 5.2.1 including
a major defect that can cause HTTP/2 connections allocate excessive amount of memory for their output
frame buffer if the opposite endpoint transmits a high value of MAX_FRAME_SIZE in its settings.
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-exporter-otlp)
v1.58.0Compare Source
API
Incubator
(#7914)
(#7923)
(#7954)
(#7927)
SDK
Traces
(#7895,
#7930)
(#7937)
Logs
(#7931)
Exporters
(#7934)
Extensions
(#7861)
(#7943)
(#7942)
(#7940)
(#7941)
(#7947)
Project tooling
(#7906)
(#7945)
v1.57.0Compare Source
API
GlobalOpenTelemetry#getOrNoop,#isSet. Update#getto always returns obfuscated instance(#7819)
Incubating
(#7814)
SDK
Logs
(#7529)
Exporters
(#7701)
(#7840)
(#7881)
(#7884)
Extensions
(#7866)
(#7821)
Project tooling
(#7841)
(#7845)
(#7846)
(#7852)
(#7867)
(#7868)
(#7886)
v1.56.0Compare Source
API
Incubator
(#7799)
SDK
(#7706)
Metrics
(#7768)
(#7758)
Extensions
(#7787)
(#7804)
(#7786)
(#7606)
(#7769)
(#7807)
Project tooling
(#7740)
(#7776)
(#7783)
(#7784)
(#7791)
(#7780)
(#7806)
(#7801)
v1.55.0Compare Source
API
Common
(#7160)
Traces
TraceStatekey validation limits to match W3C specification(#7575)
Incubator
ExtendedOpenTelemetryAPI(#7496)
(#7626)
SDK
Traces
Unsafeon Java 23+ to avoid triggering JVM warning message(#7691)
Metrics
setMeterConfigurator()support toMeterProvider(incubating API)(#7346)
Exporters
MeterProviderfor internal metrics(#7541)
InterruptedExceptionfrom managed OkHttp threads(#7565)
okhttp-jvmback tookhttpfor Gradle users,preserving
okhttp-jvmfor Maven users(#7681)
otel_scope_infometric and always add scope labels to data points(#7398)
(#7664)
Profiling
(#7638)
(#7717)
(#7727)
Extensions
(#7336)
Resource(#7639)
(#7654)
(#7693)
Shims
OpenTracing Shim
(#6832)
Project tooling
testJavaVersionproperty when running JMH benchmarks(#7697)
v1.54.1Compare Source
SDK
Exporters
(#7664)
v1.54.0Compare Source
API
Baggage
(#7239)
SDK
Metrics
(#7597)
Exporters
(#7596)
Extensions
(#7622)
(#7472)
(#7475)
Project tooling
(#7590)
v1.53.0Compare Source
SDK
(#7498)
Exporters
okhttpdependency tookhttp-jvm, which fixes missing class failures intransitive dependencies.
(#7517)
v1.52.0Compare Source
API
Common
ComponentLoaderto newopentelemetry-commonartifact,standardize SPI loading
(#7446)
Context
(#7424)
Incubator
(#7268)
(#7453)
SDK
(#7281)
Metrics
(#7410)
Exporters
(#7390)
(#7442)
(#7428)
(#7356)
with_resource_constant_labels
(#6840)
Extensions
GlobalOpenTelemetryinitialization withAutoConfiguredOpenTelemetrySdkBuilder(#7365)
(#7436)
(#7433)
v1.51.0Compare Source
API
Context
(#7342)
SDK
SdkLoggerProvider
(#7266)
Exporters
schema version
(#7265)
(#7301)
(#7322)
(#7291)
(#7393)
Extensions
(#7357)
v1.50.0Compare Source
API
(#7271)
(#7277)
Context
(#7245)
(#7267)
Incubator
(#7182)
(#7123)
SDK
(#7221)
(#7243)
Logs
setLoggerConfiguratorsupport toLoggerProvider(#7332)
Metrics
(#7229)
(#7264)
Exporters
(#7225)
(#7280)
(#7255)
Extensions
(#7033)
(#7064)
(#7293)
Project tooling
(#7155)
(#7300,
#7316)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.