]> git.basschouten.com Git - openhab-addons.git/commit
Migrate to java.nio.file.createTempFile (#15469)
authorHolger Friedrich <holgerfriedrich@users.noreply.github.com>
Sat, 9 Sep 2023 09:10:32 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 09:10:32 +0000 (11:10 +0200)
commit14c3c0cd63c5eda3fb2406b407c24539b1e0ac28
treee008c6f2f7e04d9e97e6d370ffeeac733176e068
parent5e7cbea21f2377c0fc07efd2b455261d1673bf0f
Migrate to java.nio.file.createTempFile (#15469)

Use function from nio package as it uses more restrictive file
permissions.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
bundles/org.openhab.binding.icalendar/src/main/java/org/openhab/binding/icalendar/internal/handler/PullJob.java
bundles/org.openhab.voice.mactts/src/main/java/org/openhab/voice/mactts/internal/MacTTSAudioStream.java
bundles/org.openhab.voice.picotts/src/main/java/org/openhab/voice/picotts/internal/PicoTTSAudioStream.java