The GitHub Actions job "Java CI" on commons-io.git/master has succeeded.
Run started by GitHub user garydgregory (triggered by garydgregory).

Head commit for run:
25114c8c5b658fad570ac728765f410f0afd21ae / Gary Gregory 
<[email protected]>
DeferredFileOutputStream now clears and deletes its temporary storage by (#858)

default.

To get the old behavior back, call
org.apache.commons.io.output.DeferredFileOutputStream.Builder.setDeleteTempFileOnClose(false)

- Add DeferredFileOutputStream.Builder.setDeleteTempFileOnClose(boolean)
- Add PathUtils.clear[IfExists](Path)
- Add PathUtils.deleteIfExists(Path)
- Update generic type of RandomAccessFileMode.accept(Path, IOConsumer)
from IOConsumer<RandomAccessFile> to IOConsumer<IORandomAccessFile>
- Harden tests for NPEs on failures, happy path unchanged.

Report URL: https://github.com/apache/commons-io/actions/runs/27422945009

With regards,
GitHub Actions via GitBox

Reply via email to