dependabot[bot] opened a new pull request, #14547: URL: https://github.com/apache/dubbo/pull/14547
Bumps [com.ctrip.framework.apollo:apollo-client](https://github.com/apolloconfig/apollo-java) from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/releases">com.ctrip.framework.apollo:apollo-client's releases</a>.</em></p> <blockquote> <h2>2.3.0 Release</h2> <h2>What's Changed</h2> <ul> <li>bump version to 2.3.0-SNAPSHOT by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/51">apolloconfig/apollo-java#51</a></li> <li>The initialization action of ProviderManager is no longer implemented in the constructor method by <a href="https://github.com/s281542686"><code>@s281542686</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/50">apolloconfig/apollo-java#50</a></li> <li>Implement parsing time based on pattern for <a href="https://github.com/ApolloJsonValue"><code>@ApolloJsonValue</code></a> by <a href="https://github.com/huxleyliau"><code>@huxleyliau</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/53">apolloconfig/apollo-java#53</a></li> <li>fixed <a href="https://redirect.github.com/apolloconfig/apollo-java/issues/56">#56</a> for JUnit5 integration by <a href="https://github.com/kimmking"><code>@kimmking</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/57">apolloconfig/apollo-java#57</a></li> <li>enhance to load mocked properties from apollo.cache-dir by <a href="https://github.com/cheese8"><code>@cheese8</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/58">apolloconfig/apollo-java#58</a></li> <li>perf: speed up the first loading of namespace when startup meet 404 by <a href="https://github.com/Anilople"><code>@Anilople</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/61">apolloconfig/apollo-java#61</a></li> <li>perf: speed up when startup meet timeout by <a href="https://github.com/Anilople"><code>@Anilople</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/64">apolloconfig/apollo-java#64</a></li> <li>fix the npe issue when <a href="https://github.com/ApolloJsonValue"><code>@ApolloJsonValue</code></a> is annotated on methods by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/67">apolloconfig/apollo-java#67</a></li> <li>upgrade spring boot dependencies to 2.7.18 by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/68">apolloconfig/apollo-java#68</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/s281542686"><code>@s281542686</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/50">apolloconfig/apollo-java#50</a></li> <li><a href="https://github.com/huxleyliau"><code>@huxleyliau</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/53">apolloconfig/apollo-java#53</a></li> <li><a href="https://github.com/kimmking"><code>@kimmking</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/57">apolloconfig/apollo-java#57</a></li> <li><a href="https://github.com/cheese8"><code>@cheese8</code></a> made their first contribution in <a href="https://redirect.github.com/apolloconfig/apollo-java/pull/58">apolloconfig/apollo-java#58</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/blob/v2.3.0/CHANGES.md">com.ctrip.framework.apollo:apollo-client's changelog</a>.</em></p> <blockquote> <h1>Changes by Version</h1> <p>Release Notes.</p> <p>Apollo Java 2.3.0</p> <hr /> <ul> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/50">add an initialize method to avoid DefaultProviderManager's logic being triggered when using custom ProviderManager.</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/53"><code>Implement parsing time based on pattern for @ApolloJsonValue</code></a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/58">Enhance to load mocked properties from apollo.cache-dir</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/61">perf: speed up the first loading of namespace when startup meet 404</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/64">perf: speed up when startup meets timeout</a></li> <li><a href="https://redirect.github.com/apolloconfig/apollo-java/pull/68">upgrade spring boot to 2.7.18</a></li> </ul> <hr /> <p>All issues and pull requests are <a href="https://github.com/apolloconfig/apollo-java/milestone/3?closed=1">here</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apolloconfig/apollo-java/commit/1fc9d27940c555431eabdd8325096c8daf1812db"><code>1fc9d27</code></a> bump version to 2.3.0</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/6b0d4c7439bda724167e81e04792171466886905"><code>6b0d4c7</code></a> upgrade spring boot dependencies to 2.7.18</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/4c313867a67c72cbf4013ce3c03c59d079e28f01"><code>4c31386</code></a> fix the npe issue when is annotated on methods</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/5df205693c035085395002aed548aa37fde67e80"><code>5df2056</code></a> perf: speed up when startup meet timeout (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/64">#64</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/3f0979da3ea6478304719a71d4991fe4787558d1"><code>3f0979d</code></a> perf: speed up the first loading of namespace when startup meet 404 (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/61">#61</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/bcc40531f32e74d0c639b5e5d2ab2995fd00c3d6"><code>bcc4053</code></a> enhance to load mocked properties from apollo.cache-dir (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/58">#58</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/1a162499064a2599cb4da5de82dcae013ab61735"><code>1a16249</code></a> fixed <a href="https://redirect.github.com/apolloconfig/apollo-java/issues/56">#56</a> for JUnit5 integration</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/07ed79b06859202a8e7df6fd007168182417df0c"><code>07ed79b</code></a> Implement parsing time based on pattern for <a href="https://github.com/ApolloJsonValue"><code>@ApolloJsonValue</code></a> (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/53">#53</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/51efea657b8ce6544da871931ccb5f6b3de2d21d"><code>51efea6</code></a> ProviderManager初始化动作不再在构造方法中实现 (<a href="https://redirect.github.com/apolloconfig/apollo-java/issues/50">#50</a>)</li> <li><a href="https://github.com/apolloconfig/apollo-java/commit/ce881f50b90ea45ac75bafe31aaefcf1cda9690d"><code>ce881f5</code></a> bump version to 2.3.0-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/apolloconfig/apollo-java/compare/v2.2.0...v2.3.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 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: [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]
