Skip to content

Bump org.apache.tika:tika-core from 2.9.2 to 3.0.0

Bumps org.apache.tika:tika-core from 2.9.2 to 3.0.0.

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.0.0 - 10/15/2024

  • Fix regression in TextAndCSVParser (TIKA-4278).

Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

  • Updated PST parser to use standard Message metadata keys and improved handling of embedded files (TIKA-4248).

  • Convenience methods for XML readers were moved from ParseContext to XMLReaderUtils (TIKA-4259).

Other Changes

  • Add GRPC server (TIKA-4181).

  • Improved configurability in tika-pipes (TIKA-4243).

  • Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599).

  • Removed xerces2 as a dependency (TIKA-4135).

  • tika-core now has a scope of "provided" in most non-app modules (TIKA-4191).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

  • Return media type "text/javascript" instead of "application/javascript" to follow RFC-9239. (TIKA-4119).

Other Changes/Updates

  • Improve detection of sqlite3-based file formats (TIKA-4187).

  • Upgrade PDFBox to 3.0.1 (TIKA-3347)

... (truncated)

Commits
  • 9bcb38d [maven-release-plugin] prepare release 3.0.0-rc1
  • 8397293 revert for another release attempt
  • a6858b4 [maven-release-plugin] prepare for next development iteration
  • 3f8a029 [maven-release-plugin] prepare release 3.0.0-rc1
  • 3bde500 add jetty from solr emitter
  • 578e3e9 rollback for another release attempt.
  • 1cfc313 [maven-release-plugin] prepare for next development iteration
  • 7ffaf12 [maven-release-plugin] prepare release 3.0.0-rc1
  • 0a548d6 rollback for another release attempt.
  • d6ce501 Merge remote-tracking branch 'origin/main'
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading