Fri, 22 Nov 2024 05:33:29 CST | login

Information for build google-guice-4.2.3-9.el9

ID24943
Package Namegoogle-guice
Version4.2.3
Release9.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/google-guice.git#accb62347f39a81b54db6ec8f22279dd4027a180
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 bydistrobuild
State complete
Volume DEFAULT
StartedMon, 15 May 2023 23:19:49 CST
CompletedMon, 15 May 2023 23:21:27 CST
Taskbuild (dist-circle9, /stage/rpms/google-guice.git:accb62347f39a81b54db6ec8f22279dd4027a180)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/google-guice.git?#accb62347f39a81b54db6ec8f22279dd4027a180'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
google-guice-4.2.3-9.el9.src.rpm (info) (download)
noarch
google-guice-4.2.3-9.el9.noarch.rpm (info) (download)
google-guice-javadoc-4.2.3-9.el9.noarch.rpm (info) (download)
guice-assistedinject-4.2.3-9.el9.noarch.rpm (info) (download)
guice-bom-4.2.3-9.el9.noarch.rpm (info) (download)
guice-extensions-4.2.3-9.el9.noarch.rpm (info) (download)
guice-grapher-4.2.3-9.el9.noarch.rpm (info) (download)
guice-jmx-4.2.3-9.el9.noarch.rpm (info) (download)
guice-jndi-4.2.3-9.el9.noarch.rpm (info) (download)
guice-multibindings-4.2.3-9.el9.noarch.rpm (info) (download)
guice-parent-4.2.3-9.el9.noarch.rpm (info) (download)
guice-servlet-4.2.3-9.el9.noarch.rpm (info) (download)
guice-throwingproviders-4.2.3-9.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-9 - Rebuild to regenerate auto-requires * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.2.3-8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-7 - Rebuild to workaround DistroBaker issue * Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-6 - Bootstrap Maven for CentOS Stream 9 * Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-5 - Bump release * Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-2 - Bootstrap build - Non-bootstrap build