libcommons-lang3-java 3.14.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Refreshed the patches
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Fri, 05 Jan 2024 17:07:28 +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
Oracular release universe java
Noble release universe java

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-lang3-java_3.14.0-1.dsc 2.2 KiB c323dbb8b57473ca434921b49428810462dfce6eec34e75c1c0fcdf06c473c11
libcommons-lang3-java_3.14.0.orig.tar.xz 701.3 KiB 81bfc203ca96f9329b4f2a5462d8bba56ca4181905307aeabbba8905253e269a
libcommons-lang3-java_3.14.0-1.debian.tar.xz 5.0 KiB 057686426d74ee6f853341d45c8948aef95b10264ebd913e79b548f510b24ead

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.