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 1.22 to 1.24 #115

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 29, 2020

Bumps tika.version from 1.22 to 1.24.
Updates tika-core from 1.22 to 1.24

Changelog

Sourced from tika-core's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

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

Other changes

Release 1.25 - ???

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

Release 1.24 - 3/11/2019

  • Add scripts to run tika-server as a service via Eric Pugh, and add these scripts and jar as a new artifact in the release (TIKA-3010).

  • Upgrade Drew Noakes' metadata-extractor (TIKA-2952).

  • Enable optional extraction of structural tags in PDFs (alpha-grade) (TIKA-3026).

  • Tika app's --extract mode now outputs to STDOUT (TIKA-3035).

  • Add an optional Preflight parser for PDFs (TIKA-3055).

  • Improve detection of some zip-based formats (TIKA-3057).

  • Upgrade metadata-extractor to 2.13.0 (TIKA-2952).

  • Upgrade to POI 4.1.2 (TIKA-3047).

  • Extract XMP from PSD files (TIKA-3050).

  • Added XMLProfiler as an optional parser to profile XFA and XMP in PDFs (TIKA-3045).

  • Extract inline images that rely on the DCT filter from PDFs (TIKA-3041).

  • Upgrade to PDFBox 2.0.19 (TIKA-3033).

  • Fix bug in ASM parser configuration (TIKA-2992).

  • Upgrade to java-libpst 0.9.3 (TIKA-2546).

  • Fixed XLIFF12Parser failures with ToXMLHandler (TIKA-3014).

Release 1.23 - 12/02/2019

  • NOTE: The PDFParser now relies on OCRDPI to render page images when users configure OCR on rendered page images. This will have the effect of increasing rendered image size (TIKA-2624).
... (truncated)
Commits
  • 35a2cd3 [maven-release-plugin] prepare release 1.24-rc3
  • 299cd94 rollback for rc3
  • 62a1c3f Merge remote-tracking branch 'origin/branch_1x' into branch_1x
  • f7281b8 get service bin pattern right
  • c760db2 [maven-release-plugin] prepare for next development iteration
  • bb65125 [maven-release-plugin] prepare release 1.24-rc2
  • fec8db0 TIKA-2714 -- add detection for rar4 and rar5 files; throw an UnsupportedForma...
  • 8c33080 rollback versions for rc2
  • b55a8d9 TIKA-3068 -- fix release configuration for tika-server's new bin/service mode
  • abf4bd5 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates tika-parsers from 1.22 to 1.24

Changelog

Sourced from tika-parsers's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

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

Other changes

Release 1.25 - ???

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

Release 1.24 - 3/11/2019

  • Add scripts to run tika-server as a service via Eric Pugh, and add these scripts and jar as a new artifact in the release (TIKA-3010).

  • Upgrade Drew Noakes' metadata-extractor (TIKA-2952).

  • Enable optional extraction of structural tags in PDFs (alpha-grade) (TIKA-3026).

  • Tika app's --extract mode now outputs to STDOUT (TIKA-3035).

  • Add an optional Preflight parser for PDFs (TIKA-3055).

  • Improve detection of some zip-based formats (TIKA-3057).

  • Upgrade metadata-extractor to 2.13.0 (TIKA-2952).

  • Upgrade to POI 4.1.2 (TIKA-3047).

  • Extract XMP from PSD files (TIKA-3050).

  • Added XMLProfiler as an optional parser to profile XFA and XMP in PDFs (TIKA-3045).

  • Extract inline images that rely on the DCT filter from PDFs (TIKA-3041).

  • Upgrade to PDFBox 2.0.19 (TIKA-3033).

  • Fix bug in ASM parser configuration (TIKA-2992).

  • Upgrade to java-libpst 0.9.3 (TIKA-2546).

  • Fixed XLIFF12Parser failures with ToXMLHandler (TIKA-3014).

Release 1.23 - 12/02/2019

  • NOTE: The PDFParser now relies on OCRDPI to render page images when users configure OCR on rendered page images. This will have the effect of increasing rendered image size (TIKA-2624).
