Mon, 20 May 2024 12:20:07 UTC | login

Information for build httpcomponents-core-4.4.12-4.fc33

ID174238
Package Namehttpcomponents-core
Version4.4.12
Release4.fc33
Epoch
SummarySet of low level Java HTTP transport components for HTTP services
DescriptionHttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 12:51:04 UTC
CompletedThu, 13 Aug 2020 12:51:04 UTC
Tags
f33
f37
f38
RPMs
src
httpcomponents-core-4.4.12-4.fc33.src.rpm (info) (download)
noarch
httpcomponents-core-4.4.12-4.fc33.noarch.rpm (info) (download)
httpcomponents-core-javadoc-4.4.12-4.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 4.4.12-3 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Sep 16 2019 Marian Koncek <mkoncek@redhat.com> - 4.4.12-1 - Update to upstream version 4.4.12 * Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.11-2 - Mass rebuild for javapackages-tools 201901 * Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.11-1 - Update to upstream version 4.4.11 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 07 2018 Mat Booth <mat.booth@redhat.com> - 4.4.10-4 - Add patch to allow building with mockito 2