-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit 3bd196f
committed
Fix GatewayMetricsAutoConfiguration.
With the new spring-boot-micrometer-tracing MicrometerTracingAutoConfiguration may not be on the classpath so we should make the GatewayMetricsAutoConfiguration conditional on the classpath.
Since spring-boot-micrometer-tracing is optional and spring-cloud-gateway-sample requires GatewayMetricsProperties we should add spring-boot-micrometer-tracing to the classpath for tests.1 parent 384548b commit 3bd196f
File tree
2 files changed
+7
-1
lines changed- spring-cloud-gateway-sample
- spring-cloud-gateway-server-webflux/src/main/java/org/springframework/cloud/gateway/config
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | - | ||
65 | + | ||
66 | + | ||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments