Skip to content

Conversation

@mercyblitz
Copy link
Contributor

@mercyblitz mercyblitz commented Nov 7, 2025

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:

  • Updated the main project revision in pom.xml to 0.1.5-SNAPSHOT and the microsphere-spring-boot.version property in microsphere-spring-cloud-parent/pom.xml to 0.1.5. [1] [2]

Documentation Updates:

  • Updated the README to reflect the latest released versions (0.2.5 and 0.1.5) for each branch.
  • Removed outdated issue resolution and open issue badges from the README for a cleaner appearance.

Maven Configuration Cleanup:

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

Test Code Cleanup:

  • Fixed a static import in ConditionalOnPropertyEnabledTest.java to use the correct length method from ArrayUtils instead of IOUtils.

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.
@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 e863806 into release-1.x Nov 7, 2025
32 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