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 2021/07/14 13:32:46 UTC

[ANNOUCE] Apache Commons IO 2.11.0

The Apache Commons Team is pleased to announce Apache Commons IO 2.11.0.

Commons IO is a package of Java 8 utility classes like java.io.

Changes in this version include:

Fixed Bugs:
o IO-741:  FileUtils.listFiles does not list matching files if File
parameter is a symbolic link. Thanks to Zach Sherman.
o IO-724:  FileUtils#deleteDirectory(File) exception Javadoc inaccurate
update #245. Thanks to liran2000.
o Minor changes #243. Thanks to Arturo Bernal.
o Replace construction of FileInputStream and FileOutputStream objects with
Files NIO APIs. #221. Thanks to Arturo Bernal.
o Fix IndexOutOfBoundsException in IOExceptionList constructors. Thanks to
Gary Gregory.
o Remove IOException from the method signatures that no longer throw
IOException.
   This maintains binary compatibility but not source compatibility.
   - FilenameUtils
       directoryContains(String, String)
   - BoundedReader
       BoundedReader(java.io.Reader, int)
   - IOUtils
       lineIterator(java.io.InputStream, Charset)
       lineIterator(java.io.InputStream, String)
       toByteArray(String)
       toInputStream(CharSequence, String)
       toInputStream(String, String)
       toString(byte[])
       toString(byte[], String)
   Thanks to Gary Gregory.

Changes:
o Add SymbolicLinkFileFilter. Thanks to Gary Gregory.
o Add test to make sure the setter of AndFileFilter works correctly #244.
Thanks to trncate.
o Add XmlStreamReader(Path). Thanks to Gary Gregory.
o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot.
o Bump jmh.version from 1.27 to 1.32 #237. Thanks to Dependabot.
o Bump spotbugs from 4.2.3 to 4.3.0 #249. Thanks to Dependabot.

Historical list of changes:
https://commons.apache.org/proper/commons-io/changes-report.html

For complete information on Apache Commons IO, including instructions on
how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons IO
website:

https://commons.apache.org/proper/commons-io/

Download page: https://commons.apache.org/proper/commons-io/download_io.cgi

Have fun!
Gary Gregory, on behalf of the Apache Commons Team

Fwd: [ANNOUCE] Apache Commons IO 2.11.0

Posted by Gary Gregory <gg...@apache.org>.
The Apache Commons Team is pleased to announce Apache Commons IO 2.11.0.

Commons IO is a package of Java 8 utility classes like java.io.

Changes in this version include:

Fixed Bugs:
o IO-741:  FileUtils.listFiles does not list matching files if File
parameter is a symbolic link. Thanks to Zach Sherman.
o IO-724:  FileUtils#deleteDirectory(File) exception Javadoc
inaccurate update #245. Thanks to liran2000.
o Minor changes #243. Thanks to Arturo Bernal.
o Replace construction of FileInputStream and FileOutputStream objects
with Files NIO APIs. #221. Thanks to Arturo Bernal.
o Fix IndexOutOfBoundsException in IOExceptionList constructors.
Thanks to Gary Gregory.
o Remove IOException from the method signatures that no longer throw
IOException.
   This maintains binary compatibility but not source compatibility.
   - FilenameUtils
       directoryContains(String, String)
   - BoundedReader
       BoundedReader(java.io.Reader, int)
   - IOUtils
       lineIterator(java.io.InputStream, Charset)
       lineIterator(java.io.InputStream, String)
       toByteArray(String)
       toInputStream(CharSequence, String)
       toInputStream(String, String)
       toString(byte[])
       toString(byte[], String)
   Thanks to Gary Gregory.

Changes:
o Add SymbolicLinkFileFilter. Thanks to Gary Gregory.
o Add test to make sure the setter of AndFileFilter works correctly
#244. Thanks to trncate.
o Add XmlStreamReader(Path). Thanks to Gary Gregory.
o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot.
o Bump jmh.version from 1.27 to 1.32 #237. Thanks to Dependabot.
o Bump spotbugs from 4.2.3 to 4.3.0 #249. Thanks to Dependabot.

Historical list of changes:
https://commons.apache.org/proper/commons-io/changes-report.html

For complete information on Apache Commons IO, including instructions
on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons
IO website:

https://commons.apache.org/proper/commons-io/

Download page: https://commons.apache.org/proper/commons-io/download_io.cgi

Have fun!
Gary Gregory, on behalf of the Apache Commons Team