Document Java version requirements for 3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1553844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
756f8f1c24
commit
9e5fb5c414
|
@ -25,11 +25,8 @@ INTRODUCTION:
|
|||
|
||||
This document contains the release notes for the 3.2 version of
|
||||
Apache Commons Lang. Commons Lang is a set of utility functions and reusable
|
||||
components that should be of use in any Java environment.
|
||||
|
||||
Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived
|
||||
with Java 5.0 such as generics, variable arguments, autoboxing, concurrency and
|
||||
formatted output.
|
||||
components that should be of use in any Java environment. Commons Lang 3.2
|
||||
at least requires Java 6.0.
|
||||
|
||||
For the advice on upgrading from 2.x to 3.x, see the following page:
|
||||
|
||||
|
|
Loading…
Reference in New Issue