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

2017-02-28 Thread pascalschumacher
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:

[lang] LANG-1265: Build failures when building with Java 9 EA (closes #244)

2017-02-28 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master c79e6fb8f -> 72476ff46 LANG-1265: Build failures when building with Java 9 EA (closes #244) Fix build on Java 9 Build 157 by adding a java-9 maven profile. This is activated by default on Java 9 and opens up java.base classes for

[lang] JUnit imports (closes #247)

2017-02-28 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 98fa164cd -> c79e6fb8f JUnit imports (closes #247) The junit.framework package has been deprecated, and should no longer be used. This patch fixes the one remaining import from it to statically import org.junit.Assert.assertNull

svn commit: r1784819 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java

2017-02-28 Thread sebb
Author: sebb Date: Tue Feb 28 21:21:02 2017 New Revision: 1784819 URL: http://svn.apache.org/viewvc?rev=1784819=rev Log: NET-618 System Information Leak in ftp parser Modified: commons/proper/net/trunk/src/changes/changes.xml