[3/3] commons-io git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-io

2017-09-27 Thread stain
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-io Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/958657f3 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/958657f3 Diff: http://

[1/3] commons-io git commit: Avoid fine-sensitivity when testing freeSpace

2017-09-27 Thread stain
Repository: commons-io Updated Branches: refs/heads/master a43d2fa2f -> 958657f3c Avoid fine-sensitivity when testing freeSpace Instead of a fixed delta of 256 kB, assume disk space does not change by more than 1% between calling freeSpacfe and the second call to freeSpaceKb - e.g. 1 GB on a 1

[2/3] commons-io git commit: IO-506: javadoc that freeSpaceKb returns kibibytes

2017-09-27 Thread stain
IO-506: javadoc that freeSpaceKb returns kibibytes .. not pre-1998 kilobytes -- it was misleadingly named before. Also fix @deprecated as it is not actually removed in 2.6, just deprecated Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos

svn commit: r1809928 - /commons/proper/logging/trunk/.travis.yml

2017-09-27 Thread pascalschumacher
Author: pascalschumacher Date: Wed Sep 27 21:11:07 2017 New Revision: 1809928 URL: http://svn.apache.org/viewvc?rev=1809928&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/logging/trunk/.travis.yml Modified: commons/proper/logging/trunk/.travis

commons-fileupload git commit: fix java 6 build on travis by using precise distribution

2017-09-27 Thread pascalschumacher
Repository: commons-fileupload Updated Branches: refs/heads/master 248fff186 -> 85104ae61 fix java 6 build on travis by using precise distribution Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/

[2/3] commons-io git commit: remove TemporaryFolder Rule from test classes that do not use it

2017-09-27 Thread pascalschumacher
remove TemporaryFolder Rule from test classes that do not use it Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/99a353be Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/99a353be Diff: http://git-wip-us.

[3/3] commons-io git commit: Replace static TemporaryFolders with instances ones, so that tests are truly independent.

2017-09-27 Thread pascalschumacher
Replace static TemporaryFolders with instances ones, so that tests are truly independent. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/a43d2fa2 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/a43d2fa

[1/3] commons-io git commit: Remove setUp and tearDown methods that are no longer necessary after the switch to the TemporaryFolder rule.

2017-09-27 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 14b52eb4f -> a43d2fa2f Remove setUp and tearDown methods that are no longer necessary after the switch to the TemporaryFolder rule. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/

commons-io git commit: Use final for parameters.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master fcca356d6 -> 14b52eb4f Use final for parameters. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/14b52eb4 Tree: http://git-wip-us.apache.org/repos/asf/com

commons-io git commit: Remove unnecessary casts.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master c4c86e2d3 -> fcca356d6 Remove unnecessary casts. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/fcca356d Tree: http://git-wip-us.apache.org/repos/asf/com

commons-io git commit: Remove trailing white spaces on all lines.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master bfab522d7 -> c4c86e2d3 Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/c4c86e2d Tree: http://git-wip-us.apache.

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 4ed92759f -> bfab522d7 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Static imports come first.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 2a31bc5fc -> 4ed92759f Static imports come first. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/4ed92759 Tree: http://git-wip-us.apache.org/repos/asf/co

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master d654978ff -> 2a31bc5fc Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Static imports come first.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 25f3713d9 -> d654978ff Static imports come first. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/d654978f Tree: http://git-wip-us.apache.org/repos/asf/co

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 7c6520ec7 -> 25f3713d9 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Static imports come first.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master bc8773df8 -> 7c6520ec7 Static imports come first. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/7c6520ec Tree: http://git-wip-us.apache.org/repos/asf/co

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master ca286ab3f -> bc8773df8 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Clean up imports.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 27de9894f -> ca286ab3f Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Clean up imports. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit:

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 73202a1e3 -> 27de9894f Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master cb66f2f8d -> 73202a1e3 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Fix Javadoc.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 56c600171 -> cb66f2f8d Fix Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/cb66f2f8 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 9198e9498 -> 56c600171 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

commons-io git commit: Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master a768fe9aa -> 9198e9498 Replace custom temporary folder management with JUnit's TemporaryFolder. This will allow Maven to run tests concurrently. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.

[2/3] commons-io git commit: Remove trailing spaces.

2017-09-27 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-io/blob/a768fe9a/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java -- diff --git a/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java b/src/mai

[1/3] commons-io git commit: Remove trailing spaces.

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master d00ff3a70 -> a768fe9aa http://git-wip-us.apache.org/repos/asf/commons-io/blob/a768fe9a/src/test/java/org/apache/commons/io/input/TailerTest.java -- diff --git a/src/tes

[3/3] commons-io git commit: Remove trailing spaces.

2017-09-27 Thread ggregory
Remove trailing spaces. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/a768fe9a Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/a768fe9a Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/a768f

commons-io git commit: Mark DAT files as binary to fix testing on Windows: org.apache.commons.io.FileUtilsTestCase#testContentEqualsIgnoreEOL

2017-09-27 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 51eb5df8b -> d00ff3a70 Mark DAT files as binary to fix testing on Windows: org.apache.commons.io.FileUtilsTestCase#testContentEqualsIgnoreEOL Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.ap

[1/2] commons-compress git commit: Fix typo

2017-09-27 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 93c9c6cf7 -> ab85408b3 Fix 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/661008f8 Tree: http://git-wip-us.apache.org/repos/asf/c

[2/2] commons-compress git commit: closes #52

2017-09-27 Thread bodewig
closes #52 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ab85408b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ab85408b Diff: http://git-wip-us.apache.org/repos/asf/commons-compres

svn commit: r1809841 - /commons/proper/jelly/trunk/README.md

2017-09-27 Thread chtompki
Author: chtompki Date: Wed Sep 27 12:33:29 2017 New Revision: 1809841 URL: http://svn.apache.org/viewvc?rev=1809841&view=rev Log: (docs) README.md update maven dependency example Modified: commons/proper/jelly/trunk/README.md Modified: commons/proper/jelly/trunk/README.md URL: http://svn.ap

svn commit: r22008 - /release/commons/jelly/RELEASE-NOTES-1.0.1.txt

2017-09-27 Thread chtompki
Author: chtompki Date: Wed Sep 27 12:30:03 2017 New Revision: 22008 Log: Typo fix commons-jelly-1.0.1 release notes Modified: release/commons/jelly/RELEASE-NOTES-1.0.1.txt Modified: release/commons/jelly/RELEASE-NOTES-1.0.1.txt

svn commit: r1809835 - in /commons/proper/jelly/trunk/xdocs: changes.xml download_jelly.xml navigation.xml security-reports.xml

2017-09-27 Thread chtompki
Author: chtompki Date: Wed Sep 27 12:22:42 2017 New Revision: 1809835 URL: http://svn.apache.org/viewvc?rev=1809835&view=rev Log: Trunk updates for commons-jelly-1.0.1 Added: commons/proper/jelly/trunk/xdocs/security-reports.xml Modified: commons/proper/jelly/trunk/xdocs/changes.xml c