[
https://issues.apache.org/jira/browse/TIKA-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531902#comment-17531902
]
Hudson commented on TIKA-3750:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #541 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/541/])
TIKA-3750 -- add unit test (tallison:
[https://github.com/apache/tika/commit/cfa9a5274a317e3ea34bad5a3cb4dc3e8d709a0a])
* (add) tika-integration-tests/tika-resource-loading-tests/pom.xml
* (add)
tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/MyCustomParser.java
* (add)
tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/CustomParserTest.java
* (add)
tika-integration-tests/tika-resource-loading-tests/src/test/resources/META-INF/services/org.apache.tika.parser.Parser
TIKA-3750 -- add license header to pom.xml (tallison:
[https://github.com/apache/tika/commit/121fe480f097b2ef5635f8a74f699be98db1dc94])
* (edit) tika-integration-tests/tika-resource-loading-tests/pom.xml
> Bug in sorting parsers
> ----------------------
>
> Key: TIKA-3750
> URL: https://issues.apache.org/jira/browse/TIKA-3750
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Priority: Major
>
> Throughout our documentation and unit tests, we declare that parsers with a
> different namespace than org.apache.tika should come first. The problem is
> that the DefaultParser iterates through the list of parsers and overwrites
> parsers based on supported mime types.
> So, if there's a custom parser {{com.acme.parser.PDFParser}} that supports
> {{application/pdf}}, that will be added to the map of parsers in
> DefaultParser first and then overwritten by org.apache.tika's PDFParser.
> We should instead sort non-o.a.t. parsers last, no?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)