[
https://issues.apache.org/jira/browse/SLING-12486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-12486.
--------------------------------------
Resolution: Fixed
https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/commit/05ef7da528fa9161686d62625822871f40ff5e52
> Use Files.createTempDirectory
> -----------------------------
>
> Key: SLING-12486
> URL: https://issues.apache.org/jira/browse/SLING-12486
> Project: Sling
> Issue Type: Improvement
> Components: Feature Model
> Affects Versions: Feature Model API Regions Extension 2.0.0
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: Feature Model API Regions Extension 2.0.2
>
>
> The temp directories are created using old api (by creating a temp file
> first, deleting it and then creating a dir at the same place). This can be
> simplified by using Files.createTempDirectory instead
--
This message was sent by Atlassian Jira
(v8.20.10#820010)