spring-framework/spring-core
Сергей Цыпанов 4e896c8125 Use InputStream.readAllBytes() in FileCopyUtils.copyToByteArray()
InputStream.readAllBytes() allows us to avoid the creation of an
intermediate ByteArrayOutputStream and is likely to perform better.

Closes gh-30155
2023-03-21 15:37:26 +01:00
..
src Use InputStream.readAllBytes() in FileCopyUtils.copyToByteArray() 2023-03-21 15:37:26 +01:00
spring-core.gradle Unset reproducibleFileOrder and preserveFileTimestamps Gradle flags 2023-03-07 18:54:19 +01:00