Information for build google-guice-4.2.3-11.oc9

ID19335
Package Namegoogle-guice
Version4.2.3
Release11.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/google-guice.git?.#1a5882c9e9c5a06d268daf9bdbc6229102559909
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 07:13:53 CST
CompletedMon, 08 Jan 2024 07:17:32 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/google-guice.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/google-guice.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.0-compose
RPMs
src
google-guice-4.2.3-11.oc9.src.rpm (info) (download)
noarch
google-guice-4.2.3-11.oc9.noarch.rpm (info) (download)
google-guice-javadoc-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-assistedinject-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-bom-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-extensions-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-grapher-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-jmx-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-jndi-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-multibindings-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-parent-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-servlet-4.2.3-11.oc9.noarch.rpm (info) (download)
guice-throwingproviders-4.2.3-11.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 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