Update from 5.3.2 to 5.3.3 (via Spring Boot Update from 2.3.4 to 2.3.5) **Describe the bug** Metrics for channels etc. are not provided by Prometheus endpoint `/actuator/prometheus` anymore. **To Reproduce** Metrics are missing if ``` @Bean public MeterRegistry meterRegistry(PrometheusMeterRegistry registry) { return registry; } ``` is not present (config/ApplicationConfiguration.java). The bean must be added explicit after update to 5.3.3 to enable metrics again. **Expected behavior** Not yes sure. **Sample** A almost simple sample is from a presentation [demo](https://github.com/agebhar1/slides-202005-lej-software-crafter-eip-lightning/tree/master/demo)