jclouds/core
Andrew Gaul 1f08b692cd JCLOUDS-473: Close FileInputStream in Wire.copy
FileBackedOutputStream.asByteSource.getInput returns a FileInputStream
which we do not close.  We later call FileBackedOutputStream.reset
which removes the underlying File.  This fails on Windows which does
not support deleting an open file and leaks resources on other
platforms.  Eagerly close to address this issue.
2014-02-18 16:42:40 -08:00
..
src JCLOUDS-473: Close FileInputStream in Wire.copy 2014-02-18 16:42:40 -08:00
pom.xml JCLOUDS-427: Upgrading Guava 16.0 -> 16.0.1 2014-02-10 10:01:01 -05:00