We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ee785 commit 81314d5Copy full SHA for 81314d5
spring-cloud-commons/src/main/java/org/springframework/cloud/client/CommonsClientAutoConfiguration.java
@@ -46,6 +46,7 @@
46
* @author Spencer Gibb
47
* @author Olga Maciaszek-Sharma
48
* @author Tim Ysewyn
49
+ * @author Omer Naci Soydemir
50
*/
51
@Configuration(proxyBeanMethods = false)
52
public class CommonsClientAutoConfiguration {
@@ -75,7 +76,7 @@ public DiscoveryCompositeHealthContributor discoveryCompositeHealthContributor(
75
76
}
77
78
@Bean
- public HasFeatures commonsFeatures() {
79
+ public HasFeatures springCloudCommonsFeatures() {
80
return HasFeatures.abstractFeatures(DiscoveryClient.class, LoadBalancerClient.class);
81
82
0 commit comments