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:16 UTC

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

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).