Skip to content

PropertiesWebClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it - #50737

Merged
wilkinsona merged 1 commit into
spring-projects:4.0.xfrom
dlwldnjs1009:gh-50736
Jun 24, 2026
Merged

PropertiesWebClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it#50737
wilkinsona merged 1 commit into
spring-projects:4.0.xfrom
dlwldnjs1009:gh-50736

Conversation

@dlwldnjs1009

Copy link
Copy Markdown
Contributor

Fixes #50736. PropertiesWebClientHttpServiceGroupConfigurer#getOrder() still returned Ordered.HIGHEST_PRECEDENCE, so other configurers could not be ordered ahead of it.

Changes

  • PropertiesWebClientHttpServiceGroupConfigurer order changed to Ordered.HIGHEST_PRECEDENCE + 10, mirroring 72eaeec (PropertiesRestClientHttpServiceGroupConfigurer)

Testing

  • ./gradlew :module:spring-boot-webclient:test

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 10, 2026
@philwebb philwebb added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 10, 2026
@philwebb philwebb added this to the 4.0.x milestone Jun 10, 2026
@wilkinsona wilkinsona changed the title Allow other configurers to run before PropertiesWebClientHttpServiceGroupConfigurer PropertiesWebClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it Jun 24, 2026
…roupConfigurer

Apply the same fix as 72eaeec to the WebClient sibling so that a
WebClientHttpServiceGroupConfigurer can be ordered ahead of the
properties configurer to supply an initial WebClient.Builder.

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>

See spring-projectsgh-50737
@wilkinsona wilkinsona modified the milestones: 4.0.x, 4.0.8 Jun 24, 2026
@wilkinsona
wilkinsona merged commit 5439c67 into spring-projects:4.0.x Jun 24, 2026
4 checks passed
@wilkinsona

Copy link
Copy Markdown
Member

Thank you, @dlwldnjs1009.

@dlwldnjs1009
dlwldnjs1009 deleted the gh-50736 branch June 24, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants