Tim Allison created TIKA-3262:
---------------------------------

             Summary: 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


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)

Reply via email to