[
https://issues.apache.org/jira/browse/TIKA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294557#comment-17294557
]
Tim Allison edited comment on TIKA-3244 at 3/3/21, 2:20 PM:
------------------------------------------------------------
If we go with jackson for xml parsing, we avoid this problem:
{noformat}
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.1</version>
{noformat}
Is there a lighter option?
was (Author: [email protected]):
If we go with jackson, we avoid this problem:
{noformat}
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.1</version>
{noformat}
> General upgrades for 1.26
> -------------------------
>
> Key: TIKA-3244
> URL: https://issues.apache.org/jira/browse/TIKA-3244
> Project: Tika
> Issue Type: Task
> Affects Versions: 1.25
> Reporter: Tilman Hausherr
> Priority: Major
> Fix For: 2.0.0, 1.26
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)