svn commit: r1783175 - in /commons/proper/cli/trunk/src/main/java/org/apache/commons/cli: DefaultParser.java PosixParser.java

2017-02-15 Thread britter
Author: britter Date: Thu Feb 16 07:52:05 2017 New Revision: 1783175 URL: http://svn.apache.org/viewvc?rev=1783175&view=rev Log: JavaDoc fixes. Patch provided by GitHub user sebkur. This fixes #8 from GitHub. Modified: commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/DefaultPars

commons-crypto git commit: Tab police

2017-02-15 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master c24b691ac -> 158be0644 Tab police Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/158be064 Tree: http://git-wip-us.apache.org/repos/asf/common

commons-crypto git commit: CRYPTO-129 Revert unnecessary exposure of instance variables

2017-02-15 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 9f73f2fc1 -> c24b691ac CRYPTO-129 Revert unnecessary exposure of instance variables Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/c24b691a T

svn commit: r1783138 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java

2017-02-15 Thread sebb
Author: sebb Date: Wed Feb 15 18:56:16 2017 New Revision: 1783138 URL: http://svn.apache.org/viewvc?rev=1783138&view=rev Log: Javadoc Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/ne

svn commit: r18351 - in /release/commons/net: binaries/ source/

2017-02-15 Thread sebb
Author: sebb Date: Wed Feb 15 18:45:24 2017 New Revision: 18351 Log: Archive net release 3.5 Removed: release/commons/net/binaries/commons-net-3.5-bin.tar.gz release/commons/net/binaries/commons-net-3.5-bin.tar.gz.asc release/commons/net/binaries/commons-net-3.5-bin.tar.gz.md5 rel

svn commit: r1783136 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/

2017-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 18:44:37 2017 New Revision: 1783136 URL: http://svn.apache.org/viewvc?rev=1783136&view=rev Log: Rename class to make it obvious that it is not to be run as a test but to be subclassed. Added: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vf

svn commit: r1783135 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java

2017-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 18:43:42 2017 New Revision: 1783135 URL: http://svn.apache.org/viewvc?rev=1783135&view=rev Log: This class can be abstract, subclasses run the actual tests. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBa

commons-io git commit: Fix Javadoc typos (closes #30)

2017-02-15 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 546316432 -> 8b9fe1b01 Fix Javadoc typos (closes #30) Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/8b9fe1b0 Tree: http://git-wip-us.apache.org/repos/a

[3/6] commons-compress git commit: BitInputStream: Optimize a bit to reach previous run times.

2017-02-15 Thread bodewig
BitInputStream: Optimize a bit to reach previous run times. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/a0f55d9f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/a0f55d9f Diff: http:

[5/6] commons-compress git commit: move System.in logic back to bzip2 stream class

2017-02-15 Thread bodewig
move System.in logic back to bzip2 stream class Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c1a6e38e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c1a6e38e Diff: http://git-wip-us

[commons-compress] Git Push Summary

2017-02-15 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/PR13 [deleted] c1a6e38e4

[4/6] commons-compress git commit: cosmetics

2017-02-15 Thread bodewig
cosmetics Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2adac25c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2adac25c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress

[2/6] commons-compress git commit: BZip2CompressorInputStream: Use BitInputStream.

2017-02-15 Thread bodewig
BZip2CompressorInputStream: Use BitInputStream. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/96e34c65 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/96e34c65 Diff: http://git-wip-us

[6/6] commons-compress git commit: Merge branch 'PR13' closes #13 by @thomasmey

2017-02-15 Thread bodewig
Merge branch 'PR13' closes #13 by @thomasmey Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7b5816d9 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7b5816d9 Diff: http://git-wip-us.ap

[1/6] commons-compress git commit: Move System.in functionality into BitInputStream.

2017-02-15 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master e79465bbe -> 7b5816d96 Move System.in functionality into BitInputStream. Optimize some more bit reading methods. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/a

svn commit: r1783113 - in /commons/cms-site/trunk: conf/component_releases.properties doap/doap_net.rdf

2017-02-15 Thread sebb
Author: sebb Date: Wed Feb 15 15:21:49 2017 New Revision: 1783113 URL: http://svn.apache.org/viewvc?rev=1783113&view=rev Log: NET 3.6 GA Modified: commons/cms-site/trunk/conf/component_releases.properties commons/cms-site/trunk/doap/doap_net.rdf Modified: commons/cms-site/trunk/conf/comp