Tue, 11 Mar 2025 22:57:20 CST | login

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

ID15707
Package Namegoogle-guice
Version4.2.3
Release12.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/google-guice.git?.#5354c3de9085041719f3ffdf2c69eee1260c437d
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
StartedSat, 17 Aug 2024 03:17:25 CST
CompletedSat, 17 Aug 2024 03:21:10 CST
Taskbuild (dist-ocs23, /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
dist-ocs23-base
RPMs
src
google-guice-4.2.3-12.ocs23.src.rpm (info) (download)
noarch
google-guice-4.2.3-12.ocs23.noarch.rpm (info) (download)
google-guice-javadoc-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-assistedinject-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-bom-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-extensions-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-grapher-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-jmx-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-jndi-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-multibindings-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-parent-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-servlet-4.2.3-12.ocs23.noarch.rpm (info) (download)
guice-throwingproviders-4.2.3-12.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.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