Sun, 22 Dec 2024 02:54:17 CST | login

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

ID21623
Package Namehttpcomponents-core
Version4.4.13
Release8.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/httpcomponents-core.git?.#159ca2675f98444ca4cc3824a78dcefaf4768d93
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
StartedFri, 27 Sep 2024 15:36:53 CST
CompletedFri, 27 Sep 2024 15:54:29 CST
Taskbuild (dist-ocs23-base, /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-base
RPMs
src
httpcomponents-core-4.4.13-8.ocs23.src.rpm (info) (download)
noarch
httpcomponents-core-4.4.13-8.ocs23.noarch.rpm (info) (download)
httpcomponents-core-javadoc-4.4.13-8.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.13-8 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * 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