Merging source code between dev and dev-1.x branches#100
Draft
Merging source code between dev and dev-1.x branches#100
Conversation
Port only JavaDoc enhancements from origin/dev while preserving
API-compatible code (javax.servlet imports, setUri, getMaxHttpHeaderSize):
- WebMvcServiceRegistryAutoConfiguration: Update getContextPath() and
isExcludedMapping() JavaDoc to use {@inheritdoc} style
- ServiceInstanceUtils: Add new JavaDoc block for attachMetadata() method
- TomcatDynamicConfigurationListener: Improve constructor and
onApplicationEvent() JavaDoc; add new JavaDoc for configureProtocol(),
configureHttp11Protocol(), and isPositive() methods
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e files
Ported JavaDoc changes from origin/dev branch to dev-1.x branch for
11 openfeign source files. Changes include:
- Added missing JavaDoc to constructors, static methods, and abstract methods
- Improved consistency of JavaDoc wording across all Decorated* components
- Changed hashCode/equals/toString to use {@inheritdoc} pattern
- Added JavaDoc to FeignClientConfigurationChangedListener constructor and
resolveChangedClient method
- Added JavaDoc to feignClientRegistry bean method
- Improved class-level JavaDoc in FeignClientSpecificationPostProcessor
All changes are comment-only; no imports, method signatures, method
bodies, type references, or property prefixes were modified.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Applied JavaDoc/comment improvements from the dev branch to 30+ source files in the commons and openfeign modules. Only merged changes that are compatible with Java 8+ and Spring Boot 2.x. Skipped API-incompatible changes including: - jakarta.servlet imports (kept javax.servlet for Boot 2.x) - FeignContext → NamedContextFactory<FeignClientSpecification> changes - getMaxHttpRequestHeaderSize (kept getMaxHttpHeaderSize for Boot 2.x) - setSecure/setUri API changes in ServiceInstanceUtils - Spring Boot 3.x test import changes - POM version changes, CI workflows, auto-configuration mechanism changes Co-authored-by: mercyblitz <533114+mercyblitz@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsphere-projects/microsphere-spring-cloud/sessions/3f95349a-a6e9-4a8a-91eb-0c1979ccca8b
Copilot created this pull request from a session on behalf of
mercyblitz
March 23, 2026 09:06
View session
|
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.



Pull request created by AI Agent