mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
To ensure an MBeanServer is available when needed you have to look in JNDI before resorting to the JDK platform factory. I had to copy some private code from Spring, but it seems worth it. Fixes gh-1092