svn commit: r1788792 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net: QuotedPrintableCodec.java URLCodec.java Utils.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 23:57:00 2017 New Revision: 1788792 URL: http://svn.apache.org/viewvc?rev=1788792&view=rev Log: Centralise conversion to hex digit Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java commons/proper/codec

svn commit: r1788777 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/binary/StringUtils.java test/java/org/apache/commons/codec/binary/StringUtilsTest.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 21:43:36 2017 New Revision: 1788777 URL: http://svn.apache.org/viewvc?rev=1788777&view=rev Log: CODEC-231 StringUtils.equals(CharSequence cs1, CharSequence cs2) can fail with String Index OBE Modified: commons/proper/codec/trunk/src/changes/changes.xml comm

svn commit: r1788761 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/net/URLCodec.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 18:34:51 2017 New Revision: 1788761 URL: http://svn.apache.org/viewvc?rev=1788761&view=rev Log: CODEC-230 URLCodec.WWW_FORM_URL should be private Modified: commons/proper/codec/trunk/src/changes/changes.xml commons/proper/codec/trunk/src/main/java/org/apache

svn commit: r1788760 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/URLCodec.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 18:26:07 2017 New Revision: 1788760 URL: http://svn.apache.org/viewvc?rev=1788760&view=rev Log: Docn Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/URLCodec.java Modified: commons/proper/codec/trunk/src/main/java/org/apache/com

svn commit: r1788758 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 17:38:43 2017 New Revision: 1788758 URL: http://svn.apache.org/viewvc?rev=1788758&view=rev Log: Better Javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java Modified: commons/proper/codec/trunk/src/main/jav

svn commit: r1788757 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 17:31:00 2017 New Revision: 1788757 URL: http://svn.apache.org/viewvc?rev=1788757&view=rev Log: Incorrect Javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java Modified: commons/proper/codec/trunk/src/main/

svn commit: r1788755 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/binary/StringUtils.java test/java/org/apache/commons/codec/binary/StringUtilsTest.java

2017-03-26 Thread sebb
Author: sebb Date: Sun Mar 26 17:22:08 2017 New Revision: 1788755 URL: http://svn.apache.org/viewvc?rev=1788755&view=rev Log: CODEC-229 StringUtils.newStringxxx(null) should return null, not NPE Modified: commons/proper/codec/trunk/src/changes/changes.xml commons/proper/codec/trunk/src/m

commons-compress git commit: try to make sense in javadocs

2017-03-26 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master d01a053d4 -> 785233a6f try to make sense in 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/785233a6 Tree: http://git-wip-us.a

commons-compress git commit: missing Javadoc param and a typo

2017-03-26 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master ad661a8d3 -> d01a053d4 missing Javadoc param and a typo Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d01a053d Tree: http://git-wip-u

commons-compress git commit: allow LZ77 tuning in framed snappy/lz4 streams as well

2017-03-26 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 043f42b65 -> ad661a8d3 allow LZ77 tuning in framed snappy/lz4 streams as well Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ad661a8d

commons-compress git commit: allow LZ77 algorithm to be tuned

2017-03-26 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 5170392a5 -> 043f42b65 allow LZ77 algorithm to be tuned niceLen and maxCandidates are used in the same way as zlib's deflate algorithm. The configured values roughly correspond to zlib's compression levels 5 (tunedForSpeed), 7 (d

[lang] Restore clirr report generation

2017-03-26 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 4a300fee2 -> 1674c953f Restore clirr report generation Since commons-parent version 41, generation of the clirr report for the site has to be explicitly enabled by adding a "src\site\resources\profile.clirr" file. Project: http:/