We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring boot 3.2 + java17, 项目中有自己实现的BeanPostProcessor,出现以下警告
2024-05-01 23:39:08.804 WARN 32473 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [permissionMetaCollector]? Check the corresponding BeanPostProcessor declaration and its dependencies. 2024-05-01 23:39:08.809 WARN 32473 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [permissionMetaCollector]? Check the corresponding BeanPostProcessor declaration and its dependencies. 2024-05-01 23:39:08.812 WARN 32473 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [permissionMetaCollector]? Check the corresponding BeanPostProcessor declaration and its dependencies.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spring boot 3.2 + java17, 项目中有自己实现的BeanPostProcessor,出现以下警告
The text was updated successfully, but these errors were encountered: