[
https://issues.apache.org/jira/browse/TIKA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766256#comment-17766256
]
ASF GitHub Bot commented on TIKA-3948:
--------------------------------------
theit commented on PR #1345:
URL: https://github.com/apache/tika/pull/1345#issuecomment-1722932587
I was working locally for myself on the migration of Tika from javax to
jakarta before I found out this PR and now have a few comments/hints,
especially WRT to `tika-parent/pom.xml`:
1. The different CXF dependencies could be replaced by the import BOM.
2. The same mechanism could be used for SLF4J that also offers a BOM; no
need to manage three dependencies.
3. On my tests I had to add an exclusion for `xml-apis:xml-apis` in the
dependency manangement section for `xerces:xercesImpl`. Otherwise I get tons of
errors in my IDE (Eclipse) because the package `org.xml.sax` is accessible from
more than one module: `<unnamed>`, `java.xml`. Haven't you seen them too?
4. Running `mvn verify` fails in Tika server core:
```
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.054 s <<< FAILURE!
> Migrate to jakarta in Tika 3.x
> ------------------------------
>
> Key: TIKA-3948
> URL: https://issues.apache.org/jira/browse/TIKA-3948
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
> Labels: tika-3x
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)