You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/05 19:04:29 UTC

[GitHub] [netbeans] pepness opened a new pull request #1745: [NETBEANS-3551] - Upgrade Apache Commons-IO from 1.4 to 2.6

pepness opened a new pull request #1745: [NETBEANS-3551] - Upgrade Apache Commons-IO from 1.4 to 2.6
URL: https://github.com/apache/netbeans/pull/1745
 
 
   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`.
   
   [Apache Commons-IO Web Page](https://commons.apache.org/proper/commons-io/)
   [Apache Commons-IO Release Notes](https://commons.apache.org/proper/commons-io/upgradeto2_6.html)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists