·
13 commits
to master
since this release
- Removed OSGI bundling
- Added new class
TempSharedFileBackedStreamincom.helger.phase2.util.http— a properCloseableholder around aSharedFileInputStreamon a temporary file. Use with try-with-resources for deterministic cleanup. Callers obtain stream views viaopenStream()that they may freely close without affecting the underlying file. - Deprecated class
TempSharedFileInputStreamfor removal. Itsfinalize()method was removed (the deprecated finalization mechanism is no longer used as a safety net);File.deleteOnExit()is registered in its place for legacy callers. IMessageAPI change: renamedgetTempSharedFileInputStream()/setTempSharedFileInputStream()togetTempBackedStream()/setTempBackedStream(), returning the newTempSharedFileBackedStream.
Full Changelog: phase2-parent-pom-6.1.3...phase2-parent-pom-6.2.0