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.1.4 to 0.1.5 in the parent POM to use the latest BOM release.
Deleted <distributionManagement> and <repositories> sections from pom.xml to simplify project configuration and remove Sonatype OSSRH deployment settings.
Deleted badges related to issue resolution and open issues from the README for a cleaner badge section.
Bumped the latest version numbers for branches 0.2.x and 0.1.x in the README to reflect recent releases.
Replaced the import of IOUtils.length with ArrayUtils.length in ConditionalOnPropertyEnabledTest to use the correct utility method.
Release 0.1.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 updates the project version to
0.1.5, aligns dependency versions, and cleans up the README and Maven configuration. The changes mainly focus on version bumps, documentation updates, and removal of redundant Maven repository configuration.Version Updates:
pom.xmlto0.1.5-SNAPSHOTand themicrosphere-spring-boot.versionproperty inmicrosphere-spring-cloud-parent/pom.xmlto0.1.5. [1] [2]Documentation Updates:
0.2.5and0.1.5) for each branch.Maven Configuration Cleanup:
<distributionManagement>and custom<repositories>sections frompom.xml, simplifying the Maven configuration.Test Code Cleanup:
ConditionalOnPropertyEnabledTest.javato use the correctlengthmethod fromArrayUtilsinstead ofIOUtils.