[ https://issues.apache.org/jira/browse/TIKA-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17921748#comment-17921748 ]
Hudson commented on TIKA-4372: ------------------------------ SUCCESS: Integrated in Jenkins build Tika » tika-branch_3x-jdk11 #1956 (See [https://ci-builds.apache.org/job/Tika/job/tika-branch_3x-jdk11/1956/]) TIKA-4372: fix org.apache.commons.io osgi metadata (#2107) (tallison: [https://github.com/apache/tika/commit/14e652af6c261f609b9766573a266b838c7408c9]) * (edit) tika-core/pom.xml > Import-Package osgi metadata are missing for commons-io > ------------------------------------------------------- > > Key: TIKA-4372 > URL: https://issues.apache.org/jira/browse/TIKA-4372 > Project: Tika > Issue Type: Bug > Components: core > Affects Versions: 3.0.0 > Reporter: Pleeplop > Priority: Major > Fix For: 4.0.0, 3.1.0 > > > Import-Package osgi metadata are not generated in tika-core jar for > commons-io dependency. > > {code:java} > Caused by: java.lang.ClassNotFoundException: > org.apache.commons.io.input.TaggedInputStream cannot be found by > org.apache.tika.core_3.0.0 > {code} > > It seems related to a one year old typo > [https://github.com/apache/tika/commit/caf312593273c92bf02692ce42cd260183785685#diff-577d566485ea0655d0f9b8218f6a813e44a525d1a5d5e94548ccc1e292699e65R153] > > -- This message was sent by Atlassian Jira (v8.20.10#820010)