[lang] LANG-1320: correct id in changes.xml

2017-05-22 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 7c19a1ff4 -> 9f2fe9bb8 LANG-1320: correct id in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9f2fe9bb Tree: http://git-wip-us.apache

[3/4] commons-compress git commit: COMPRESS-394 adapt test, DEFLATE requires version 2.0

2017-05-22 Thread bodewig
COMPRESS-394 adapt test, DEFLATE requires version 2.0 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/12edac73 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/12edac73 Diff: http://git-

[2/4] commons-compress git commit: simplify code a little

2017-05-22 Thread bodewig
simplify code a little Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b1dcd19c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b1dcd19c Diff: http://git-wip-us.apache.org/repos/asf/com

[4/4] commons-compress git commit: COMPRESS-394/395 use same "version needed to extract" in LFH and CDH

2017-05-22 Thread bodewig
COMPRESS-394/395 use same "version needed to extract" in LFH and CDH ... and skip data descriptor when copying raw entries Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d75b8985 Tree: http://git-wip-us

[1/4] commons-compress git commit: fix "javadocs"

2017-05-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 5903142b3 -> d75b89856 fix "javadocs" Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/83b60fbe Tree: http://git-wip-us.apache.org/repos

commons-compress git commit: claim sensitive name for JPMS automatic modules

2017-05-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 8a6bb5623 -> 5903142b3 claim sensitive name for JPMS automatic modules Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5903142b Tree: h

[lang] Deprecate CharEncoding and direct users to Java 7 classes

2017-05-22 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 53def5014 -> 7c19a1ff4 Deprecate CharEncoding and direct users to Java 7 classes Java 7 introduced java.nio.charset.StandardCharsets, which negates the need for our CharEncoding method. Additionally, the constants in the class now po