-
-
Notifications
You must be signed in to change notification settings - Fork 528
Spring-boot 1, warning about bean creation - CacheOrGroupedOpenApiCondition #689
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
Comments
Seems you have disabled the cache for your case: you didn't mention that |
Thank you @bnasslahsen. Sorry for late response. |
Or maybe you enabled the groups? |
Yes, groups are enabled! |
Yeah, this explains the reason: BeanFactoryPostProcessor is enabled if CacheOrGroupedOpenApiCondition is met. |
Then it's clear. Thanks for fixing @bnasslahsen |
Describe the bug
The logs of start-up contain a warning
To Reproduce
Spring Boot OpenApi 1.3.9
Spring Boot 1.5.13.RELEASE
Boot the app.
Expected behavior
The text was updated successfully, but these errors were encountered: