mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Add a test to JmxAutoConfigurationTests which verifies that @EnableIntegrationMBeanExport can be used on a @Configuration class to customize the default domain used for MBeans created by Spring Integration. See https://jira.spring.io/browse/SPR-12128. Closes gh-1451