[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

FAILURE: Integrated in Jenkins build Tika-trunk #1445 (See 
[https://builds.apache.org/job/Tika-trunk/1445/])
 TIKA-2598 -- add enforcerplugin to fail on dependency convergence (tallison: 
[https://github.com/apache/tika/commit/29bd6103ea4fce9abd27abe07a35c69ab2c81e60])
* (edit) tika-parsers/pom.xml
* (edit) tika-parent/pom.xml
* (edit) tika-serialization/pom.xml
* (edit) tika-langdetect/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

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

Tim Allison edited comment on TIKA-2598 at 3/6/18 6:49 PM:
---

Aside from adding the plugin so that we are alerted to convergence problems, is 
this the recommended fix?

{noformat}

  com.healthmarketscience.jackcess
  jackcess-encrypt
  2.1.4
  

  com.healthmarketscience.jackcess
  jackcess

  

{noformat}


was (Author: talli...@mitre.org):
Aside from adding the plugin so that we avoid convergence problems, what is the 
recommended fix for this?

{noformat}

  com.healthmarketscience.jackcess
  jackcess-encrypt
  2.1.4
  

  com.healthmarketscience.jackcess
  jackcess

  

{noformat}

> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison resolved TIKA-2598.
---
   Resolution: Fixed
Fix Version/s: 1.18
   2.0

Thank you, [~gsmet], for opening this and for pointing out the enforcerplugin.  
There are a few projects upstream that will also benefit from this. :)

> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

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

Tim Allison commented on TIKA-2598:
---

Aside from adding the plugin so that we avoid convergence problems, what is the 
recommended fix for this?

{noformat}

  com.healthmarketscience.jackcess
  jackcess-encrypt
  2.1.4
  

  com.healthmarketscience.jackcess
  jackcess

  

{noformat}

> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

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

Tim Allison commented on TIKA-2598:
---

This plugin turns up a bunch of others:

Dependency convergence error for org.hamcrest:hamcrest-core:1.3 paths to 
dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-junit:junit:4.12
+-org.hamcrest:hamcrest-core:1.3
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.mockito:mockito-core:1.7
+-org.hamcrest:hamcrest-core:1.1

[WARNING] 
Dependency convergence error for com.google.guava:guava:17.0 paths to 
dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-edu.ucar:cdm:4.5.5
+-com.google.guava:guava:17.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.cleartk:cleartk-util:2.0.0
  +-com.google.guava:guava:17.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-com.google.guava:guava:10.0

[WARNING] 
Dependency convergence error for org.apache.opennlp:opennlp-tools:1.8.3 paths 
to dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.opennlp:opennlp-tools:1.8.3
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.opennlp:opennlp-tools:1.5.3

[WARNING] 
Dependency convergence error for org.apache.uima:uimaj-tools:2.6.0 paths to 
dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.ctakes:ctakes-utils:3.2.2
  +-org.apache.uima:uimaj-tools:2.6.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.uima:uimaj-examples:2.4.0
  +-org.apache.uima:uimaj-tools:2.4.0

[WARNING] 
Dependency convergence error for org.apache.httpcomponents:httpcore:4.2.5 paths 
to dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-edu.ucar:cdm:4.5.5
+-org.apache.httpcomponents:httpcore:4.2.5
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-edu.ucar:httpservices:4.5.5
+-org.apache.httpcomponents:httpcore:4.2.5
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.httpcomponents:httpclient:4.5.4
+-org.apache.httpcomponents:httpcore:4.4.7

[WARNING] 
Dependency convergence error for org.jdom:jdom2:2.0.4 paths to dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-edu.ucar:grib:4.5.5
+-org.jdom:jdom2:2.0.4
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-edu.ucar:cdm:4.5.5
+-org.jdom:jdom2:2.0.4
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.jdom:jdom2:2.0.3

[WARNING] 
Dependency convergence error for org.apache.tika:tika-core:2.0.0-SNAPSHOT paths 
to dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.tika:tika-core:2.0.0-SNAPSHOT
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.tika:tika-core:2.0.0-SNAPSHOT
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.gagravarr:vorbis-java-tika:0.8
+-org.apache.tika:tika-core:1.12

[WARNING] 
Dependency convergence error for com.github.jai-imageio:jai-imageio-core:1.3.1 
paths to dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-com.github.jai-imageio:jai-imageio-core:1.3.1
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-com.github.jai-imageio:jai-imageio-jpeg2000:1.3.0
+-com.github.jai-imageio:jai-imageio-core:1.3.0

[WARNING] 
Dependency convergence error for org.apache.uima:uimaj-core:2.4.0 paths to 
dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.ctakes:ctakes-type-system:3.2.2
  +-org.apache.uima:uimaj-core:2.4.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.ctakes:ctakes-utils:3.2.2
  +-org.apache.uima:uimaj-core:2.4.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.ctakes:ctakes-utils:3.2.2
  +-org.apache.uima:uimaj-tools:2.6.0
+-org.apache.uima:uimaj-core:2.6.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.cleartk:cleartk-util:2.0.0
  +-org.apache.uima:uimaj-core:2.5.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.uima:uimaj-examples:2.4.0
  +-org.apache.uima:uimaj-core:2.4.0
and
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
+-org.apache.uima:uimaj-examples:2.4.0
  +-org.apache.uima:uimaj-document-annotation:2.4.0
+-org.apache.uima:uimaj-core:2.4.0

[WARNING] 
Dependency convergence error for org.apache.uima:uimafit-core:2.1.0 paths to 
dependency are:
+-org.apache.tika:tika-parsers:2.0.0-SNAPSHOT
  +-org.apache.ctakes:ctakes-core:3.2.2
   

[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

FAILURE: Integrated in Jenkins build tika-2.x-windows #208 (See 
[https://builds.apache.org/job/tika-2.x-windows/208/])
 TIKA-2598 -- add enforcerplugin to fail on dependency convergence (tallison: 
rev 29bd6103ea4fce9abd27abe07a35c69ab2c81e60)
* (edit) tika-langdetect/pom.xml
* (edit) tika-parent/pom.xml
* (edit) tika-parsers/pom.xml
* (edit) tika-serialization/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2576) Add application/zstd detection and parser

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2576:
--

FAILURE: Integrated in Jenkins build tika-2.x-windows #208 (See 
[https://builds.apache.org/job/tika-2.x-windows/208/])
TIKA-2576 -- Upgrade commons compress and add detection and parsing of 
(tallison: rev 3701f2d340ee56af10aa1b6cc44375d71b50bb52)
* (edit) tika-parsers/src/test/java/org/apache/tika/mime/TestMimeTypes.java
* (edit) tika-parsers/pom.xml
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* (edit) tika-parent/pom.xml
* (edit) 
tika-parsers/src/main/java/org/apache/tika/parser/pkg/CompressorParser.java
* (edit) 
tika-parsers/src/test/java/org/apache/tika/parser/pkg/CompressorParserTest.java
* (edit) CHANGES.txt
* (add) tika-parsers/src/test/resources/test-documents/testZSTD.zstd


> Add application/zstd detection and parser
> -
>
> Key: TIKA-2576
> URL: https://issues.apache.org/jira/browse/TIKA-2576
> Project: Tika
>  Issue Type: Improvement
>  Components: detector, parser
>Reporter: Andreas Meier
>Priority: Minor
> Attachments: huffman-compressed-larger, 
> huffmann-compressed-larger-result.txt
>
>
> The IETF is currently checking the specification of Zstandard compression and 
> the application/zstd Media Type: 
> [https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html|https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html]
> As soon as the MediaType application/zstd is set as standard the Media Type 
> shall be implemented.
> Possible mime-detection for tika-mimetypes.xml (second comment has to be 
> changed when the standard is final):
> {code:xml}
>   
> <_comment>https://en.wikipedia.org/wiki/Zstandard
> 
> <_comment>https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
> 
>   
> 
> 
>   
> {code}
> commons-compress version 1.16 and later provide a compressor and decompressor 
> for the algorithm, based on com.github.luben zstd-jni 
> [https://github.com/luben/zstd-jni|https://github.com/luben/zstd-jni]
> Attached sampe zstd file (huffman-compressed-larger) and the result after 
> decompressing it.
> Decompression was done with commons-compress 1.16.1 and zstd-jni 1.3.3-3
> {code:xml}
> 
>   org.apache.commons
>   commons-compress
>   1.16.1
> 
> 
>   com.github.luben
>   zstd-jni
>   1.3.3-3
> 
> {code}
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2576) Add application/zstd detection and parser

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2576:
--

FAILURE: Integrated in Jenkins build Tika-trunk #1446 (See 
[https://builds.apache.org/job/Tika-trunk/1446/])
TIKA-2576 -- Upgrade commons compress and add detection and parsing of 
(tallison: 
[https://github.com/apache/tika/commit/3701f2d340ee56af10aa1b6cc44375d71b50bb52])
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* (add) tika-parsers/src/test/resources/test-documents/testZSTD.zstd
* (edit) 
tika-parsers/src/test/java/org/apache/tika/parser/pkg/CompressorParserTest.java
* (edit) 
tika-parsers/src/main/java/org/apache/tika/parser/pkg/CompressorParser.java
* (edit) tika-parsers/src/test/java/org/apache/tika/mime/TestMimeTypes.java
* (edit) tika-parent/pom.xml
* (edit) tika-parsers/pom.xml
* (edit) CHANGES.txt


> Add application/zstd detection and parser
> -
>
> Key: TIKA-2576
> URL: https://issues.apache.org/jira/browse/TIKA-2576
> Project: Tika
>  Issue Type: Improvement
>  Components: detector, parser
>Reporter: Andreas Meier
>Priority: Minor
> Attachments: huffman-compressed-larger, 
> huffmann-compressed-larger-result.txt
>
>
> The IETF is currently checking the specification of Zstandard compression and 
> the application/zstd Media Type: 
> [https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html|https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html]
> As soon as the MediaType application/zstd is set as standard the Media Type 
> shall be implemented.
> Possible mime-detection for tika-mimetypes.xml (second comment has to be 
> changed when the standard is final):
> {code:xml}
>   
> <_comment>https://en.wikipedia.org/wiki/Zstandard
> 
> <_comment>https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
> 
>   
> 
> 
>   
> {code}
> commons-compress version 1.16 and later provide a compressor and decompressor 
> for the algorithm, based on com.github.luben zstd-jni 
> [https://github.com/luben/zstd-jni|https://github.com/luben/zstd-jni]
> Attached sampe zstd file (huffman-compressed-larger) and the result after 
> decompressing it.
> Decompression was done with commons-compress 1.16.1 and zstd-jni 1.3.3-3
> {code:xml}
> 
>   org.apache.commons
>   commons-compress
>   1.16.1
> 
> 
>   com.github.luben
>   zstd-jni
>   1.3.3-3
> 
> {code}
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TIKA-2576) Add application/zstd detection and parser

2018-03-06 Thread Tim Allison (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison resolved TIKA-2576.
---
   Resolution: Fixed
Fix Version/s: 2.0.0
   1.18

Thank you, [~AndreasMeier]!

> Add application/zstd detection and parser
> -
>
> Key: TIKA-2576
> URL: https://issues.apache.org/jira/browse/TIKA-2576
> Project: Tika
>  Issue Type: Improvement
>  Components: detector, parser
>Reporter: Andreas Meier
>Priority: Minor
> Fix For: 1.18, 2.0.0
>
> Attachments: huffman-compressed-larger, 
> huffmann-compressed-larger-result.txt
>
>
> The IETF is currently checking the specification of Zstandard compression and 
> the application/zstd Media Type: 
> [https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html|https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html]
> As soon as the MediaType application/zstd is set as standard the Media Type 
> shall be implemented.
> Possible mime-detection for tika-mimetypes.xml (second comment has to be 
> changed when the standard is final):
> {code:xml}
>   
> <_comment>https://en.wikipedia.org/wiki/Zstandard
> 
> <_comment>https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
> 
>   
> 
> 
>   
> {code}
> commons-compress version 1.16 and later provide a compressor and decompressor 
> for the algorithm, based on com.github.luben zstd-jni 
> [https://github.com/luben/zstd-jni|https://github.com/luben/zstd-jni]
> Attached sampe zstd file (huffman-compressed-larger) and the result after 
> decompressing it.
> Decompression was done with commons-compress 1.16.1 and zstd-jni 1.3.3-3
> {code:xml}
> 
>   org.apache.commons
>   commons-compress
>   1.16.1
> 
> 
>   com.github.luben
>   zstd-jni
>   1.3.3-3
> 
> {code}
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


tika-2.x-windows - Build # 208 - Failure

2018-03-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built tika-2.x-windows (build #208)

Status: Failure

Check console output at https://builds.apache.org/job/tika-2.x-windows/208/ to 
view the results.

[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

FAILURE: Integrated in Jenkins build tika-branch-1x #2 (See 
[https://builds.apache.org/job/tika-branch-1x/2/])
 TIKA-2598 -- add enforcerplugin to fail on dependency convergence (tallison: 
[https://github.com/apache/tika/commit/2e482458d934b1e7105602c3c4de95a8f81a5808])
* (edit) tika-serialization/pom.xml
* (edit) tika-parent/pom.xml
* (edit) tika-langdetect/pom.xml
* (edit) tika-parsers/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

UNSTABLE: Integrated in Jenkins build tika-branch-1x #3 (See 
[https://builds.apache.org/job/tika-branch-1x/3/])
TIKA-2598 -- unbreak the build (sorry!), fix problems after tika-app (tallison: 
[https://github.com/apache/tika/commit/cf0348d7fee819296628281e50cec117d5a74471])
* (edit) tika-bundle/pom.xml
* (edit) tika-translate/pom.xml
* (edit) tika-nlp/pom.xml
* (edit) tika-example/pom.xml
* (edit) tika-batch/pom.xml
* (edit) tika-dl/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TIKA-2599) Hyperlink surrounded by Italics not closed Properly

2018-03-06 Thread Ronan O'Sullivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ronan O'Sullivan updated TIKA-2599:
---
Attachment: testWord_italicsSurroundingHyperlink.doc

> Hyperlink surrounded by Italics not closed Properly
> ---
>
> Key: TIKA-2599
> URL: https://issues.apache.org/jira/browse/TIKA-2599
> Project: Tika
>  Issue Type: Bug
>  Components: parser
>Affects Versions: 1.14, 1.15, 1.16, 1.17
> Environment: Any
>Reporter: Ronan O'Sullivan
>Priority: Minor
> Attachments: testWord_italicsSurroundingHyperlink.doc
>
>
> If a Word document contains a hyperlink surrounded by italicized text, the 
> resulting xhtml is:
>  
> Italic Test before link  href="http://www.google.com"/>hyperlink italics 
> Italic text after hyperlink
>  
> The opening italics tag is not closed which is not valid XHTML.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TIKA-2599) Hyperlink surrounded by Italics not closed Properly

2018-03-06 Thread Ronan O'Sullivan (JIRA)
Ronan O'Sullivan created TIKA-2599:
--

 Summary: Hyperlink surrounded by Italics not closed Properly
 Key: TIKA-2599
 URL: https://issues.apache.org/jira/browse/TIKA-2599
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.17, 1.16, 1.15, 1.14
 Environment: Any
Reporter: Ronan O'Sullivan
 Attachments: testWord_italicsSurroundingHyperlink.doc

If a Word document contains a hyperlink surrounded by italicized text, the 
resulting xhtml is:

 

Italic Test before link http://www.google.com"/>hyperlink italics 
Italic text after hyperlink

 

The opening italics tag is not closed which is not valid XHTML.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

UNSTABLE: Integrated in Jenkins build Tika-trunk #1447 (See 
[https://builds.apache.org/job/Tika-trunk/1447/])
TIKA-2598 -- unbreak the build (sorry!), fix problems after tika-app (tallison: 
[https://github.com/apache/tika/commit/a7bbbc5b0f102d52f344fccea9b2353b1a108950])
* (edit) tika-example/pom.xml
* (edit) tika-nlp/pom.xml
* (edit) tika-translate/pom.xml
* (edit) tika-dl/pom.xml
* (edit) tika-bundle/pom.xml
* (edit) tika-batch/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TIKA-2599) Hyperlink surrounded by Italics not closed Properly

2018-03-06 Thread Ronan O'Sullivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ronan O'Sullivan updated TIKA-2599:
---
Attachment: diff-TIKA-2599.txt

> Hyperlink surrounded by Italics not closed Properly
> ---
>
> Key: TIKA-2599
> URL: https://issues.apache.org/jira/browse/TIKA-2599
> Project: Tika
>  Issue Type: Bug
>  Components: parser
>Affects Versions: 1.14, 1.15, 1.16, 1.17
> Environment: Any
>Reporter: Ronan O'Sullivan
>Priority: Minor
> Attachments: diff-TIKA-2599.txt, 
> testWord_italicsSurroundingHyperlink.doc
>
>
> If a Word document contains a hyperlink surrounded by italicized text, the 
> resulting xhtml is:
>  
> Italic Test before link  href="http://www.google.com"/>hyperlink italics 
> Italic text after hyperlink
>  
> The opening italics tag is not closed which is not valid XHTML.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2599) Hyperlink surrounded by Italics not closed Properly

2018-03-06 Thread Ronan O'Sullivan (JIRA)

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

Ronan O'Sullivan commented on TIKA-2599:


Attaching diff of fix to JIRA. Cannot create review board as git diff is not 
submitting to reviewboard..

> Hyperlink surrounded by Italics not closed Properly
> ---
>
> Key: TIKA-2599
> URL: https://issues.apache.org/jira/browse/TIKA-2599
> Project: Tika
>  Issue Type: Bug
>  Components: parser
>Affects Versions: 1.14, 1.15, 1.16, 1.17
> Environment: Any
>Reporter: Ronan O'Sullivan
>Priority: Minor
> Attachments: diff-TIKA-2599.txt, 
> testWord_italicsSurroundingHyperlink.doc
>
>
> If a Word document contains a hyperlink surrounded by italicized text, the 
> resulting xhtml is:
>  
> Italic Test before link  href="http://www.google.com"/>hyperlink italics 
> Italic text after hyperlink
>  
> The opening italics tag is not closed which is not valid XHTML.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2598:
--

FAILURE: Integrated in Jenkins build tika-2.x-windows #209 (See 
[https://builds.apache.org/job/tika-2.x-windows/209/])
TIKA-2598 -- unbreak the build (sorry!), fix problems after tika-app (tallison: 
rev a7bbbc5b0f102d52f344fccea9b2353b1a108950)
* (edit) tika-dl/pom.xml
* (edit) tika-translate/pom.xml
* (edit) tika-nlp/pom.xml
* (edit) tika-batch/pom.xml
* (edit) tika-bundle/pom.xml
* (edit) tika-example/pom.xml


> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
> Fix For: 2.0, 1.18
>
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


tika-2.x-windows - Build # 209 - Still Failing

2018-03-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built tika-2.x-windows (build #209)

Status: Still Failing

Check console output at https://builds.apache.org/job/tika-2.x-windows/209/ to 
view the results.

[jira] [Commented] (TIKA-2576) Add application/zstd detection and parser

2018-03-06 Thread Hudson (JIRA)

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

Hudson commented on TIKA-2576:
--

UNSTABLE: Integrated in Jenkins build tika-branch-1x #3 (See 
[https://builds.apache.org/job/tika-branch-1x/3/])
TIKA-2576 -- Upgrade commons compress and add detection and parsing of 
(tallison: 
[https://github.com/apache/tika/commit/be6e95d45bdfc40f35e93b26e45533d0a78ebd48])
* (edit) 
tika-parsers/src/test/java/org/apache/tika/parser/pkg/CompressorParserTest.java
* (edit) CHANGES.txt
* (edit) tika-parsers/pom.xml
* (edit) 
tika-parsers/src/main/java/org/apache/tika/parser/pkg/CompressorParser.java
* (add) tika-parsers/src/test/resources/test-documents/testZSTD.zstd
* (edit) tika-parsers/src/test/java/org/apache/tika/mime/TestMimeTypes.java
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* (edit) tika-parent/pom.xml


> Add application/zstd detection and parser
> -
>
> Key: TIKA-2576
> URL: https://issues.apache.org/jira/browse/TIKA-2576
> Project: Tika
>  Issue Type: Improvement
>  Components: detector, parser
>Reporter: Andreas Meier
>Priority: Minor
> Fix For: 1.18, 2.0.0
>
> Attachments: huffman-compressed-larger, 
> huffmann-compressed-larger-result.txt
>
>
> The IETF is currently checking the specification of Zstandard compression and 
> the application/zstd Media Type: 
> [https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html|https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html]
> As soon as the MediaType application/zstd is set as standard the Media Type 
> shall be implemented.
> Possible mime-detection for tika-mimetypes.xml (second comment has to be 
> changed when the standard is final):
> {code:xml}
>   
> <_comment>https://en.wikipedia.org/wiki/Zstandard
> 
> <_comment>https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
> 
>   
> 
> 
>   
> {code}
> commons-compress version 1.16 and later provide a compressor and decompressor 
> for the algorithm, based on com.github.luben zstd-jni 
> [https://github.com/luben/zstd-jni|https://github.com/luben/zstd-jni]
> Attached sampe zstd file (huffman-compressed-larger) and the result after 
> decompressing it.
> Decompression was done with commons-compress 1.16.1 and zstd-jni 1.3.3-3
> {code:xml}
> 
>   org.apache.commons
>   commons-compress
>   1.16.1
> 
> 
>   com.github.luben
>   zstd-jni
>   1.3.3-3
> 
> {code}
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TIKA-2576) Add application/zstd detection and parser

2018-03-06 Thread Andreas Meier (JIRA)

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

Andreas Meier commented on TIKA-2576:
-

I'm glad I could help.

> Add application/zstd detection and parser
> -
>
> Key: TIKA-2576
> URL: https://issues.apache.org/jira/browse/TIKA-2576
> Project: Tika
>  Issue Type: Improvement
>  Components: detector, parser
>Reporter: Andreas Meier
>Priority: Minor
> Fix For: 1.18, 2.0.0
>
> Attachments: huffman-compressed-larger, 
> huffmann-compressed-larger-result.txt
>
>
> The IETF is currently checking the specification of Zstandard compression and 
> the application/zstd Media Type: 
> [https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html|https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html]
> As soon as the MediaType application/zstd is set as standard the Media Type 
> shall be implemented.
> Possible mime-detection for tika-mimetypes.xml (second comment has to be 
> changed when the standard is final):
> {code:xml}
>   
> <_comment>https://en.wikipedia.org/wiki/Zstandard
> 
> <_comment>https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
> 
>   
> 
> 
>   
> {code}
> commons-compress version 1.16 and later provide a compressor and decompressor 
> for the algorithm, based on com.github.luben zstd-jni 
> [https://github.com/luben/zstd-jni|https://github.com/luben/zstd-jni]
> Attached sampe zstd file (huffman-compressed-larger) and the result after 
> decompressing it.
> Decompression was done with commons-compress 1.16.1 and zstd-jni 1.3.3-3
> {code:xml}
> 
>   org.apache.commons
>   commons-compress
>   1.16.1
> 
> 
>   com.github.luben
>   zstd-jni
>   1.3.3-3
> 
> {code}
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison updated TIKA-2598:
--
Priority: Blocker  (was: Major)

> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Priority: Blocker
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (TIKA-2598) Fix dependency convergence

2018-03-06 Thread Tim Allison (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison reassigned TIKA-2598:
-

Assignee: Tim Allison

> Fix dependency convergence
> --
>
> Key: TIKA-2598
> URL: https://issues.apache.org/jira/browse/TIKA-2598
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.17
>Reporter: Guillaume Smet
>Assignee: Tim Allison
>Priority: Blocker
>
> Hi,
> We tried to upgrade Tika to 1.17 in Hibernate Search and we had some 
> dependency convergence issues:
> {code}
> Dependency convergence error for 
> com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>     +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess:2.1.8
> and
> +-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
>      +-org.apache.tika:tika-parsers:1.17
>          +-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
>              +-com.healthmarketscience.jackcess:jackcess:2.1.0
> {code}
> We could fix them downstream in Hibernate Search but I thought it would be 
> better if Tika could ensure the convergence of its dependencies using the 
> Maven enforcer plugin so that all the downstream projects can benefit from it.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)