commons-dbcp2 2.10.0-1 source package in Ubuntu

Changelog

commons-dbcp2 (2.10.0-1) unstable; urgency=medium

  * New upstream version 2.10.0.
  * Declare compliance with Debian Policy 4.6.2.

 -- Markus Koschany <email address hidden>  Wed, 13 Sep 2023 19:42:40 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-dbcp2_2.10.0-1.dsc 2.3 KiB 306988c19798438377e7cb66f60510d7667993a5731f9e11307be31d31939bf0
commons-dbcp2_2.10.0.orig.tar.gz 671.2 KiB 99ebb82703d00806bdcf5fe4714e2d4316680c4f55efe972762aba5e77f5aebc
commons-dbcp2_2.10.0-1.debian.tar.xz 2.7 KiB 7340c1cc077e1b7501ccbd291847da7863033b686516059451e7b36535de53bd

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.