Fri, 26 Apr 2024 15:38:37 UTC | login

Information for build rh-java-common-apache-commons-dbcp-1.4-0.bootstrap1.17.12.el7

ID1569
Package Namerh-java-common-apache-commons-dbcp
Version1.4
Release0.bootstrap1.17.12.el7
Epoch
SummaryApache Commons DataBase Pooling Package
DescriptionMany Apache projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in order to perform a database transaction that might take milliseconds. Opening a connection per user can be unfeasible in a publicly-hosted Internet application where the number of simultaneous users can be very large. Accordingly, developers often wish to share a "pool" of open connections between all of the application's current users. The number of users actually performing a request at any given time is usually a very small percentage of the total number of active users, and during request processing is the only time that a database connection is required. The application itself logs into the DBMS, and handles any user account issues internally.
Built byhhorak
State complete
Volume DEFAULT
StartedMon, 17 Aug 2015 23:49:16 UTC
CompletedMon, 17 Aug 2015 23:55:45 UTC
Taskbuild (sclo7-rh-java-common-rh-el7, rh-java-common-apache-commons-dbcp-1.4-0.bootstrap1.17.12.el7.src.rpm)
Tags
sclo7-rh-java-common-rh-candidate
RPMs
src
rh-java-common-apache-commons-dbcp-1.4-0.bootstrap1.17.12.el7.src.rpm (info) (download)
noarch
rh-java-common-apache-commons-dbcp-1.4-0.bootstrap1.17.12.el7.noarch.rpm (info) (download)
rh-java-common-apache-commons-dbcp-javadoc-1.4-0.bootstrap1.17.12.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.4-17.12 - Mass rebuild 2015-01-13 * Fri Jan 09 2015 Michal Srb <msrb@redhat.com> - 1.4-17.11 - Mass rebuild 2015-01-09 * Tue Dec 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.10 - Migrate requires and build-requires to rh-java-common * Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.9 - Mass rebuild 2014-12-15 * Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.8 - Rebuild for rh-java-common collection * Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.7 - Mass rebuild 2014-05-26 * Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.6 - Mass rebuild 2014-02-19 * Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.5 - Mass rebuild 2014-02-18 * Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.4 - Remove requires on java * Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.3 - SCL-ize build-requires * Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.2 - Rebuild to regenerate auto-requires * Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17.1 - First maven30 software collection build * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4-17 - Mass rebuild 2013-12-27 * Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-16 - Add BuildRequires on apache-commons-parent >= 26-7 * Mon Aug 19 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-15 - Migrate away from mvn-rpmbuild (#997452) * Fri Jul 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-14 - Remove workaround for rpm bug #646523 * Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-13 - Rebuild to regenerate API documentation - Resolves: CVE-2013-1571 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4-11 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Feb 23 2012 Pavel Tisnovsky <ptisnovs@redhat.com> - 1.4-9 - Make this package independent of OpenJDK6 (it's buildable on OpenJDK7) * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Dec 01 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-7 - Build with maven 3 - Fixes according to latest guidelines * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Nov 09 2010 Chris Spike <chris.spike@arcor.de> 1.4-5 - Removed maven* BRs in favour of apache-commons-parent - Added deprecated groupId to depmap for compatibility reasons - Removed commons-pool from custom depmap * Wed Oct 27 2010 Chris Spike <chris.spike@arcor.de> 1.4-4 - Added depmap entry to find commons-pool.jar * Wed Oct 27 2010 Chris Spike <chris.spike@arcor.de> 1.4-3 - Added BR apache-commons-pool * Mon Oct 18 2010 Chris Spike <chris.spike@arcor.de> 1.4-2 - Removed Epoch * Mon Oct 04 2010 Chris Spike <chris.spike@arcor.de> 1.4-1 - Rename and rebase from jakarta-commons-dbcp