libcommons-collections3-java 3.2.2-2 source package in Ubuntu

Changelog

libcommons-collections3-java (3.2.2-2) unstable; urgency=medium

  * Fixed the build failure with Java 11 (Closes: #912515)
  * No longer build and install the test framework (never used in Debian)
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Tue, 06 Nov 2018 17:27:14 +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
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs
Focal release universe libs

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections3-java_3.2.2-2.dsc 2.3 KiB b27133f005ce8cdf3326df3d7b7054099db06ecb3829872775b2d7ece9a2be25
libcommons-collections3-java_3.2.2.orig.tar.xz 378.8 KiB 04747f22038291c79ae0059dcec184ea2a40b7aaf5ed55e9c50fe2b646ebd771
libcommons-collections3-java_3.2.2-2.debian.tar.xz 7.3 KiB 375971ff566427c871558dc72732a1618e524e2549974c62df971d10684df637

Available diffs

No changes file available.

Binary packages built by this source

libcommons-collections3-java: Apache Commons Collections - Extended Collections API for Java

 The Java Collections Framework was a major addition in JDK 1.2. It added many
 powerful data structures that accelerate development of most significant Java
 applications. Since that time it has become the recognised standard for
 collection handling in Java.
 .
 Commons Collections seek to build upon the JDK classes by providing new
 interfaces, implementations and utilities. There are many features, including:
 .
  * Bag interface for collections that have a number of copies of each object
  * BidiMap interface for maps that can be looked up from value to key as well
    and key to value
  * MapIterator interface to provide simple and quick iteration over maps
  * Transforming decorators that alter each object as it is added to the
    collection
  * Composite collections that make multiple collections look like one
  * Ordered maps and sets that retain the order elements are added in,
    including an LRU based map
  * Reference map that allows keys and/or values to be garbage collected under
    close control
  * Many comparator implementations
  * Many iterator implementations
  * Adapter classes from array and enumerations to collections
  * Utilities to test or create typical set-theory properties of collections
    such as union, intersection, and closure

libcommons-collections3-java-doc: Documentation for libcommons-collections3-java

 Javadocs for libcommons-collections3-java which is a Java
 collection framework.