You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(#5079): Enable the KubernetesConverterConfiguration configuration only if also the KubernetesDiscoveryProperties bean is available in the context (#5083)
Copy file name to clipboardExpand all lines: spring-boot-admin-server-cloud/src/main/java/de/codecentric/boot/admin/server/cloud/config/AdminServerDiscoveryAutoConfiguration.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ public EurekaServiceInstanceConverter serviceInstanceConverter() {
Copy file name to clipboardExpand all lines: spring-boot-admin-server-cloud/src/test/java/de/codecentric/boot/admin/server/cloud/config/AdminServerDiscoveryAutoConfigurationTest.java
0 commit comments