You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/21 17:06:13 UTC

[tika] 01/02: TIKA-3751: add comment about failure to update jaxb

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 2dbcea76811aafe1c359aeee5f19f49bf18381df
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat May 21 19:05:24 2022 +0200

    TIKA-3751: add comment about failure to update jaxb
---
 tika-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7808792a0..160267671 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -325,6 +325,10 @@
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>
     <javax.rest.version>2.1.1</javax.rest.version>
+    <!-- updating jaxb to 3.0.2 brings convergence problems with modules that use cxf
+          which can be helped by excluding old versions jakarta.xml.bind,
+          but it turns out tika-parser-advancedmedia-module fails its tests,
+          because we need bind 2.3.3 for xmpbox, which uses javax.xml.bind -->
     <jaxb.version>2.3.6</jaxb.version>
     <jbig2.version>3.0.4</jbig2.version>
     <jdom2.version>2.0.6.1</jdom2.version>