laywin commented on issue #6249: URL: https://github.com/apache/incubator-seata/issues/6249#issuecomment-1889663303
it seems just a warn, spring framework changed the log level, it used to be info. there is a BeanPostProcessorChecker which will log a warn if a not spring infrastructureBean bean is created before any BeanPostProcessor create. because the bean can't processed by all BeanPostProcesser. example: in xxAutoConfiguration, declare a BeanPostProcessor, there is a warn log for xxAutoConfiguration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
