------------------------------------------------------------------- Thu Nov 7 12:27:13 UTC 2024 - Fridrich Strba - Update to version 4.5.14 * HTTPCLIENT-2206: Corrected resource de-allocation by fluent response objects. * HTTPCLIENT-2174: URIBuilder to return a new empty list instead of unmodifiable Collections#emptyList. * Don't retry requests in case of NoRouteToHostException. * HTTPCLIENT-2144: RequestBuilder fails to correctly copy charset of requests with form url-encoded body. * PR #269: 4.5.x use array fill and more. + Use Arrays.fill(). + Remove redundant modifiers. + Use Collections.addAll() and Collection.addAll() APIs instead of loops. + Remove redundant returns. + No need to explicitly declare an array when calling a vararg method. + Remote extra semicolons (;). + Use a 'L' instead of 'l' to make long literals more readable. * PublicSuffixListParser.parseByType(Reader) allocates but does not use a 256 char StringBuilder. * Incorrect handling of malformed authority component by URIUtils#extractHost (bsc#1177488, CVE-2020-13956). * Avoid updating Content-Length header in a 304 response. * Bug fix: BasicExpiresHandler is annotated as immutable but is not (#239) * HTTPCLIENT-2076: Fixed NPE in LaxExpiresHandler (#222). ------------------------------------------------------------------- Tue Feb 20 14:35:47 UTC 2024 - Fridrich Strba - Use %patch -P N instead of deprecated %patchN. ------------------------------------------------------------------- Sat Mar 19 07:28:15 UTC 2022 - Fridrich Strba - Build with source/target levels 8 ------------------------------------------------------------------- Mon Apr 27 12:01:16 UTC 2020 - Fridrich Strba - Update to version 4.5.12 ------------------------------------------------------------------- Sat Oct 5 12:42:31 UTC 2019 - Fridrich Strba - Avoid version-less dependencies in pom files, since xmvn-connector-gradle does not handle them well ------------------------------------------------------------------- Wed Mar 13 16:41:34 UTC 2019 - Fridrich Strba - Initial packaging of httpcomponents-client 4.5.6 - Generate and customize ant build files