diff --git a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java index 78794526a..236c4aa64 100644 --- a/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java +++ b/src/main/java/org/springframework/data/repository/core/support/RepositoryFactorySupport.java @@ -52,7 +52,7 @@ import org.springframework.util.ObjectUtils; */ public abstract class RepositoryFactorySupport implements BeanClassLoaderAware { - private static final Map REPOSITORY_INFORMATION_CACHE = new HashMap(); + private final Map REPOSITORY_INFORMATION_CACHE = new HashMap(); private final List postProcessors = new ArrayList(); private QueryLookupStrategy.Key queryLookupStrategyKey;