mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Provide accurate InputStream.available() results by using the size attribute of the ZipEntry. This helps improve performance with CGLib and also fixes issues where libraries expect that a non-zero result from available() indicates that read() will not return -1.