build(deps): bump org.eclipse.jetty:jetty-xml from 9.4.27.v20200227 to 10.0.15 #63

Closed
dependabot[bot] wants to merge 1 commit from dependabot/gradle/org.eclipse.jetty-jetty-xml-10.0.15 into helma-🐜
dependabot[bot] commented 2023-05-19 12:51:25 +00:00 (Migrated from github.com)

Bumps org.eclipse.jetty:jetty-xml from 9.4.27.v20200227 to 10.0.15.

Release notes

Sourced from org.eclipse.jetty:jetty-xml's releases.

10.0.15

Changelog

  • #9556 - Password Util does not ask for password
  • #9555 - General bug fixes for jetty-start
  • #9517 - Jetty 10.0.14 uses wrong pathSpec for request
  • #9501 - jetty client with proxy - ssl traffic between both proxy and servers
  • #9497 - Maven plugin add support for jar projects in :effective-web-xml
  • #9494 - Improved HttpClient TLS documentation about server host name verification
  • #9468 - Jetty 10.0.14 is less tolerant of non-compliant cookies than 10.0.13
  • #9464 - Respect expiry time of ID token
  • #9400 - Jetty logs warning with stacktrace when annotation parser encounters module-info.class file inside elasticsearch-x-content jar
  • #9309 - jetty.sh cannot handle complex Jetty properties from start.d/*.ini
  • #9237 - Decouple QTP idleTimeout from pool shrink rate
  • #6184 - Remove usages of classes associated with JEP-411 that deprecate/remove the SecurityManager from the JVM

Dependencies

  • #9610 - Bump tycho-p2-repository-plugin to 3.0.4
  • #9607 - Bump logback-core to 1.3.6
  • #9596 - Bump org.eclipse.osgi.util to 3.7.200
  • #9591 - Bump json-smart to 2.4.10
  • #9581 - Bump commons-compress to 1.23.0
  • #9575 - Bump protostream to 4.6.2.Final
  • #9574 - Bump org.eclipse.osgi to 3.18.300
  • #9558 - Bump asm.version to 9.5

10.0.14

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9344 - Cleanup Multipart handling for CVE-2023-26048
  • #9343 - URI Host Mismatch with optional Compliance modes
  • #9339 - Cleanup Cookie Cutter handling for CVE-2023-26049
  • #9337 - LowResourceMonitor.getReasons should include detailed reason instead of hard-coded message (@​jluehe)
  • #9334 - Better support for Cookie RFC 2965 compliance
  • #9285 - ContextHandler sends redirect on BaseResponse instead of Wrapped Response object from Handler chain
  • #9283 - Configurable Unsafe Host Header Behaviors
  • #9188 - Log as info exceptions from server after sending stop with StopMojo.
  • #9183 - ConnectHandler may close the connection instead of sending 200 OK
  • #9128 - Do not execute any phase for maven plugin :start (@​pzygielo)
  • #9119 - Wrong value of javax.servlet.forward.context_path attribute
  • #9092 - Use ASM Bom

... (truncated)

Commits
  • 68017db Updating to version 10.0.15
  • 24b7d06 Issue #9464 - Add optional configuration to log user out after OpenID idToken...
  • 81efae2 jetty-start cleanup (#9555)
  • 2c61011 Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from … (#9616)
  • 795315f Merge pull request #9531 from eclipse/jetty-10.0.x-multiPartTestImprovment
  • 3e42cbf Fixes #9556 - Better prompt for input on Password (#9557)
  • 9ff24ea #9622 replace wait loops with awaitility and ensure the tested values are sta...
  • 642ce81 Update README about build tools (#9545)
  • a87784c Merge pull request #9585 from eclipse/dependabot/maven/jetty-10.0.x/maven.sur...
  • 7c03051 Merge pull request #9575 from eclipse/dependabot/maven/jetty-10.0.x/org.infin...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [org.eclipse.jetty:jetty-xml](https://github.com/eclipse/jetty.project) from 9.4.27.v20200227 to 10.0.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">org.eclipse.jetty:jetty-xml'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.27.v20200227...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-xml&package-manager=gradle&previous-version=9.4.27.v20200227&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>
p3k commented 2023-05-19 13:33:19 +00:00 (Migrated from github.com)

Build fails with exception:

/Users/tobi/Desktop/helma/build/src/main/java/helma/main/JettyServer.java:50: error: incompatible types: URL cannot be converted to Resource
            XmlConfiguration config = new XmlConfiguration(url);
Build fails with exception: ```java /Users/tobi/Desktop/helma/build/src/main/java/helma/main/JettyServer.java:50: error: incompatible types: URL cannot be converted to Resource XmlConfiguration config = new XmlConfiguration(url); ```
dependabot[bot] commented 2023-08-08 09:34:26 +00:00 (Migrated from github.com)

Superseded by #67.

Superseded by #67.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/helma#63
No description provided.