1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: commons-dbcp2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-logging-java (>= 1.2),
libcommons-parent-java (>= 43),
libcommons-pool2-java (>= 2.12.0),
libgeronimo-jta-1.2-spec-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/commons-dbcp2.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-dbcp2
Homepage: https://commons.apache.org/dbcp/
Package: libcommons-dbcp2-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Database Connection Pooling Services 2
The DBCP package provides database connection pooling services. The
following features are supported
.
* DataSource and Driver interfaces to the pool.
* Support for arbitrary sources of the underlying Connections.
* Integration with arbitrary org.apache.commons.pool.ObjectPool
implementations.
* Support for Connection validation, expiration, etc.
* Support for PreparedStatement pooling.
* XML configuration.
.
This package contains the version 2 series.
|