Thu, 28 Mar 2024 09:52:03 UTC | login

Information for build rh-maven33-google-guice-4.0-2.5.el7

ID9909
Package Namerh-maven33-google-guice
Version4.0
Release2.5.el7
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 byhhorak
State complete
Volume DEFAULT
StartedFri, 26 Feb 2016 12:17:27 UTC
CompletedFri, 26 Feb 2016 12:23:47 UTC
Taskbuild (sclo7-rh-maven33-rh-el7, rh-maven33-google-guice-4.0-2.5.el7.src.rpm)
Tags
sclo7-rh-maven33-rh-candidate
sclo7-rh-maven33-rh-testing
RPMs
src
rh-maven33-google-guice-4.0-2.5.el7.src.rpm (info) (download)
noarch
rh-maven33-google-guice-4.0-2.5.el7.noarch.rpm (info) (download)
rh-maven33-google-guice-javadoc-4.0-2.5.el7.noarch.rpm (info) (download)
rh-maven33-guice-bom-4.0-2.5.el7.noarch.rpm (info) (download)
rh-maven33-guice-parent-4.0-2.5.el7.noarch.rpm (info) (download)
rh-maven33-guice-servlet-4.0-2.5.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Feb 11 2016 Michal Srb <msrb@redhat.com> - 4.0-2.5 - Fix FTBFS * Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 4.0-2.4 - Fix BR on maven-local & co. * Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 4.0-2.3 - BR aopalliance from rh-java-common SCL * Mon Jan 18 2016 Michal Srb <msrb@redhat.com> - 4.0-2.2 - Do not generate requires on optional dependencies * Tue Jan 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-2.1 - SCL-ize package - Unconditionally enable servlet extension * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-1 - Update to upstream version 4.0 * Mon Apr 27 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.6-1 - Update to upstream version 3.2.6 * Fri Mar 06 2015 Alexander Kurtakov <akurtako@redhat.com> 3.2.5-2 - Drop gone tomcat-servlet-3.0-api BR, builds fine without it. * Fri Jan 23 2015 Michael Simacek <msimacek@redhat.com> - 3.2.5-1 - Update to upstream version 3.2.5 * Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-1 - Update to upstream version 3.2.4 * Fri Jun 06 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.2-1 - Update to upstream version 3.2.2 * Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-2 - Rebuild to regenerate Maven auto-requires * Wed Apr 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-1 - Update to upstream version 3.2.1 - Add testlib subpackage * Tue Mar 04 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-3 - Fix directory ownership * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.10-3 - Use Requires: java-headless rebuild (#1067528) * Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-2 - Fix unowned directory * Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-1 - Update to upstream version 3.1.10 * Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.9-1 - Update to upstream version 3.1.9 * Mon Nov 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.8-1 - Update to upstream version 3.1.8 * Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-10 - Rebuild to regenerate broken POMs - Related: rhbz#1021484 * Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-9 - Don't force generation of pom.properties * Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8 - Install no_aop artifact after javapackages update * Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.3-7 - Remove dependency on tests from runtime - Related: rhbz#1007498 * Tue Sep 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-6 - Install no_aop artifact - Resolves: rhbz#1006491 * Wed Sep 04 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-5 - Enable pom.properties - Resolves: rhbz#1004360 * Wed Aug 07 2013 Michal Srb <msrb@redhat.com> - 3.1.3-4 - Add create-tarball.sh script to SRPM * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Aug 02 2013 Michal Srb <msrb@redhat.com> - 3.1.3-4 - Add create-tarball.sh script to SRPM * Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-3 - Rebuild to regenerate API documentation - Resolves: CVE-2013-1571 * Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 3.1.3-2 - Revert update to 3.1.4 (uses asm4) * Thu Mar 14 2013 Michal Srb <msrb@redhat.com> - 3.1.3-1 - Update to upstream version 3.1.3 - Remove bundled JARs from tarball * Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.1.2-11 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Thu Jan 31 2013 Michal Srb <msrb@redhat.com> - 3.1.2-10 - Remove all requires - Correct usage of xmvn's macros * Mon Jan 28 2013 Michal Srb <msrb@redhat.com> - 3.1.2-9 - Build with xmvn * Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-8 - Remove README * Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-7 - Repackage tarball * Fri Nov 09 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-6 - Don't try to build extension modules unless they are needed * Fri Nov 09 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-5 - Conditionalize %install section too * Fri Nov 09 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-4 - Conditionally disable extensions * Thu Nov 01 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-3 - Update to new add_maven_depmap macro * Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.2-2 - Use new generated maven filelist feature from javapackages-tools * Fri Oct 05 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-1 - Complete rewrite of the spec file - New upstream, to ease future maintenance - Build with maven instead of ant - Split into multiple subpackages * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.7.rc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Feb 09 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.6.rc2 - Temporary fix for maven buildroots * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.rc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Oct 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.4.rc2 - Build with aqute-bnd (#745176) - Use new maven macros - Few packaging tweaks * Tue May 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.3.rc2 - Add cglib and atinject to R * Thu May 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.2.rc2 - Remove test and missing deps from pom.xml * Tue Mar 01 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.1.rc2 - Update to 3.0rc2 - Changes according to new guidelines (versionless jars & javadocs) * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4.1219svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Oct 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-3.1219svn - Add java-devel >= 1:1.6.0 to BR * Wed Oct 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-2.1219svn - Moved munge repacking to prep - Added -Dversion to change generated manifest version - Removed http part of URL * Thu Oct 07 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-1.1219svn - Initial version of the package