dependabot[bot] opened a new pull request, #16107: URL: https://github.com/apache/dubbo/pull/16107
Bumps [com.ctrip.framework.apollo:apollo-mockserver](https://github.com/apolloconfig/apollo-java) from 2.4.0 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/releases">com.ctrip.framework.apollo:apollo-mockserver's releases</a>.</em></p> <blockquote> <h2>2.5.0 Release</h2> <h2>Highlights</h2> <h3>Spring Boot 4.0 Compatibility</h3> <p>Apollo Java client now supports Spring Boot 4.0.</p> <h3>OpenAPI Client Enhancements</h3> <p>Added organization list API, namespace instance count API, and retry support.</p> <h2>What's Changed</h2> <ul> <li>feat: Provide a new open API to return the organization list by <a href="https://github.com/wjwang00"><code>@wjwang00</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/102">apolloconfig/apollo-java#102</a></li> <li>feat: Add support to get instance count by namespace by <a href="https://github.com/yuhaowin"><code>@yuhaowin</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/103">apolloconfig/apollo-java#103</a></li> <li>feat: Support retry in open API client by <a href="https://github.com/zth9"><code>@zth9</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/105">apolloconfig/apollo-java#105</a></li> <li>support Spring Boot 4.0 bootstrap context package relocation by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/115">apolloconfig/apollo-java#115</a></li> <li>fix change listener de-duplication by identity to avoid stale property names cache by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/121">apolloconfig/apollo-java#121</a></li> <li>test: overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/123">apolloconfig/apollo-java#123</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wjwang00"><code>@wjwang00</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/102">apolloconfig/apollo-java#102</a></li> <li><a href="https://github.com/yuhaowin"><code>@yuhaowin</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/103">apolloconfig/apollo-java#103</a></li> <li><a href="https://github.com/arrow1991"><code>@arrow1991</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/111">apolloconfig/apollo-java#111</a></li> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/115">apolloconfig/apollo-java#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apolloconfig/apollo-java/compare/v2.4.0...v2.5.0">https://github.com/apolloconfig/apollo-java/compare/v2.4.0...v2.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/blob/v2.5.0/CHANGES.md">com.ctrip.framework.apollo:apollo-mockserver's changelog</a>.</em></p> <blockquote> <h1>Changes by Version</h1> <p>Release Notes.</p> <p>Apollo Java 2.5.0</p> <hr /> <ul> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/102">Feature Provide a new open APl to return the organization list</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/103">Feature Added a new feature to get instance count by namespace.</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/105">Feature Support retry in open api client.</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/115">Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/121">Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/123">Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios</a></li> </ul> <hr /> <p>All issues and pull requests are <a href="https://github.com/apolloconfig/apollo-java/milestone/5?closed=1">here</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apolloconfig/apollo-java/commit/04176ca6ad2a114ea9da0ef64a7535ae2f27a93d"><code>04176ca</code></a> chore: bump version to 2.5.0</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/c414655398bfc3d6a6402d118fe66c8b49152b4c"><code>c414655</code></a> ci: externalize release workflow helper scripts (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/128">#128</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/e0877597615c4a67b7ea3138deabf234c89bd874"><code>e087759</code></a> fix: deduplicate config listeners by identity (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/121">#121</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/01d003db3caec00f23aa536ff07180e24ec48542"><code>01d003d</code></a> test: overhaul automated compatibility coverage (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/123">#123</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/df7aef2746f07be0a40ad8ae119ebca74eb1b387"><code>df7aef2</code></a> docs: add AGENTS.md for contribution workflow</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/893685fe47d09ae30c3f7d328ca96105f1f87d61"><code>893685f</code></a> retry ut on error</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/0a8c61891d027c296f9870b58e0db1d57741b038"><code>0a8c618</code></a> * Refactor: string checks with idiomatic alternatives</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/da872e5c65ca0f6166123352d8c43bf4ffef3d11"><code>da872e5</code></a> Support Spring Boot 4.0 bootstrap context package relocation (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/115">#115</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/98b1f59d6b3fc7efc4c82317f018bf0bac2762d7"><code>98b1f59</code></a> * Remove redundant local variables (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/112">#112</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/735d994a332aded4cfc9cfb6843549f98a8cfc5b"><code>735d994</code></a> * Remove unused imports (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/111">#111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apolloconfig/apollo-java/compare/v2.4.0...v2.5.0">compare view</a></li> </ul> </details> <br /> [](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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
