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

Changelog

libcommons-collections3-java (3.2.2-2~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.

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

 -- Matthias Klose <email address hidden>  Tue, 26 Feb 2019 15:38:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe libs
Bionic security universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections3-java_3.2.2.orig.tar.xz 378.8 KiB 04747f22038291c79ae0059dcec184ea2a40b7aaf5ed55e9c50fe2b646ebd771
libcommons-collections3-java_3.2.2-2~18.04.debian.tar.xz 7.4 KiB a30a3dfb5bf1823de4954fc14bf8313730e15d817a4e71a7f5b8e721b871af29
libcommons-collections3-java_3.2.2-2~18.04.dsc 2.3 KiB e21a6a90a1e6a83fb87f1c5b6e94836c59d6f5add1f714baea7f5e65aa393218

View changes file

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.