spring-boot/spring-boot-autoconfigure
Stephane Nicoll 00af1f5c10 Flag main MbeanExporter `@Primary`
When the actuator is enabled, Spring Boot provides two `MBeanExporter`
bean definitions: a general purpose one and a dedicated one for Actuator
endpoints.

This commit flag the general purpose one `@Primary` so that component
can safely inject it by type if necessary. In particular, this fix the
doc of the `JmxMetricWriter`.

Closes gh-4007
2015-10-12 11:43:16 +02:00
..
src Flag main MbeanExporter `@Primary` 2015-10-12 11:43:16 +02:00
pom.xml Log warning for template folder not found problems 2015-10-02 15:37:39 -07:00