[
https://issues.jboss.org/browse/FURNACE-60?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FURNACE-60.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
{{OperatingSystemUtils}} is a class that was introduced before JDK7. Now that JDK7 is the
minimum supported version, you should use
{{java.nio.file.Files.createTempDirectory(String, FileAttribute<?>...)}} instead
OperatingSystemUtils.createTempDir(String) with the string added to
the dir name
---------------------------------------------------------------------------------
Key: FURNACE-60
URL:
https://issues.jboss.org/browse/FURNACE-60
Project: Forge: Furnace
Issue Type: Feature Request
Components: Runtime
Affects Versions: 2.20.0.Final
Reporter: Ondrej Zizka
It would be nice if OperatingSystemUtils.createTempDir() could take a String which would
be included in the directory name, to make it easier for the developer not to loose in
numerous temp dirs.
So instead of
1437743441913-0
1437743441959-0
1437743441987-0
one would have
1437743441913-0-windup
1437743441959-0-rulesets
1437743441987-0-unzipTmp
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)