mbien opened a new pull request, #9278:
URL: https://github.com/apache/netbeans/pull/9278

   waited with this until most of the codebase migrated to JDK 17+, so that we 
don't have to do it multiple times.
   
   motivation:
   
    - JDK's `InputStream` implementation of `transferTo()` is somewhat similar 
to `FileUtil.copy()` (the buffer is a little bit smaller)
    - subclasses like `BufferedInputStream`, `FileInputStream` and others have 
specialized implementations
   
   changes:
   
    - deprecated `FileUtil.copy()` and replaced usage with `transferTo()`
    - bumped enterprise/web.jsf.navigation, enterprise/web.jsf, 
enterprise/websvc.utilities and groovy/groovy.samples to release 17
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to