From 57375c6b03304e86ccaf1fbe1b4261baadcd15f5 Mon Sep 17 00:00:00 2001 From: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:25:59 -0500 Subject: [PATCH] Replace DefaultKeyGenerator with SimpleKeyGenerator DefaultKeyGenerator has been deprecated and replaced with SimpleKeyGenerator Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> --- .../resources/org/springframework/cache/config/spring-cache.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd b/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd index e72012c6bfa9..84db378a8701 100644 --- a/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd +++ b/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd @@ -75,7 +75,7 @@ The bean name of the KeyGenerator that is to be used to retrieve the backing caches. This attribute is not required, and only needs to be specified - explicitly if the default strategy (DefaultKeyGenerator) is not sufficient. + explicitly if the default strategy (SimpleKeyGenerator) is not sufficient. ]]>