mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Update auto-configured `IntegrationMBeanExporter` to be created from a static method since it's a post-processor. Relevant injection now occurs by overriding the `afterSingletonsInstantiated()` method. Closes gh-45186