Commit 3a436ee
committed
In Spring Boot 4, WebClient auto-configuration (which provides the WebClient.Builder bean) was split out of spring-boot-starter-webflux into a new dedicated spring-boot-starter-webclient module. Added that dependency to pom.xml, which resolves WebClientAutoConfiguration and fixes the missing bean error for bcRegistryApi (and all other WebClient.Builder-dependent beans in GlobalServiceConfiguration).
1 parent e1c7b22 commit 3a436ee
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
0 commit comments