You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see when we startup that Spring Transactions are being brought in.
20:27:00.823 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$407dba36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
We don't use them by default so should exclude the dependency in build.gradle.
The text was updated successfully, but these errors were encountered:
You can see when we startup that Spring Transactions are being brought in.
20:27:00.823 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$407dba36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
We don't use them by default so should exclude the dependency in build.gradle.
The text was updated successfully, but these errors were encountered: