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 2023/09/26 12:30:46 UTC

[tika] branch TIKA-4135 updated (d6d13b3d3 -> ab1ca5356)

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

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


    from d6d13b3d3 TIKA-4135 -- remove xerces2
     add d9f2f0840 Bump aws.version from 1.12.553 to 1.12.554
     add 46c1cae3c Merge pull request #1347 from apache/dependabot/maven/aws.version-1.12.554
     add 70a4481e0 Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
     add 72b1ad394 Merge pull request #1348 from apache/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.1
     add c75460f68 Bump aws.version from 1.12.554 to 1.12.555
     add e7d296e2b Merge pull request #1349 from apache/dependabot/maven/aws.version-1.12.555
     add 55989e1f8 TIKA-4108 (#1351)
     add b2bdb5b83 Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final
     add d2adc3c94 Merge pull request #1352 from apache/dependabot/maven/io.netty-netty-bom-4.1.98.Final
     add 72a81a16e Tika 4137 (#1353)
     add 6871c9157 TIKA-4137 -- add a jdk21 build workflow
     add e04c47820 TIKA-4138 -- move BoilerpipeContentHandler (#1355)
     add db6f790f7 Bump org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.4
     add 315aec2f7 Merge pull request #1357 from apache/dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.4
     add 967547418 Bump aws.version from 1.12.555 to 1.12.556
     add 4fd18a9f5 Merge pull request #1358 from apache/dependabot/maven/aws.version-1.12.556
     add 147a1682e Bump aws.version from 1.12.556 to 1.12.557
     add 960fba53d Merge pull request #1359 from apache/dependabot/maven/aws.version-1.12.557
     new ab1ca5356 Merge remote-tracking branch 'origin/main' into TIKA-4135

The 1 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:
 .../{main-jdk17-build.yml => main-jdk21-build.yml} |  4 +-
 CHANGES.txt                                        |  5 ++
 pom.xml                                            |  1 +
 tika-app/pom.xml                                   |  2 +-
 tika-bom/pom.xml                                   |  2 +-
 tika-bundles/tika-bundle-standard/pom.xml          |  2 +-
 tika-handlers/README.md                            |  2 +
 .../tika-emitter-jdbc => tika-handlers}/pom.xml    | 24 ++++---
 .../tika-handler-boilerpipe}/pom.xml               | 21 +++---
 .../sax/boilerpipe/BoilerpipeContentHandler.java   |  0
 tika-langdetect/tika-langdetect-optimaize/pom.xml  | 13 +++-
 tika-parent/pom.xml                                |  8 +--
 .../tika-parsers-ml/tika-age-recogniser/pom.xml    |  2 +-
 .../tika-parsers-standard-modules/pom.xml          |  1 -
 .../tika-parser-html-commons/README.md             | 22 -------
 .../tika-parser-html-commons/pom.xml               | 74 ----------------------
 .../tika-parsers-standard-package/pom.xml          |  2 +-
 tika-server/tika-server-core/pom.xml               |  2 +-
 .../tika/server/core/resource/TikaResource.java    |  1 +
 tika-server/tika-server-standard/pom.xml           |  6 +-
 20 files changed, 62 insertions(+), 132 deletions(-)
 copy .github/workflows/{main-jdk17-build.yml => main-jdk21-build.yml} (96%)
 create mode 100644 tika-handlers/README.md
 copy {tika-pipes/tika-emitters/tika-emitter-jdbc => tika-handlers}/pom.xml (70%)
 copy {tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons => tika-handlers/tika-handler-boilerpipe}/pom.xml (66%)
 rename {tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-commons => tika-handlers/tika-handler-boilerpipe}/src/main/java/org/apache/tika/sax/boilerpipe/BoilerpipeContentHandler.java (100%)
 delete mode 100644 tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-commons/README.md
 delete mode 100644 tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-commons/pom.xml


[tika] 01/01: Merge remote-tracking branch 'origin/main' into TIKA-4135

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

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

commit ab1ca5356a9039f7eb7c1c7fc9ea0475a20deab5
Merge: d6d13b3d3 960fba53d
Author: tallison <ta...@apache.org>
AuthorDate: Tue Sep 26 08:29:53 2023 -0400

    Merge remote-tracking branch 'origin/main' into TIKA-4135

 .github/workflows/main-jdk21-build.yml             | 38 +++++++++++
 CHANGES.txt                                        |  5 ++
 pom.xml                                            |  1 +
 tika-app/pom.xml                                   |  2 +-
 tika-bom/pom.xml                                   |  2 +-
 tika-bundles/tika-bundle-standard/pom.xml          |  2 +-
 tika-handlers/README.md                            |  2 +
 .../pom.xml                                        | 33 +++++-----
 .../tika-handler-boilerpipe/pom.xml                | 26 ++++++--
 .../sax/boilerpipe/BoilerpipeContentHandler.java   |  0
 tika-langdetect/tika-langdetect-optimaize/pom.xml  | 13 +++-
 tika-parent/pom.xml                                |  8 +--
 .../tika-parsers-ml/tika-age-recogniser/pom.xml    |  2 +-
 .../tika-parsers-standard-modules/pom.xml          |  1 -
 .../tika-parser-html-commons/pom.xml               | 74 ----------------------
 .../tika-parsers-standard-package/pom.xml          |  2 +-
 tika-server/tika-server-core/pom.xml               |  2 +-
 .../tika/server/core/resource/TikaResource.java    |  1 +
 tika-server/tika-server-standard/pom.xml           |  6 +-
 19 files changed, 108 insertions(+), 112 deletions(-)

diff --cc tika-parent/pom.xml
index 3b147da00,437a0ff84..6c5017bc5
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@@ -926,8 -927,13 +926,8 @@@
        <dependency>
          <groupId>org.xerial.snappy</groupId>
          <artifactId>snappy-java</artifactId>
-         <version>1.1.10.3</version>
+         <version>1.1.10.4</version>
        </dependency>
 -      <dependency>
 -        <groupId>xerces</groupId>
 -        <artifactId>xercesImpl</artifactId>
 -        <version>${xerces.version}</version>
 -      </dependency>
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>