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 2018/01/23 19:30:52 UTC

[tika] branch master updated (e67f220 -> fb68c39)

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

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


    from e67f220  Note on Java 7, and suggest new users just download the binaries
     new 6bd187a  Update geo-apis and sis to avoid license problems (TIKA-2535 and LEGAL-360).
     new ac2c024  Merge remote-tracking branch 'origin/master'
     new fb68c39  TIKA-2535 - fix bundle requirements

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

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.

[tika] 02/03: Merge remote-tracking branch 'origin/master'

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

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

commit ac2c024cee1e8475c056196aae0526120f99a85b
Merge: 6bd187a e67f220
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 11:17:45 2018 -0500

    Merge remote-tracking branch 'origin/master'
    
    # Conflicts:
    #	CHANGES.txt

 CHANGES.txt                                        |   5 ++
 README.md                                          |   6 +-
 .../org/apache/tika/fork/ClassLoaderProxy.java     |  19 +++++-
 .../org/apache/tika/mime/tika-mimetypes.xml        |  67 ++++++++++++++++++++-
 .../java/org/apache/tika/fork/ForkParserTest.java  |  17 ++++++
 .../java/org/apache/tika/fork/ForkTestParser.java  |  10 +++
 .../fork/unusedpackage/ClassInUnusedPackage.java   |   4 ++
 .../apache/tika/parser/ocr/TesseractOCRParser.java |  10 ++-
 .../java/org/apache/tika/mime/TestMimeTypes.java   |  11 ++++
 .../org/apache/tika/parser/pkg/RarParserTest.java  |  33 ++++++++++
 .../test-documents/test-documents-enc.rar          | Bin 0 -> 68636 bytes
 .../src/test/resources/test-documents/testAC3.ac3  | Bin 0 -> 768 bytes
 .../src/test/resources/test-documents/testEAC3.ac3 | Bin 0 -> 768 bytes
 13 files changed, 175 insertions(+), 7 deletions(-)

diff --cc CHANGES.txt
index 07f21ac,ef3f102..96b041c
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -2,8 -2,11 +2,13 @@@ Release 2.0.0 - ??
  
     * Add a parser for XPS (TIKA-2524).
  
+    * Mime magic for Dolby Digital AC3 and EAC3 files
+ 
+    * Fixed bug where TesseractOCRParser ignores configured ImageMagickPath,
+      and set rotation script to ignore Python warnings (TIKA-2509)
+ 
 +   * Upgrade geo-apis to 3.0.1 (TIKA-2535)
 +
  Release 1.17 - 12/8/2017
  
    ***NOTE: THIS IS THE LAST VERSION OF TIKA THAT WILL RUN

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.

[tika] 01/03: Update geo-apis and sis to avoid license problems (TIKA-2535 and LEGAL-360).

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

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

commit 6bd187a4d1ae9d82afc6943c0a89d23aa9f50ec2
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 11:17:12 2018 -0500

    Update geo-apis and sis to avoid license problems (TIKA-2535 and LEGAL-360).
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6f76fb4..07f21ac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,8 @@ Release 2.0.0 - ???
 
    * Add a parser for XPS (TIKA-2524).
 
+   * Upgrade geo-apis to 3.0.1 (TIKA-2535)
+
 Release 1.17 - 12/8/2017
 
   ***NOTE: THIS IS THE LAST VERSION OF TIKA THAT WILL RUN
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index c2f0a5a..81a5765 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -45,7 +45,7 @@
     <pdfbox.version>2.0.8</pdfbox.version>
     <jempbox.version>1.8.13</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
-    <sis.version>0.6</sis.version>
+    <sis.version>0.8</sis.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.54</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
@@ -481,7 +481,7 @@
     <dependency>
       <groupId>org.opengis</groupId>
       <artifactId>geoapi</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.1</version>
     </dependency>
 
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.

[tika] 03/03: TIKA-2535 - fix bundle requirements

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

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

commit fb68c39a58819afaf2e80f8a67b90d5817506ea2
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 14:30:33 2018 -0500

    TIKA-2535 - fix bundle requirements
---
 tika-bundle/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 2b075ca..27f070c 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -168,9 +168,9 @@
               sis-netcdf|
               sis-utility|
               sis-storage|
+              unit-api|
               apache-mime4j-core|
               apache-mime4j-dom|
-              jsr-275|
               jhighlight|
               java-libpst|
               netcdf4|
@@ -254,7 +254,12 @@
               org.apache.pdfbox.debugger;resolution:=optional,
               org.apache.sis;resolution:=optional,
               org.apache.sis.distance;resolution:=optional,
+              org.apache.sis.feature;resolution:=optional,
               org.apache.sis.geometry;resolution:=optional,
+              org.apache.sis.internal.feature;resolution:=optional,
+              org.apache.sis.internal.referencing;resolution:=optional,
+              org.apache.sis.parameter;resolution:=optional,
+              org.apache.sis.referencing;resolution:=optional,
               org.apache.tools.ant;resolution:=optional,
               org.apache.tools.ant.taskdefs;resolution:=optional,
               org.apache.tools.ant.types;resolution:=optional,

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.