-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Perform failure analysis when a unique CacheManager bean cannot be found #13348
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
As this is throwing an |
Closing in favour of PR #13916 |
Blocked on this issue. |
I believe that this issue can be unblocked as the referenced issue has been fixed in
Looking at |
I guess we're still blocked until we've upgraded to Framework 6.2. I'll move this into 3.x though. |
The failure analys has been relaxed as discussed above. Strictly speaking, spring-projects/spring-framework#33305 is required to try it against the cache manager use case and we'll update to the snapshot soon. |
Uh oh!
There was an error while loading. Please reload this page.
My Spring Boot application failed today:
I kinda understand what happened, but a proper
FailureAnalyzer
which could tell me where those multipleCacheManagers
were defined would be of great help :)The text was updated successfully, but these errors were encountered: