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/06/07 20:05:03 UTC

[tika] branch TIKA-3941 updated (3d99363be -> f678feef1)

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

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


    from 3d99363be TIKA-3941 -- WIP ... still more remains
     add f07282559 Bump test.containers.version from 1.18.2 to 1.18.3
     add d61e03a0a Merge pull request #1168 from apache/dependabot/maven/test.containers.version-1.18.3
     add 733583fbc Bump aws.version from 1.12.478 to 1.12.479
     add e1fdfa1b5 Merge pull request #1169 from apache/dependabot/maven/aws.version-1.12.479
     add 690ad0832 Bump aws.version from 1.12.479 to 1.12.480
     add b6ad13094 Merge pull request #1170 from apache/dependabot/maven/aws.version-1.12.480
     add 1f41ead89 TIKA-4048 -- change default decompressConcatenated to true in CompressorParser (#1166)
     add f87b22341 Bump aws.version from 1.12.480 to 1.12.481
     add 17072f544 Merge pull request #1172 from apache/dependabot/maven/aws.version-1.12.481
     add 1fde57ff6 Bump azure-core-http-netty from 1.13.3 to 1.13.4
     add e1c6800db Merge pull request #1174 from apache/dependabot/maven/com.azure-azure-core-http-netty-1.13.4
     add f8e3cd913 Bump azure-core from 1.39.0 to 1.40.0
     add a04abc8b1 Merge pull request #1171 from apache/dependabot/maven/com.azure-azure-core-1.40.0
     add bd036e0c3 Bump scala-reflect from 2.13.10 to 2.13.11
     add 91cbc612c Merge pull request #1173 from apache/dependabot/maven/org.scala-lang-scala-reflect-2.13.11
     add 4593b074f Bump aws.version from 1.12.481 to 1.12.482
     add d0ec461ff Merge pull request #1175 from apache/dependabot/maven/aws.version-1.12.482
     add d7f0c926c Bump zstd-jni from 1.5.5-3 to 1.5.5-4
     add 945fce1df Merge pull request #1176 from apache/dependabot/maven/com.github.luben-zstd-jni-1.5.5-4
     add 6c80e1832 Bump aws.version from 1.12.482 to 1.12.483
     add ba4430628 Merge pull request #1177 from apache/dependabot/maven/aws.version-1.12.483
     add 24fc7df0e Bump versions-maven-plugin from 2.15.0 to 2.16.0
     add f27daee87 Merge pull request #1178 from apache/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.0
     add 710d972ee TIKA-4061 -- incorrect automatic module name in crypto parser module
     add f3fedb3c3 Update README.md
     add 1da3b76de TIKA-4063 -- skip initialization of emitter in PipesServer if emitting from the server has been turned off.
     add bb2915f85 Merge remote-tracking branch 'origin/main' into TIKA-3941
     add f678feef1 TIKA-3941 -- ready for review

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   3 +
 README.md                                          |   2 +
 .../java/org/apache/tika/pipes/PipesServer.java    |  34 +++++----
 .../org/apache/tika/pipes/PipesServerTest.java     |  76 +++++++++++++++++++++
 .../tika/pipes/async/AsyncProcessorTest.java       |   1 -
 .../tika/pipes/async/MockDigesterFactory.java      |  23 ++++---
 .../TIKA-3941.xml}                                 |  18 +++--
 tika-parent/pom.xml                                |  12 ++--
 .../tika-parsers-ml/tika-age-recogniser/pom.xml    |   2 +-
 .../tika-parser-crypto-module/pom.xml              |   2 +-
 .../apache/tika/parser/pkg/CompressorParser.java   |  13 +++-
 ...{tika-unrar-config.xml => tika-gzip-config.xml} |   7 +-
 .../src/test/resources/test-documents/multiple.gz  | Bin 0 -> 46 bytes
 .../org/apache/tika/parser/pkg/GzipParserTest.java |  38 +++++++++++
 14 files changed, 187 insertions(+), 44 deletions(-)
 create mode 100644 tika-core/src/test/java/org/apache/tika/pipes/PipesServerTest.java
 copy tika-core/src/test/resources/org/apache/tika/{config/fetchers-noname-config.xml => pipes/TIKA-3941.xml} (76%)
 copy tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/src/test/resources/org/apache/tika/parser/pkg/{tika-unrar-config.xml => tika-gzip-config.xml} (78%)
 create mode 100644 tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/src/test/resources/test-documents/multiple.gz