Skip to content

Bump microsphere-spring-cloud to 0.1.22 and update Maven references#32

Open
mercyblitz wants to merge 5 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
Open

Bump microsphere-spring-cloud to 0.1.22 and update Maven references#32
mercyblitz wants to merge 5 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz

Copy link
Copy Markdown
Contributor

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:

  • Updated the microsphere-spring-cloud.version property in microsphere-multiactive-parent/pom.xml from 0.1.21 to 0.1.22 to use the latest BOM.
  • Updated the parent POM version in pom.xml from 0.1.21 to 0.1.22 for improved dependency management and configuration inheritance.

github-actions Bot and others added 2 commits July 1, 2026 14:04
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

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ Complexity Δ
...icrosphere/multiple/active/zone/ZoneConstants.java 100.00% <100.00%> (ø) 1.00 <1.00> (ø)
.../microsphere/multiple/active/zone/ZoneContext.java 100.00% <100.00%> (ø) 37.00 <0.00> (ø)
...ere/multiple/active/zone/ZonePreferenceFilter.java 100.00% <100.00%> (ø) 33.00 <0.00> (ø)
...ring/boot/autoconfigure/ZoneAutoConfiguration.java 100.00% <100.00%> (ø) 3.00 <1.00> (?)
...loud/autoconfigure/ZoneCloudAutoConfiguration.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...one/spring/cloud/event/ZoneAttachmentListener.java 37.50% <100.00%> (ø) 2.00 <1.00> (?)
...tiple/active/zone/spring/CompositeZoneLocator.java 100.00% <100.00%> (ø) 17.00 <0.00> (ø)
...ultiple/active/zone/spring/DefaultZoneLocator.java 100.00% <100.00%> (ø) 4.00 <0.00> (ø)

... and 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant