Standardize Javadoc headings and update dependencies#266
Merged
Conversation
Updated Javadoc section headers from "Usage Example" to "Example Usage" in Spring context and factory support classes for consistent documentation style.
Update the parent POM to use microsphere-build 0.3.6 so this project inherits the latest shared build configuration and dependency management.
Update the parent POM property to use microsphere-java 0.3.13 instead of 0.3.11 so all modules inheriting this version pick up the newer release.
Update the `microsphere-logging.version` property in `microsphere-spring-parent/pom.xml` from `0.1.19` to `0.1.20` so all modules inheriting this parent use the newer logging dependency version.
Updates the Maven parent POM version in `pom.xml` from `0.3.6` to `0.3.7` so the project inherits the latest shared build configuration.
Update the parent POM property `microsphere-java.version` from 0.3.13 to 0.3.14 so all modules inherit the newer microsphere-java dependency version.
Update the `microsphere-logging.version` property in the parent POM from `0.1.20` to `0.1.21` so all modules inherit the newer logging dependency version.
Clean up `TTLCacheResolver` by removing the unused logger field and related imports. This reduces dead code and avoids unnecessary dependencies in the class.
Replace a bitwise `&` with short-circuit `&&` in `AbstractSpringResourceURLConnection` when iterating header entries by index. This prevents unnecessary iterator checks and aligns the loop condition with intended boolean logic.
Cleans up `DelegatingHandlerMethodAdvice` by deleting the unused `Logger` field and related static imports. This reduces unnecessary dependencies and keeps the class focused on its interceptor delegation responsibilities.
Clean up `InterceptingHandlerMethodProcessor` by removing the unused logger field and related logger imports. This reduces dead code and keeps the class focused on active dependencies.
Cleans up `InterceptingHandlerMethodProcessor` by removing the unused logger field and related imports. This reduces dead code and keeps the class focused on active dependencies.
Remove trailing whitespace in `microsphere-spring-parent/pom.xml` for cleaner formatting.
Bump the documented latest versions in the compatibility table: `main` from `0.2.33` to `0.2.34` and `1.x` from `0.1.33` to `0.1.34`.
|
0ac5f4b
into
microsphere-projects:release-1.x
26 of 27 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 includes minor updates to documentation formatting and dependency versions. The most significant changes are version bumps for dependencies and improvements to the consistency of documentation headers.
Dependency version updates:
microsphere-java.versionproperty from0.3.11to0.3.13inmicrosphere-spring-parent/pom.xmlto use the latest version of the Java dependency.0.3.5to0.3.6inpom.xml.Documentation consistency improvements:
DelegatingFactoryBean,AnnotatedBeanCapableImportBeanDefinitionRegistrar,AnnotatedBeanCapableImportCandidate, andAnnotatedBeanCapableImportSelectorfor improved clarity and consistency. [1] [2] [3] [4]