Skip to content

Commit f0d67cc

Browse files
committed
Adding proxyBeanMethods=false to KubernetesClientAutoConfiguration
1 parent 3f6667d commit f0d67cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-client-autoconfig/src/main/java/org/springframework/cloud/kubernetes/client/KubernetesClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* @author Ryan Baxter
3737
*/
38-
@Configuration
38+
@Configuration(proxyBeanMethods=false)
3939
@ConditionalOnCloudPlatform(CloudPlatform.KUBERNETES)
4040
@AutoConfigureAfter(KubernetesCommonsAutoConfiguration.class)
4141
public class KubernetesClientAutoConfiguration {

0 commit comments

Comments
 (0)