mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Allow Cassandra JMX reporting to be configured via a property, and disable it by default since it won't work with Dropwizard metrics 4. Also update some of our own tests to explicitly disable it. Closes gh-14778