Commit 13573fd
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 1ef675d commit 13573fd
1 file changed
+2
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
| |||
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
64 | | - | |
| 59 | + | |
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
68 | 63 | | |
69 | | - | |
| 64 | + | |
70 | 65 | | |
71 | 66 | | |
72 | 67 | | |
| |||
98 | 93 | | |
99 | 94 | | |
100 | 95 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 96 | | |
107 | 97 | | |
108 | 98 | | |
| |||
0 commit comments