dependabot[bot] opened a new pull request, #2909: URL: https://github.com/apache/cxf/pull/2909
Bumps `cxf.openfeign.version` from 13.8.1 to 13.9. Updates `io.github.openfeign:feign-core` from 13.8.1 to 13.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openfeign/feign/releases">io.github.openfeign:feign-core's releases</a>.</em></p> <blockquote> <h2>OpenFeign 13.9</h2> <h2>What's Changed</h2> <ul> <li>fix: unwrap single object from GraphQL array response by <a href="https://github.com/velo"><code>@velo</code></a> in <a href="https://redirect.github.com/OpenFeign/feign/pull/3234">OpenFeign/feign#3234</a> <ul> <li>When a GraphQL query returns an array type but the Java method declares a single return type (not <code>List<T></code>), the decoder now automatically unwraps the first element</li> <li>Added <code>Optional<T></code> return type support for GraphQL queries</li> </ul> </li> <li>fix: exclude example modules from release deploy by <a href="https://github.com/velo"><code>@velo</code></a></li> <li>fix: use --serial for mvnd release deploy to prevent partial publishes by <a href="https://github.com/velo"><code>@velo</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/OpenFeign/feign/compare/13.8.1...13.9">https://github.com/OpenFeign/feign/compare/13.8.1...13.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenFeign/feign/commit/010494bc25a6181c64aa44d162092eddaac21796"><code>010494b</code></a> fix: exclude example modules from release deploy</li> <li><a href="https://github.com/OpenFeign/feign/commit/8f8be54364febcee522a254fdce1c46b2e0be6e5"><code>8f8be54</code></a> prepare release 13.9</li> <li><a href="https://github.com/OpenFeign/feign/commit/e9d0ca010344c0a52f4725ba832ac40d4e17e429"><code>e9d0ca0</code></a> fix: unwrap single object from GraphQL array response (<a href="https://redirect.github.com/openfeign/feign/issues/3234">#3234</a>)</li> <li><a href="https://github.com/OpenFeign/feign/commit/cc28be99dce376fcd7589581935a9e53175b5202"><code>cc28be9</code></a> fix: use --serial for mvnd release deploy to prevent partial publishes</li> <li><a href="https://github.com/OpenFeign/feign/commit/a849bb0ba4d035969d9018209f8069aa803125f2"><code>a849bb0</code></a> [ci skip] updating versions to next development iteration 13.9-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/openfeign/feign/compare/13.8.1...13.9">compare view</a></li> </ul> </details> <br /> Updates `io.github.openfeign:feign-httpclient` from 13.8.1 to 13.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openfeign/feign/releases">io.github.openfeign:feign-httpclient's releases</a>.</em></p> <blockquote> <h2>OpenFeign 13.9</h2> <h2>What's Changed</h2> <ul> <li>fix: unwrap single object from GraphQL array response by <a href="https://github.com/velo"><code>@velo</code></a> in <a href="https://redirect.github.com/OpenFeign/feign/pull/3234">OpenFeign/feign#3234</a> <ul> <li>When a GraphQL query returns an array type but the Java method declares a single return type (not <code>List<T></code>), the decoder now automatically unwraps the first element</li> <li>Added <code>Optional<T></code> return type support for GraphQL queries</li> </ul> </li> <li>fix: exclude example modules from release deploy by <a href="https://github.com/velo"><code>@velo</code></a></li> <li>fix: use --serial for mvnd release deploy to prevent partial publishes by <a href="https://github.com/velo"><code>@velo</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/OpenFeign/feign/compare/13.8.1...13.9">https://github.com/OpenFeign/feign/compare/13.8.1...13.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenFeign/feign/commit/010494bc25a6181c64aa44d162092eddaac21796"><code>010494b</code></a> fix: exclude example modules from release deploy</li> <li><a href="https://github.com/OpenFeign/feign/commit/8f8be54364febcee522a254fdce1c46b2e0be6e5"><code>8f8be54</code></a> prepare release 13.9</li> <li><a href="https://github.com/OpenFeign/feign/commit/e9d0ca010344c0a52f4725ba832ac40d4e17e429"><code>e9d0ca0</code></a> fix: unwrap single object from GraphQL array response (<a href="https://redirect.github.com/openfeign/feign/issues/3234">#3234</a>)</li> <li><a href="https://github.com/OpenFeign/feign/commit/cc28be99dce376fcd7589581935a9e53175b5202"><code>cc28be9</code></a> fix: use --serial for mvnd release deploy to prevent partial publishes</li> <li><a href="https://github.com/OpenFeign/feign/commit/a849bb0ba4d035969d9018209f8069aa803125f2"><code>a849bb0</code></a> [ci skip] updating versions to next development iteration 13.9-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/openfeign/feign/compare/13.8.1...13.9">compare view</a></li> </ul> </details> <br /> Updates `io.github.openfeign:feign-micrometer` from 13.8.1 to 13.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openfeign/feign/releases">io.github.openfeign:feign-micrometer's releases</a>.</em></p> <blockquote> <h2>OpenFeign 13.9</h2> <h2>What's Changed</h2> <ul> <li>fix: unwrap single object from GraphQL array response by <a href="https://github.com/velo"><code>@velo</code></a> in <a href="https://redirect.github.com/OpenFeign/feign/pull/3234">OpenFeign/feign#3234</a> <ul> <li>When a GraphQL query returns an array type but the Java method declares a single return type (not <code>List<T></code>), the decoder now automatically unwraps the first element</li> <li>Added <code>Optional<T></code> return type support for GraphQL queries</li> </ul> </li> <li>fix: exclude example modules from release deploy by <a href="https://github.com/velo"><code>@velo</code></a></li> <li>fix: use --serial for mvnd release deploy to prevent partial publishes by <a href="https://github.com/velo"><code>@velo</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/OpenFeign/feign/compare/13.8.1...13.9">https://github.com/OpenFeign/feign/compare/13.8.1...13.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenFeign/feign/commit/010494bc25a6181c64aa44d162092eddaac21796"><code>010494b</code></a> fix: exclude example modules from release deploy</li> <li><a href="https://github.com/OpenFeign/feign/commit/8f8be54364febcee522a254fdce1c46b2e0be6e5"><code>8f8be54</code></a> prepare release 13.9</li> <li><a href="https://github.com/OpenFeign/feign/commit/e9d0ca010344c0a52f4725ba832ac40d4e17e429"><code>e9d0ca0</code></a> fix: unwrap single object from GraphQL array response (<a href="https://redirect.github.com/openfeign/feign/issues/3234">#3234</a>)</li> <li><a href="https://github.com/OpenFeign/feign/commit/cc28be99dce376fcd7589581935a9e53175b5202"><code>cc28be9</code></a> fix: use --serial for mvnd release deploy to prevent partial publishes</li> <li><a href="https://github.com/OpenFeign/feign/commit/a849bb0ba4d035969d9018209f8069aa803125f2"><code>a849bb0</code></a> [ci skip] updating versions to next development iteration 13.9-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/openfeign/feign/compare/13.8.1...13.9">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
