You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@apache.org> on 2011/10/02 21:59:30 UTC

[VOTE][io] Release Commons IO 2.1-RC5

Good day to you all:

I have prepared Commons IO 2.1-RC5.

The differences with RC4 are:

- TailerTest: Make the test sleep longer while the Tailer works.
- Use includeantruntime="false" in build.xml
- Update build.xml to JUnit 4.10 from 3.8.1
- Update POM to JUnit 4.10 from 4.9
- Remove superfluous public keyword from method in interface declarations.

Tag:

<https://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.1-RC4/>
https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.1-RC5

Site:

<https://people.apache.org/builds/commons/io/2.1/RC4/>
https://people.apache.org/builds/commons/io/2.1/RC5/

Binaries:

<https://repository.apache.org/content/repositories/orgapachecommons-002/commons-io/commons-io/2.1/>
https://repository.apache.org/content/repositories/orgapachecommons-022/

[ ] +1 release it
[ ] +0 go ahead I don't care
[ ] -1 no, do not release it because

This VOTE is open for 72 hours, until Oct 5 2011, 16:00 EDT.

New features:
o Use standard Maven directory layout  Issue: IO-285. Thanks to ggregory.
o Add IOUtils API toString for URL and URI to get contents  Issue: IO-284.
Thanks to ggregory.
o Add API FileUtils.copyFile(File input, OutputStream output)  Issue:
IO-282. Thanks to ggregory.
o FileAlterationObserver has no getter for FileFilter  Issue: IO-262.
o Add FileUtils.getFile API with varargs parameter  Issue: IO-261.
o Add new APPEND parameter for writing string into files  Issue: IO-182.
o Add new read method "toByteArray" to handle InputStream with known size.
Issue: IO-251. Thanks to Marco Albini.

Fixed Bugs:
o Dubious use of mkdirs() return code  Issue: IO-280. Thanks to sebb.
o ReaderInputStream enters infinite loop when it encounters an unmappable
character  Issue: IO-277.
o FileUtils.moveFile() JavaDoc should specify FileExistsException thrown
Issue: IO-264.
o ClassLoaderObjectInputStream does not handle Proxy classes  Issue: IO-260.

o Tailer returning partial lines when reaching EOF before EOL  Issue:
IO-274. Thanks to Frank Grimes.
o FileUtils.copyFile() throws IOException when copying large files to a
shared directory (on Windows)  Issue: IO-266. Thanks to Igor Smereka.
o FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no
visible files.
        Improve coverage by also looking for hidden files.  Issue: IO-263.
Thanks to Gil Adam.

Changes:
o FileAlterationMonitor.stop(
boolean allowIntervalToFinish)  Issue: IO-259.

Thank you,
Gary

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>