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
Environment (please complete the following information):
Output of uname -a : Darwin Eduards-MacBook-Pro.local 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64
Output of java -version: openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-b06) OpenJDK 64-Bit GraalVM CE 19.3.1 (build 25.242-b06-jvmci-19.3-b07, mixed mode)
GraalVM version (if different from Java): graalvm-ce-java8-19.3.1
I was not able to reproduce the problem unfortunately. Would you be able to supply a minimal reproducer containing only the Spring Data JPA and cache stuff that exhibits the problematic behavior?
Describe the bug
When using CacheResult annotation on method performing several calls to SpringData repository the program is stuck.
Expected behavior
Everything works smoothly
Actual behavior
All threads are in Waiting state (dump)
To Reproduce
Steps to reproduce the behavior:
Configuration
Environment (please complete the following information):
uname -a
:Darwin Eduards-MacBook-Pro.local 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64
java -version
:openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-b06) OpenJDK 64-Bit GraalVM CE 19.3.1 (build 25.242-b06-jvmci-19.3-b07, mixed mode)
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T18:06:16+03:00)
The text was updated successfully, but these errors were encountered: