Clean up Java code formatting and update microsphere version - #31
Merged
Conversation
…copilot/remove-duplicated-line-separators-yet-again Clean up Java source code formatting: remove duplicate blank lines and trailing whitespace
Update project to use microsphere-spring-cloud version 0.1.14: bump <microsphere-spring-cloud.version> in microsphere-gateway-parent/pom.xml and update the parent version in the root pom.xml to 0.1.14 so the project aligns with the new BOM/parent release.
|
mercyblitz
merged commit May 30, 2026
b621556
into
microsphere-projects:release-1.x
58 of 62 checks passed
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 contains a minor version bump for a dependency and some cleanup in test files. The main change is updating the version of
microsphere-spring-cloudto ensure the project uses the latest features and fixes. Additionally, unnecessary blank lines are removed from several test files for code cleanliness.Dependency update:
microsphere-spring-cloud.versionfrom0.1.13to0.1.14inmicrosphere-gateway-parent/pom.xml.Test code cleanup:
ConfigUtilsTest.javaWebEndpointConfigurationPropertiesBindHandlerAdvisorTest.javaCommonConstantsTest.javaCommonsPropertyConstantsTest.javaRouteConstantsTest.java