[
https://issues.apache.org/jira/browse/TIKA-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485418#comment-17485418
]
Jing Yang commented on TIKA-3667:
---------------------------------
Tim, thanks for the response, as much larger Java program we deal with, we use
TIKA for 1. the mime type detector, 2. text context and metadata extractions
via Parser.parse() 3. Language detection, all through API calls. when we use
tika-1.24.1, we just put the tika-app-1.24.1.jar as the dependency in maven, it
had done all we wanted. This time, because of the log4jShell, we switched to
tika 2.2.1 and still use the Tika-app package only. It looks like we will need
more dependency packages. I can get the tika-server-standard-2.2.1.jar at this
point. I will try that. The class is not being found is
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
other one is in the same office category but is the spreadsheet.
> The TIKA 2.2.1 Does not support file types that previous versions support
> -------------------------------------------------------------------------
>
> Key: TIKA-3667
> URL: https://issues.apache.org/jira/browse/TIKA-3667
> Project: Tika
> Issue Type: Bug
> Components: core, parser
> Affects Versions: 2.2.1
> Environment: Linux, windows, use TIKA APIs in JAVA.
> Reporter: Jing Yang
> Priority: Major
> Labels: OOXML
> Fix For: 2.2.2
>
>
> We have just switched to TIKA 2.2.1 from 1.24.1. because of the Log4Jshell
> CVE. For certain mime types, specifically for the
> application/vnd.openxmlformats-officedocument.wordprocessingml.document type
> and other application/vnd.openxmlformats-officedocument ...types, with OOXML
> parser, the parser to extract the file contents does not work anymore with
> the error: java.lag.NoSuchMethodError. This function is very important to our
> work, it works fine in version 1.24.1. For obvious reasons, we can't switch
> back to the previous versions.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)