Properly guard cache statistics providers
Previously, a `NoClassDefFoundError` could be thrown if EhCache or Guava is on the classpath without `spring-context-support` as the respective cache statistics provider both needs the implementation and the spring abstraction implementation. The `@ConditionalOnClass` definition has been updated to properly guard those beans. Closes gh-3960pull/4069/head
parent
0d1729cb65
commit
623fcfeff1
Loading…
Reference in New Issue