spring-framework/org.springframework.context
Chris Beams 110b032ad9 IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
All tests in ImportedConfigurationClassEnhancementTests now pass.  The fix was simple - imported @Configuration class bean definitions were not getting marked with the attribute that indicates that they are indeed @Configuration class bean definitions.  To make this happen, ConfigurationClassPostProcessor's protected checkConfigurationClassCandidate(beanDef) method is being called from within ConfigurationClassBeanDefinitionReader when imported @Configuration classes are being processed.  This is quick and dirty, and the subsequent check-in will refactor the solution appropriately.
2010-01-29 20:55:03 +00:00
..
.settings Additional tests rounding out @ImportXml coverage 2009-11-07 03:53:58 +00:00
src IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 2010-01-29 20:55:03 +00:00
.classpath SPR-6492 2009-12-09 10:57:54 +00:00
.project SPR-6158: Initial implementation and tests for @ImportXml 2009-11-07 00:32:40 +00:00
.springBeans Resolved SPR-6602, relating to FactoryBean behavior in @Configuration classes. See issue and code comments for full details. 2010-01-18 08:54:45 +00:00
build.xml Added more modules 2008-10-21 08:04:24 +00:00
context.iml SPR-6492 2009-12-09 10:57:54 +00:00
ivy.xml SPR-6492 2009-12-09 10:57:54 +00:00
pom.xml SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
template.mf extended CGLIB version range (SPR-6400) 2009-11-21 00:30:50 +00:00