Skip to content

Merging source code between dev and dev-1.x branches#100

Draft
Copilot wants to merge 3 commits intodev-1.xfrom
copilot/merge-dev-to-dev-1x
Draft

Merging source code between dev and dev-1.x branches#100
Copilot wants to merge 3 commits intodev-1.xfrom
copilot/merge-dev-to-dev-1x

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

Pull request created by AI Agent

Copilot AI and others added 3 commits March 23, 2026 04:44
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
@sonarqubecloud
Copy link

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.

2 participants