We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like ConfigurationServiceProvider have been removed as part of this PR, but there are a few left-overs:
ConfigurationServiceProvider
The text was updated successfully, but these errors were encountered:
Good catch, it was mostly an internal component, will fix the docs.
Sorry, something went wrong.
I'm looking for a way to replace those lines: https://github.com/Apicurio/apicurio-registry/blob/e4f48bae6ab0e434e8e4b59525632b0afd888e4a/operator/controller/src/test/java/io/apicurio/registry/operator/it/ITBase.java#L170-L172
which are similar to the test infrastructure of Keycloak, cc. @shawkins
I'm looking for a way to replace those lines: https://github.com/Apicurio/apicurio-registry/blob/e4f48bae6ab0e434e8e4b59525632b0afd888e4a/operator/controller/src/test/java/io/apicurio/registry/operator/it/ITBase.java#L170-L172 which are similar to the test infrastructure of Keycloak, cc. @shawkins
you can just simply use the override param when creating the operator. See changes in docs :)
csviri
Successfully merging a pull request may close this issue.
Bug Report
Seems like
ConfigurationServiceProvider
have been removed as part of this PR, but there are a few left-overs:The text was updated successfully, but these errors were encountered: