You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/04/05 09:21:44 UTC

[GitHub] [jackrabbit] dependabot[bot] opened a new pull request, #101: Bump jetty-webapp from 9.2.30.v20200428 to 9.4.34.v20201102 in /jackrabbit-parent

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

   Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.2.30.v20200428 to 9.4.34.v20201102.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-webapp's releases</a>.</em></p>
   <blockquote>
   <h2>9.4.34.v20201102</h2>
   <h1>Bugs</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5320">#5320</a> : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5521">#5521</a> : ResourceCollection NPE in list()</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5555">#5555</a> : NPE for servlet with no mapping</li>
   </ul>
   <h1>Enhancements</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5488">#5488</a> : jetty-dir.css not found when using JPMS</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5498">#5498</a> : ServletHolder lifecycle correctness</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5535">#5535</a> : Support regex in SslContextFactory include/exclude of protocols</li>
   </ul>
   <h2>9.4.33.v20201020</h2>
   <h1>Changes</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5022">#5022</a> : Cleanup ServletHandler, specifically with respect to making filter chains more extensible</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5368">#5368</a> : WebSocket text event execute in same thread as running binary event and destroy Threadlocal</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5378">#5378</a> : Filter/Servlet/Listener Holders are not started if added during STARTING state.</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5409">#5409</a> : HttpClient fails intermittently with &quot;Invalid response state TRANSIENT&quot;</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5417">#5417</a> : Badly configured HttpConfiguration.securePort can lead to wrong port produced by ForwardedHeader</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5443">#5443</a> : Request without Host header fails with NullPointerException in ForwardedRequestCustomizer</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5451">#5451</a> : Improve Working Directory creation</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5454">#5454</a> : Request error context is not reset</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5475">#5475</a> : Update to spifly 1.3.2 and asm 9</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5480">#5480</a> : NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown</li>
   </ul>
   <h2>9.4.32.v20200930</h2>
   <h2>Changelog</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/2796">#2796</a> : HTTP/2 max local stream count exceeded when request fails</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/3766">#3766</a> : Introduce HTTP/2 API to batch frames</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/3916">#3916</a> : <code>multipart/byterange</code> output is invalid to RFC7233</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4809">#4809</a> : Set a max number of requests per connection</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4824">#4824</a> : WebSocket server outgoing message queue memory growth</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4888">#4888</a> : Request getSession() method throws IllegalStateException when Session exists</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4954">#4954</a> : Simplify ability to get Byte Counts about requests</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5032">#5032</a> : Introduce Listeners to aid in tracking timings within ServletContext and WebApp</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5079">#5079</a> : <code>:authority</code> header for IPv6 address in HTTP/2 not having square brackets</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5103">#5103</a> : Proxy sets protocol version to 2.0 instead of 1.1 when accessed from H2 client</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5104">#5104</a> : AbstractProxyServlet include incorrect protocol version in Via header when accessed over H2</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5105">#5105</a> : Graceful shutdown does not wait for resumed requests</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5108">#5108</a> : Improve SessionTracker scalability</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5121">#5121</a> : Add if (LOG.isDebugEnabled()) in CompressExtension.decompress</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5122">#5122</a> : Retrieving websocket connections via jmx</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5129">#5129</a> : No jars added when using a folder in extraClasspath of the webapp context xml file</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5147">#5147</a> : Set MaxUsageCount with existing connection pool changing the behavior</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5150">#5150</a> : Zero connection timeout is not supported in HTTP client with non-blocking connect</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5152">#5152</a> : HttpClient should handle unsolicited responses</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5162">#5162</a> : DecoratingListener raises a NullPointerException</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5165">#5165</a> : Wrong messagesIn count for HttpClient</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5170">#5170</a> : NullPointerException in HttpReceiverOverHTTP during WebSocket client Upgrade</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/e46af88704a893fc12cb0e3bf46e2c7b48a009e7"><code>e46af88</code></a> Updating to version 9.4.34.v20201102</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/981b50df589903bd787865432c0ab80c3e7d22ea"><code>981b50d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5559">#5559</a> from eclipse/jetty-9.4.x-5555-NPE-NamedFilterMapping</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/12f3c450dcb11f8ce99b3beb41a04f587fd59516"><code>12f3c45</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5374">#5374</a> from eclipse/jetty-9.4.x-5320-WebSocketHttpClient</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/4c49ca5184dfc45a4e670c9d740c07e1b08792d9"><code>4c49ca5</code></a> More cleanup for <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5555">#5555</a></li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/60c56d885640db4588816b04c26e48e985f8bbd8"><code>60c56d8</code></a> changes from review</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/b77ee515a5b14435260ad914b29d2bf309694685"><code>b77ee51</code></a> Fixes <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5555">#5555</a> NPE if Filter of named servlet (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5556">#5556</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f21c606f1d202b521546d54d160663e2ad18dbbe"><code>f21c606</code></a> Fixes <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5539">#5539</a> Stats XML format</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a1b3d3319dda88399b2162c261dec68778b15715"><code>a1b3d33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5491">#5491</a> from eclipse/jetty-9.4.x-5488-jetty-dir.css</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/40acf60936174da34e7f41992a3abb2e8df7f665"><code>40acf60</code></a> Bump geronimo-annotation_1.3_spec from 1.1 to 1.3 (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5552">#5552</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/e70e995f0c451e77f49b5aec91ce760c2b0890c7"><code>e70e995</code></a> Bump openwebbeans.version from 2.0.18 to 2.0.19 (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5551">#5551</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.2.30.v20200428...jetty-9.4.34.v20201102">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-webapp&package-manager=maven&previous-version=9.2.30.v20200428&new-version=9.4.34.v20201102)](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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/jackrabbit/network/alerts).
   
   </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-unsubscribe@jackrabbit.apache.org

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


[GitHub] [jackrabbit] dependabot[bot] commented on pull request #101: Bump jetty-webapp from 9.2.30.v20200428 to 9.4.34.v20201102 in /jackrabbit-parent

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #101:
URL: https://github.com/apache/jackrabbit/pull/101#issuecomment-1088474967

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@jackrabbit.apache.org

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


[GitHub] [jackrabbit] reschke closed pull request #101: Bump jetty-webapp from 9.2.30.v20200428 to 9.4.34.v20201102 in /jackrabbit-parent

Posted by GitBox <gi...@apache.org>.
reschke closed pull request #101: Bump jetty-webapp from 9.2.30.v20200428 to 9.4.34.v20201102 in /jackrabbit-parent
URL: https://github.com/apache/jackrabbit/pull/101


-- 
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-unsubscribe@jackrabbit.apache.org

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