Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tika.version from 0.10 to 1.24.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2020

Bumps tika.version from 0.10 to 1.24.1.
Updates tika-core from 0.10 to 1.24.1

Changelog

Sourced from tika-core's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

  • ChmParser was moved to org.apache.tika.parser.microsoft.chm

  • RTFParser was moved to org.apache.tika.parser.microsoft.rtf

  • Remove deprecated Metadata keys/properties (TIKA-1974).

  • Removed dangerous calls to read an inputstream or convert to bytes without specifying a charset

  • General code cleanup (PeterAlfredLee)

Other changes

Release 1.25 - ???

  • Add detection and a parser for flat ODF files (TIKA-3159).

  • Add extraction of macros from ODF files (TIKA-3161).

  • Add mime detection for hprof and hprof text files (TIKA-3144).

  • Add TextSignature and TextProfileSignature to tika-eval (TIKA-3145 and TIKA-3146)

  • Create a metadata filter to trigger tika-eval stats post parsing (TIKA-3140)

  • Add a configurable metadata-filter for the RecursiveParserWrapper (TIKA-3137)

  • Add status endpoint to tika-server (TIKA-3129).

  • Remove whitelist/blacklist terminology (TIKA-3120)

  • Add detection for parquet files (TIKA-3115).

  • Add detection and parsing for bplist (TIKA-3104).

  • Enable metadata value filtering

  • Add a basic parser for plist files based on com.googlecode.plist:dd-plist (TIKA-3104).

  • Read hyperlinked images from ODT files (TIKA-3156).

  • Updated GrobidRESTParser to use new API location (TIKA-3191).

Release 1.24.1 - 4/17/2020

  • Allow gzip compression of input and output streams for tika-server (TIKA-3073).

... (truncated)

Commits
  • 29e75ab [maven-release-plugin] prepare release 1.24.1-rc1
  • 009acd0 update changes for release
  • e9b2c38 TIKA-3092 -- fix multithreaded skipfully in HWP parser
  • f51ae0a TIKA-3091 prevent npe in PDFParserConfig by initializing
  • 86cdbb1 add optional postgres dialect for comparison reports;
  • ca6bf65 TIKA-3090 -- extract doc security from ooxml
  • 8e2eb05 TIKA-3084 -- upgrade mp4 parser dependency
  • 171f434 TIKA-3087 -- general upgrades for 1.24.1
  • 57193f5 improve mp3 parser
  • a3fef30 TIKA-3085 -- switch to batch inserts in tika-eval
  • Additional commits viewable in compare view

Updates tika-parsers from 0.10 to 1.24.1

Changelog

Sourced from tika-parsers's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

  • ChmParser was moved to org.apache.tika.parser.microsoft.chm

  • RTFParser was moved to org.apache.tika.parser.microsoft.rtf

  • Remove deprecated Metadata keys/properties (TIKA-1974).

  • Removed dangerous calls to read an inputstream or convert to bytes without specifying a charset

  • General code cleanup (PeterAlfredLee)

Other changes

Release 1.25 - ???

  • Add detection and a parser for flat ODF files (TIKA-3159).

  • Add extraction of macros from ODF files (TIKA-3161).

  • Add mime detection for hprof and hprof text files (TIKA-3144).

  • Add TextSignature and TextProfileSignature to tika-eval (TIKA-3145 and TIKA-3146)

  • Create a metadata filter to trigger tika-eval stats post parsing (TIKA-3140)

  • Add a configurable metadata-filter for the RecursiveParserWrapper (TIKA-3137)

  • Add status endpoint to tika-server (TIKA-3129).

  • Remove whitelist/blacklist terminology (TIKA-3120)

  • Add detection for parquet files (TIKA-3115).

  • Add detection and parsing for bplist (TIKA-3104).

  • Enable metadata value filtering

  • Add a basic parser for plist files based on com.googlecode.plist:dd-plist (TIKA-3104).

  • Read hyperlinked images from ODT files (TIKA-3156).

  • Updated GrobidRESTParser to use new API location (TIKA-3191).

Release 1.24.1 - 4/17/2020

  • Allow gzip compression of input and output streams for tika-server (TIKA-3073).

... (truncated)

Commits
  • 29e75ab [maven-release-plugin] prepare release 1.24.1-rc1
  • 009acd0 update changes for release
  • e9b2c38 TIKA-3092 -- fix multithreaded skipfully in HWP parser
  • f51ae0a TIKA-3091 prevent npe in PDFParserConfig by initializing
  • 86cdbb1 add optional postgres dialect for comparison reports;
  • ca6bf65 TIKA-3090 -- extract doc security from ooxml
  • 8e2eb05 TIKA-3084 -- upgrade mp4 parser dependency
  • 171f434 TIKA-3087 -- general upgrades for 1.24.1
  • 57193f5 improve mp3 parser
  • a3fef30 TIKA-3085 -- switch to batch inserts in tika-eval
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `tika.version` from 0.10 to 1.24.1.

Updates `tika-core` from 0.10 to 1.24.1
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@0.10...1.24.1)

Updates `tika-parsers` from 0.10 to 1.24.1
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@0.10...1.24.1)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants