You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/06 11:18:44 UTC

[camel] branch main updated (5920bc04070 -> 89072af3921)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5920bc04070 (chores) camel-mock: prevent a few NPEs if there's no exchange at the given index
     new fcfdce6d4dd Upgrade Tika to version 2.5.0
     new 614b34dfb01 Upgrade Tika to version 2.5.0
     new 89072af3921 Sync deps

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml    | 2 +-
 components/camel-tika/pom.xml | 7 ++++++-
 parent/pom.xml                | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)


[camel] 01/03: Upgrade Tika to version 2.5.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fcfdce6d4dd9b4cbd5e20d62887c586997b570ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 12:37:22 2022 +0200

    Upgrade Tika to version 2.5.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 477e09982d9..b5d3220e2fb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -512,7 +512,7 @@
         <stringtemplate-version>4.3.3</stringtemplate-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
         <testcontainers-version>1.17.4</testcontainers-version>
-        <tika-version>2.4.1</tika-version>
+        <tika-version>2.5.0</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
         <undertow-version>2.2.19.Final</undertow-version>


[camel] 02/03: Upgrade Tika to version 2.5.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 614b34dfb014b08fc7e50db4dc46827ba3879d66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 13:17:45 2022 +0200

    Upgrade Tika to version 2.5.0
---
 components/camel-tika/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/components/camel-tika/pom.xml b/components/camel-tika/pom.xml
index 33823ea068f..5e223a8a430 100644
--- a/components/camel-tika/pom.xml
+++ b/components/camel-tika/pom.xml
@@ -48,7 +48,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>
-            <artifactId>tika-parsers-standard-package</artifactId>
+            <artifactId>tika-parser-html-commons</artifactId>
+            <version>${tika-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-parser-text-module</artifactId>
             <version>${tika-version}</version>
         </dependency>
 


[camel] 03/03: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 89072af39216d5ad68c68b6601028e7aa28929da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 13:18:17 2022 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d90c3caa9da..fe12554d686 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -524,7 +524,7 @@
     <swagger-openapi3-version>2.1.13</swagger-openapi3-version>
     <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
     <testcontainers-version>1.17.4</testcontainers-version>
-    <tika-version>2.4.1</tika-version>
+    <tika-version>2.5.0</tika-version>
     <trimStackTrace>false</trimStackTrace>
     <twilio-version>7.55.3</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>