dependabot[bot] opened a new pull request, #6822: URL: https://github.com/apache/camel-quarkus/pull/6822
Bumps `quarkiverse-cxf.version` from 3.16.1 to 3.17.0. Updates `io.quarkiverse.cxf:quarkus-cxf-bom` from 3.16.1 to 3.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkiverse-cxf/releases">io.quarkiverse.cxf:quarkus-cxf-bom's releases</a>.</em></p> <blockquote> <h2>3.17.0</h2> <h2>What's Changed</h2> <ul> <li>Do not run Build and CodeQL workflows on Prerelease, Speedup await-release-on-central job by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1573">quarkiverse/quarkus-cxf#1573</a></li> <li>fix(deps): update dependency com.fasterxml.woodstox:woodstox-core 7.0.0 -> 7.1.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1561">quarkiverse/quarkus-cxf#1561</a></li> <li>3.16.0 release notes by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1574">quarkiverse/quarkus-cxf#1574</a></li> <li>Edit Release Notes by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1576">quarkiverse/quarkus-cxf#1576</a></li> <li>chore(deps): update quarkus-antora.version 0.2.0 -> 0.3.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1577">quarkiverse/quarkus-cxf#1577</a></li> <li>fix(deps): update quarkus.version 3.16.0 -> 3.16.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1562">quarkiverse/quarkus-cxf#1562</a></li> <li>Upgrade to Quarkus 3.16.2 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1584">quarkiverse/quarkus-cxf#1584</a></li> <li>chore(deps): update maven-surefire-plugin.version 3.5.1 -> 3.5.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1578">quarkiverse/quarkus-cxf#1578</a></li> <li>chore(deps): update dependency org.codehaus.groovy:groovy-all 3.0.22 -> 3.0.23 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1586">quarkiverse/quarkus-cxf#1586</a></li> <li>Remove findbugs exclusion since it is needed by quarkus-grpc-common by <a href="https://github.com/zhfeng"><code>@zhfeng</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1587">quarkiverse/quarkus-cxf#1587</a></li> <li>Workaround for the bad initialization of HTTPTransportFactory.forceURLConnectionConduit in downstream CXF builds by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1588">quarkiverse/quarkus-cxf#1588</a></li> <li>3.15.3 release notes by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1592">quarkiverse/quarkus-cxf#1592</a></li> <li>chore(deps): update quarkus.version 3.16.2 -> 3.16.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1583">quarkiverse/quarkus-cxf#1583</a></li> <li>Upgrade to Quarkus 3.17.0.CR1 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1597">quarkiverse/quarkus-cxf#1597</a></li> <li>VertxHttpClientHTTPConduit does not send chatset in Content-Type by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1600">quarkiverse/quarkus-cxf#1600</a></li> <li>NullPointerException: HttpClientPool in org.apache.cxf.Bus using VertxHttpClientHTTPConduitFactory by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1598">quarkiverse/quarkus-cxf#1598</a></li> <li>VertxHttpClientHTTPConduit asynchronous mode by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1605">quarkiverse/quarkus-cxf#1605</a></li> <li>Do not swallow the exception when piping the response by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1611">quarkiverse/quarkus-cxf#1611</a></li> <li>VertxHttpClientHTTPConduit-backed client hangs when receiving large responses under load by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1614">quarkiverse/quarkus-cxf#1614</a></li> <li>Support HTTP redirects with VertxHttpClientHTTPConduit by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1617">quarkiverse/quarkus-cxf#1617</a></li> <li>Trigger release 3.17.0 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1618">quarkiverse/quarkus-cxf#1618</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-cxf/compare/3.16.1...3.17.0">https://github.com/quarkiverse/quarkus-cxf/compare/3.16.1...3.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/841f5ba467c7e724ad0ecdeb5140c15eca4acabe"><code>841f5ba</code></a> [maven-release-plugin] prepare release 3.17.0</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/71469956b78be59d16e509895737efeb96b9b9ca"><code>7146995</code></a> Update the latest release version 3.17.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/93ea8f883b7338b13299049dd8865d4893711a4b"><code>93ea8f8</code></a> Trigger release 3.17.0</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/2ab688453db7a86c2cd17040e9b82a0b3720e294"><code>2ab6884</code></a> Support HTTP redirects with VertxHttpClientHTTPConduit, fix <a href="https://redirect.github.com/quarkiverse/quarkiverse-cxf/issues/1609">#1609</a></li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/0e78651479add8def30472b697faf8eed8d0a230"><code>0e78651</code></a> VertxHttpClientHTTPConduit-backed client hangs when receiving large</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/2758acd5c383dc470dba420bf76e37ca450a4239"><code>2758acd</code></a> chore(deps): update dependency io.quarkus:quarkus-enforcer-rules 3.17.0.cr1 -...</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/f94446721b326e8921abdfdf99310f1a567f5cd8"><code>f944467</code></a> Do not swallow the exception when piping the response</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/67d849324cadcd3ecd5a7861f2942a5a24f62b49"><code>67d8493</code></a> VertxHttpClientHTTPConduit asynchronous mode, fix <a href="https://redirect.github.com/quarkiverse/quarkiverse-cxf/issues/1447">#1447</a></li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/1b1ce02f61ca614fbe151eec38ab1a62e07d76e9"><code>1b1ce02</code></a> Temporary workaround for</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/cf28c8c9dee6ebf178d3959610be35893000c000"><code>cf28c8c</code></a> NullPointerException: HttpClientPool in org.apache.cxf.Bus using VertxHttpCli...</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkiverse-cxf/compare/3.16.1...3.17.0">compare view</a></li> </ul> </details> <br /> Updates `io.quarkiverse.cxf:quarkus-cxf-bom-test` from 3.16.1 to 3.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkiverse-cxf/releases">io.quarkiverse.cxf:quarkus-cxf-bom-test's releases</a>.</em></p> <blockquote> <h2>3.17.0</h2> <h2>What's Changed</h2> <ul> <li>Do not run Build and CodeQL workflows on Prerelease, Speedup await-release-on-central job by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1573">quarkiverse/quarkus-cxf#1573</a></li> <li>fix(deps): update dependency com.fasterxml.woodstox:woodstox-core 7.0.0 -> 7.1.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1561">quarkiverse/quarkus-cxf#1561</a></li> <li>3.16.0 release notes by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1574">quarkiverse/quarkus-cxf#1574</a></li> <li>Edit Release Notes by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1576">quarkiverse/quarkus-cxf#1576</a></li> <li>chore(deps): update quarkus-antora.version 0.2.0 -> 0.3.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1577">quarkiverse/quarkus-cxf#1577</a></li> <li>fix(deps): update quarkus.version 3.16.0 -> 3.16.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1562">quarkiverse/quarkus-cxf#1562</a></li> <li>Upgrade to Quarkus 3.16.2 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1584">quarkiverse/quarkus-cxf#1584</a></li> <li>chore(deps): update maven-surefire-plugin.version 3.5.1 -> 3.5.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1578">quarkiverse/quarkus-cxf#1578</a></li> <li>chore(deps): update dependency org.codehaus.groovy:groovy-all 3.0.22 -> 3.0.23 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1586">quarkiverse/quarkus-cxf#1586</a></li> <li>Remove findbugs exclusion since it is needed by quarkus-grpc-common by <a href="https://github.com/zhfeng"><code>@zhfeng</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1587">quarkiverse/quarkus-cxf#1587</a></li> <li>Workaround for the bad initialization of HTTPTransportFactory.forceURLConnectionConduit in downstream CXF builds by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1588">quarkiverse/quarkus-cxf#1588</a></li> <li>3.15.3 release notes by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1592">quarkiverse/quarkus-cxf#1592</a></li> <li>chore(deps): update quarkus.version 3.16.2 -> 3.16.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1583">quarkiverse/quarkus-cxf#1583</a></li> <li>Upgrade to Quarkus 3.17.0.CR1 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1597">quarkiverse/quarkus-cxf#1597</a></li> <li>VertxHttpClientHTTPConduit does not send chatset in Content-Type by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1600">quarkiverse/quarkus-cxf#1600</a></li> <li>NullPointerException: HttpClientPool in org.apache.cxf.Bus using VertxHttpClientHTTPConduitFactory by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1598">quarkiverse/quarkus-cxf#1598</a></li> <li>VertxHttpClientHTTPConduit asynchronous mode by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1605">quarkiverse/quarkus-cxf#1605</a></li> <li>Do not swallow the exception when piping the response by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1611">quarkiverse/quarkus-cxf#1611</a></li> <li>VertxHttpClientHTTPConduit-backed client hangs when receiving large responses under load by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1614">quarkiverse/quarkus-cxf#1614</a></li> <li>Support HTTP redirects with VertxHttpClientHTTPConduit by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1617">quarkiverse/quarkus-cxf#1617</a></li> <li>Trigger release 3.17.0 by <a href="https://github.com/ppalaga"><code>@ppalaga</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-cxf/pull/1618">quarkiverse/quarkus-cxf#1618</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-cxf/compare/3.16.1...3.17.0">https://github.com/quarkiverse/quarkus-cxf/compare/3.16.1...3.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/841f5ba467c7e724ad0ecdeb5140c15eca4acabe"><code>841f5ba</code></a> [maven-release-plugin] prepare release 3.17.0</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/71469956b78be59d16e509895737efeb96b9b9ca"><code>7146995</code></a> Update the latest release version 3.17.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/93ea8f883b7338b13299049dd8865d4893711a4b"><code>93ea8f8</code></a> Trigger release 3.17.0</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/2ab688453db7a86c2cd17040e9b82a0b3720e294"><code>2ab6884</code></a> Support HTTP redirects with VertxHttpClientHTTPConduit, fix <a href="https://redirect.github.com/quarkiverse/quarkiverse-cxf/issues/1609">#1609</a></li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/0e78651479add8def30472b697faf8eed8d0a230"><code>0e78651</code></a> VertxHttpClientHTTPConduit-backed client hangs when receiving large</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/2758acd5c383dc470dba420bf76e37ca450a4239"><code>2758acd</code></a> chore(deps): update dependency io.quarkus:quarkus-enforcer-rules 3.17.0.cr1 -...</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/f94446721b326e8921abdfdf99310f1a567f5cd8"><code>f944467</code></a> Do not swallow the exception when piping the response</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/67d849324cadcd3ecd5a7861f2942a5a24f62b49"><code>67d8493</code></a> VertxHttpClientHTTPConduit asynchronous mode, fix <a href="https://redirect.github.com/quarkiverse/quarkiverse-cxf/issues/1447">#1447</a></li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/1b1ce02f61ca614fbe151eec38ab1a62e07d76e9"><code>1b1ce02</code></a> Temporary workaround for</li> <li><a href="https://github.com/quarkiverse/quarkus-cxf/commit/cf28c8c9dee6ebf178d3959610be35893000c000"><code>cf28c8c</code></a> NullPointerException: HttpClientPool in org.apache.cxf.Bus using VertxHttpCli...</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkiverse-cxf/compare/3.16.1...3.17.0">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> -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org