Skip to content

Commit

Permalink
Bump jetty.version from 12.0.5 to 12.0.6 (#582)
Browse files Browse the repository at this point in the history
Bumps `jetty.version` from 12.0.5 to 12.0.6.
Updates `org.eclipse.jetty:jetty-bom` from 12.0.5 to 12.0.6
<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.6</h2>
<h1>Special Thanks to the following Eclipse Jetty community members</h1>
<ul>
<li><a
href="https://github.com/LoggingResearch"><code>@​LoggingResearch</code></a>
(LoggingResearch)</li>
</ul>
<h1>Changelog</h1>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/issues/11329">#11329</a>
- Jetty 11-&gt;12 migration guide has incorrect new artifact names</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11317">#11317</a>
- Cleanup usages of <code>addBean(Object)</code> from constructors</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11312">#11312</a>
- baseResource/resourceBase is no longer extracted from
ServletContext</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11309">#11309</a>
- ensure callback is always completed in WebSocketCoreSession</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11303">#11303</a>
- <code>JettyWebSocketFrameHandler</code> incorrectly relies on
<code>autoDemand</code> when handlers are not registered</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11299">#11299</a>
- EE8/9 <code>DefaultServlet.doPost()</code> doesn't behave like Jetty
10/11</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11296">#11296</a>
- AbstractLoginModule porting issue</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11290">#11290</a>
- HTTP 400 and NPE in HttpParser for blank header value in Jetty
12.x</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11288">#11288</a>
- Fixes for Spring core integration</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11282">#11282</a>
- Deadlocks with DEBUG logging enabled in jetty-server testing</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11281">#11281</a>
- Failed LOG.debug() with MultiPart</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11280">#11280</a>
- EE10 OSGi Boot invalid jetty.xml Handler configuration</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11275">#11275</a>
- Jakarta websocket <a
href="https://github.com/OnMessage"><code>@​OnMessage</code></a> with
Reader parameter stops working when there is an unhandled exception</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11262">#11262</a>
- Correct some javadoc typos</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11259">#11259</a>
- HTTP/2 connection not closed after idle timeout when TCP
congested</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11253">#11253</a>
- Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie,
and Multipart violations.</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11230">#11230</a>
- Problem with parsing of form parameters without values in Jetty
12?</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11228">#11228</a>
- Reorganized and refactored JettyHomeTester to introduce
JPMSTester.</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11220">#11220</a>
- ContextHandler(anyHandler) NPE during .<!-- raw HTML omitted -->
logging 'because &quot;this._vhosts&quot; is null'</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11098">#11098</a>
- Sporadic NPE in ArrayByteBufferPool.evict()</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11096">#11096</a>
- IllegalAccessException when invoking WebSocket end point methods in
Jetty 12</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11095">#11095</a>
- throws IllegalStateException for completed requests when Gzip Handler
is used</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11081">#11081</a>
- Dropped WebSocket messages due to race condition in WebSocket frame
handling</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11080">#11080</a>
- Google Cloud: during Multipart - java.lang.IllegalArgumentException:
Cannot create chunk from non-retainable ContentChunk</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/10220">#10220</a>
- Implement CrossOriginHandler</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/commit/78ab6e6ba163f89cdd97f2ae0283fbb5e371cfaf"><code>78ab6e6</code></a>
Updating to version 12.0.6</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/275fcb2451794a1732e15d4ad374f92b73d421a6"><code>275fcb2</code></a>
Merge pull request <a
href="https://github.com/jetty/jetty.project/issues/11352">#11352</a>
from jetty/fix/jetty-12.0.x-11349-merge-from-11</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/b87556bcac71eb13673c696403fc8626ba12ee88"><code>b87556b</code></a>
Reverting extraneous version updates from merge (we'll do those
separately)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/58eaa5f45aaf1f970d61bad3b61e5a43d821172d"><code>58eaa5f</code></a>
Merge remote-tracking branch 'origin/jetty-11.0.x' into
fix/jetty-12.0.x-1134...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/0b587f6e1e3098cec380276157791d7c990bb1b7"><code>0b587f6</code></a>
Merge remote-tracking branch 'origin/jetty-10.0.x' into
jetty-11.0.x</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/c5a73c52f1847d8b8a122e455156d7dd16b25b39"><code>c5a73c5</code></a>
<a
href="https://github.com/jetty/jetty.project/issues/11349">#11349</a>
update to quiche version 0.20.0</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/554d5b19d58a865e0537770882ca87ee7cd05e53"><code>554d5b1</code></a>
Issue <a
href="https://github.com/jetty/jetty.project/issues/11275">#11275</a>
- explicitly close websocket endpoint after error from Dispatche...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/a33dd59b214fb77cae43367e695e2fe078616c31"><code>a33dd59</code></a>
Fixes <a
href="https://github.com/jetty/jetty.project/issues/11339">#11339</a>
- Content-type additional parameters.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/51824f645b09c5cefa3b3e5cc04800a1e24d40a3"><code>51824f6</code></a>
Merge branch 'jetty-12.0.x' of github.com:jetty/jetty.project into
jetty-12.0.x</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/64964b669dc9dae678900ed317dfe9104a4857a1"><code>64964b6</code></a>
Adding prefix configuration to dependabot</li>
<li>Additional commits viewable in <a
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.5...jetty-12.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.5 to 12.0.6
<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.6</h2>
<h1>Special Thanks to the following Eclipse Jetty community members</h1>
<ul>
<li><a
href="https://github.com/LoggingResearch"><code>@​LoggingResearch</code></a>
(LoggingResearch)</li>
</ul>
<h1>Changelog</h1>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/issues/11329">#11329</a>
- Jetty 11-&gt;12 migration guide has incorrect new artifact names</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11317">#11317</a>
- Cleanup usages of <code>addBean(Object)</code> from constructors</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11312">#11312</a>
- baseResource/resourceBase is no longer extracted from
ServletContext</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11309">#11309</a>
- ensure callback is always completed in WebSocketCoreSession</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11303">#11303</a>
- <code>JettyWebSocketFrameHandler</code> incorrectly relies on
<code>autoDemand</code> when handlers are not registered</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11299">#11299</a>
- EE8/9 <code>DefaultServlet.doPost()</code> doesn't behave like Jetty
10/11</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11296">#11296</a>
- AbstractLoginModule porting issue</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11290">#11290</a>
- HTTP 400 and NPE in HttpParser for blank header value in Jetty
12.x</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11288">#11288</a>
- Fixes for Spring core integration</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11282">#11282</a>
- Deadlocks with DEBUG logging enabled in jetty-server testing</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11281">#11281</a>
- Failed LOG.debug() with MultiPart</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11280">#11280</a>
- EE10 OSGi Boot invalid jetty.xml Handler configuration</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11275">#11275</a>
- Jakarta websocket <a
href="https://github.com/OnMessage"><code>@​OnMessage</code></a> with
Reader parameter stops working when there is an unhandled exception</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11262">#11262</a>
- Correct some javadoc typos</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11259">#11259</a>
- HTTP/2 connection not closed after idle timeout when TCP
congested</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11253">#11253</a>
- Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie,
and Multipart violations.</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11230">#11230</a>
- Problem with parsing of form parameters without values in Jetty
12?</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11228">#11228</a>
- Reorganized and refactored JettyHomeTester to introduce
JPMSTester.</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11220">#11220</a>
- ContextHandler(anyHandler) NPE during .<!-- raw HTML omitted -->
logging 'because &quot;this._vhosts&quot; is null'</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11098">#11098</a>
- Sporadic NPE in ArrayByteBufferPool.evict()</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11096">#11096</a>
- IllegalAccessException when invoking WebSocket end point methods in
Jetty 12</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11095">#11095</a>
- throws IllegalStateException for completed requests when Gzip Handler
is used</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11081">#11081</a>
- Dropped WebSocket messages due to race condition in WebSocket frame
handling</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/11080">#11080</a>
- Google Cloud: during Multipart - java.lang.IllegalArgumentException:
Cannot create chunk from non-retainable ContentChunk</li>
<li><a
href="https://github.com/jetty/jetty.project/issues/10220">#10220</a>
- Implement CrossOriginHandler</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jetty/jetty.project/commit/78ab6e6ba163f89cdd97f2ae0283fbb5e371cfaf"><code>78ab6e6</code></a>
Updating to version 12.0.6</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/275fcb2451794a1732e15d4ad374f92b73d421a6"><code>275fcb2</code></a>
Merge pull request <a
href="https://github.com/jetty/jetty.project/issues/11352">#11352</a>
from jetty/fix/jetty-12.0.x-11349-merge-from-11</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/b87556bcac71eb13673c696403fc8626ba12ee88"><code>b87556b</code></a>
Reverting extraneous version updates from merge (we'll do those
separately)</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/58eaa5f45aaf1f970d61bad3b61e5a43d821172d"><code>58eaa5f</code></a>
Merge remote-tracking branch 'origin/jetty-11.0.x' into
fix/jetty-12.0.x-1134...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/0b587f6e1e3098cec380276157791d7c990bb1b7"><code>0b587f6</code></a>
Merge remote-tracking branch 'origin/jetty-10.0.x' into
jetty-11.0.x</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/c5a73c52f1847d8b8a122e455156d7dd16b25b39"><code>c5a73c5</code></a>
<a
href="https://github.com/jetty/jetty.project/issues/11349">#11349</a>
update to quiche version 0.20.0</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/554d5b19d58a865e0537770882ca87ee7cd05e53"><code>554d5b1</code></a>
Issue <a
href="https://github.com/jetty/jetty.project/issues/11275">#11275</a>
- explicitly close websocket endpoint after error from Dispatche...</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/a33dd59b214fb77cae43367e695e2fe078616c31"><code>a33dd59</code></a>
Fixes <a
href="https://github.com/jetty/jetty.project/issues/11339">#11339</a>
- Content-type additional parameters.</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/51824f645b09c5cefa3b3e5cc04800a1e24d40a3"><code>51824f6</code></a>
Merge branch 'jetty-12.0.x' of github.com:jetty/jetty.project into
jetty-12.0.x</li>
<li><a
href="https://github.com/jetty/jetty.project/commit/64964b669dc9dae678900ed317dfe9104a4857a1"><code>64964b6</code></a>
Adding prefix configuration to dependabot</li>
<li>Additional commits viewable in <a
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.5...jetty-12.0.6">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 Feb 9, 2024
1 parent b9ee4c1 commit 60d15ca
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 @@ -24,7 +24,7 @@
<!-- Java Enterprise -->
<jakarta.jakartaee-bom.version>10.0.0</jakarta.jakartaee-bom.version>

<jetty.version>12.0.5</jetty.version>
<jetty.version>12.0.6</jetty.version>
<jersey.version>3.1.5</jersey.version>

<logback.version>1.4.14</logback.version>
Expand Down

0 comments on commit 60d15ca

Please sign in to comment.