Files
spring-boot/spring-boot-project
Andy Wilkinson c6ce97b8a9 Disable all mappings endpoint infra when endpoint is unavailable
Previously, when the mappings endpoint was not available, the beans
that provide mapping descriptions were still created. This resulted
in unnecessary CPU and memory usage collecting and storing
information that would never by used.

This commit updates the auto-configuration for the mappings endpoint
so that all the beans that it creates are conditional on the endpoint
being available, rather than only the endpoint bean itself.

Closes gh-23977
2021-01-18 15:43:48 +00:00
..
2021-01-17 17:04:22 +01:00
2021-01-13 11:14:58 +00:00
2021-01-15 16:51:27 +01:00
2021-01-15 14:14:33 +01:00