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://
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
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
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
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/
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.
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
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/
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
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
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.
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.
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
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.
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
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.
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
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.
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:
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.
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.
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/
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.
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.
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo