Closed nisiyong closed 5 days ago
The changes in this pull request primarily involve updates to the Apollo version 2.4.0, including new features, fixes, and dependency updates. Key modifications include enhancements to server configuration, the introduction of a REST template client connection pool, and global search capabilities. Fixes address issues with configuration management and namespace links, while new limits and caching functions have been added. The RefreshAdminServerAddressTask
has been improved for dynamic configuration, and the xstream library has been updated for security reasons.
File | Change Summary |
---|---|
CHANGES.md |
Updated for Apollo version 2.4.0 with new features, fixes, and enhancements, including global search, namespace limits, and caching statistics. |
pom.xml |
Updated xstream dependency version from 1.4.20 to 1.4.21 to address CVE-2024-47072. |
RefreshAdminServerAddressTask
to support dynamic configuration of the time interval, which is a feature included in the main PR.size:S
, lgtm
🐇 In the fields where rabbits play,
New features hop in, brightening the day.
With limits and fixes, we leap with glee,
A safer, smarter Apollo, oh what a spree!
Let's gather the carrots, the code is now fine,
Hopping along, our future will shine! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
What's the purpose of this PR
fix CVE-2024-47072
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.Summary by CodeRabbit
New Features
Bug Fixes
Refactor