Skip to content

Fix faulty BeanPostProcessorChecker logs with @EnableCaching [SPR-16896] #21435

@spring-projects-issues

Description

@spring-projects-issues

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)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions