You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2015/04/07 08:40:08 UTC

[ANNOUNCE] Apache Commons Lang 3.4 released!

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

Apache Commons Lang, 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.

3.4 is binary compatible to the last release 3.3.2. However there has been
a change to the value of the constant
org.apache.commons.lang3.time.DurationFormatUtils.ISO_EXTENDED_FORMAT_PATTERN
which may affect clients. More information about this, as well as the full
details of all the changes in 3.4 see the release notes:
https://dist.apache.org/repos/dist/release/commons/lang/RELEASE-NOTES.txt
The minimum required JDK version for this release is 1.6.

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.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.4</version>
</dependency>

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