mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
1a1d17e13a
This commit makes sure that the `unregister` order of registered application contexts has no incidence on the removal of the LiveBeansView MBean. Rather than using the last application context's name to compute the identity of the MBean to remove, the identity is stored when the MBean is created. This commit also adds missing tests. Issue: SPR-14848