libcommons-dbcp-java 1.4-8 source package in Ubuntu

Changelog

libcommons-dbcp-java (1.4-8) unstable; urgency=medium

  * Depend on libtomcat10-java instead of libtomcat9-java
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Mon, 13 Feb 2023 15:02:56 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-dbcp-java_1.4-8.dsc 2.1 KiB fa6073ccf788be3b0e5cb8750315978ec5b424eac94a6a52582b8b935bc37121
libcommons-dbcp-java_1.4.orig.tar.gz 915.4 KiB 4626ceab6cb49e0db9069cf7f339365d9cc4b91ff4dab414d3b595b02435cf5b
libcommons-dbcp-java_1.4-8.debian.tar.xz 7.9 KiB ad90458c8eb942544fc70691edb7f5510de3344f96c1cd9e1aaa0411718cc327

Available diffs

No changes file available.

Binary packages built by this source

libcommons-dbcp-java: Database Connection Pooling Services

 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 is a part of the Apache Commons Project.