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(redis): circular dependencies #1780

Merged
merged 1 commit into from Mar 26, 2024

Conversation

nemesisOsorio
Copy link
Member

gate is failing with the following error when you set redis.configuration.secure=true

***************************
APPLICATION FAILED TO START
***************************

Description:

The dependencies of some of the beans in the application context form a cycle:

┌─────┐
|  gateConfig defined in file [/Users/nemesis/opsmx/source/oss/gate/gate-web/build/classes/groovy/main/com/netflix/spinnaker/gate/config/GateConfig.class]
↑     ↓
|  postConnectionConfiguringJedisConnectionFactory defined in file [/Users/nemesis/opsmx/source/oss/gate/gate-web/build/classes/groovy/main/com/netflix/spinnaker/gate/config/PostConnectionConfiguringJedisConnectionFactory.class]
└─────┘

@shlomodaari
Copy link

Hi @nemesisOsorio, Can you share with me what versions are affected?

@nemesisOsorio
Copy link
Member Author

Hi @nemesisOsorio, Can you share with me what versions are affected?

Apparently it is failing only in master branch

@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for merge label Mar 26, 2024
@mergify mergify bot added the auto merged label Mar 26, 2024
@mergify mergify bot merged commit d59518c into spinnaker:master Mar 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants