|
| 1 | +Apache Commons IO |
| 2 | +Version 2.11.0 |
| 3 | +Release Notes |
| 4 | + |
| 5 | +INTRODUCTION: |
| 6 | + |
| 7 | +Commons IO is a package of Java utility classes like java.io. |
| 8 | +Classes in this package are considered to be so standard and of such high |
| 9 | +reuse as to justify existence in java.io. |
| 10 | + |
| 11 | +The Apache Commons IO library contains utility classes, stream implementations, file filters, |
| 12 | +file comparators, endian transformation classes, and much more. |
| 13 | + |
| 14 | +============================================================================== |
| 15 | +Apache Commons IO Version 2.11.0 |
| 16 | +============================================================================== |
| 17 | +Java 8 required. |
| 18 | + |
| 19 | +Changes in this version include: |
| 20 | + |
| 21 | + |
| 22 | +Fixed Bugs: |
| 23 | +o IO-741: FileUtils.listFiles does not list matching files if File parameter is a symbolic link. Thanks to Zach Sherman. |
| 24 | +o IO-724: FileUtils#deleteDirectory(File) exception Javadoc inaccurate update #245. Thanks to liran2000. |
| 25 | +o Minor changes #243. Thanks to Arturo Bernal. |
| 26 | +o Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #221. Thanks to Arturo Bernal. |
| 27 | +o Fix IndexOutOfBoundsException in IOExceptionList constructors. Thanks to Gary Gregory. |
| 28 | +o Remove IOException from the method signatures that no longer throw IOException. |
| 29 | + This maintains binary compatibility but not source compatibility. |
| 30 | + - FilenameUtils |
| 31 | + directoryContains(String, String) |
| 32 | + - BoundedReader |
| 33 | + BoundedReader(java.io.Reader, int) |
| 34 | + - IOUtils |
| 35 | + lineIterator(java.io.InputStream, Charset) |
| 36 | + lineIterator(java.io.InputStream, String) |
| 37 | + toByteArray(String) |
| 38 | + toInputStream(CharSequence, String) |
| 39 | + toInputStream(String, String) |
| 40 | + toString(byte[]) |
| 41 | + toString(byte[], String) Thanks to Gary Gregory. |
| 42 | + |
| 43 | +Changes: |
| 44 | +o Add SymbolicLinkFileFilter. Thanks to Gary Gregory. |
| 45 | +o Add test to make sure the setter of AndFileFilter works correctly #244. Thanks to trncate. |
| 46 | +o Add XmlStreamReader(Path). Thanks to Gary Gregory. |
| 47 | +o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot. |
| 48 | +o Bump jmh.version from 1.27 to 1.32 #237. Thanks to Dependabot. |
| 49 | +o Bump spotbugs from 4.2.3 to 4.3.0 #249. Thanks to Dependabot. |
| 50 | + |
| 51 | +Compatibility with 2.6: |
| 52 | +Binary compatible: Yes. |
| 53 | +Source compatible: Yes. |
| 54 | +Semantic compatible: Yes. |
| 55 | + |
| 56 | +Commons IO 2.9.0 requires Java 8. |
| 57 | +Commons IO 2.8.0 requires Java 8. |
| 58 | +Commons IO 2.7 requires Java 8. |
| 59 | +Commons IO 2.6 requires Java 7. |
| 60 | +Commons IO 2.5 requires Java 6. |
| 61 | +Commons IO 2.4 requires Java 6. |
| 62 | +Commons IO 2.3 requires Java 6. |
| 63 | +Commons IO 2.2 requires Java 5. |
| 64 | +Commons IO 1.4 requires Java 1.3. |
| 65 | + |
| 66 | +Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html |
| 67 | + |
| 68 | +For complete information on Apache Commons IO, including instructions on how to submit bug reports, |
| 69 | +patches, or suggestions for improvement, see the Apache Apache Commons IO website: |
| 70 | + |
| 71 | +https://commons.apache.org/proper/commons-io/ |
| 72 | + |
| 73 | +Download page: https://commons.apache.org/proper/commons-io/download_io.cgi |
| 74 | + |
| 75 | +Have fun! |
| 76 | +-Apache Commons Team |
| 77 | + |
1 | 78 |
|
2 | 79 | Apache Commons IO |
3 | 80 | Version 2.10.0 |
@@ -62,6 +139,7 @@ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi |
62 | 139 | Have fun! |
63 | 140 | -Apache Commons Team |
64 | 141 |
|
| 142 | + |
65 | 143 | Apache Commons IO |
66 | 144 | Version 2.8.0 |
67 | 145 | Release Notes |
|
0 commit comments