[
https://issues.apache.org/jira/browse/TIKA-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902668#comment-14902668
]
Hudson commented on TIKA-1734:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #852 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/852/])
TIKA-1734 via Yaniv Kunda -- use java.nio.file.Path in TemporaryResources
(tallison: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1704620)
* /tika/trunk/tika-core/src/main/java/org/apache/tika/io/TemporaryResources.java
*
/tika/trunk/tika-core/src/test/java/org/apache/tika/io/TemporaryResourcesTest.java
> Use java.nio.file.Path in TemporaryResources
> --------------------------------------------
>
> Key: TIKA-1734
> URL: https://issues.apache.org/jira/browse/TIKA-1734
> Project: Tika
> Issue Type: Sub-task
> Components: core
> Reporter: Yaniv Kunda
> Priority: Minor
> Fix For: 1.11
>
> Attachments: TIKA-1734.patch
>
>
> This will provide support for the new api for uses who need it, and provide
> better information in I/O operations, e.g. detailed exception if temporary
> file deletion fails.
> - used Path and methods in java.nio.file.Files internally
> - add setTemporaryFileDirectory(Path) method
> - add createTempFile() method (mimicking Files.createTempFile)
> - add unit test for proper deletion of temp files
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)