Skip to content

Commit

Permalink
Bump jetty.version from 12.0.13 to 12.0.14 (#764)
Browse files Browse the repository at this point in the history
Bumps `jetty.version` from 12.0.13 to 12.0.14.
Updates `org.eclipse.jetty:jetty-bom` from 12.0.13 to 12.0.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-bom's
releases</a>.</em></p>
<blockquote>
<h2>12.0.14</h2>
<h1>Special Thanks to the following Eclipse Jetty community members</h1>
<ul>
<li><a href="https://github.com/kelunik"><code>@​kelunik</code></a>
(Niklas Keller)</li>
<li><a href="https://github.com/robbie01"><code>@​robbie01</code></a>
(Robbie)</li>
<li><a href="https://github.com/arsenalzp"><code>@​arsenalzp</code></a>
(Oleksandr Krutko)</li>
</ul>
<h1>Changelog</h1>
<ul>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12309">#12309</a>
- <code>SessionAuthentication._session</code> is not marked as
<code>transient</code></li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12303">#12303</a>
- Use sessionRequest for wrapping HTTP stream instead of original
Request (<a
href="https://github.com/robbie01"><code>@​robbie01</code></a>)</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12289">#12289</a>
- Improve <code>ConcurrentPool</code> concurrency</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12279">#12279</a>
- <code>org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server,
List&lt;ContextHandler&gt;, RequestLog)</code> removes handlers</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12255">#12255</a>
- Environment CookieConfig details not visible in Server Dump or
JMX</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12254">#12254</a>
- New DebugListener</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12249">#12249</a>
- HTTP/2 responses with Content-Length may have no content</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12241">#12241</a>
- Unable to Add <code>SameSite</code> Cookie Attribute Value in Jetty 12
EE8 environment with Java 17</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12239">#12239</a>
- Optimize buffer release in HttpConnection</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12227">#12227</a>
- Improve HttpConnection buffer recycling</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12047">#12047</a>
- Server should not open connectors early in start sequence (<a
href="https://github.com/kelunik"><code>@​kelunik</code></a>)</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/11298">#11298</a>
- Error 400 - Ambiguous URI Empty Segment</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/11092">#11092</a>
- Startup fails because <code>MetaInfConfiguration</code> is throwing an
exception while parsing java classpath with URIUtil when classpath
contains wildcard <code>./mypath/*</code></li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/7951">#7951</a>
- <code>OutputStreamContentProvider</code> blocks forever during an
HTTP2 upload after idle timeout is reached</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file (<a
href="https://github.com/arsenalzp"><code>@​arsenalzp</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/commit/e77516598a07cca826d27fa8a4f7c70e953921a6"><code>e775165</code></a>
Updating to version 12.0.14</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/e376b1a951bc2a552f60a364bac69d2323689cce"><code>e376b1a</code></a>
HttpURI.Mutable path changes should clear out any existing path
violations be...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/97ff5486ff35a66b6d1ffd84cd0ee35e81466801"><code>97ff548</code></a>
Jetty 12.0.x 12191 alt debug listener (<a
href="https://redirect.github.com/jetty/jetty.project/issues/12254">#12254</a>)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/a1dbb725da80489b71f527526c02643877df25a7"><code>a1dbb72</code></a>
Jetty 12.0.x add Eclipse Dash License plugin as part the build process
(<a
href="https://redirect.github.com/jetty/jetty.project/issues/12224">#12224</a>)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/11476a9f1ce1e50347dc859bcc57fc6d840c1023"><code>11476a9</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/7515">#7515</a>
- Connection limit problem for &quot;onAccepting&quot; connections.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/bcadd0a515513481114454a35fd31606b8c87abe"><code>bcadd0a</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/12265">#12265</a>
- Jetty 12.0.13 fails to start when the threadpool-all-virtual m...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/b3710025946dc44613f6effbef09f7327d42ef83"><code>b371002</code></a>
Issue <a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/03af351b146f60d7bf31ef7b8343a8741964ac02"><code>03af351</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/f4c38c433e1195667aabb10d62a4e311222814f3"><code>f4c38c4</code></a>
Issue <a
href="https://redirect.github.com/jetty/jetty.project/issues/11092">#11092</a>
- Allow MetaInfConfiguration parsing of <code>java.class.path</code> to
sup...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/09b8aacc30312e4106d886c1b9ccebacbd82250f"><code>09b8aac</code></a>
Remove jdk22 build (<a
href="https://redirect.github.com/jetty/jetty.project/issues/12314">#12314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.13...jetty-12.0.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.13 to 12.0.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty.ee10:jetty-ee10-bom's
releases</a>.</em></p>
<blockquote>
<h2>12.0.14</h2>
<h1>Special Thanks to the following Eclipse Jetty community members</h1>
<ul>
<li><a href="https://github.com/kelunik"><code>@​kelunik</code></a>
(Niklas Keller)</li>
<li><a href="https://github.com/robbie01"><code>@​robbie01</code></a>
(Robbie)</li>
<li><a href="https://github.com/arsenalzp"><code>@​arsenalzp</code></a>
(Oleksandr Krutko)</li>
</ul>
<h1>Changelog</h1>
<ul>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12309">#12309</a>
- <code>SessionAuthentication._session</code> is not marked as
<code>transient</code></li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12303">#12303</a>
- Use sessionRequest for wrapping HTTP stream instead of original
Request (<a
href="https://github.com/robbie01"><code>@​robbie01</code></a>)</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12289">#12289</a>
- Improve <code>ConcurrentPool</code> concurrency</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12279">#12279</a>
- <code>org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server,
List&lt;ContextHandler&gt;, RequestLog)</code> removes handlers</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12255">#12255</a>
- Environment CookieConfig details not visible in Server Dump or
JMX</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12254">#12254</a>
- New DebugListener</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12249">#12249</a>
- HTTP/2 responses with Content-Length may have no content</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12241">#12241</a>
- Unable to Add <code>SameSite</code> Cookie Attribute Value in Jetty 12
EE8 environment with Java 17</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12239">#12239</a>
- Optimize buffer release in HttpConnection</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12227">#12227</a>
- Improve HttpConnection buffer recycling</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/12047">#12047</a>
- Server should not open connectors early in start sequence (<a
href="https://github.com/kelunik"><code>@​kelunik</code></a>)</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/11298">#11298</a>
- Error 400 - Ambiguous URI Empty Segment</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/11092">#11092</a>
- Startup fails because <code>MetaInfConfiguration</code> is throwing an
exception while parsing java classpath with URIUtil when classpath
contains wildcard <code>./mypath/*</code></li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/7951">#7951</a>
- <code>OutputStreamContentProvider</code> blocks forever during an
HTTP2 upload after idle timeout is reached</li>
<li><a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file (<a
href="https://github.com/arsenalzp"><code>@​arsenalzp</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/commit/e77516598a07cca826d27fa8a4f7c70e953921a6"><code>e775165</code></a>
Updating to version 12.0.14</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/e376b1a951bc2a552f60a364bac69d2323689cce"><code>e376b1a</code></a>
HttpURI.Mutable path changes should clear out any existing path
violations be...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/97ff5486ff35a66b6d1ffd84cd0ee35e81466801"><code>97ff548</code></a>
Jetty 12.0.x 12191 alt debug listener (<a
href="https://redirect.github.com/jetty/jetty.project/issues/12254">#12254</a>)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/a1dbb725da80489b71f527526c02643877df25a7"><code>a1dbb72</code></a>
Jetty 12.0.x add Eclipse Dash License plugin as part the build process
(<a
href="https://redirect.github.com/jetty/jetty.project/issues/12224">#12224</a>)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/11476a9f1ce1e50347dc859bcc57fc6d840c1023"><code>11476a9</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/7515">#7515</a>
- Connection limit problem for &quot;onAccepting&quot; connections.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/bcadd0a515513481114454a35fd31606b8c87abe"><code>bcadd0a</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/12265">#12265</a>
- Jetty 12.0.13 fails to start when the threadpool-all-virtual m...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/b3710025946dc44613f6effbef09f7327d42ef83"><code>b371002</code></a>
Issue <a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/03af351b146f60d7bf31ef7b8343a8741964ac02"><code>03af351</code></a>
Fixes <a
href="https://redirect.github.com/jetty/jetty.project/issues/929">#929</a>
- Implement a utility class to save large downloads to a file.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/f4c38c433e1195667aabb10d62a4e311222814f3"><code>f4c38c4</code></a>
Issue <a
href="https://redirect.github.com/jetty/jetty.project/issues/11092">#11092</a>
- Allow MetaInfConfiguration parsing of <code>java.class.path</code> to
sup...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/09b8aacc30312e4106d886c1b9ccebacbd82250f"><code>09b8aac</code></a>
Remove jdk22 build (<a
href="https://redirect.github.com/jetty/jetty.project/issues/12314">#12314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.13...jetty-12.0.14">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 0cc710a commit 3c79e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<jakarta.jakartaee-bom.version>10.0.0</jakarta.jakartaee-bom.version>

<!-- Jakarta EE implementations -->
<jetty.version>12.0.13</jetty.version>
<jetty.version>12.0.14</jetty.version>
<jersey.version>3.1.8</jersey.version>
<jakarta.el.version>5.0.0</jakarta.el.version>
<weld-core-bom.version>5.1.3.Final</weld-core-bom.version>
Expand Down

0 comments on commit 3c79e02

Please sign in to comment.