You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2021/01/05 22:43:00 UTC

[jira] [Commented] (TIKA-3262) Undo reverse ClassLoader sort in Tika 2.0.0

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

Hudson commented on TIKA-3262:
------------------------------

UNSTABLE: Integrated in Jenkins build Tika ยป tika-main-jdk8 #112 (See [https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/112/])
TIKA-3262 (tallison: [https://github.com/apache/tika/commit/1798e80d12b57cc7706ff89dc8bb2c740ef09064])
* (edit) tika-core/src/test/java/org/apache/tika/utils/ServiceLoaderUtilsTest.java
* (edit) tika-parsers/tika-parsers-classic/tika-parsers-classic-package/src/test/java/org/apache/tika/utils/ServiceLoaderUtilsTest.java
* (edit) tika-parsers/tika-parsers-classic/tika-parsers-classic-package/src/test/java/org/apache/tika/detect/TestDetectorLoading.java
* (edit) tika-core/src/main/java/org/apache/tika/utils/CompareUtils.java


> Undo reverse ClassLoader sort in Tika 2.0.0
> -------------------------------------------
>
>                 Key: TIKA-3262
>                 URL: https://issues.apache.org/jira/browse/TIKA-3262
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Tim Allison
>            Priority: Major
>
> We recently fixed the sort order of loaded classes to be: anything not tika before tika parsers, then in reverse alphabetical order.
> The problem with this is that we need to have TesseractOCRParser sorted after ImageParser so that if Tesseract is installed, TesseractOCRParser will be called on, for example, .png files.
> Our branch_1x sort works because it did this _despite_ the documentation.  So, let's flip the sort to be alphabetical order?  We'll keep non-Tika parsers first...
> Lemme see if there are any other surprises before I commit this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)