Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Next, 11.2
Description
Notes:
- Requires JDK 1.7 or later
- Compatibility with Java 9 module system
- Many fixed bugs
- Improved performance
- Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets
- All closeQuietly overloads in org.apache.commons.io.IOUtils have been deprecated. Use the try-with-resources statement or handle suppressed exceptions manually.
- The class org.apache.commons.io.FileSystemUtils has been deprecated. Use equivalent methods in java.nio.file.FileStore instead.
Attachments
Issue Links
- links to