dependabot[bot] opened a new pull request, #2537: URL: https://github.com/apache/tika/pull/2537
Bumps [org.netpreserve:jwarc](https://github.com/iipc/jwarc) from 0.33.0 to 0.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/iipc/jwarc/releases">org.netpreserve:jwarc's releases</a>.</em></p> <blockquote> <h2>v0.34.0</h2> <p>Run the <a href="https://github.com/iipc/jwarc/releases/download/v0.34.0/jwarc-0.34.0.jar">jar</a>: <code>java -jar jwarc-0.34.0.jar</code> Or the <a href="https://hub.docker.com/r/iipc/jwarc">container</a>: <code>docker run -it --rm iipc/jwarc:0.34.0</code> Or add a Maven dependency:</p> <pre lang="xml"><code><dependency> <groupId>org.netpreserve</groupId> <artifactId>jwarc</artifactId> <version>0.34.0</version> </dependency> </code></pre> <h3>New features</h3> <ul> <li>Added <code>view</code> command: interactive TUI for exploring WARC files <ul> <li>view captures, WARC and HTTP headers</li> <li>filter captures by type, status, method or url</li> <li>save payload to a file, open in browser or external editor</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>HttpParser: lenient mode now accepts "0" as a status code for compatibility with Browsertrix WARCs</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/iipc/jwarc/blob/master/CHANGELOG.md">org.netpreserve:jwarc's changelog</a>.</em></p> <blockquote> <h2>0.34.0 (2026-01-15)</h2> <h3>New features</h3> <ul> <li>Added <code>view</code> command: interactive TUI for exploring WARC files <ul> <li>view captures, WARC and HTTP headers</li> <li>filter captures by type, status, method or url</li> <li>save payload to a file, open in browser or external editor</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>HttpParser: lenient mode now accepts "0" as a status code for compatibility with Browsertrix WARCs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iipc/jwarc/commit/a612b0ab17be778a01dbfe7a8634d9cf6ca7c39c"><code>a612b0a</code></a> [maven-release-plugin] prepare release v0.34.0</li> <li><a href="https://github.com/iipc/jwarc/commit/a43ca3eee246a91881b8166400cebc8f589d31b5"><code>a43ca3e</code></a> Update CHANGELOG for 0.34.0 release</li> <li><a href="https://github.com/iipc/jwarc/commit/55ebdfb26dc1c1fc72435db9db7c3c303b9e7241"><code>55ebdfb</code></a> HttpParser lenient: handle status codes like "0"</li> <li><a href="https://github.com/iipc/jwarc/commit/b0d0fcce2486e1a741c1bf83b67b32504c82965a"><code>b0d0fcc</code></a> JsonPagesWriter and WaczWriter: use Instant for timestamps in addPage method</li> <li><a href="https://github.com/iipc/jwarc/commit/e1130464bacd95c9167f6f10deeb0373c954eb13"><code>e113046</code></a> WaczWriter: add support for generating pages.jsonl</li> <li><a href="https://github.com/iipc/jwarc/commit/efb1662784d31efd18a1485bd52f057e5bf9052f"><code>efb1662</code></a> ViewTool: add save and editor support for metadata records</li> <li><a href="https://github.com/iipc/jwarc/commit/c8831571c2e788508cff8f533b2a23246cbf2c1f"><code>c883157</code></a> ViewTool: rename 'edit' to 'editor' in command menu</li> <li><a href="https://github.com/iipc/jwarc/commit/4e036ae12a126445ee07bddc8a221efdc8a418c8"><code>4e036ae</code></a> ViewTool: run WarcServer thread as daemon</li> <li><a href="https://github.com/iipc/jwarc/commit/53d8b728330c367c2b8626ef941e350e83d8cb36"><code>53d8b72</code></a> ViewTool: open a fresh WarcReader for payloads</li> <li><a href="https://github.com/iipc/jwarc/commit/b1eab4ab7cbdaebbafaccc7b85a78ff837789c92"><code>b1eab4a</code></a> ViewTool: add open in editor command</li> <li>Additional commits viewable in <a href="https://github.com/iipc/jwarc/compare/v0.33.0...v0.34.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
