spring-framework/src
Chris Beams 0bd4dab4e3 Filter @Configuration classes out of LTW test
Moving @EnableMBeanExport and its MBeanExportConfiguration
@Configuration class into context.annotation caused a side effect with
ComponentScanningWithLTWTests, which component scans context.annotation
in order to test LTW behavior. Picking up MBeanExportConfiguration
without proper MBean configuration resulted in a NullPointerException
during test execution.

This commit simply filters out all @Configuration classes from the LTW
test's component-scanning directive.

Issue: SPR-8943
2012-10-26 15:47:11 +02:00
..
api Generate -sources and -javadoc jars 2012-01-31 14:32:16 +01:00
dist Update AbstractView with method to set content type 2012-10-22 17:23:57 -04:00
reference/docbook Close 'beans' tag in MVC namespace documentation 2012-10-22 09:56:07 -07:00
test Filter @Configuration classes out of LTW test 2012-10-26 15:47:11 +02:00