Skip to content

Conversation

@mercyblitz
Copy link
Contributor

This pull request primarily updates project version numbers to prepare for a new release, and removes some outdated badges and Maven repository configuration. These changes help keep the documentation and build configuration up-to-date and clean.

Version updates:

  • Updated the version references in pom.xml, microsphere-spring-cloud-parent/pom.xml, and the branch/version table in README.md to 0.2.5 and 0.1.5 for the latest releases. [1] [2] [3]

Documentation cleanup:

  • Removed maintenance badges ("Average time to resolve an issue" and "Percentage of issues still open") from the top of the README.md for a cleaner look.

Build configuration cleanup:

  • Removed the distributionManagement and custom repositories sections from the main pom.xml, simplifying Maven repository configuration.

Code cleanup:

  • Fixed an import in ConditionalOnPropertyEnabledTest.java by replacing the use of org.apache.commons.io.IOUtils.length with microsphere.util.ArrayUtils.length, ensuring consistent utility usage.

Updated the revision property in pom.xml to prepare for the next development iteration.
Bumps the microsphere-spring-boot.version property from 0.2.4 to 0.2.5 in the parent POM to use the latest BOM release.
Deleted the <distributionManagement> and <repositories> sections from pom.xml, likely to simplify project configuration or move repository management elsewhere.
Bumped the latest version numbers for branches 0.2.x and 0.1.x in the README to reflect recent releases.
Replaces incorrect import of org.apache.commons.io.IOUtils.length with the correct io.microsphere.util.ArrayUtils.length in ConditionalOnPropertyEnabledTest.java.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 7, 2025

@codecov
Copy link

codecov bot commented Nov 7, 2025

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 merged commit 4e44d91 into main Nov 7, 2025
16 checks passed
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.

2 participants