-
Notifications
You must be signed in to change notification settings - Fork 219
feat: retrieve ConfigurationService from ConfigurationServiceProvider #1010
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
Conversation
6a5a3e3
to
c33cdd1
Compare
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/Controller.java
Outdated
Show resolved
Hide resolved
Does this help with quarkus extension too? or the point is just to have a global config serivce? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM , just 1 minor comment
If we decide to go along with this work, we will probably need a JUnit extension to always reset the ConfigurationServiceProvider before and after each test automatically.
I'm not sure yet… It started with the idea that it would help but I need to try it out… |
f283b06
to
aadba2b
Compare
Kudos, SonarCloud Quality Gate passed! |
Depends on #1013