commons-dbcp2 2.7.0-2 source package in Ubuntu

Changelog

commons-dbcp2 (2.7.0-2) unstable; urgency=medium

  * Team upload.
  * Depend on libgeronimo-jta-1.2-spec-java
    instead of libgeronimo-jta-1.1-spec-java
  * Standards-Version updated to 4.5.0

 -- Emmanuel Bourg <email address hidden>  Mon, 22 Jun 2020 12:29:17 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-dbcp2_2.7.0-2.dsc 2.2 KiB 12523731c5e06201ec267ad08343965c4c97c458ba1af68bdf43307cbf497927
commons-dbcp2_2.7.0.orig.tar.gz 642.3 KiB 859b98c36849f973cc5bf2f432317e6c00da454e838a2d16a5fcdad9adaaf3bc
commons-dbcp2_2.7.0-2.debian.tar.xz 2.7 KiB 3953f90f337c9718ccbd585201bf86dce965af82b6810fab9f0a3004ffcaa333

Available diffs

No changes file available.

Binary packages built by this source

libcommons-dbcp2-java: 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.