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

   Bumps 
[org.eclipse.jetty:jetty-bom](https://github.com/eclipse/jetty.project) from 
10.0.15 to 12.0.1.
   <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.1</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)
   <ul>
   <li>See <a 
href="https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12";>Jetty
 11 to 12 Migration Docs</a> for help finding the new maven coordinates for EE 
specific artifacts.</li>
   </ul>
   </li>
   <li>Jetty Core no longer has dependencies on any Jakarta EE Spec</li>
   </ul>
   <h2>Special Thanks to the following Eclipse Jetty community members</h2>
   <ul>
   <li><a 
href="https://github.com/zugazagoitia";><code>@​zugazagoitia</code></a> (Alberto 
Zugazagoitia)</li>
   </ul>
   <h2>Changelog</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10420";>#10420</a>
 - do not recycle ServletChannel if aborted</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10416";>#10416</a>
 - EE9 Copies HttpFields in response</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10411";>#10411</a>
 - Review deployment of Jetty Context XML files</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10406";>#10406</a>
 - Bump jetty-setuid to 2.0.1</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10388";>#10388</a>
 - Jetty10 inetaccess mod started error</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10383";>#10383</a>
 - Unsuppressed exceptions from  EE10 ServletTest</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10356";>#10356</a>
 - Deploying WAR with <code>ee10-cdi-spi</code> fails with Weld 5/CDI 4</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10353";>#10353</a>
 - Questions about porting WebSocket APIs to jetty-core 12</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10349";>#10349</a>
 - Character encoding is reset when setting Content-Type</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10340";>#10340</a>
 - Implement containsLast in HttpFields</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10339";>#10339</a>
 - Freeze HttpFields</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10337";>#10337</a>
 - SizeLimitHandler does not enforce 0 responseLimit</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10323";>#10323</a>
 - Jetty 12.0.0 return wrong value for 
HttpServletRequest.isRequestedSessionIdValid</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10315";>#10315</a>
 - ServletInputStream::isReady results in IllegalArgumentException</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10309";>#10309</a>
 - Jetty 12: X-Powered-By header is added 2 times (if enabled)</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10306";>#10306</a>
 - Jetty 12 generates wrong Host header</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10295";>#10295</a>
 - FormAuthenticator does not dispatch to an error page but redirect</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10294";>#10294</a>
 - Request.getContext().getContextPath()</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10284";>#10284</a>
 - Document all HttpFields methods</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10275";>#10275</a>
 - Fix wrong websocket artifact Jetty 12.x docs (<a 
href="https://github.com/zugazagoitia";><code>@​zugazagoitia</code></a>)</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10274";>#10274</a>
 - java.nio.file.FileSystemNotFoundException when creating a resource from a 
JAR URL</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10222";>#10222</a>
 - Experiment/12/improve default servlet</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10217";>#10217</a>
 - Review ProxyConnectionFactory buffer management</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10213";>#10213</a>
 - UnknownFormatConversionException in <code>start.jar --debug</code> if path 
has <code>%</code> sign</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10207";>#10207</a>
 - Update failed JSP deployment message</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10163";>#10163</a>
 - Allow better configuration of WebAppContext classloader</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10064";>#10064</a>
 - Various Cleanup in ServletChannel</li>
   <li><a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9169";>#9169</a> 
- Idle timeout is ignored if callback is not completed</li>
   </ul>
   <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)
   <ul>
   <li>See <a 
href="https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12";>Jetty
 11 to 12 Migration Docs</a> for help finding the new maven coordinates for EE 
specific artifacts.</li>
   </ul>
   </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/476874584943daf3041eb0ca584d4de3a87f19fd";><code>4768745</code></a>
 Updating to version 12.0.1</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/33e91427e25208a451ddd4fbc94164dd9ded8f28";><code>33e9142</code></a>
 Fixing release-jetty.sh</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/c638753b8d821c9af26ddd78ced74e3136e2cb4c";><code>c638753</code></a>
 Fixes <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10293";>#10293</a>
 - Improve documentation on how to write a response body in Jetty...</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/d3cd69be6820142f56200ccf98573a1a86a01be2";><code>d3cd69b</code></a>
 Fix <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10411";>#10411</a>
 default environment (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10415";>#10415</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/67ecd9f4a35a5fef37d31ff99f7fd99f2b2676ee";><code>67ecd9f</code></a>
 <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9900";>#9900</a> 
handle review comments</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/4757333ed5a4730370f3e81112f277793b57a2d5";><code>4757333</code></a>
 <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9900";>#9900</a> 
accurate implementation of Request.getBeginNanoTime() for FCGI</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/7b136875141c765c4929fe371a31c72a6f8ca786";><code>7b13687</code></a>
 need to be in a PR to use pullRequest field (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10430";>#10430</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/d6a022686602bb9f06a1074b9bd879f89afbb325";><code>d6a0226</code></a>
 Fix <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/9169";>#9169</a> 
refine idle timeout and failure (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10418";>#10418</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/5808a62660262e0f7b0dd78f4a1465f68541e581";><code>5808a62</code></a>
 Issue <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10356";>#10356</a>
 Update Weld integration (<a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10359";>#10359</a>)</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/155137605a36dcf964d7a7466ff7e480a92319fa";><code>1551376</code></a>
 <a 
href="https://redirect.github.com/eclipse/jetty.project/issues/10226";>#10226</a>
 disable client leak tracking for H1 transports</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse/jetty.project/compare/jetty-10.0.15...jetty-12.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | org.eclipse.jetty:jetty-bom | [>= 11.a, < 12] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-bom&package-manager=maven&previous-version=10.0.15&new-version=12.0.1)](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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to