dependabot[bot] opened a new pull request, #1276:
URL: https://github.com/apache/tika/pull/1276

   Bumps 
[org.eclipse.jetty:jetty-bom](https://github.com/eclipse/jetty.project) from 
9.4.51.v20230217 to 12.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse/jetty.project/releases";>org.eclipse.jetty:jetty-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>12.0.0</h2>
   <h1>Important Notes</h1>
   <ul>
   <li>New Environment System (ee10 / ee9 / ee8)</li>
   <li>Supports ee10 / ee9 / ee8 at the same time (in different deployed 
webapps)</li>
   <li>Jetty Core no longer has dependencies on any Jakarta EE Spec</li>
   </ul>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <p><a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a> 
(Christian Kohlschütter)
   <a href="https://github.com/gregpoulos";><code>@​gregpoulos</code></a> (Greg 
Poulos)</p>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10231";>#10231</a>
 - DefaultServlet no longer supports POST and OPTIONS and returns a 405 
instead</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10229";>#10229</a>
 - HttpConfiguration.setIdleTimeout() breaks long running requests</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10227";>#10227</a>
 - EE10 Unable to use Cookie attributes with 
<code>HttpServletResponse.addCookie(jakarta.servlet.http.Cookie)</code></li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10205";>#10205</a>
 - fixes for jetty 12 ee8 websocket demos</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10178";>#10178</a>
 - Fix demo-spec webapp failures</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10165";>#10165</a>
 - rename JAVAX_API to JAKARTA_API in ee9 and ee10 Source</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10155";>#10155</a>
 - EE10 Servlet include after 
<code>HttpServletResponse.getWriter().println()</code> omits 
<code>Content-Length</code> from the response</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10135";>#10135</a>
 - Websocket: Using PerMessageDeflateExtension and flush in batchMode send 
FLUSH_FRAME to client.</li>
   </ul>
   <h2>12.0.0.beta4</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10144";>#10144</a>
 - Common code and documentation for dispatched query parameters</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10141";>#10141</a>
 - welcome-file ignored on jetty12ee10 on exploded deploy, works on ee9 and 
older jettys.</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10139";>#10139</a>
 - <code>DefaultServlet</code> not working with named dispatch in Jetty-12 
EE10.</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10134";>#10134</a>
 - <code>Server.stop()</code> and 
<code>WebInfConfiguration.deconfigure()</code> can throw a 
<code>ClosedFileSystemException</code> when restoring the original base 
resource</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10131";>#10131</a>
 - Review ERROR query-string handling</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10102";>#10102</a>
 - Fixes delivery of events to <code>Response.CompleteListener</code>s.</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10090";>#10090</a>
 - Improved <code>start.jar</code> dry-run command line quoting</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10084";>#10084</a>
 - <code>ServletApiContext.getResourcePaths()</code> doesn't respect the 
spec</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10082";>#10082</a>
 - Various cleanups of <code>StringUtil</code> and <code>TypeUtil</code></li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10081";>#10081</a>
 - Fix replacement logic for <code>Configuration</code> lists</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10071";>#10071</a>
 - add <code>SizeLimitHandler</code> to Jetty-12</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10068";>#10068</a>
 - Jetty 12: instantiation of <code>HashLoginService</code></li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10061";>#10061</a>
 - Simplified <code>URLResource</code> cleaner</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9444";>#9444</a> 
- Unexpected encoding in <code>request.getPathInfo()</code> with Jetty 12 
beta0</li>
   </ul>
   <h2>12.0.0.beta3</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9988";>#9988</a> 
- Add constructors accepting the handler to wrap to all core handler 
wrappers</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9984";>#9984</a> 
- URLResource.isDirectory() throws a NullPointerException when created from a 
jar:file: URL</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9983";>#9983</a> 
- Implement quality lists for Locales</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/52d94174e2c7a6e794c6377dcf9cd3ed0b9e1806";><code>52d9417</code></a>
 Updating to version 12.0.0</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/28100e8da711e44c0722ed10bd413ae862497539";><code>28100e8</code></a>
 Reverted asciidoctorj-diagram.version to 2.2.9 to correctly generate the 
link...</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/b781a92517c43c6284bbfb29d1627209361650c4";><code>b781a92</code></a>
 Fixed javadocs generation.</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/af7127c085c842e5256e746ad93373994f5790d0";><code>af7127c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10205";>#10205</a>
 from eclipse/jetty-12.0.x-websocket-demos</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/466b75cec2b0844b2e3e2fbbf0c41591486544cd";><code>466b75c</code></a>
 fix websocket demo for ee8 jetty-12</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/1d52c83ae2b834e642d137041e95c79570102027";><code>1d52c83</code></a>
 Merge remote-tracking branch 'origin/jetty-12.0.x' into 
jetty-12.0.x-websocke...</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/70a7a6769caa96f56cfc43c97945baa63526e64d";><code>70a7a67</code></a>
 Fix <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10229";>#10229</a>
 servlet Idle Timeout (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10233";>#10233</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/5535179134d73db797d3a19d332032f6e1622171";><code>5535179</code></a>
 Issue <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10231";>#10231</a>
 - ee10 <code>DefaultServlet</code> HTTP method support. (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10232";>#10232</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/9357c263ca984e962a64a61b3988de1236d73577";><code>9357c26</code></a>
 Issue <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10227";>#10227</a>
 - <code>HttpServletResponse.addCookie(Cookie)</code> support for Cookie 
att...</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/d3e40d86e8abeefe989e8ef9baa5818dbfba0d91";><code>d3e40d8</code></a>
 Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-12.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-bom&package-manager=maven&previous-version=9.4.51.v20230217&new-version=12.0.0)](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 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: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to