Skip to content

Allow other configurers to run before PropertiesWebClientHttpServiceGroupConfigurer#50737

Open
dlwldnjs1009 wants to merge 1 commit into
spring-projects:4.0.xfrom
dlwldnjs1009:gh-50736
Open

Allow other configurers to run before PropertiesWebClientHttpServiceGroupConfigurer#50737
dlwldnjs1009 wants to merge 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

…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>
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.

3 participants