Skip to content

Bump org.apache.tika.version from 1.1 to 1.25#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.apache.tika.version-1.25
Open

Bump org.apache.tika.version from 1.1 to 1.25#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.apache.tika.version-1.25

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 24, 2020

Bumps org.apache.tika.version from 1.1 to 1.25.
Updates tika-core from 1.1 to 1.25

Changelog

Sourced from tika-core's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

  • General

    • Remove deprecated Metadata keys/properties (TIKA-1974).
    • Removed dangerous calls to read an inputstream or convert to bytes without specifying a charset
  • tika-parsers

    • The parser modules have been broken into three main modules: tika-parsers-classic, tika-parsers-extended and tika-parsers-advanced. Users may now need to add tika-parsers-extended to tika-app and tika-server to include parsers that used to be included by default (for example: envi, gdal, grib, isatab, netcdf).
    • ChmParser was moved to org.apache.tika.parser.microsoft.chm
    • RTFParser was moved to org.apache.tika.parser.microsoft.rtf
  • tika-app

  • tika-server

    • tika-server now by default forks a process to isolate the parsing in the forked process (this was called the -spawnChild option in tika-1.x). Clients must now expect that tika-server will restart on OOM, timeouts, crashes or after parsing a large number of files. When this happens tika-server will restand and not receive connections for brief periods. The less robust, legacy behavior of not forking a process is available with "-noFork"

    • tika-server's /metadata endpoint requires tika-server-classic to write XMP/rdf output. This output is not available in tika-server-core.

Other changes

  • General code cleanup (PeterAlfredLee)

Release 1.26 - ???

  • Great optimization in ForkParser (TIKA-3237).

  • Fix parsing of emails attached to other emails in PST files (TIKA-3004).

Release 1.25 - 11/25/2020

  • Fix inconsistent license in xmpcore (TIKA-3204).

  • General upgrades including some dependencies with recently found security vulnerabilities (TIKA-3119).

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

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

... (truncated)

Commits
  • 0090eba [maven-release-plugin] prepare release 1.25-rc2
  • a464047 roll back for 1.25-rc2, update release date
  • 3dc1e8b roll back for 1.25-rc2
  • 65744e7 Updated CHANGES.txt with details on TIKA-3189 and TIKA-3227
  • 1abf0eb fix whitespace
  • 2e89e4c update README.txt from main branch
  • d4e607a [maven-release-plugin] prepare for next development iteration
  • 760aa4a [maven-release-plugin] prepare release 1.25-rc1
  • 2744672 Fix license issues identified via rat check
  • 2775afe Update README for 1.25 release
  • Additional commits viewable in compare view

Updates tika-parsers from 1.1 to 1.25

Changelog

Sourced from tika-parsers's changelog.

Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0

  • General

    • Remove deprecated Metadata keys/properties (TIKA-1974).
    • Removed dangerous calls to read an inputstream or convert to bytes without specifying a charset
  • tika-parsers

    • The parser modules have been broken into three main modules: tika-parsers-classic, tika-parsers-extended and tika-parsers-advanced. Users may now need to add tika-parsers-extended to tika-app and tika-server to include parsers that used to be included by default (for example: envi, gdal, grib, isatab, netcdf).
    • ChmParser was moved to org.apache.tika.parser.microsoft.chm
    • RTFParser was moved to org.apache.tika.parser.microsoft.rtf
  • tika-app

  • tika-server

    • tika-server now by default forks a process to isolate the parsing in the forked process (this was called the -spawnChild option in tika-1.x). Clients must now expect that tika-server will restart on OOM, timeouts, crashes or after parsing a large number of files. When this happens tika-server will restand and not receive connections for brief periods. The less robust, legacy behavior of not forking a process is available with "-noFork"

    • tika-server's /metadata endpoint requires tika-server-classic to write XMP/rdf output. This output is not available in tika-server-core.

Other changes

  • General code cleanup (PeterAlfredLee)

Release 1.26 - ???

  • Great optimization in ForkParser (TIKA-3237).

  • Fix parsing of emails attached to other emails in PST files (TIKA-3004).

Release 1.25 - 11/25/2020

  • Fix inconsistent license in xmpcore (TIKA-3204).

  • General upgrades including some dependencies with recently found security vulnerabilities (TIKA-3119).

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

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

... (truncated)

Commits
  • 0090eba [maven-release-plugin] prepare release 1.25-rc2
  • a464047 roll back for 1.25-rc2, update release date
  • 3dc1e8b roll back for 1.25-rc2
  • 65744e7 Updated CHANGES.txt with details on TIKA-3189 and TIKA-3227
  • 1abf0eb fix whitespace
  • 2e89e4c update README.txt from main branch
  • d4e607a [maven-release-plugin] prepare for next development iteration
  • 760aa4a [maven-release-plugin] prepare release 1.25-rc1
  • 2744672 Fix license issues identified via rat check
  • 2775afe Update README for 1.25 release
  • 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 `org.apache.tika.version` from 1.1 to 1.25.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 24, 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