libcommons-lang3-java 3.8-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Fixed the build failure with Easymock 4 (Closes: #912516)

 -- Emmanuel Bourg <email address hidden>  Mon, 26 Nov 2018 00:50:10 +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
Focal release universe java

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-lang3-java_3.8-2.dsc 2.3 KiB 79e03a05ded7b1f9e2a8663e032d69b902ce1e6c4becee1dd4422f8e6f25c9ac
libcommons-lang3-java_3.8.orig.tar.xz 590.9 KiB 6136e0ce49b3f56e70a99197239f90102c2fe5b375f200ab595e99103ab10dee
libcommons-lang3-java_3.8-2.debian.tar.xz 5.8 KiB 11df75c75d2c8068e8a357b35b0c9da6371b0b3adfd6ccab69346286944f0f74

Available diffs

No changes file available.

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.