Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

align annotations #1793

Merged
merged 3 commits into from
Nov 14, 2024
Merged

align annotations #1793

merged 3 commits into from
Nov 14, 2024

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Nov 14, 2024

No description provided.

@@ -41,6 +42,7 @@
@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