Sun, 22 Dec 2024 09:19:29 CST | login

Information for build google-guice-4.2.3-13.ocs23

ID21565
Package Namegoogle-guice
Version4.2.3
Release13.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/google-guice.git?.#af7671a9fd0ab99c8b49ae6536e995544df8c9d4
SummaryLightweight dependency injection framework for Java 5 and above
DescriptionPut simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts. Guice embraces Java's type safe nature, especially when it comes to features introduced in Java 5 such as generics and annotations. You might think of Guice as filling in missing features for core Java. Ideally, the language itself would provide most of the same features, but until such a language comes along, we have Guice. Guice helps you design better APIs, and the Guice API itself sets a good example. Guice is not a kitchen sink. We justify each feature with at least three use cases. When in doubt, we leave it out. We build general functionality which enables you to extend Guice rather than adding every feature to the core framework.
Built byocs-bot
State complete
Volume DEFAULT
StartedFri, 27 Sep 2024 15:21:18 CST
CompletedFri, 27 Sep 2024 15:27:33 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/google-guice.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/google-guice.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
google-guice-4.2.3-13.ocs23.src.rpm (info) (download)
noarch
google-guice-4.2.3-13.ocs23.noarch.rpm (info) (download)
google-guice-javadoc-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-assistedinject-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-bom-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-extensions-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-grapher-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-jmx-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-jndi-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-multibindings-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-parent-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-servlet-4.2.3-13.ocs23.noarch.rpm (info) (download)
guice-throwingproviders-4.2.3-13.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.2.3-13 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.2.3-12 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.2.3-11 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.2.3-10 - Rebuilt for OpenCloudOS Stream 23.05 * Thu Apr 20 2023 Xiaojie Chen <jackxjchen@tencent.com> - 4.2.3-9 - Disable bootstrap * Thu Apr 13 2023 Xiaojie Chen <jackxjchen@tencent.com> - 4.2.3-8 - Remove unused script * Wed Apr 12 2023 Xiaojie Chen <jackxjchen@tencent.com> - 4.2.3-7 - Rewritten spec for maven 3.8.6 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.2.3-6 - Rebuilt for OpenCloudOS Stream 23 * Wed Mar 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 4.2.3-5 - small fix * Wed Mar 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 4.2.3-4 - recovery guice-extensions subpackage * Wed Mar 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 4.2.3-3 - rebuild for opencloudos * Tue Dec 20 2022 Zhao Zhen <jeremiazhao@tencent.com> - 4.2.3-2 - using maven-local instead of maven-local-openjdk8 * Tue Dec 20 2022 Zhao Zhen <jeremiazhao@tencent.com> - 4.2.3-1 - initial