[ 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 ]
×

Package google-guice-5.1.0-23.module+el9.6.0+620+21b7e879.src download

Name google-guice
Epoch 0
Version 5.1.0
Release 23.module+el9.6.0+620+21b7e879
Architecture src
Website/URL https://github.com/google/guice
License Apache-2.0
Build Time 2025-04-17 23:07:38
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
Size 444 KiB
Source Project google-guice-5.1.0-23.module+el9.6.0+620+21b7e879
SHA-256 checksum b06a97ce141ad6daf6dfe6a6efc5184e386046cf1a7b91d1ae2d97dfb05e59ea
× Full screenshot
Changelog link
* Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.1.0-23
- Rebuilt for MSVSphere 9.6-beta

* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-20
- Update javapackages test plan to f42

* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-13
- Drop unneeded Obsoletes

* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 5.1.0-11
- Rebuilt for java-21-openjdk as system jdk

* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 5.1.0-10
- bump of release for for java-21-openjdk as system jdk

* 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