You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2021/11/16 15:36:00 UTC

[jira] [Comment Edited] (TIKA-3591) The Import-Package of commons.io is wrong in MANIFEST.MF

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

Tim Allison edited comment on TIKA-3591 at 11/16/21, 3:35 PM:
--------------------------------------------------------------

It looks like commons-io-2.11.0.jar is bundled inside tika-bundle-standard-2.1.0.jar.  So, the manifest is forcing the import of 1.4?

Can you share a bit more about how you're importing Tika...share a minimal project?


was (Author: tallison@mitre.org):
It looks like commons-io-2.11.0.jar is bundled inside tika-bundle-standard-2.1.0.jar.  So, the manifest is forcing the import of 1.4?

> The Import-Package of commons.io is wrong in MANIFEST.MF
> --------------------------------------------------------
>
>                 Key: TIKA-3591
>                 URL: https://issues.apache.org/jira/browse/TIKA-3591
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Per Kristian Söreide
>            Priority: Major
>
> The tika-bundle-standard bundle get version 1.4 of commons.io which leads to NoSuchMethodException in some Parsers/Detectors since they require later versions of commons.io.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)