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 2021/06/11 11:01:15 UTC

[tika] branch main updated (51fb33f -> b284e7c)

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

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


    from 51fb33f  TIKA-3441 -- increase chances that TesseractOCRParser will not orphan tesseract process and ensure that tika-server never enters an infinite loop on a bind exception.
     new 6d4cdd9  add note about log4j2 in breaking changes
     new b284e7c  TIKA-3444 upgrade to PDFBox 2.0.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         | 2 ++
 tika-parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

[tika] 01/02: add note about log4j2 in breaking changes

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

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

commit 6d4cdd9d245a72e8aa28a90c365c3f28662f6e95
Author: tallison <ta...@apache.org>
AuthorDate: Fri Jun 11 06:58:51 2021 -0400

    add note about log4j2 in breaking changes
---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index db90112..84be502 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,8 @@ Release 2.0.0-ALPHA - 01/13/2021
      * OCR is now triggered automatically for PDFs if tesseract
        is on the user's path see (https://cwiki.apache.org/confluence/display/TIKA/TikaOCR#TikaOCR-disable-ocr)
        for how to disable OCR.
+     * We upgraded from log4j to log4j2 in tika-app, tika-server and anywhere else
+       we used to use log4j.
      * By default, when rendering a page for OCR, the PDFParser does not render glyphs/text.
      * tika-server's "enableFileUrl" has been removed in favor of a FileSystemFetcher.
      * Removed deprecated Metadata keys/properties (TIKA-1974).

[tika] 02/02: TIKA-3444 upgrade to PDFBox 2.0.24

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

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

commit b284e7cfbaaced599fa56ce61e5baf65ba08f842
Author: tallison <ta...@apache.org>
AuthorDate: Fri Jun 11 07:00:54 2021 -0400

    TIKA-3444 upgrade to PDFBox 2.0.24
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 78a278f..8e52aa3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -334,13 +334,13 @@
     <mockito.version>3.7.7</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <opencsv.version>2.3</opencsv.version>
-    <pdfbox.version>2.0.23</pdfbox.version>
     <objenesis.version>3.2</objenesis.version>
     <openjson.version>1.0.12</openjson.version>
     <opennlp.version>1.9.3</opennlp.version>
     <optimaize.version>0.6</optimaize.version>
     <osgi.core.version>6.0.0</osgi.core.version>
     <parso.version>2.0.13</parso.version>
+    <pdfbox.version>2.0.24</pdfbox.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>4.1.2</poi.version>
     <rome.version>1.15.0</rome.version>