-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Changing Jakarta provide to BeanProvider
as it's lazy
#9779
Conversation
|
||
/** | ||
* Default constructor. | ||
* | ||
* @param resourceResolver The resource resolver | ||
*/ | ||
protected HttpConverterRegistrar(Provider<ResourceResolver> resourceResolver) { | ||
protected HttpConverterRegistrar(BeanProvider<ResourceResolver> resourceResolver) { |
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.
is this internal? If not need to keep the constructor, deprecate the old one and add @Inject
to this one
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.
Corrected. Those classes should be internal
/** | ||
* The constructor. | ||
* | ||
* @param resourceResolver The resource resolver |
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.
it misses @deprecated javadoc
SonarCloud Quality Gate failed. 0 Bugs 37.5% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.