Skip to content

Commit b4d6f50

Browse files
author
Andreas Höhmann
committed
wip: restclient vs. webclient
- wee need both starters because of import of RestTemplateAutoConfiguration, RestClientAutoConfiguration and WebClientAutoConfiguration in SpringBootAdminClientAutoConfiguration - locally (win 11, gitbash, eclipse) ClientServletApplicationTest not working, the --spring.jackson.property-naming-strategy=SNAKE_CASE is not used (no glue why) - in github build its working - why is this? - locally SpringBootAdminClientRegistrationClientAutoConfigurationTest is also not working 100% - a lot of "wrong" RegistrationClient are created, doesn't matter which "builders" are in the spring context - in github build its working - why is this?
1 parent 816e1c7 commit b4d6f50

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

spring-boot-admin-client/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<artifactId>spring-boot-webclient</artifactId>
5555
<optional>true</optional>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.springframework.boot</groupId>
59-
<artifactId>spring-boot-http-client</artifactId>
60-
<optional>true</optional>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.springframework.boot</groupId>
6459
<artifactId>spring-boot-restclient</artifactId>
@@ -71,12 +66,12 @@
7166
</dependency>
7267
<dependency>
7368
<groupId>org.springframework.boot</groupId>
74-
<artifactId>spring-boot-webflux</artifactId>
69+
<artifactId>spring-boot-starter-web</artifactId>
7570
<optional>true</optional>
7671
</dependency>
7772
<dependency>
7873
<groupId>org.springframework.boot</groupId>
79-
<artifactId>spring-boot-starter-web</artifactId>
74+
<artifactId>spring-boot-starter-webflux</artifactId>
8075
<optional>true</optional>
8176
</dependency>
8277
<dependency>

0 commit comments

Comments
 (0)