Skip to content

V3 HTTP Collector 3.2.0

Latest

Choose a tag to compare

@essiembre essiembre released this 31 Aug 08:15
· 2187 commits to main since this release
3827377

Minor release.

Changed

  • Minimum Java version is now 17.
  • TikaLinkExtractor now uses Tika's JSoupParser instead of HtmlParser.
  • Assembly log4j2.xml now suppresses noisy Apache POI log entries.
  • Maven dependency updates: Tika 3.x, Apache Commons Lang 3.18.0, Bouncy Castle 1.79, OkHttp 4.11.0, jsoup 1.21.1, H2 2.2.220.

Fixed

  • Fixed "NoSuchMethodError" on ZIP-container documents (zip, docx, xlsx, pptx, odt, jar, etc.) caused by Apache Commons Compress being pinned to a version older than the one required by Tika. Commons Compress is now 1.28.0.
  • Fixed incorrect output directory in minimum-config.xml example ("complex" changed to "simple").