Review @ConditionalOnProperty with spring.jmx.enabled #43706
Labels
for: team-meeting
An issue we'd like to discuss as a team to make progress
status: waiting-for-triage
An issue we've not yet triaged
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: