You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/02/28 22:42:04 UTC

[lang] add changes.xml entry for LANG-1265

Repository: commons-lang
Updated Branches:
  refs/heads/master 72476ff46 -> 42cf67402


add changes.xml entry for LANG-1265


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/42cf6740
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/42cf6740
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/42cf6740

Branch: refs/heads/master
Commit: 42cf6740264f1cff5180b3d79199bcae692f1066
Parents: 72476ff
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Feb 28 23:41:58 2017 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Feb 28 23:41:58 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/42cf6740/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 13e83b4..4419d95 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1301" type="update" dev="pschumacher" due-to="Karl Heinz Marbaise">Moving apache-rat-plugin configuration into pluginManagement</action>
     <action issue="LANG-1311" type="fix" dev="pschumacher" due-to="Aaron Digulla">TypeUtils.toString() doesn't handle primitive and Object arrays correctly</action>
     <action issue="LANG-1312" type="fix" dev="pschumacher">LocaleUtils#toLocale does not support language followed by UN M.49 numeric-3 area code</action>
+    <action issue="LANG-1265" type="fix" dev="pschumacher">Build failures when building with Java 9 EA</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including Java 9 detection">