Disable JMX Integration support if necessary
This commit fixes `IntegrationAutoConfiguration` to actually rely on the auto-configured `MBeanServer` rather than attempting to create it again. If JMX support is disabled, no attempt to register integration-related MBeans is made. Closes gh-5309
Showing
Please register or sign in to comment