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

fix(azure): circular dependencies #6176

Merged

Conversation

nemesisOsorio
Copy link
Member

@nemesisOsorio nemesisOsorio commented Mar 27, 2024

Circular dependencies error when you enable azure

***************************                                                                                                            
APPLICATION FAILED TO START                                                                                                             
***************************                                                                                                             
                                                                                                                                        
Description:                                                                                                                            
                                                                                                                                        
The dependencies of some of the beans in the application context form a cycle:                                                          │
                                                                                                                                        │
┌──->──┐                                                                                                                                │
|  azureLoadBalancerProvider (field private com.netflix.spinnaker.clouddriver.azure.resources.loadbalancer.view.AzureLoadBalancerProvide│
r com.netflix.spinnaker.clouddriver.azure.resources.loadbalancer.view.AzureLoadBalancerProvider.azureLoadBalancerProvider)              │
└──<-──┘                                                                                                                                │

similar to spinnaker/gate#1780
fixes: spinnaker/spinnaker/issues/6935

@dbyron-sf
Copy link
Contributor

Any chance for adding a test for this...something like (at least because it uses ApplicationContextRunner) this?

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for a merge label Mar 28, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Mar 28, 2024
@mergify mergify bot merged commit c530a1e into spinnaker:master Mar 28, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge target-release/1.34
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to start clouddriver
3 participants