Version Date Description 1.4.0 2022-03-11 1.3.0 2020-01-09 1.2.0 2017-02-08 1.1.0 2016-11-01 1.0.0 2015-08-26
Release 1.4.0 – 2022-03-11
Type Changes By Make Default Request Config accessible. Fixes WCARAV-22. cnagel Make CookieSpecs configurable to be used for HttpAsyncClient. Defaults to STANDARD (RFC 2965 compliant policy). Fixes WCARAV-21. sseifert Switch to bnd-maven-plugin and OSGi annotations. sseifert Switch to individual OSGI artifacts. sseifert
Release 1.3.0 – 2020-01-09
Type Changes By HttpAsyncClientFactory: Add additional methods returning CloseableHttpAsyncClient instances. Fixes WCARAV-14. sseifert Make "Connection Request Timeout" configurable. Fixes WCARAV-15. cnagel
Release 1.2.0 – 2017-02-08
Type Changes By Make security provider to be used for getting KeyStore manager and TrustStore manager configurable. By default the best-matching security provider is used as it was before. If the bundle is used inside AEM it may be required to configure the "SunJSSE" provider for the key store to load a PKCS12 certificate. Fixes WCARAV-3. ptolstych
Release 1.1.0 – 2016-11-01
Type Changes By Switch to Java 8. sseifert Allow to filter HTTP client configurations by target URL path. Fixes WCARAV-2. ptolstych