commons-pool 1.6-5 source package in Ubuntu

Changelog

commons-pool (1.6-5) unstable; urgency=medium

  * Team upload
  [ Vladimir Petko ]
  * Resolve Java 21 ftbfs (Closes: #1057497):
    - d/rules: use java_compat_level variable provided by java-common to
      pass  minimum release level required by the default Java.
    - d/p/02_add_release_option.patch: pass release option to javac
      command.

  [ tony mancill ]
  * Freshen years in debian/copyright
  * Set Rules-Requires-Root: no in debian/control
  * Bump Standards-Version to 4.6.2

 -- Vladimir Petko <email address hidden>  Tue, 09 Jan 2024 12:20:29 +1300

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-pool_1.6-5.dsc 2.1 KiB c73a31d2153127c4b48585ab7ec30d43c651404fcf56674cb10c740ae205a7ec
commons-pool_1.6.orig.tar.gz 313.9 KiB 31d182e5dc857666dba640caf9529158c679075f4f137deceff128e268d9195a
commons-pool_1.6-5.debian.tar.xz 4.5 KiB 1261eb35f1c469ba6fd52df253be439edc899f192b7b36aa00796af6ca3c7fd3

Available diffs

No changes file available.

Binary packages built by this source

libcommons-pool-java: pooling implementation for Java objects

 Pool provides an Object-pooling API, with three major aspects:
  1. A generic object pool interface that clients and implementors can use to
     provide easily interchangeable pooling implementations.
  2. A toolkit for creating modular object pools.
  3. Several general purpose pool implementations.

libcommons-pool-java-doc: pooling implementation for Java objects - documentation

 Pool provides an Object-pooling API, with three major aspects:
  1. A generic object pool interface that clients and implementors can use to
     provide easily interchangeable pooling implementations.
  2. A toolkit for creating modular object pools.
  3. Several general purpose pool implementations.
 .
 This package contains Javadoc API Documentation of Commons Pool.