dependabot[bot] opened a new pull request, #11467: URL: https://github.com/apache/dubbo/pull/11467
Bumps [apollo-client](https://github.com/apolloconfig/apollo-java) from 2.0.1 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/releases">apollo-client's releases</a>.</em></p> <blockquote> <h2>2.1.0 Release</h2> <h2>Highlights</h2> <h3>Spring Boot 3.0 Support</h3> <p>Apollo java clients now support spring boot 3.0.</p> <h3>Override System Properties Feature</h3> <p>Users can now config whether apollo should override the system properties or not. See <a href="https://www.apolloconfig.com/#/en/usage/java-sdk-user-guide?id=_1248-enable-apollo-override-system-properties">Enable Apollo Override System Properties</a>.</p> <h3>Log4j2 Configuration Support</h3> <p>With the new <code>apollo-plugin-log4j2</code> plugin, users could now configure <code>log4j2.xml</code> in apollo, see <a href="https://github.com/apolloconfig/apollo-java/blob/main/apollo-plugin/apollo-plugin-log4j2/README.md">the guide</a> for more information.</p> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add a config to adjust the property source overridden behavior by <a href="https://github.com/shenhuaxin"><code>@shenhuaxin</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4409">apolloconfig/apollo#4409</a></li> <li>Add the spi of config service load balancer client by <a href="https://github.com/Anilople"><code>@Anilople</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4394">apolloconfig/apollo#4394</a></li> <li>Add a new API to load items with pagination by <a href="https://github.com/mghio"><code>@mghio</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4468">apolloconfig/apollo#4468</a></li> <li>apollo-client support spring boot 3.0 by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/4">apolloconfig/apollo-java#4</a></li> <li>apollo-client-config-data support spring boot 3.0 by <a href="https://github.com/vdisk-group"><code>@vdisk-group</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/5">apolloconfig/apollo-java#5</a></li> <li>Add <code>apollo-plugin-log4j2</code> module to support log4j2.xml integration by <a href="https://github.com/nisiyong"><code>@nisiyong</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/6">apolloconfig/apollo-java#6</a></li> <li>Allow users to config comma-separated namespaces for ApolloConfigChangeListener by <a href="https://github.com/anandjoshisn"><code>@anandjoshisn</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/11">apolloconfig/apollo-java#11</a></li> <li>Add Ordered interface to MessageProducerManager and Injector SPI by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/15">apolloconfig/apollo-java#15</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix openapi item with url illegalKey 400 error by <a href="https://github.com/AbnerHuang2"><code>@AbnerHuang2</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4549">apolloconfig/apollo#4549</a></li> <li>Fix ApolloBootstrapPropertySources precedence issue by <a href="https://github.com/GallantKong"><code>@GallantKong</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/3">apolloconfig/apollo-java#3</a></li> <li>Fix beanName2SpringValueDefinitions cache issue by <a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/16">apolloconfig/apollo-java#16</a></li> </ul> <h3>Misc</h3> <ul> <li>Add cat-client as optional dependency by <a href="https://github.com/lorgine-li"><code>@lorgine-li</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4414">apolloconfig/apollo#4414</a></li> <li>Refactor Functions class with lambda by <a href="https://github.com/Anthony-Lu"><code>@Anthony-Lu</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4419">apolloconfig/apollo#4419</a></li> <li>Add overloaded shortcut method to register BeanDefinition by <a href="https://github.com/liaozan"><code>@liaozan</code></a> in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4574">apolloconfig/apollo#4574</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nobodyiam"><code>@nobodyiam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/1">apolloconfig/apollo-java#1</a></li> <li><a href="https://github.com/GallantKong"><code>@GallantKong</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/3">apolloconfig/apollo-java#3</a></li> <li><a href="https://github.com/vdisk-group"><code>@vdisk-group</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/5">apolloconfig/apollo-java#5</a></li> <li><a href="https://github.com/nisiyong"><code>@nisiyong</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/6">apolloconfig/apollo-java#6</a></li> <li><a href="https://github.com/anandjoshisn"><code>@anandjoshisn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/11">apolloconfig/apollo-java#11</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apolloconfig/apollo-java/blob/main/CHANGES.md">apollo-client's changelog</a>.</em></p> <blockquote> <h1>Changes by Version</h1> <p>Release Notes.</p> <p>Apollo Java 2.1.0</p> <hr /> <ul> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4409">Add a config adjust the property source overridden behavior</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4394">feat(apollo-client): the spi of config service load balancer client</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4414">add cat-client as optional dependency</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4419">refactor Functions class with lambda</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4468">Add a new API to load items with pagination</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4549">fix openapi item with url illegalKey 400 error</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo/pull/4574">Add overloaded shortcut method to register BeanDefinition</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/3">Fix ApolloBootstrapPropertySources precedence issue</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/4">Apollo Client Support Spring Boot 3.0</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/5">apollo-client-config-data support spring boot 3.0</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/6">Add apollo-plugin-log4j2 module to support log4j2.xml integration</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/11">Allow users to config comma-separated namespaces for ApolloConfigChangeListener</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/16">Fix beanName2SpringValueDefinitions cache issue</a></li> <li><a href="https://github-redirect.dependabot.com/apolloconfig/apollo-java/pull/15">Add Ordered interface to MessageProducerManager and Injector SPI</a></li> </ul> <hr /> <p>All issues and pull requests are <a href="https://github.com/apolloconfig/apollo-java/milestone/1?closed=1">here</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apolloconfig/apollo-java/commits/v2.1.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 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org