Sat, 17 Jan 2026 12:57:11 CST | login

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

ID2389
Package Namehttpcomponents-core
Version4.4.13
Release6.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/httpcomponents-core.git?.#d6150e3c4691c1cded4280b81aff0ff27a10327e
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 03:10:06 CST
CompletedSat, 09 Sep 2023 03:12:58 CST
Taskbuild (dist-ocs23, /opencloudos-stream/httpcomponents-core.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/httpcomponents-core.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
httpcomponents-core-4.4.13-6.ocs23.src.rpm (info) (download)
noarch
httpcomponents-core-4.4.13-6.ocs23.noarch.rpm (info) (download)
httpcomponents-core-javadoc-4.4.13-6.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 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