Use Reader.transferTo in FileCopyUtils by kilink · Pull Request #36196 · spring-projects/spring-framework
Navigation Menu
{{ message }}
spring-projects / spring-framework Public
- Notifications You must be signed in to change notification settings
- Fork 38.9k
Closed
kilink wants to merge 1 commit intospring-projects:mainfrom
Closed
Use Reader.transferTo in FileCopyUtils#36196
kilink wants to merge 1 commit intospring-projects:mainfrom
Use Reader.transferTo in FileCopyUtils#36196
kilink wants to merge 1 commit intospring-projects:mainfrom
Conversation
Copy link
Contributor
kilink
commented
Jan 23, 2026
kilink
commented
Use the transferTo method in FileCopyUtils#copy(Reader, Writer); Reader subclasses may have optimized implementations of transferTo.
Use the transferTo method in FileCopyUtils#copy(Reader, Writer). Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
spring-projects-issues
added
the
status: waiting-for-triage
label
Jan 23, 2026and removed status: waiting-for-triage
An issue we've not yet triaged or decided onlabels
Jan 23, 2026
bclozel
added this to the
7.0.4 milestone
bclozel
self-assigned this
bclozel
closed this
in
96fb5d7
Copy link
Member
bclozel
commented
Jan 27, 2026
bclozel commented
Jan 27, 2026Thanks @kilink !
jhoeller
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment