[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project google-guice-5.1.0-12.el10

Name google-guice
Epoch 0
Version 5.1.0
Release 12.el10
Website/URL https://github.com/google/guice
License Apache-2.0
Build Time 2025-04-02 17:50:09
Build Host builder-arm64-1.inferitos.ru
Summary Lightweight dependency injection framework for Java 5 and above
Repositories AppStream
Description Put 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
google-guice-5.1.0-12.el10.noarch Lightweight dependency injection framework for Java 5 and above 638692d62069a443b26648c239f1b3f7ffcf43f0f28cefc4f88022231a78173e download
google-guice-javadoc-5.1.0-12.el10.noarch API documentation for google-guice c98430b595fa20b935cf405b2f82884842340277899a7ce70f28a4910b2740ca download
guice-assistedinject-5.1.0-12.el10.noarch AssistedInject extension module for Guice 324fc3fd760d1b7942ba8f307f3737e4cb4ca95f784b1b6f2426d4a94ffe33d8 download
guice-bom-5.1.0-12.el10.noarch Bill of Materials for Guice a02ad65ddcf2d83b27f4db81f11208f47b41e94f55d82494e022017ecd959eda download
guice-extensions-5.1.0-12.el10.noarch Extensions for Guice dae867a51e01de473ba4c59c0e50ed8cd7e36758593df42a9fd6bb5e4abe1c1a download
guice-grapher-5.1.0-12.el10.noarch Grapher extension module for Guice 921cf48f045aac8921dd21c9def0fadeedbd12627f7f3ce523e01a199d4e1fd0 download
guice-jmx-5.1.0-12.el10.noarch JMX extension module for Guice 0b2c26ba3300208de65440251ef26bcb4cdd5b06d4095bde05a5a95faebac0ad download
guice-jndi-5.1.0-12.el10.noarch JNDI extension module for Guice 2667c69e1aae8e426bab27bacf21772ebb1f21a9902c7609285777c773a41800 download
guice-parent-5.1.0-12.el10.noarch Guice parent POM 888df1f41dd9c2a357c7734c97080c93a9a11accd0b98632f056a32c7d47af0b download
guice-servlet-5.1.0-12.el10.noarch Servlet extension module for Guice 63dcddaa51311cf380327db525f599dc346026207446fc79b615513a8095d8e6 download
guice-throwingproviders-5.1.0-12.el10.noarch ThrowingProviders extension module for Guice 033f635b544e65934d64606f72095efe2cc58ea9b35d142388b48f4e9fbae208 download
src
google-guice-5.1.0-12.el10.src Lightweight dependency injection framework for Java 5 and above 29ace3a59c0906f5c193c3a6385400553be7a0ebd31075b120e252ad99f3e5a1 download
Changelog link
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.1.0-12
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.1.0-12
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 5.1.0-11
- Bump release for Aug 2024 java mass rebuild

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1.0-10
- Bump release for June 2024 mass rebuild

* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Sep 20 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-7
- Rebuild to regenerate auto-Requires on java

* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-6
- Convert License tag to SPDX format

* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-5
- Build with Jurand instead of deprecated javapackages-extra

* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-4
- Build with default JDK 17