RELEASE-NOTES java 5.0 -> java 7.0
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ccadc72f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ccadc72f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ccadc72f Branch: refs/heads/master Commit: ccadc72fd9936805b21edc3d327132cc4bf747b0 Parents: 9801e2f Author: Rob Tompkins <chtom...@gmail.com> Authored: Sun Aug 19 13:03:46 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Sun Aug 19 13:03:46 2018 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ccadc72f/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c62c488..f6a0046 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -27,8 +27,7 @@ This document contains the release notes for the 3.8 version of Apache Commons L 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. +Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived with Java 7.0. For the advice on upgrading from 2.x to 3.x, see the following page: