Sun, 22 Dec 2024 09:37:02 CST | login

Information for build httpcomponents-core-4.4.13-7.ocs23

ID17961
Package Namehttpcomponents-core
Version4.4.13
Release7.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/httpcomponents-core.git?.#193d20e3a00ef819bedf284931a7c485b206af95
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 21:20:15 CST
CompletedSat, 17 Aug 2024 21:24:14 CST
Taskbuild (dist-ocs23, /opencloudos-stream/httpcomponents-core.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/httpcomponents-core.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
httpcomponents-core-4.4.13-7.ocs23.src.rpm (info) (download)
noarch
httpcomponents-core-4.4.13-7.ocs23.noarch.rpm (info) (download)
httpcomponents-core-javadoc-4.4.13-7.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.13-7 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.13-6 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.13-5 - Rebuilt for OpenCloudOS Stream 23.05 * Thu Apr 20 2023 Xiaojie Chen <jackxjchen@tencent.com> - 4.4.13-4 - Disable bootstrap * Thu Apr 13 2023 Xiaojie Chen <jackxjchen@tencent.com> - 4.4.13-3 - Rewritten spec for maven 3.8.6 * Fri Mar 24 2023 rockerzhu <rockerzhu@tencent.com> - 4.4.13-2 - Rebuild * Thu Dec 22 2022 Zhao Zhen <jeremiazhao@tencent.com> - 4.4.13-1 - initial