[ 
https://issues.apache.org/jira/browse/TIKA-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086123#comment-14086123
 ] 

Tim Allison commented on TIKA-1275:
-----------------------------------

I just tested on trunk, and all tests pass once we add the tukaani dependency 
(made optional in compress 1.8.1) to our tika-parsers' pom.xml:

<dependency> 
    <groupId>org.tukaani</groupId> 
    <artifactId>xz</artifactId> 
    <version>1.5</version> <!-- sync with commons-compress -->
</dependency>

There's still time to make it into 1.6, I think.  I don't know enough about 
compress and the package parsers in Tika to make the change.  [~gagravarr], 
what do you think?

> Upgrade Commons compress to 1.8.1
> ---------------------------------
>
>                 Key: TIKA-1275
>                 URL: https://issues.apache.org/jira/browse/TIKA-1275
>             Project: Tika
>          Issue Type: Bug
>          Components: general
>            Reporter: Fabian Lange
>
> Hi,
> I am using Tika to detect content also from archives. But because the raw 
> input stream is a CipherInputStream I ran into 
> https://issues.apache.org/jira/browse/COMPRESS-277
> which compress kindly solved for me.
> To be able to use Tika without patching my stack, I would like to see an 
> upgrade of commons compress to 1.8.1 as soon as it is out.
> This may, or may not be in 1.6 timeframe.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to