The Apache Commons Team is pleased to announce the release of Apache
Commons Lang 3.2.1.

The Apache Commons Lang open source software library 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.

3.2.1 is a fully binary compatible bug fix release for 3.2 No client code
changes are required to migrate from version 3.2 to 3.2.1. Users of version
2.x should consult the migration guide on the Commons Lang web site. The
minimum required JDK version for this release is 1.6.

The following issues have been resolved:
o LANG-937: Fix missing Hamcrest dependency in Ant Build
o LANG-938: Build fails with test failures when building with JDK 8
o LANG-941: Test failure in LocaleUtilsTest when building with JDK 8
o LANG-942: Test failure in FastDateParserTest and
FastDateFormat_ParserTest when building with JDK8

Source and binary distributions are available for download from the Apache
Commons download site:
  http://commons.apache.org/proper/commons-lang/download_lang.cgi

When downloading, please verify signatures using the KEYS file available at
the above location when downloading the release.

Full details of all the changes in 3.2.1 can be found in the changelog:
  http://commons.apache.org/proper/commons-lang/changes-report.html

For complete information on Commons Lang, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons Lang website:

http://commons.apache.org/proper/commons-lang/

Benedikt Ritter,
on behalf of the Apache Commons community


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to