... (truncated)
Commits
  • 35a2cd3 [maven-release-plugin] prepare release 1.24-rc3
  • 299cd94 rollback for rc3
  • 62a1c3f Merge remote-tracking branch 'origin/branch_1x' into branch_1x
  • f7281b8 get service bin pattern right
  • c760db2 [maven-release-plugin] prepare for next development iteration
  • bb65125 [maven-release-plugin] prepare release 1.24-rc2
  • fec8db0 TIKA-2714 -- add detection for rar4 and rar5 files; throw an UnsupportedForma...
  • 8c33080 rollback versions for rc2
  • b55a8d9 TIKA-3068 -- fix release configuration for tika-server's new bin/service mode
  • abf4bd5 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates tika-langdetect from 1.22 to 1.24

Changelog

Sourced from tika-langdetect's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

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

Other changes

Release 1.25 - ???

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

Release 1.24 - 3/11/2019

  • Add scripts to run tika-server as a service via Eric Pugh, and add these scripts and jar as a new artifact in the release (TIKA-3010).

  • Upgrade Drew Noakes' metadata-extractor (TIKA-2952).

  • Enable optional extraction of structural tags in PDFs (alpha-grade) (TIKA-3026).

  • Tika app's --extract mode now outputs to STDOUT (TIKA-3035).

  • Add an optional Preflight parser for PDFs (TIKA-3055).

  • Improve detection of some zip-based formats (TIKA-3057).

  • Upgrade metadata-extractor to 2.13.0 (TIKA-2952).

  • Upgrade to POI 4.1.2 (TIKA-3047).

  • Extract XMP from PSD files (TIKA-3050).

  • Added XMLProfiler as an optional parser to profile XFA and XMP in PDFs (TIKA-3045).

  • Extract inline images that rely on the DCT filter from PDFs (TIKA-3041).

  • Upgrade to PDFBox 2.0.19 (TIKA-3033).

  • Fix bug in ASM parser configuration (TIKA-2992).

  • Upgrade to java-libpst 0.9.3 (TIKA-2546).

  • Fixed XLIFF12Parser failures with ToXMLHandler (TIKA-3014).

Release 1.23 - 12/02/2019

  • NOTE: The PDFParser now relies on OCRDPI to render page images when users configure OCR on rendered page images. This will have the effect of increasing rendered image size (TIKA-2624).
... (truncated)
Commits
  • 35a2cd3 [maven-release-plugin] prepare release 1.24-rc3
  • 299cd94 rollback for rc3
  • 62a1c3f Merge remote-tracking branch 'origin/branch_1x' into branch_1x
  • f7281b8 get service bin pattern right
  • c760db2 [maven-release-plugin] prepare for next development iteration
  • bb65125 [maven-release-plugin] prepare release 1.24-rc2
  • fec8db0 TIKA-2714 -- add detection for rar4 and rar5 files; throw an UnsupportedForma...
  • 8c33080 rollback versions for rc2
  • b55a8d9 TIKA-3068 -- fix release configuration for tika-server's new bin/service mode
  • abf4bd5 [maven-release-plugin] prepare for next development iteration
  • 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 29, 2020
@mirkosertic
Copy link
Owner

@dependabot rebase

Bumps `tika.version` from 1.22 to 1.24.

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

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

Updates `tika-langdetect` from 1.22 to 1.24
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/master/CHANGES.txt)
- [Commits](apache/tika@1.22...1.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/tika.version-1.24 branch from e53e104 to 27ad8eb Compare March 29, 2020 20:06
@mirkosertic mirkosertic merged commit 893f60f into master Mar 30, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/tika.version-1.24 branch March 30, 2020 09:54
mirkosertic pushed a commit that referenced this pull request Nov 8, 2021
Bumps `tika.version` from 1.22 to 1.24.

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

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

Updates `tika-langdetect` from 1.22 to 1.24
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/master/CHANGES.txt)
- [Commits](apache/tika@1.22...1.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.

1 participant