[
https://issues.apache.org/jira/browse/JCR-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated JCR-5207:
--------------------------------
Description:
- it partly depends on GC
- it potentially hides stream/file leaks
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption.html#DELETE_ON_CLOSE
was:
- it partly depends on GC
- it potentially hides stream/file leaks
Potentially recommend to use
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/file/StandardOpenOption.html#DELETE_ON_CLOSE
> Deprecate TransientFileFactory
> ------------------------------
>
> Key: JCR-5207
> URL: https://issues.apache.org/jira/browse/JCR-5207
> Project: Jackrabbit Content Repository
> Issue Type: Task
> Components: jackrabbit-jcr-commons
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
>
> - it partly depends on GC
> - it potentially hides stream/file leaks
> https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption.html#DELETE_ON_CLOSE
--
This message was sent by Atlassian Jira
(v8.20.10#820010)