libcommons-lang3-java 3.8-1~18.04.2 source package in Ubuntu

Changelog

libcommons-lang3-java (3.8-1~18.04.2) bionic; urgency=medium

  * Re-enable tests after bootstrap.

libcommons-lang3-java (3.8-1~18.04.1) bionic; urgency=medium

  * Backport from Cosmic to fix various FTBFS when building with
    openjdk-lts. (LP: #1814133)
  * Disable tests to enable initial bootstrap with openjdk-lts.

libcommons-lang3-java (3.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Fixes another issue with Java 11 (Closes: #903769)
    - Refreshed the patches
    - Ignore japicmp-maven-plugin
  * Standards-Version updated to 4.2.1

libcommons-lang3-java (3.7-1) unstable; urgency=medium

  * New upstream release
    - Fixes the compatibility with Java 10 and 11
      (Closes: #895234, #895234, #895585, #895583)
    - Refreshed the patch
    - Ignore the new test dependencies JMH and BCEL
  * Removed Damien Raude-Morvan from the uploaders (Closes: #889466)
  * No longer use the git mode in debian/watch to work around a git bug
  * Removed the get-orig-source target in debian/rules
  * Use salsa.debian.org Vcs-* URLs
  * Updated the package description

 -- Tiago Stürmer Daitx <email address hidden>  Tue, 05 Feb 2019 22:09:48 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
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 java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-lang3-java_3.8.orig.tar.xz 590.9 KiB 6136e0ce49b3f56e70a99197239f90102c2fe5b375f200ab595e99103ab10dee
libcommons-lang3-java_3.8-1~18.04.2.debian.tar.xz 5.0 KiB a781e2e851dea0a7b46271df806e78b84633e6d8667336e241cee28a7ae806be
libcommons-lang3-java_3.8-1~18.04.2.dsc 2.3 KiB 32e9b2330ab95d6a32c4cb062b4379e326ffc4ece4d95afbca117bfc12e336ca

View changes file

Binary packages built by this source

libcommons-lang3-java: Apache Commons Lang utility classes

 Apache Commons Lang is a package of Java utility classes for the classes
 that are in java.lang's hierarchy, or are considered to be so standard
 as to justify existence in java.lang.
 .
 The standard Java libraries fail to provide enough methods for manipulation
 of its core classes. Apache Commons Lang provides these extra methods.
 .
 Apache Commons Lang provides a host of helper utilities for the java.lang API,
 notably String manipulation methods, basic numerical methods, object
 reflection, concurrency, creation and serialization and System properties.
 Additionally it contains basic enhancements to java.util.Date and a series
 of utilities dedicated to help with building methods, such as hashCode,
 toString and equals.

libcommons-lang3-java-doc: Apache Commons Lang utility classes (documentation)

 Apache Commons Lang is a package of Java utility classes for the classes
 that are in java.lang's hierarchy, or are considered to be so standard
 as to justify existence in java.lang.
 .
 The standard Java libraries fail to provide enough methods for manipulation
 of its core classes. Apache Commons Lang provides these extra methods.
 .
 Apache Commons Lang provides a host of helper utilities for the java.lang API,
 notably String manipulation methods, basic numerical methods, object
 reflection, concurrency, creation and serialization and System properties.
 Additionally it contains basic enhancements to java.util.Date and a series
 of utilities dedicated to help with building methods, such as hashCode,
 toString and equals.
 .
 This package contains the API documentation of libcommons-lang3-java.