Closed
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.