httpcomponents-client
httpcomponents-client copied to clipboard
Mirror of Apache HttpClient
Bumps `testcontainers.version` from 1.20.6 to 1.21.0. Updates `org.testcontainers:testcontainers` from 1.20.6 to 1.21.0 Release notes Sourced from org.testcontainers:testcontainers's releases. 1.21.0 What's Changed Fix typo in LGTM container method (#10189) @jaydeluca Pass...
Introduce RequestConfig.requestTimeout: an opt-in, end-to-end call deadline that aborts the entire exchange with InterruptedIOException("Request timeout").
Add ConnectAlpnProvider and inject ALPN header in ConnectExec/AsyncConnectExec. Provide builder hooks for fixed list or provider-driven values.
New SSE module for HttpClient5 with `EventSource`, `SseExecutor`, and spec-compliant parsing. Pluggable reconnect strategies, resumable IDs, and Retry-After hints; H1/H2 ready. Defaults are simple; advanced tuning exposed via builders and...
- Retries once on 425 Too Early. - Optionally retries idempotent requests on 429/503, honoring Retry-After (delta-seconds or HTTP-date). - Ensures retries only for idempotent methods and repeatable entities/producers. -...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.55.0 to 1.56.0. Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.56.0 API Incubator Support ExtendedOpenTelemetry in GlobalOpenTelemetry (#7799) SDK Changes to MeterConfig, LoggerConfig, TracerConfig are guaranteed to...
Bumps `junit.version` from 5.13.3 to 5.14.1. Updates `org.junit:junit-bom` from 5.13.3 to 5.14.1 Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1 See...