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/11/19 22:53:26 UTC

[tika] branch branch_1x updated (38ca119 -> 2744672)

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 38ca119  TIKA-3231 -- fix broken build after upgrade of maven-bundle-plugin
     new 252923e  TIKA-3225 -- PR-378 via onozaty
     new 40207ca  Update README for 1.25 release
     new 2775afe  Update README for 1.25 release
     new 2744672  Fix license issues identified via rat check

The 4 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                                        | 23 ++++++++++++++++++++++
 .../org/apache/tika/mime/tika-mimetypes.xml        |  2 +-
 .../tika/detect/FileCommandDetectorTest.java       | 16 +++++++++++++++
 tika-fuzzing/pom.xml                               | 18 +++++++++++++++++
 .../parser/indesign/xmp/XMPMetadataExtractor.java  | 16 +++++++++++++++
 .../apache/tika/server/TikaServerStatusTest.java   | 16 +++++++++++++++
 6 files changed, 90 insertions(+), 1 deletion(-)


[tika] 02/04: Update README for 1.25 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 40207ca7ee4d951ec00bf2365299cdeed39f5c88
Author: tallison <ta...@apache.org>
AuthorDate: Thu Nov 19 17:45:39 2020 -0500

    Update README for 1.25 release
---
 CHANGES.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2111ae4..169d305 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,22 @@
+Release 1.25 - 11/19/2020
+
+   * Fix inconsistent license in xmpcore (TIKA-3204).
+
+   * General upgrades including some dependencies with
+     recently found security vulnerabilities (TIKA-3119).
+
+   * Add FileProfiler to tika-eval (TIKA-3216).
+
+   * Add status endpoint to tika-server (TIKA-3129).
+
+   * Improved handling of zip files with STORED entries with
+     data descriptor (TIKA-3196).
+
+   * Add parsers for XLZ and IDML (TIKA-2976 and TIKA-3188).
+
+   * Added TextSignature and Nutch's TextProfileSignature to tika-eval
+     (TIKA-3145 and TIKA-3146).
+
 Release 1.24.1 - 4/17/2020
 
    * Add detection and a parser for flat ODF files (TIKA-3159).


[tika] 01/04: TIKA-3225 -- PR-378 via onozaty

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 252923ebb6e35a92da3eaac06b7c2b02d40bdfe7
Author: tallison <ta...@apache.org>
AuthorDate: Thu Nov 19 17:35:05 2020 -0500

    TIKA-3225 -- PR-378 via onozaty
---
 tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index d281751..0ea388b 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -36,7 +36,7 @@
    * For logic too complex to be expressed in a magic match, do the best
      you can here, then provide a Custom Detector for the rest
 -->
-<mime-info>
+<mime-info xmlns:tika="https://tika.apache.org/">
 
   <mime-type type="application/activemessage"/>
   <mime-type type="application/andrew-inset">


[tika] 03/04: Update README for 1.25 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 2775afea68a1f22b6e257b73689ba6b269d22ca3
Author: tallison <ta...@apache.org>
AuthorDate: Thu Nov 19 17:47:38 2020 -0500

    Update README for 1.25 release
---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 169d305..42d6af5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,8 @@ Release 1.25 - 11/19/2020
    * Added TextSignature and Nutch's TextProfileSignature to tika-eval
      (TIKA-3145 and TIKA-3146).
 
+   * Add the beginnings of a format-aware fuzzing module (TIKA-3083).
+
 Release 1.24.1 - 4/17/2020
 
    * Add detection and a parser for flat ODF files (TIKA-3159).


[tika] 04/04: Fix license issues identified via rat check

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 2744672319d67b1127d8ba02c5018e1c24de94cb
Author: tallison <ta...@apache.org>
AuthorDate: Thu Nov 19 17:53:13 2020 -0500

    Fix license issues identified via rat check
---
 CHANGES.txt                                            |  2 ++
 .../apache/tika/detect/FileCommandDetectorTest.java    | 16 ++++++++++++++++
 tika-fuzzing/pom.xml                                   | 18 ++++++++++++++++++
 .../tika/parser/indesign/xmp/XMPMetadataExtractor.java | 16 ++++++++++++++++
 .../org/apache/tika/server/TikaServerStatusTest.java   | 16 ++++++++++++++++
 5 files changed, 68 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 42d6af5..945de28 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,8 @@ Release 1.25 - 11/19/2020
 
    * Add the beginnings of a format-aware fuzzing module (TIKA-3083).
 
+   * Add wrapper for Linux 'file' command for mime detection (TIKA-3215).
+
 Release 1.24.1 - 4/17/2020
 
    * Add detection and a parser for flat ODF files (TIKA-3159).
diff --git a/tika-core/src/test/java/org/apache/tika/detect/FileCommandDetectorTest.java b/tika-core/src/test/java/org/apache/tika/detect/FileCommandDetectorTest.java
index b5d49ec..21a24ab 100644
--- a/tika-core/src/test/java/org/apache/tika/detect/FileCommandDetectorTest.java
+++ b/tika-core/src/test/java/org/apache/tika/detect/FileCommandDetectorTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.tika.detect;
 
 import org.apache.tika.config.TikaConfig;
diff --git a/tika-fuzzing/pom.xml b/tika-fuzzing/pom.xml
index 6d1b037..c9f6357 100644
--- a/tika-fuzzing/pom.xml
+++ b/tika-fuzzing/pom.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/tika-parsers/src/main/java/org/apache/tika/parser/indesign/xmp/XMPMetadataExtractor.java b/tika-parsers/src/main/java/org/apache/tika/parser/indesign/xmp/XMPMetadataExtractor.java
index 1cb11ee..482a620 100644
--- a/tika-parsers/src/main/java/org/apache/tika/parser/indesign/xmp/XMPMetadataExtractor.java
+++ b/tika-parsers/src/main/java/org/apache/tika/parser/indesign/xmp/XMPMetadataExtractor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.tika.parser.indesign.xmp;
 
 import org.apache.tika.exception.TikaException;
diff --git a/tika-server/src/test/java/org/apache/tika/server/TikaServerStatusTest.java b/tika-server/src/test/java/org/apache/tika/server/TikaServerStatusTest.java
index f6a9af8..eb3f2d0 100644
--- a/tika-server/src/test/java/org/apache/tika/server/TikaServerStatusTest.java
+++ b/tika-server/src/test/java/org/apache/tika/server/TikaServerStatusTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.tika.server;
 
 import com.google.gson.JsonObject;