Package: httpcomponents-client5 / 5.6-1

Metadata

Package Version Patches format
httpcomponents-client5 5.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no Conscrypt support.patch | (download)

httpclient5/src/main/java/org/apache/hc/client5/http/impl/TunnelRefusedException.java | 2 0 + 2 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/SaslPrep.java | 2 0 + 2 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/PoolingAsyncClientConnectionManagerBuilder.java | 9 0 + 9 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/ssl/ConscryptClientTlsStrategy.java | 142 0 + 142 - 0 !
4 files changed, 155 deletions(-)

 no conscrypt support

Requires new build dependency

no EhCache3 support.patch | (download)

httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/ehcache/EhcacheHttpCacheStorage.java | 150 0 + 150 - 0 !
1 file changed, 150 deletions(-)

 no-ehcache3-support

Requires new build dependency

no reactivex support.patch | (download)

httpclient5/src/test/java/org/apache/hc/client5/http/examples/ReactiveClientFullDuplexExchange.java | 98 0 + 98 - 0 !
1 file changed, 98 deletions(-)

 no-reactivex-support

Requires new build dependency.

no brotli support.patch | (download)

httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/DeflatingBrotliEntityProducer.java | 297 0 + 297 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/InflatingBrotliDataConsumer.java | 172 0 + 172 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/entity/BrotliInputStreamFactory.java | 3 1 + 2 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/entity/compress/BrotliCodecFactory.java | 3 1 + 2 - 0 !
httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/ContentCompressionAsyncExec.java | 7 0 + 7 - 0 !
5 files changed, 2 insertions(+), 480 deletions(-)

 no brotli support

Requires new build dependency.