You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: