-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Using Spring Boot
2.1.6.RELEASE, I get this warning
Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$efb8db88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
I checked ProxyTransactionManagementConfiguration
in your code and it does not contains any @Autowired
. But the strange fact is that if I select the branch v2.1.6.RELEASE
, no file ProxyTransactionManagementConfiguration
exists.
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid