Repository: commons-lang Updated Branches: refs/heads/master 374c0fc1a -> 98581d3c4
LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale Add changes.xml entry. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/98581d3c Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/98581d3c Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/98581d3c Branch: refs/heads/master Commit: 98581d3c41da2e92a505f47376a35f4329ac23eb Parents: 374c0fc Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat Nov 4 16:49:59 2017 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sat Nov 4 16:49:59 2017 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/98581d3c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f0e3bc8..bfe0b09 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.7" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> + <action issue="LANG-1362" type="fix" dev="ggregory" due-to="Stephen Colebourne">Fix tests DateUtilsTest for Java 9 with en_GB locale</action> <action issue="LANG-1365" type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10</action> <action issue="LANG-1348" type="fix" dev="pschumacher" due-to="mbusso">StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf</action> <action issue="LANG-1350" type="fix" dev="ggregory" due-to="Brett Kail">ConstructorUtils.invokeConstructor(Class, Object...) regression</action>