Mon, 20 May 2024 10:41:57 UTC | login

Information for build apache-commons-dbcp-1.4-20.fc24

ID570
Package Nameapache-commons-dbcp
Version1.4
Release20.fc24
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:46:48 UTC
CompletedSat, 14 Apr 2018 19:46:48 UTC
Tags
f28
f29
RPMs
src
apache-commons-dbcp-1.4-20.fc24.src.rpm (info) (download)
noarch
apache-commons-dbcp-1.4-20.fc24.noarch.rpm (info) (download)
apache-commons-dbcp-javadoc-1.4-20.fc24.noarch.rpm (info) (download)
Changelog * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-18 - Remove unused depmap - Mavenize build-requires * Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17 - Remove legacy Obsoletes/Provides for jakarta-commons * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-15 - Use Requires: java-headless rebuild (#1067528) * Thu Aug 08 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-14 - Update to latest packaging guidelines * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * 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