You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/21 23:03:34 UTC

[GitHub] [directory-server] dependabot[bot] opened a new pull request, #74: Bump jetty-webapp from 9.4.48.v20220622 to 10.0.15

dependabot[bot] opened a new pull request, #74:
URL: https://github.com/apache/directory-server/pull/74

   Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.48.v20220622 to 10.0.15.
   <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>10.0.15</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9556">#9556</a> - Password Util does not ask for password</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9555">#9555</a> - General bug fixes for jetty-start</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9517">#9517</a> - Jetty 10.0.14 uses wrong pathSpec for request</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9501">#9501</a> - jetty client with proxy - ssl traffic between both proxy and servers</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9497">#9497</a> - Maven plugin add support for jar projects in <code>:effective-web-xml</code></li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9494">#9494</a> - Improved HttpClient TLS documentation about server host name verification</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9468">#9468</a> - Jetty 10.0.14 is less tolerant of non-compliant cookies than 10.0.13</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9464">#9464</a> - Respect expiry time of ID token</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9400">#9400</a> - Jetty logs warning with stacktrace when annotation parser encounters module-info.class file inside elasticsearch-x-content jar</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9309">#9309</a> - <code>jetty.sh</code> cannot handle complex Jetty properties from <code>start.d/*.ini</code></li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9237">#9237</a> - Decouple QTP <code>idleTimeout</code> from pool shrink rate</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/6184">#6184</a> - Remove usages of classes associated with <a href="https://openjdk.org/jeps/411">JEP-411</a> that deprecate/remove the SecurityManager from the JVM</li>
   </ul>
   <h1>Dependencies</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9610">#9610</a> - Bump tycho-p2-repository-plugin to 3.0.4</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9607">#9607</a> - Bump logback-core to 1.3.6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9596">#9596</a> - Bump org.eclipse.osgi.util to 3.7.200</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9591">#9591</a> - Bump json-smart to 2.4.10</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9581">#9581</a> - Bump commons-compress to 1.23.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9575">#9575</a> - Bump protostream to 4.6.2.Final</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9574">#9574</a> - Bump org.eclipse.osgi to 3.18.300</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9558">#9558</a> - Bump asm.version to 9.5</li>
   </ul>
   <h2>10.0.14</h2>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/pzygielo"><code>@​pzygielo</code></a> (Piotrek Żygieło)</li>
   <li><a href="https://github.com/jluehe"><code>@​jluehe</code></a> (jluehe)</li>
   <li><a href="https://github.com/dzoech"><code>@​dzoech</code></a> (Dominik Zöchbauer)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9344">#9344</a> - Cleanup Multipart handling for CVE-2023-26048</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9343">#9343</a> - URI Host Mismatch with optional Compliance modes</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9339">#9339</a> - Cleanup Cookie Cutter handling for CVE-2023-26049</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9337">#9337</a> - LowResourceMonitor.getReasons should include detailed reason instead of hard-coded message (<a href="https://github.com/jluehe"><code>@​jluehe</code></a>)</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9334">#9334</a> - Better support for Cookie RFC 2965 compliance</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9285">#9285</a> - ContextHandler sends redirect on BaseResponse instead of Wrapped Response object from Handler chain</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9283">#9283</a> - Configurable Unsafe Host Header Behaviors</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9188">#9188</a> - Log as info exceptions from server after sending stop with StopMojo.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9183">#9183</a> - ConnectHandler may close the connection instead of sending 200 OK</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9128">#9128</a> - Do not execute any phase for maven plugin :start (<a href="https://github.com/pzygielo"><code>@​pzygielo</code></a>)</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9119">#9119</a> - Wrong value of javax.servlet.forward.context_path attribute</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9092">#9092</a> - Use ASM Bom</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/68017dbd00236bb7e187330d7585a059610f661d"><code>68017db</code></a> Updating to version 10.0.15</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/24b7d06fd5ce5468caa3eaa93688879fb2900fda"><code>24b7d06</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/9464">#9464</a> - Add optional configuration to log user out after OpenID idToken...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/81efae2f987215ff9dc186b76efc7dc14dd64355"><code>81efae2</code></a> jetty-start cleanup (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9555">#9555</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/2c61011de1619921c55572e2372aebfdc7fd94da"><code>2c61011</code></a> Fixes <a href="https://redirect.github.com/eclipse/jetty.project/issues/6184">#6184</a> - JEP-411 will deprecate/remove the SecurityManager from … (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9616">#9616</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/795315f6ff057ac23fd3f4a5518b985cba7e1a2f"><code>795315f</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9531">#9531</a> from eclipse/jetty-10.0.x-multiPartTestImprovment</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/3e42cbfd7b6c1f3b01f1b2f09ef0c740a8840e88"><code>3e42cbf</code></a> Fixes <a href="https://redirect.github.com/eclipse/jetty.project/issues/9556">#9556</a> - Better prompt for input on Password (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9557">#9557</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9ff24ea443e9f8ce13c260d25a1b10a0400666e0"><code>9ff24ea</code></a> <a href="https://redirect.github.com/eclipse/jetty.project/issues/9622">#9622</a> replace wait loops with awaitility and ensure the tested values are sta...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/642ce818ae20a2f6b53747a560fdfa3fa2c94b0b"><code>642ce81</code></a> Update README about build tools (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9545">#9545</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a87784cf5d005d0a55fe35711acbd8c97d1a0f49"><code>a87784c</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9585">#9585</a> from eclipse/dependabot/maven/jetty-10.0.x/maven.sur...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/7c030511510f50c8d49e9faf8f6d2a16a799220d"><code>7c03051</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9575">#9575</a> from eclipse/dependabot/maven/jetty-10.0.x/org.infin...</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-10.0.15">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.4.48.v20220622&new-version=10.0.15)](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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] dependabot[bot] closed pull request #74: Bump jetty-webapp from 9.4.48.v20220622 to 10.0.15

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #74: Bump jetty-webapp from 9.4.48.v20220622 to 10.0.15
URL: https://github.com/apache/directory-server/pull/74


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] dependabot[bot] commented on pull request #74: Bump jetty-webapp from 9.4.48.v20220622 to 10.0.15

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #74:
URL: https://github.com/apache/directory-server/pull/74#issuecomment-1519423503

   OK, I won't notify you about version 10.x.x again, unless you re-open this PR. 😢


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-server] coheigea commented on pull request #74: Bump jetty-webapp from 9.4.48.v20220622 to 10.0.15

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea commented on PR #74:
URL: https://github.com/apache/directory-server/pull/74#issuecomment-1519423463

   @dependabot ignore this major version


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org