Skip to content
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

Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler #33371

Closed
simonbasle opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@simonbasle
Copy link
Contributor

In findInCaches, if the return type is a CompletableFuture but a cache get returns null, the execution falls through to the reactiveCachingHandler.

It should instead continue onto the next cache in the context (if any).

@simonbasle simonbasle added the type: bug A general bug label Aug 12, 2024
@simonbasle simonbasle added this to the 6.1.12 milestone Aug 12, 2024
@simonbasle simonbasle self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant