Skip to content

Version 1.409

Latest

Choose a tag to compare

@novotnyr novotnyr released this 17 Jul 07:38

Changed

  • Reduce batch verification memory usage by deduplicating resolved dependency graph strings, nodes, missing dependency sets, and edges.
  • Render HTML reports with indented output, faster escaping, and parallel per-plugin rendering.
  • Improve memory consumption in check-trunk (#1545)
  • Update ASM to 9.10.1, Caffeine to 3.2.4, Gson to 2.14.0, Jackson to 2.21.4, JAXB to 4.0.5, Jsoup to 1.22.2, Logback to 1.5.34, and SLF4J to 2.0.18 (#1544)
  • Update ByteBuddy to 1.18.11 (#1543)
  • Update Bouncy Castle to 1.85 (#1548)

Fixed

  • Close ZipFile handles eagerly in ZipFileHandler to release archive files after use to restore compatibility with Windows (#1521, #1549)