Name: | apache-commons-dbcp |
---|---|
Version: | 1.4 |
Release: | 17.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 198321 |
License: | ASL 2.0 |
RPM: | apache-commons-dbcp-1.4-17.el7.noarch.rpm |
Source RPM: | apache-commons-dbcp-1.4-17.el7.src.rpm |
Build Date: | Tue Apr 29 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://commons.apache.org/dbcp/ |
Summary: | Apache Commons DataBase Pooling Package |
Description: | Many 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. |
- Mass rebuild 2013-12-27
- Add BuildRequires on apache-commons-parent >= 26-7
- Migrate away from mvn-rpmbuild (#997452)
- Remove workaround for rpm bug #646523
- Rebuild to regenerate API documentation - Resolves: CVE-2013-1571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Make this package independent of OpenJDK6 (it's buildable on OpenJDK7)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild