mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fixed MBeanExporter regression: do not try to expose abstract beans (SPR-6784)
This commit is contained in:
+2
@@ -23,4 +23,6 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="toBeIgnored" class="javax.management.DynamicMBean" abstract="true"/>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user