Skip to content

Revert use of async Caffeine cache#811

Merged
pditommaso merged 5 commits intomasterfrom
revert-caffeine-async
Mar 31, 2025
Merged

Revert use of async Caffeine cache#811
pditommaso merged 5 commits intomasterfrom
revert-caffeine-async

Conversation

@pditommaso
Copy link
Copy Markdown
Collaborator

This PR reverts the use of Caffeine async cache. The use of async is not needed anymore sync starting of Java 24 virtual thread works properly with synchronised blocks

Close #747

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso force-pushed the revert-caffeine-async branch from 9136173 to f9b3b4d Compare March 31, 2025 21:11
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso merged commit 95fb320 into master Mar 31, 2025
1 check passed
@pditommaso pditommaso deleted the revert-caffeine-async branch March 31, 2025 21:33
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

Successfully merging this pull request may close these issues.

Revert the use of async cache to Caffeine (sync) cache

1 participant