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(sql): Create SqlActiveExecutionsMonitor via autoconfiguration instead of @Component #3861

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

jonsie
Copy link
Contributor

@jonsie jonsie commented Aug 13, 2020

When this bean is created via @Component it fails to find the qualifier bean sqlExecutionRepository when qos is disabled. I can not say I really understand why. Now, the qualifier bean sqlExecutionRepository is found regardless of qos enabled/disabled.

…tead of @component

When this bean is created via @component it fails to find the qualifier bean sqlExecutionRepository when qos is disabled.  I can not say I really understand why.  Now, the qualifier bean sqlExecutionRepository is found regardless of qos enabled/disabled.
Copy link
Member

@robzienert robzienert left a comment

Choose a reason for hiding this comment

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

🤔 uh, huh.

@ajordens ajordens merged commit 03cddba into spinnaker:master Aug 13, 2020
KathrynLewis pushed a commit to KathrynLewis/orca that referenced this pull request Jan 31, 2021
…tead of @component (spinnaker#3861)

When this bean is created via @component it fails to find the qualifier bean sqlExecutionRepository when qos is disabled.  I can not say I really understand why.  Now, the qualifier bean sqlExecutionRepository is found regardless of qos enabled/disabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants