Information for build httpcomponents-core-4.4.13-5.oc9

ID14575
Package Namehttpcomponents-core
Version4.4.13
Release5.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/httpcomponents-core.git?.#94cf87e63191813d44800228cf98d39e07fb9400
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 17:22:13 CST
CompletedMon, 18 Sep 2023 17:25:23 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/httpcomponents-core.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/httpcomponents-core.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
httpcomponents-core-4.4.13-5.oc9.src.rpm (info) (download)
noarch
httpcomponents-core-4.4.13-5.oc9.noarch.rpm (info) (download)
httpcomponents-core-javadoc-4.4.13-5.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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