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
Hi, I think there is a bug in the interceptors documentation at: https://github.com/smallrye/smallrye-config/blob/1.8.0/doc/modules/ROOT/pages/interceptors/interceptors.adoc#built-in-interceptors
It says:
None of the interceptors is registered by default.
But the default Config adds all the awesome new stuff. See: io.smallrye.config.SmallRyeConfigFactory.Default.
io.smallrye.config.SmallRyeConfigFactory.Default
configProviderResolver.getBuilder().forClassLoader(classLoader) .addDefaultSources() .addDefaultInterceptors() .addDiscoveredSources() .addDiscoveredConverters() .addDiscoveredInterceptors() .build();
The text was updated successfully, but these errors were encountered:
Thanks! I guess I forgot to change it. I'll fix it.
Sorry, something went wrong.
Fix for smallrye#314. Wrong documentation on default interceptors.
360f960
Fix for #314. Wrong documentation on default interceptors. (#315)
8f45017
Successfully merging a pull request may close this issue.
Hi, I think there is a bug in the interceptors documentation at:
https://github.com/smallrye/smallrye-config/blob/1.8.0/doc/modules/ROOT/pages/interceptors/interceptors.adoc#built-in-interceptors
It says:
But the default Config adds all the awesome new stuff. See:
io.smallrye.config.SmallRyeConfigFactory.Default
.The text was updated successfully, but these errors were encountered: