Skip to content

v6.2.0

Latest

Choose a tag to compare

@phax phax released this 01 May 22:10
· 13 commits to master since this release
  • Removed OSGI bundling
  • Added new class TempSharedFileBackedStream in com.helger.phase2.util.http — a proper Closeable holder around a SharedFileInputStream on a temporary file. Use with try-with-resources for deterministic cleanup. Callers obtain stream views via openStream() that they may freely close without affecting the underlying file.
  • Deprecated class TempSharedFileInputStream for removal. Its finalize() 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.
  • IMessage API change: renamed getTempSharedFileInputStream() / setTempSharedFileInputStream() to getTempBackedStream() / setTempBackedStream(), returning the new TempSharedFileBackedStream.

Full Changelog: phase2-parent-pom-6.1.3...phase2-parent-pom-6.2.0