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/07/14 16:50:02 UTC

[tika] branch main updated: rat fixes and update changes.txt

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


The following commit(s) were added to refs/heads/main by this push:
     new 9fd1f89  rat fixes and update changes.txt
9fd1f89 is described below

commit 9fd1f8998658063c70b58a2a66ebf2cfede34e30
Author: tallison <ta...@apache.org>
AuthorDate: Wed Jul 14 12:49:39 2021 -0400

    rat fixes and update changes.txt
---
 CHANGES.txt       | 6 ++++--
 tika-core/pom.xml | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 7ee5c41..4845e18 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -32,9 +32,10 @@ Release 2.0.0-ALPHA - 01/13/2021
    * tika-parsers
      * The parser modules have been broken into three main modules:
         tika-parsers-standard, tika-parsers-extended and tika-parsers-ml.
-        Users may now need to add tika-parsers-extended to tika-app and
+        Users may now need to add tika-parsers-extended's
+        tika-parser-scientific-module or tika-parser-sqlite3-module to tika-app and
         tika-server to include parsers that used to be included by default
-        (for example: envi, gdal, grib, isatab, netcdf).
+        (for example: envi, gdal, grib, isatab, netcdf, sqlite3).
      * PDFParser -- a) see above on OCR. b) This parser no longer warns if the jpeg2000
        dependency is not included. Tika now relies on PDFBox to log an error if a jpeg2000
        image should be processed but can't because the required external dependency is
@@ -49,6 +50,7 @@ Release 2.0.0-ALPHA - 01/13/2021
        vs com.adobe.*.
 
    * tika-app
+     * See above on default inclusion of only tika-parsers-standard.
 
    * tika-server
      * tika-server now by default forks a process to isolate the parsing
diff --git a/tika-core/pom.xml b/tika-core/pom.xml
index bdc4aa0..ac01fb0 100644
--- a/tika-core/pom.xml
+++ b/tika-core/pom.xml
@@ -166,6 +166,7 @@
             <exclude>src/test/resources/org/apache/tika/**</exclude>
             <exclude>src/main/resources/org/apache/tika/language/*.ngp</exclude>
             <exclude>src/main/resources/org/apache/tika/detect/*.nnmodel</exclude>
+            <exclude>src/test/resources/test-documents/file-list.txt</exclude>
             <exclude>src/test/resources/test-documents/ang20150420t182050_corr_v1e_img.hdr</exclude>
           </excludes>
         </configuration>