Skip to content

Bump io.github.microsphere-projects:microsphere-spring-cloud-parent from 0.2.21 to 0.2.22#31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.microsphere-projects-microsphere-spring-cloud-parent-0.2.22
Closed

Bump io.github.microsphere-projects:microsphere-spring-cloud-parent from 0.2.21 to 0.2.22#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.microsphere-projects-microsphere-spring-cloud-parent-0.2.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps io.github.microsphere-projects:microsphere-spring-cloud-parent from 0.2.21 to 0.2.22.

Release notes

Sourced from io.github.microsphere-projects:microsphere-spring-cloud-parent's releases.

0.2.22

Release Notes for Version 0.2.22

New Features

  • Feign Auto-Refresh: Added auto-configuration for Feign auto-refresh components.
  • OpenFeign Enhancements:
    • Introduced @ConditionalOnOpenFeignEnabled annotation.
    • Added OpenFeign availability condition annotation and constants.
    • Refactored OpenFeign condition constants usage.

Bug Fixes

  • Fixed integration test class name typo in web registry tests.

Documentation

  • Javadocs:
    • Clarified Javadoc example headings and cleaned up formatting.
    • Updated @since tags for OpenFeign to 1.0.0.
    • Refined class Javadocs for integration tests.
  • README: Updated version matrix to reflect the latest version.

Dependency Updates

  • Bumped microsphere-spring-boot to version 0.2.30.
  • Upgraded parent POM to microsphere-build version 0.3.8.

Test Improvements

  • Added integration tests for service endpoints, auto-registration, and Tomcat fault tolerance.
  • Simplified setup for discovery auto-config tests.
  • Refined integration tests for registry and auto-registration functionality.

Build and Workflow Enhancements

  • Centralized application name placeholder with @Value.
  • Improved handling of merge conflicts for continuous integration (chore: merge main into release).

Other Changes

  • Refined imports, annotations, and formatting across configurations and tests.
  • Removed redundant encoding property from configurations.
  • Introduced class constants to streamline conditions in auto-configuration.

Full Changelog: microsphere-projects/microsphere-spring-cloud@0.2.21...0.2.22

Changelog

Sourced from io.github.microsphere-projects:microsphere-spring-cloud-parent's changelog.

Release Notes - Version 0.2.21

New Features

  • OpenFeign: Added feature class metadata for enhanced functionality. (#e077a59)

Documentation

  • Updated README with the latest release version information. (#a5c680e)

Dependency Updates

  • Upgraded microsphere-spring-boot to the latest version. (#136cc5f)

Build and Workflow Enhancements

  • Merged main into release and release into main for alignment. [skip ci] (#5139232, #09cd034)
  • Bumped version to the next patch post 0.2.20 release. (#d66fae5)

Note: For additional details, refer to the full commit history.

Full Changelog: https://github.com/microsphere-projects/microsphere-spring-cloud/compare/0.2.20...0.2.21## v0.2.22

Release Notes for Version 0.2.22

New Features

  • Feign Auto-Refresh: Added auto-configuration for Feign auto-refresh components.
  • OpenFeign Enhancements:
    • Introduced @ConditionalOnOpenFeignEnabled annotation.
    • Added OpenFeign availability condition annotation and constants.
    • Refactored OpenFeign condition constants usage.

Bug Fixes

  • Fixed integration test class name typo in web registry tests.

Documentation

  • Javadocs:
    • Clarified Javadoc example headings and cleaned up formatting.
    • Updated @since tags for OpenFeign to 1.0.0.
    • Refined class Javadocs for integration tests.
  • README: Updated version matrix to reflect the latest version.

Dependency Updates

  • Bumped microsphere-spring-boot to version 0.2.30.
  • Upgraded parent POM to microsphere-build version 0.3.8.

Test Improvements

  • Added integration tests for service endpoints, auto-registration, and Tomcat fault tolerance.
  • Simplified setup for discovery auto-config tests.
  • Refined integration tests for registry and auto-registration functionality.

Build and Workflow Enhancements

... (truncated)

Commits
  • 29ebd1e chore: merge main into release [skip ci]
  • 40d5b7b Remove redundant encoding property
  • 99e22c6 chore: merge main into release [skip ci]
  • 6de048d Clean up import and Javadoc formatting
  • 6f7ce14 chore: merge main into release [skip ci]
  • fabd768 Auto-configure Feign auto-refresh components
  • 6498e29 chore: merge main into release [skip ci]
  • 1fba123 Refactor OpenFeign condition constants usage
  • 126cc47 chore: merge main into release [skip ci]
  • f5f86ec Add OpenFeign availability condition annotation
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [io.github.microsphere-projects:microsphere-spring-cloud-parent](https://github.com/microsphere-projects/microsphere-spring-cloud) from 0.2.21 to 0.2.22.
- [Release notes](https://github.com/microsphere-projects/microsphere-spring-cloud/releases)
- [Changelog](https://github.com/microsphere-projects/microsphere-spring-cloud/blob/main/release-notes.md)
- [Commits](microsphere-projects/microsphere-spring-cloud@0.2.21...0.2.22)

---
updated-dependencies:
- dependency-name: io.github.microsphere-projects:microsphere-spring-cloud-parent
  dependency-version: 0.2.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 9, 2026
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

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

@mercyblitz mercyblitz closed this Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/io.github.microsphere-projects-microsphere-spring-cloud-parent-0.2.22 branch July 10, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant