From 3ec123ff7eb87e9000fbeb7ff445cb5d2fcae6ff Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Thu, 23 Jul 2020 18:15:25 +0100 Subject: [PATCH] Update to Tika 1.24.1 --- bom/application/pom.xml | 6 +++++- .../java/io/quarkus/tika/deployment/TikaProcessorTest.java | 4 ++-- integration-tests/tika/pom.xml | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index cc5393e1da13f..9ba666b13192f 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -137,7 +137,7 @@ 3.5.7 2.12.9 - 1.22 + 1.24.1 1.4 1.2.1 3.3.1 @@ -2476,6 +2476,10 @@ org.apache.cxf cxf-rt-rs-client + + commons-logging + commons-logging + ${tika.version} diff --git a/extensions/tika/deployment/src/test/java/io/quarkus/tika/deployment/TikaProcessorTest.java b/extensions/tika/deployment/src/test/java/io/quarkus/tika/deployment/TikaProcessorTest.java index 133e9e08217e2..7be30fd56126c 100644 --- a/extensions/tika/deployment/src/test/java/io/quarkus/tika/deployment/TikaProcessorTest.java +++ b/extensions/tika/deployment/src/test/java/io/quarkus/tika/deployment/TikaProcessorTest.java @@ -78,13 +78,13 @@ public void testUnresolvableCustomAbbreviation() throws Exception { @Test public void testAllSupportedParserNames() throws Exception { - assertEquals(69, getParserNames(null, null).size()); + assertEquals(72, getParserNames(null, null).size()); } @Test public void testSupportedParserNamesWithTikaConfigPath() throws Exception { Set names = getParserNames("tika-config.xml", "pdf"); - assertEquals(69, names.size()); + assertEquals(72, names.size()); } @Test diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index d14a12ce1fcdc..c0f0a220ab3dc 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -149,6 +149,7 @@ true true ${graalvmHome} + --report-unsupported-elements-at-runtime