httpcomponents-client
httpcomponents-client copied to clipboard
Mirror of Apache HttpClient
Bumps `otel.version` from 1.55.0 to 1.56.0. Updates `io.opentelemetry:opentelemetry-sdk` from 1.55.0 to 1.56.0 Release notes Sourced from io.opentelemetry:opentelemetry-sdk's releases. Version 1.56.0 API Incubator Support ExtendedOpenTelemetry in GlobalOpenTelemetry (#7799) SDK Changes to...
Bumps `micrometer.version` from 1.15.5 to 1.16.0. Updates `io.micrometer:micrometer-core` from 1.15.5 to 1.16.0 Release notes Sourced from io.micrometer:micrometer-core's releases. 1.16.0 We upgraded the Prometheus Java Client to 1.4.x (#6830) which brings...
Bumps `micrometer.tracing.version` from 1.5.5 to 1.6.0. Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.5.5 to 1.6.0 Release notes Sourced from io.micrometer:micrometer-tracing-bridge-otel's releases. 1.6.0 :warning: Noteworthy Do not apply toLowerHyphen to span name in Default...
Work in progress Needs JDK 25 installed and configured in maven toolchains Run `mvn clean verify -Pdocker -Drat.skip -Dcheckstyle.skip -Dit.test=ApacheHTTPDSquidCompatibilityIT\* -Dsurefire.failIfNoSpecifiedTests=false -Dtest=foo` to demonstrate the problem. The test fails when...
This pull request introduces a minimal implementation of Happy Eyeballs Version 2 (RFC 8305) for the asynchronous client connection operator in Apache HttpComponents Client 5.x. It focuses on a simple,...
Enable env-proxy support ([HTTPCLIENT-2381](Enable env-proxy support (HTTPCLIENT-2381) – add EnvironmentProxyConfigurer, wire it into HttpClientBuilder, revert extra fallbacks, and introduce JUnit test (System-Lambda) with dep-management cleanup.)) – add `EnvironmentProxyConfigurer`, wire it...
Implements Option 1 from the discussion: add a configurable cap on the `async` execution pipeline to prevent the recursive callback loop that led to `StackOverflowError`.