Skip to content

Standardize Javadoc headings and update dependencies#266

Merged
mercyblitz merged 18 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
Jul 7, 2026
Merged

Standardize Javadoc headings and update dependencies#266
mercyblitz merged 18 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz

Copy link
Copy Markdown
Contributor

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:

  • Updated the microsphere-java.version property from 0.3.11 to 0.3.13 in microsphere-spring-parent/pom.xml to use the latest version of the Java dependency.
  • Updated the parent project version from 0.3.5 to 0.3.6 in pom.xml.

Documentation consistency improvements:

  • Standardized the "Usage Example" section header to "Example Usage" in the Javadoc for DelegatingFactoryBean, AnnotatedBeanCapableImportBeanDefinitionRegistrar, AnnotatedBeanCapableImportCandidate, and AnnotatedBeanCapableImportSelector for improved clarity and consistency. [1] [2] [3] [4]

github-actions Bot and others added 6 commits June 29, 2026 14:58
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.
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...pring/net/AbstractSpringResourceURLConnection.java 0.00% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
...re/spring/beans/factory/DelegatingFactoryBean.java 100.00% <ø> (ø) 10.00 <0.00> (ø)
...here/spring/cache/intereptor/TTLCacheResolver.java 71.15% <ø> (-0.55%) 9.00 <0.00> (ø)
...tatedBeanCapableImportBeanDefinitionRegistrar.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...nnotation/AnnotatedBeanCapableImportCandidate.java 94.44% <ø> (ø) 9.00 <0.00> (ø)
...annotation/AnnotatedBeanCapableImportSelector.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
.../method/support/DelegatingHandlerMethodAdvice.java 100.00% <ø> (ø) 14.00 <0.00> (-1.00)
...lux/method/InterceptingHandlerMethodProcessor.java 93.56% <ø> (-0.04%) 55.00 <0.00> (ø)
...od/support/InterceptingHandlerMethodProcessor.java 97.61% <ø> (-0.02%) 56.00 <0.00> (-1.00)
...pring/net/AbstractSpringResourceURLConnection.java 95.00% <0.00%> (-1.67%) 29.00 <0.00> (-1.00)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

mercyblitz added 12 commits July 7, 2026 18:57
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`.
@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

@mercyblitz mercyblitz merged commit 0ac5f4b into microsphere-projects:release-1.x Jul 7, 2026
26 of 27 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.

1 participant