You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/03/10 20:14:08 UTC

[tika] branch branch_1x updated (0f387fc -> 8394d1b)

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

tallison pushed a change to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from 0f387fc  turn off println...sorry
     new aa04afd  update changes.txt in prep for 1.24 release
     new 8394d1b  TIKA-3056 general dependency upgrades for 1.24

The 2 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:
 CHANGES.txt            | 6 ++++++
 tika-parent/pom.xml    | 2 +-
 tika-parsers/pom.xml   | 4 ++--
 tika-translate/pom.xml | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)


[tika] 01/02: update changes.txt in prep for 1.24 release

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

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

commit aa04afd76cc193d6d7012f84dc7c58dd514bf226
Author: tallison <ta...@apache.org>
AuthorDate: Tue Mar 10 13:15:08 2020 -0400

    update changes.txt in prep for 1.24 release
---
 CHANGES.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 9557baa..3867507 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,11 @@
 Release 1.24 - ???
 
+   * Upgrade Drew Noakes' metadata-extractor (TIKA-2952).
+
+   * Enable optional extraction of structural tags in PDFs (alpha-grade) (TIKA-3026).
+
+   * Tika app's --extract mode now outputs to STDOUT (TIKA-3035).
+
    * Add an optional Preflight parser for PDFs (TIKA-3055).
 
    * Improve detection of some zip-based formats (TIKA-3057).


[tika] 02/02: TIKA-3056 general dependency upgrades for 1.24

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

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

commit 8394d1bed91a6c1353464996cfcf65a204d66d0d
Author: tallison <ta...@apache.org>
AuthorDate: Tue Mar 10 13:43:51 2020 -0400

    TIKA-3056 general dependency upgrades for 1.24
---
 tika-parent/pom.xml    | 2 +-
 tika-parsers/pom.xml   | 4 ++--
 tika-translate/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1d7d9fb..f067027 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -344,7 +344,7 @@
 
     <cxf.version>3.3.5</cxf.version>
     <slf4j.version>1.7.28</slf4j.version>
-    <jackson.version>2.10.2</jackson.version>
+    <jackson.version>2.10.3</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.2</jaxb.version>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index cb3ba63..f055c50 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -55,7 +55,7 @@
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.64</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
-    <httpcomponents.version>4.5.11</httpcomponents.version>
+    <httpcomponents.version>4.5.12</httpcomponents.version>
   </properties>
 
   <!-- Note: as of the 1.23 release, we're waiting for external changes or fixes
@@ -575,7 +575,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.12.2</version>
+      <version>1.13.1</version>
     </dependency>
     <dependency>
       <groupId>com.google.protobuf</groupId>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 781bc2f..804159a 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>
-      <version>2.10.2.1</version>
+      <version>2.10.3</version>
       <exclusions>
         <!-- exclude because, as of 2.9.5, jaxrs-json-provider
         is bringing in 2.9.0 of core's annotations