Accepting request 1222190 from Java:packages
4.4.14 OBS-URL: https://build.opensuse.org/request/show/1222190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpcomponents-core?expand=0&rev=6
This commit is contained in:
commit
cf911a2a8d
BIN
httpcomponents-core-4.4.13-src.tar.gz
(Stored with Git LFS)
BIN
httpcomponents-core-4.4.13-src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
httpcomponents-core-4.4.14-src.tar.gz
(Stored with Git LFS)
Normal file
BIN
httpcomponents-core-4.4.14-src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
httpcomponents-core-build.tar.xz
(Stored with Git LFS)
BIN
httpcomponents-core-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 12:42:18 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgraded to version 4.4.14
|
||||
* PR #231: 4.4.x Use better map apis and more.
|
||||
+ Remove redundant modifiers.
|
||||
+ Use Collections.addAll() API instead of loops.
|
||||
+ Remove redundant returns.
|
||||
+ No need to explicitly declare an array when calling a vararg
|
||||
method.
|
||||
+ Remote extra semicolons (;).
|
||||
* Bug fix: Non-blocking TLSv1.3 connections can end up in an
|
||||
infinite event spin when closed concurrently by the local and
|
||||
the remote endpoints.
|
||||
* HTTPCORE-647: Non-blocking connection terminated due to
|
||||
'java.io.IOException: Broken pipe' can enter an infinite loop
|
||||
flushing buffered output data.
|
||||
* PR #201, HTTPCORE-634: Fix race condition in AbstractConnPool
|
||||
that can cause internal state corruption when persistent
|
||||
connections are manually removed from the pool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 14:37:08 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with tests
|
||||
Name: httpcomponents-core
|
||||
Version: 4.4.13
|
||||
Version: 4.4.14
|
||||
Release: 0
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
License: Apache-2.0
|
||||
@ -63,7 +63,7 @@ Group: Development/Libraries/Java
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%setup -c -q -a1
|
||||
|
||||
%patch -P 0 -p1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user