Merged
Conversation
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.
Release 0.2.5
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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 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:
pom.xml,microsphere-spring-cloud-parent/pom.xml, and the branch/version table inREADME.mdto0.2.5and0.1.5for the latest releases. [1] [2] [3]Documentation cleanup:
README.mdfor a cleaner look.Build configuration cleanup:
distributionManagementand customrepositoriessections from the mainpom.xml, simplifying Maven repository configuration.Code cleanup:
ConditionalOnPropertyEnabledTest.javaby replacing the use oforg.apache.commons.io.IOUtils.lengthwithmicrosphere.util.ArrayUtils.length, ensuring consistent utility usage.