Merge branch '1.4.x' into 1.5.x

pull/7807/head
Stephane Nicoll 8 years ago
commit a90a73d1ac

@ -73,10 +73,10 @@ public class CacheManagerCustomizers {
customizer.customize(cacheManager); customizer.customize(cacheManager);
} }
catch (ClassCastException ex) { catch (ClassCastException ex) {
// Possibly a lambda-defined listener which we could not resolve the generic // Possibly a lambda-defined customizer which we could not resolve the generic
// event type for // event type for
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug("Non-matching transaction manager type for customizer: " logger.debug("Non-matching cache manager type for customizer: "
+ customizer, ex); + customizer, ex);
} }
} }

Loading…
Cancel
Save