Previously, one could only set the list of bean names to exclude from
auto-detection and there was no way to add additional bean names.
MBeanExporter now exposes a addExcludedBean method that can be invoked
during the initialization phase to add bean names to ignore.
Issue: SPR-12686
@ -643,6 +645,28 @@ public final class MBeanExporterTests extends AbstractMBeanServerTests {
@@ -643,6 +645,28 @@ public final class MBeanExporterTests extends AbstractMBeanServerTests {
@ -763,15 +787,15 @@ public final class MBeanExporterTests extends AbstractMBeanServerTests {
@@ -763,15 +787,15 @@ public final class MBeanExporterTests extends AbstractMBeanServerTests {