Commit 2bf9bc3
committed
Remove Guava cache support
This commit removes `GuavaCache` and support classes. Caffeine supersedes
the caching support in the Google Guava library with an actively maintained
Java 8+ version in standalone form.
As it is the only Guava feature Spring framework integrates with, this
commit removes effectively any reference to Guava.
Issue: SPR-137971 parent 7e783dd commit 2bf9bc3
File tree
9 files changed
+6
-699
lines changed- spring-context-support/src
- main/java/org/springframework/cache/guava
- test/java/org/springframework/cache/guava
- spring-context/src/main/java/org/springframework/cache/concurrent
- spring-expression/src/test/java/org/springframework/expression/spel
- src/asciidoc
9 files changed
+6
-699
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
612 | 611 | | |
613 | 612 | | |
614 | 613 | | |
615 | | - | |
616 | 614 | | |
617 | 615 | | |
618 | 616 | | |
| |||
Lines changed: 0 additions & 165 deletions
This file was deleted.
0 commit comments