From 3bbbcae687400dfb0aa8d6fc44e325f206e7d559 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Mon, 7 Oct 2019 22:37:41 +0000 Subject: Rename jakarta-commons-lang3 to apache-commons-lang3 and upgrade to version 3.8.1. Version 3.9 is out, but requires java 8. Update pkg-descr. --- java/apache-commons-lang3/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 java/apache-commons-lang3/pkg-descr (limited to 'java/apache-commons-lang3/pkg-descr') diff --git a/java/apache-commons-lang3/pkg-descr b/java/apache-commons-lang3/pkg-descr new file mode 100644 index 000000000000..348adf500984 --- /dev/null +++ b/java/apache-commons-lang3/pkg-descr @@ -0,0 +1,12 @@ +The standard Java libraries fail to provide enough methods for +manipulation of its core classes. Apache Commons Lang provides these +extra methods. + +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. + +WWW: http://commons.apache.org/proper/commons-lang/ -- cgit v1.2.3