GitHub / garydgregory/httpcomponents-client / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c586766a | Optimized header parsing code in ProtocolSwitchStrategy | Oleg Kalnichevski <o****k@a****g> | 5 months ago | |
| 89669060 | Bug-fix: corrects message exchange cancellation logic in InternalHttpAsyncExe... | Oleg Kalnichevski <o****k@a****g> | 5 months ago | |
| 63c5ebd8 | Require Java 17+ for Maven runtime |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
6 months ago | |
| 323251c6 | Apply response timeout to H2 streams | Oleg Kalnichevski <o****k@a****g> | 6 months ago | |
| 9a2a24bd | Upgraded HttpCore to version 5.5-alpha1 | Oleg Kalnichevski <o****k@a****g> | 6 months ago | |
| 4325ba13 | Fixed project url in POM | Oleg Kalnichevski <o****k@a****g> | 6 months ago | |
| 1aac3762 | Upgrade to apache-rat-plugin 0.18 | Ryan Schmitt <r****t@a****g> | 6 months ago | |
| 09ff1889 | HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path |
Arturo Bernal <a****l@f****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
6 months ago | |
| 795ef1fb | Update Maven wrapper | Ryan Schmitt <r****t@a****g> | 6 months ago | |
| e005c484 | Improve RFC 9111 cache control compliance | Arturo Bernal <a****l@a****g> | 6 months ago | |
| cee67d86 | Connection managers to unwrap DeadlineTimeoutException from ExecutionExceptio... | Oleg Kalnichevski <o****k@a****g> | 6 months ago | |
| 08f3fdcd | TestConnectionManagement test setup improvements | Oleg Kalnichevski <o****k@a****g> | 6 months ago | |
| a21d2d10 |
Bump the all group with 13 updates
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m> |
6 months ago | |
| ede07e6e | Treat Max-Age<=0 as immediate expiry (#805) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 8290f5ac | BasicCookieStore: preserve creation time on cookie replacement |
Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g> |
7 months ago | |
| 70b9e940 | RFC 9111 allows max-stale without a value (accept any staleness). Treat missi... |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 0a189503 | HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (#802) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 9189d11a | HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| d8d09ed8 | Add pool lease metrics and helpers for connection managers (#799) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| ec0474cb | Fix SSE reconnect handling and scheduler ownership (#800) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 784177e9 | Replace Hamcrest assertions with JUnit assertions (#801) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| e20603d9 | Add ConnectionReuseDemo |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
7 months ago | |
| 6af0624d | Add CompletableFuture-based executeAsync overloads to fluent Async for simple... |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| ab404c46 | [HTTPCLIENT-2381] Respect system properties by default |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
7 months ago | |
| b78c2ad5 | Improve and simplify TLS handshake timeout tests |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
7 months ago | |
| a158c2e9 |
Bump the all group across 1 directory with 11 updates
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 8a42b198 | Discontinue the use of https.protocols, https.cipherSuites system properties |
Oleg Kalnichevski <o****k@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 6b7f5e38 | Batch Dependabot updates on a monthly basis |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 5815326d | Discontinue the direct use of http(s).proxyUser and http(s).proxyPassword sys... | Oleg Kalnichevski <o****k@a****g> | 8 months ago | |
| c20b3123 | Bug fix: corrected sleep time calculation in IdleConnectionEvictor; use 1 min... | Oleg Kalnichevski <o****k@a****g> | 8 months ago | |
| f457c8ba | Add custom ExchangeId generator support |
yhzdys <y****s@f****l>
Committed by: Oleg Kalnichevski <o****k@a****g> |
8 months ago | |
| 775d80ee |
Bump io.opentelemetry:opentelemetry-bom from 1.55.0 to 1.58.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 4e5ad6e2 | TestLinearBackoffManager: Reduce likelihood of race condition causing test fa... | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| 6e41ddaf | DefaultManagedHttpClientConnection: Restore original socket timeout |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| f025640f | Improve socket timeout tests | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| aab60036 | LoggingIOSession: Fix off-by-one error |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 17a75066 | Add LoggingIOSessionTest | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| 31598133 | Wire: Make hex logging more concise |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| f0e7a7eb | Add WireTest | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| 64608806 | Upgraded japicmp to version 0.25.4; use published artifact for site report | Oleg Kalnichevski <o****k@a****g> | 8 months ago | |
| 68435f2b | HTTPCLIENT-2397 - TLS-Required mode: add setTlsOnly(boolean) to classic and a... |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| d51c80e7 | Discontinue the use of http.agent, http.keepAlive and http.auth.ntlm.domain s... |
Oleg Kalnichevski <o****k@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| af1d3e0f | Upgrade Apache RAT |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
8 months ago | |
| 1c96bdee | Updated composition of the project web content | Oleg Kalnichevski <o****k@a****g> | 8 months ago | |
| d07ff4d2 | HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date header (#... |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| e0aa5ba3 | Removed jxr and surefire reports and cleaned up japicmp and javadoc config | Oleg Kalnichevski <o****k@a****g> | 8 months ago | |
| c37e6e59 | TestRedirects: Shut down client when done | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| ee6ebee1 | HTTPCLIENT-2398 - Cap async execution queue to break recursive re-entry (#728) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| e30b8670 | TestValidateAfterInactivity: Use closeQuietly | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| 43d35fc1 | Bind test servers to loopback address | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| bbc3ac34 | Fix NPE in connection evictor setup (#774) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 80622f5f | Update Maven wrapper | Ryan Schmitt <r****t@a****g> | 8 months ago | |
| 78976989 | Add SSE perf client , minimal test server and H2 examples | Arturo Bernal <a****l@a****g> | 8 months ago | |
| 41412119 | Prepare to parallelize tests |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
9 months ago | |
| 6eff659a | UnixDomainProxyServer: Use random path | Ryan Schmitt <r****t@a****g> | 9 months ago | |
| d07c8e26 | Upgraded HttpClient API level to 5.6 | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| 8a2ae8e6 | Configure maven reports | Arturo Bernal <a****l@a****g> | 9 months ago | |
| 3e0e5c1a | Avoid use deprecated code (#768) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| f7c126eb |
Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m> |
9 months ago | |
| 297624e8 | Bind test servers to loopback address | Ryan Schmitt <r****t@a****g> | 9 months ago | |
| 7746feb1 | Add a method in `PoolingHttpClientConnectionManagerBuilder`/`PoolingAsyncClie... |
Florian Tavares <F****s@b****r>
Committed by: Oleg Kalnichevski <o****k@a****g> |
9 months ago | |
| c63ea8ea | Limit the length of content codec list that can be processed automatically | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| 378982f6 | Upgraded HttpCore to version 5.4 | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| a14264da | Add OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (#765) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 297ec89d | Document OffLockDisposalCallback behaviour (#766) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| dfb0211d | Apache HttpClient: expose observation and SSE packages in Javadoc groups (#764) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 2682625f | Fixed Micrometer and OpenTelemetry dependency declaration | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| 9518c643 | Upgraded HttpClient version to 5.7-alpha1 | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| c82268d7 | Corrected @since tags | Oleg Kalnichevski <o****k@a****g> | 9 months ago | |
| e943a15e | HTTPCLIENT-2396 - add Server-Sent Events client to HttpClient5. (#719) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 79992d83 | HTTPCLIENT-2406: MemcachedHttpCacheStorage to support per entry expiry setting | Oleg Kalnichevski <o****k@a****g> | 10 months ago | |
| 919dfe01 | Introduce Caffeine-based cache backend with JUnit 5 tests. (#756) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 31705323 |
Bump junit.version from 5.13.3 to 5.14.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m> |
10 months ago | |
| 06634831 |
Bump micrometer.version from 1.15.2 to 1.15.5
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 3b4bc965 |
Bump micrometer.tracing.version from 1.5.2 to 1.5.5
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 72dfe6e0 |
Bump org.ehcache.modules:ehcache-api from 3.10.8 to 3.11.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| a0471320 |
Bump io.opentelemetry:opentelemetry-bom from 1.49.0 to 1.55.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 43aa9884 |
Bump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-6
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 929f5216 | Tag TLS handshake timeout tests with `slow` | Ryan Schmitt <r****t@a****g> | 10 months ago | |
| 8888d42a | Removed references to deprecated APIs / fixed deprecation warnings in test code | Oleg Kalnichevski <o****k@a****g> | 10 months ago | |
| 9a438988 |
Bump otel.version from 1.52.0 to 1.55.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 95ecc88e |
Bump log4j.version from 2.25.0 to 2.25.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 082552ce |
Bump github/codeql-action from 3 to 4
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g> |
10 months ago | |
| 87679789 | TestTlsHandshakeTimeout: Disable assertions on Java 8 | Ryan Schmitt <r****t@a****g> | 10 months ago | |
| 8d7358f3 | Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT | Oleg Kalnichevski <o****k@a****g> | 10 months ago | |
| 28d29f9d | Removed AccessController#doPrivileged | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| f0afb8e6 | Javadoc fix | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| 426ad2c2 | HTTPCLIENT-2403: Mutual authentication check not performed for proxies (#745) |
Istvan Toth <s****y@a****g>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| fbb6badc | Updated release notes for HttpClient 5.6-alpha1 release | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| 7e7b9c04 | Updated protocol conformance section | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| c8b60aed | Revert "HTTPCLIENT-1482: added ExpectContinueTrigger, extended RequestConfig,... | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| 8f3d3fc7 | add experimental RFC 9218 Priority header support. (#741) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 56122fd3 | Content compression executors no longer remove headers from the original resp... | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| bc347568 | javadoc fixes | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| 799bbc95 | Updated release notes for HttpClient 5.6-alpha1 release | Oleg Kalnichevski <o****k@a****g> | 11 months ago | |
| f4027e78 | RFC 8297 Early Hints (103) support. (#707) |
Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 092cae8b | Add tests to check that an entity's contents is closed or not when an (#740) |
Gary Gregory <g****y@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 26d51f66 | Use reflection for Commons Compress codecs to avoid hard dep. (#737) |
Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g> |
11 months ago | |
| 5f3d0066 | RequestConfig: Un-deprecate #setProxy |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
11 months ago | |
| 168e7b22 | PoolingAsyncClientConnectionManager: Use `StaleCheckCommand` |
Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m> |
11 months ago |