You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few @ConditionalOnProperty annotations that check for "spring.jmx" with matchIfMissing = true (e.g. org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration).
Since commit ce9626dJmxAutoConfiguration does not have matchIfMissing, so I wonder if we should align all our conditions.
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Review @ConditionalOnProperty with spring.jmx.enabled
Several auto-configurations are creating JMX beans unessarily
Jan 8, 2025
We have a few
@ConditionalOnProperty
annotations that check for"spring.jmx"
withmatchIfMissing = true
(e.g.org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
).Since commit ce9626d
JmxAutoConfiguration
does not havematchIfMissing
, so I wonder if we should align all our conditions.The text was updated successfully, but these errors were encountered: