-
Notifications
You must be signed in to change notification settings - Fork 41.1k
IntegrationMbeanExporter is not eligible for getting processed by all BeanPostProcessors warnings are shown when using JMX #45186
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
Comments
@mira-silhavy Are you able to provide a sample that reproduces the problem? I've tried with our own |
@philwebb To reproduce this warning, you need to include the following dependency:
The second issue I noticed is that the ArchRule for BPP does not apply to IntegrationMBeanExporter, as it is not part of the Spring Boot codebase, and ClassResolver does not resolve interfaces for this type, which causes the assignableTo rule to not work. I created a PoC to address this issue, but it has not been thoroughly tested yet. (I don't have much experience with Gradle, so it could probably be fixed differently). |
Hi, I want to report that after updating to latest Spring Boot with Spring Integration module we're getting following warnings. We've managed to fix all our our code that triggered similar warnings, but there is nothing we can do about Spring own code.
IntegrationMbeanExporter
inIntegrationAutoConfiguration$IntegrationJmxConfiguration
The text was updated successfully, but these errors were encountered: