Skip to content

deps(maven): bump org.apache.tika:tika-core from 3.3.2 to 4.0.0 - #54

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.tika-tika-core-4.0.0
Open

deps(maven): bump org.apache.tika:tika-core from 3.3.2 to 4.0.0#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.tika-tika-core-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.tika:tika-core from 3.3.2 to 4.0.0.

Changelog

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

Release 4.1.0 - unreleased

  • embedded-limits maxDepth counts embedding levels again instead of the parsers a parse passes through; with AutoDetectParser over DefaultParser every value above 1 used to stop one level early (TIKA-4857).

  • GeoGebraParser emits the icon of a tool (*.ggt, the macro's iconFile) as its THUMBNAIL embedded document; tool files have no thumbnail of their own (TIKA-4831).

  • Enum values in JSON configuration are matched case-insensitively, so "no_ocr" works as well as "NO_OCR"; the server docs used the lower-case form in their examples (TIKA-4859).

  • The preview image of iWork '09 packages (QuickLook/Thumbnail.jpg) and of iWork '18 packages (preview.jpg) is emitted as a THUMBNAIL embedded document, as it already was for iWork '13 (TIKA-4854).

  • Raw camera formats are detected by content: RawTiffDetector tells Nikon NEF/NRW, Pentax PEF/PTX, Sony ARW/SRF/SR2, Samsung SRW and Adobe DNG from a plain TIFF by their image directory (DNGVersion, the vendor Compression codes, or a CFA/LinearRaw image plus Make), and Fuji RAF, Panasonic RW2, Minolta MRW and the remaining Olympus ORF byte orders get magic entries. Streams without a file name used to be image/tiff. image/x-raw-samsung (*.srw) is new and parsed by RawTiffParser (TIKA-4861).

  • DWGReadParser emits the drawing's THUMBNAILIMAGE as a THUMBNAIL embedded document instead of INLINE (TIKA-4853).

  • EpubParser emits the cover image named by the OPF (the EPUB 3 cover-image manifest property, or the EPUB 2 cover meta) as a THUMBNAIL embedded document (TIKA-4852).

  • RawTiffParser marks only the largest embedded JPEG preview as the THUMBNAIL embedded document; the smaller previews of the same image are INLINE images named image-N.jpg. Previously every preview was a THUMBNAIL, so a client had to compare them to find the representative one (TIKA-4851).

  • New exception-reporting parse-context config controls how much of an exception is written to tk:exception:* metadata for the container and embedded documents alike: FULL (default), MESSAGE_REDACTED (stack trace without messages) or REDACTED (class names only), plus a maxLength. Config-only; rejected in per-request parse-context. Parsers should format exceptions via ExceptionUtils.format(Throwable, ParseContext); ExceptionUtils.getStackTrace/getFilteredStackTrace and the ParseContext-less EmbeddedDocumentUtil.recordException* / ParserUtils.recordParserFailure overloads are deprecated (TIKA-4848).

... (truncated)

Commits
  • 514e1b3 [maven-release-plugin] prepare release 4.0.0-rc1
  • 4e39e07 revert second rc1 attempt
  • 7975986 javadocs take 42
  • 95d4235 [maven-release-plugin] prepare for next development iteration
  • 666289b [maven-release-plugin] prepare release 4.0.0-rc1
  • c9f6585 TIKA-4808 - revert aborted 4.0.0-rc1 release commits; fix per-module javadoc ...
  • 41183e7 [maven-release-plugin] prepare for next development iteration
  • 5dd7fc7 [maven-release-plugin] prepare release 4.0.0-rc1
  • 4b231cf TIKA-4808 -- prep CHANGES.txt for release
  • 532a685 TIKA-4808 - remove access to the network parser from cli (#3036)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/org.apache.tika-tika-core-4.0.0 branch from 86b607a to e05a56d Compare August 25, 2026 13:09
Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 3.3.2 to 4.0.0.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@3.3.2...4.0.0)

---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/org.apache.tika-tika-core-4.0.0 branch from e05a56d to 6f3cd5f Compare August 31, 2026 13:14
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants