-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
Stéphane Nicoll opened SPR-16896 and commented
When @EnableCaching
is used in an application, BeanPostProcessorChecker
issues an info log for infrastructure config
2018-06-04 14:22:41.511 INFO --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$5439ed96] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-06-04 14:22:41.528 INFO --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.jcache.config.ProxyJCacheConfiguration' of type [org.springframework.cache.jcache.config.ProxyJCacheConfiguration$$EnhancerBySpringCGLIB$$2d6f79f6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
Affects: 4.3.17, 5.0.6
Backported to: 4.3.18
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug