Version Date Description 1.4.2 2022-03-30 1.4.0 2022-03-11 1.3.0 2020-01-09 1.2.2 2019-03-06 1.2.0 2017-02-08 1.1.0 2016-11-01 1.0.0 2015-08-26 0.2.0 2015-01-30
Release 1.4.2 – 2022-03-30
Type Changes By Eliminate dependency to commons-beanutils. sseifert Add web console name hint for HTTP Client Configuration. sseifert
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 HttpClient. 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 HttpClientFactory: Add additional methods returning CloseableHttpClient instances. Fixes WCARAV-14. cnagel Make "Connection Request Timeout" configurable. Fixes WCARAV-15. cnagel
Release 1.2.2 – 2019-03-06
Type Changes By Apply standard cookie policy to support all expire headers (see https://issues.apache.org/jira/browse/HTTPCLIENT-1763). skrieg
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
Release 1.0.0 – 2015-08-26
Type Changes By Split into two bundles: one for HttpClient and one for AsyncHttpClient. Fixes WCARAV-1. sseifert Lower HTTP Client dependencies to be compatbile with those included with AEM 6.1. sseifert