-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
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
BeanPostProcessorChecker warning due to missing infrastructure role on ProxyTransactionManagementConfiguration #24508
Comments
It does appear to be that |
Discussing with @jhoeller we trace it down to a regression in Spring Framework. Moving to the Spring Framework issue tracker. |
This should effectively be covered by the consistency measures in #24508. Kept around as a separate ticket since it constitutes a regression in the 5.2 line, to be reopened if these measures turn out to be insufficient. |
Guys, I am facing the exact issue with Spring boot 3.2.5 , not sure how to fix this. Sharing the exact stack_trace @mbhave how did you solve this one? |
I'm not sure if this is the right place to log this issue, but thought I would start here.
When
@EnableRetry
is added to a Boot application also usingspring-boot-actuator
, the following occurs:The same is also true when adding
spring-boot-starter-jdbc
along withspring-boot-actuator
.It appears that the
MeterRegistryPostProcessor
is causing some Advisors and other beans to be initialized early.This initializr generated application shows the
ProxyTransactionmanagementConfiguration
message during startup.Adding
@EnableRetry
and the following will cause theRetryConfiguration
message during startup.The text was updated successfully, but these errors were encountered: