Update JmxEndpoint support so that the `@ManagedResource` annotation
is no longer required. This prevents both `EndpointMBeanExporter` and
the regular `AnnotationMBeanExporter` from both registering the bean.
Fixes gh-7813
See gh-6579
@ -72,7 +73,10 @@ public class AuditEventsJmxEndpoint extends AbstractJmxEndpoint {
@@ -72,7 +73,10 @@ public class AuditEventsJmxEndpoint extends AbstractJmxEndpoint {
@ -253,8 +256,8 @@ public class EndpointMBeanExporter extends MBeanExporter
@@ -253,8 +256,8 @@ public class EndpointMBeanExporter extends MBeanExporter
@ -363,4 +366,19 @@ public class EndpointMBeanExporter extends MBeanExporter
@@ -363,4 +366,19 @@ public class EndpointMBeanExporter extends MBeanExporter