Align expectations of various JMX configurations

They all want to create an MBeanServer and when that happens
user sees no MBeans, or sometimes just one set (Spring Core,
Spring Integration or Spring Boot). To harmonise them we
create a @Bean of type MBeanServer and link to it in the
other autoconfigs

Fixes gh-1046
This commit is contained in:
Dave Syer
2014-06-06 16:10:56 +01:00
parent 6f98c63ac0
commit 09200361de
9 changed files with 81 additions and 11 deletions

View File

@@ -1,2 +1,3 @@
logging.file: /tmp/logs/app.log
service.greeting: Hello
service.greeting: Hello
debug: true