Skip to content

Conversation

@wind57
Copy link
Contributor

@wind57 wind57 commented Nov 14, 2024

No description provided.

@Configuration(proxyBeanMethods = false)
@AutoConfigureAfter(KubernetesBootstrapConfiguration.class)
@Import({ KubernetesCommonsAutoConfiguration.class, KubernetesClientAutoConfiguration.class })
@ConditionalOnBootstrapEnabled
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in fabric8 implementation, we already have this one:

...
@ConditionalOnBootstrapEnabled
public class Fabric8BootstrapConfiguration

but not in k8s native client, so this PR simply aligns them.

I discovered this one while fixing an existing issue...

@wind57 wind57 marked this pull request as ready for review November 14, 2024 09:54
@wind57
Copy link
Contributor Author

wind57 commented Nov 14, 2024

@ryanjbaxter ready to be looked at. thank you

@ryanjbaxter ryanjbaxter added this to the 3.1.4 milestone Nov 14, 2024
@ryanjbaxter ryanjbaxter merged commit d33764d into spring-cloud:3.1.x Nov 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants