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

Swap Guava Cache for a Spring CacheManager supported implementation #8

Open
dekobon opened this issue Oct 19, 2021 · 0 comments
Open

Comments

@dekobon
Copy link
Collaborator

dekobon commented Oct 19, 2021

The Java applications balance-reader and transaction-history use Guava for caching. However, since Guava's cache is manually instantiated it is not integrated into Spring's lifecycle there is no support for it in the liveness probes.

See: https://docs.spring.io/spring-boot/docs/1.5.22.RELEASE/reference/html/boot-features-caching.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant