Refactor Java files and update README formatting and versions#128
Merged
Conversation
…/copilot/remove-endline-in-java-files Remove trailing newlines from all Java source files
Apply code formatting and Javadoc/JavaDoc parameter alignment across multiple modules. Changes include consistent indentation, annotation/Target spacing, Javadoc blank-line and param alignment, minor reflowing of comments, and whitespace normalization in actuator, compatible and core packages. These are purely cosmetic refactors with no behavioral or API changes.
Update README table to reflect new latest versions for branches: `main` -> 0.2.16 and `1.x` -> 0.1.16. Routine documentation update to match recent releases.
Normalize Markdown table formatting in README.md: adjust spacing and column widths for the Branch/Spring Boot compatibility table and the Resources table to improve alignment and rendering. Removes extraneous trailing spaces for consistent presentation.
Update microsphere-spring.version in the parent POM from 0.1.19 to 0.1.20 to pick up the latest fixes and improvements.
Delete the Maintainers table from README.md, removing the personal maintainer name, GitHub handle, and email. The README now points to the Microsphere Projects organization as the project maintainer and avoids publishing individual contact details.
|
b75979c
into
microsphere-projects:release-1.x
37 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 primarily updates JavaDoc comments and documentation formatting throughout several files to improve code clarity and consistency. There are also minor updates to version numbers in the
README.mdand some small formatting corrections.Documentation and JavaDoc improvements:
BootstrapContext,BootstrapRegistry,BootstrapContextClosedEvent, andDefaultBootstrapContextto enhance code readability and maintainability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]README and documentation updates:
mainand1.xbranches in the compatibility table inREADME.md.README.md.README.mdfor a more streamlined project overview.Minor code/comment formatting:
@sinceJavaDoc tag for consistency in several files. [1] [2]ActuatorAutoConfiguration.java.