Sat, 29 Jun 2024 13:26:36 UTC | login

Information for build google-guice-4.2.2-2.fc32

ID137512
Package Namegoogle-guice
Version4.2.2
Release2.fc32
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 08:27:48 UTC
CompletedFri, 27 Mar 2020 08:27:48 UTC
Tags
f33
RPMs
src
google-guice-4.2.2-2.fc32.src.rpm (info) (download)
noarch
google-guice-4.2.2-2.fc32.noarch.rpm (info) (download)
google-guice-javadoc-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-assistedinject-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-bom-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-extensions-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-grapher-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-jmx-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-jndi-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-multibindings-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-parent-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-servlet-4.2.2-2.fc32.noarch.rpm (info) (download)
guice-throwingproviders-4.2.2-2.fc32.noarch.rpm (info) (download)
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jul 29 2019 Fabio Valentini <decathorpe@gmail.com> - 4.2.2-1 - Update to version 4.2.2. - Obsolete guice-testlib. * Fri Jul 26 2019 Fabio Valentini <decathorpe@gmail.com> - 4.1-16 - Disable support for spring and JPA. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 13 2018 Mat Booth <mat.booth@redhat.com> - 4.1-13 - Regenerate OSGi metadata due to ASM 7 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-11 - Remove legacy Provides * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 4.1-9 - Use guava20