Bump microsphere-spring-cloud to 0.1.22 and update Maven references#32
Open
mercyblitz wants to merge 5 commits into
Open
Bump microsphere-spring-cloud to 0.1.22 and update Maven references#32mercyblitz wants to merge 5 commits into
mercyblitz wants to merge 5 commits into
Conversation
Update Maven version references from 0.1.21 to 0.1.22 in both the root parent declaration and the multiactive parent BOM property to keep dependency management aligned.
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Lower-severity diagnostic logs were changed from `debug` to `trace` across ECS zone locators, zone context updates, zone preference filtering, and composite/default zone locator fallbacks. This keeps normal debug output focused on actionable events while preserving detailed troubleshooting logs when trace logging is enabled.
Updates dependency management across AWS, Commons, Netflix, Spring, Spring Boot, and Spring Cloud modules. The change adds optional Microsphere annotation processor/core dependencies, marks several framework integrations as optional, removes direct slf4j-api entries, and standardizes test dependencies by using JUnit Jupiter plus Microsphere test artifacts and logback-classic.
Reworked zone configuration wiring across commons, Spring Boot, and Spring Cloud to use clearer availability-zone condition annotations, safer auto-configuration defaults (`proxyBeanMethods=false`, `@ConditionalOnMissingBean`), and a renamed cloud auto-config class (`ZoneCloudAutoConfiguration`). Updated the cloud listener to consume `RegistrationPreRegisteredEvent`, expanded `ZoneConstants` with explicit property metadata/default value constants, and added focused unit/auto-configuration tests plus required test dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the project to use the latest version of the Microsphere Spring Cloud BOM and parent POM. These are minor but important changes to ensure the project benefits from the latest dependency management and configurations.
Dependency version updates:
microsphere-spring-cloud.versionproperty inmicrosphere-multiactive-parent/pom.xmlfrom0.1.21to0.1.22to use the latest BOM.pom.xmlfrom0.1.21to0.1.22for improved dependency management and configuration inheritance.