[
https://issues.apache.org/jira/browse/TIKA-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14937030#comment-14937030
]
Hudson commented on TIKA-1744:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #857 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/857/])
TIKA-1744 via Yaniv Kunda -- upgrade TikaInputStream to use Path. Thank you,
Yaniv. (tallison:
[http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1706056])
* trunk/tika-core/src/main/java/org/apache/tika/io/TikaInputStream.java
* trunk/tika-core/src/test/java/org/apache/tika/io/TikaInputStreamTest.java
> Use java.nio.file.Path in TikaInputStream
> -----------------------------------------
>
> Key: TIKA-1744
> URL: https://issues.apache.org/jira/browse/TIKA-1744
> Project: Tika
> Issue Type: Sub-task
> Components: core
> Reporter: Yaniv Kunda
> Assignee: Tim Allison
> Priority: Minor
> Labels: java7
> Fix For: 1.11
>
> Attachments: TIKA-1744.patch
>
>
> This will provide support for the new api for users who need it, and provide
> better information in I/O operations, e.g. detailed exception if file cannot
> be read.
> - used Path and methods in java.nio.file.Files internally
> - add getPath() method as the counterpart to getFile()
> - modified test to use
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)