761 Commits (cfbc5224e3c89aaed4243ac249618def82e6e3cc)

Author SHA1 Message Date
Juergen Hoeller 0444ab236a fixed TypeDescriptor toString for MethodParameter annotations (SPR-6924) 15 years ago
Juergen Hoeller 9ede9fe697 "conversionService" bean gets ignored if not of type ConversionService (SPR-6916) 15 years ago
Costin Leau 20a8039642 + improve template for spring-context so that the import-package is updated automatically 15 years ago
Chris Beams f25d2a9416 Removed hard-coded local path from .core/.classpath; removed duplicate asm entry in .context/.classpath 15 years ago
David Syer 1a351db6e0 Update Central POMs to 3.0.2 15 years ago
Juergen Hoeller 5063c6dd00 upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 15 years ago
Costin Leau 8d0bb00188 + make use or property placeholders inside template.mf 15 years ago
Juergen Hoeller 60ac239091 BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible (SPR-6849) 15 years ago
Juergen Hoeller 870507cc36 context-specific "conversionService" bean may refer to annotation-configured converter beans (SPR-6800) 15 years ago
Juergen Hoeller 9adb01a4a6 added PropertyPlaceholderConfigurer test 15 years ago
Juergen Hoeller cdee538129 fixed rendering of select options for multi-list (SPR-6799) 15 years ago
Juergen Hoeller 315c16de5f relaxed test conditions 15 years ago
Juergen Hoeller 09998b2434 relaxed test conditions 15 years ago
Juergen Hoeller 3db5a299bb canConvert checks Collection/Map element types as well (SPR-6564) 15 years ago
Juergen Hoeller cef44f6d53 made PersistenceAnnotationBeanPostProcessor's JNDI API references optional - for compatibility with Google App Engine (SPR-6679) 15 years ago
Juergen Hoeller 03e9e4568f avoid double closing in case of shutdown hook (SPR-6793) 15 years ago
Juergen Hoeller b670b19429 setAutoGrowNestedPaths throws an IllegalStateException if being called too late (SPR-6718) 15 years ago
Costin Leau a9386f5c79 SPR-5246 15 years ago
Chris Beams 0f7f749ada Updated Eclipse .classpath to aspectj 1.6.8 15 years ago
Juergen Hoeller 82178b8d93 ignore IllegalStateException when removing shutdown hook (SPR-6793) 15 years ago
Costin Leau 0fd4a45070 + upgrade to AspectJ 1.6.8 15 years ago
Costin Leau ac93b81a78 SPR-6794 15 years ago
Costin Leau 4f0876de39 SPR-6794 15 years ago
Costin Leau fab29dfee7 + add explicit dependency on commons-pool to prevent version 1.3 from being used (since it contains a memory leak) 15 years ago
Costin Leau 0224cbc3de SPR-6794 15 years ago
Juergen Hoeller 4d09809f17 ApplicationListeners will reliably get invoked through their proxy (if any) 15 years ago
Juergen Hoeller ce6f14bd8b refined addApplicationListener to work any time during the refresh phase 15 years ago
Juergen Hoeller d96a6914a8 ApplicationListeners will get detected lazily as well (e.g. on @Bean's concrete result); inner bean ApplicationListeners will be invoked through their proxy (if any) 15 years ago
Juergen Hoeller e3cdabfaac fixed MBeanExporter regression: do not try to expose abstract beans (SPR-6784) 15 years ago
Juergen Hoeller 56d2c9daf5 component-scan's scoped-proxy attribute applies to scope-annotated singleton beans as well (SPR-6683) 15 years ago
Juergen Hoeller 83c018a0b4 call processConfigBeanDefinitions lazily if postProcessBeanDefinitionRegistry hasn't been called 15 years ago
Juergen Hoeller a897e3f01f refined DefaultLifecycleProcessor's start/stop logging and stop exception handling (SPR-6769, SPR-6770) 15 years ago
Juergen Hoeller 59b8a139d7 JndiObjectFactoryBean explicitly only chooses public interfaces as default proxy interfaces (SPR-5869) 15 years ago
Juergen Hoeller 9c44f9252d fixed cron example (SPR-6772) 15 years ago
Juergen Hoeller 6070a498fe BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774) 15 years ago
Juergen Hoeller 6b2b5c4c23 introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor; @Configuration classes support definition of BeanFactoryPostProcessor beans as well (SPR-6455, SPR-6611) 15 years ago
Chris Beams fbd797e50b RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 15 years ago
Chris Beams 110b032ad9 IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 15 years ago
Chris Beams 5fdee47841 Unit test cornering bug SPR-6779, 'imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements' 15 years ago
Juergen Hoeller dd93a40e7a added test for expression re-evaluation 15 years ago
Juergen Hoeller 6fcca3cd93 accept Set<?> instead of Set<Object> (SPR-6742) 15 years ago
Juergen Hoeller 5abd3b99b9 fixed getPropertyTypeDescriptor to work for nested indexed property as well (SPR-6710) 15 years ago
Juergen Hoeller 95c695eb2f fixed BeanPostProcessor invocation for null bean (SPR-6700) 15 years ago
Chris Beams f82563fb6f polishing 15 years ago
Chris Beams 4c05eaeb16 Resolved SPR-6602, relating to FactoryBean behavior in @Configuration classes. See issue and code comments for full details. 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
Juergen Hoeller 1ff99f2569 MBeanClientInterceptor understands CompositeData/TabularData arrays (SPR-6548) 15 years ago
Juergen Hoeller 38cf127c8b mark spring-aop as required for spring-context (SPR-6578) 15 years ago
Mark Fisher 410dd0aa9f SPR-6670 @Scheduled now supports property placeholders for cron expressions. 15 years ago
Mark Fisher 1284086ffa SPR-6669 @Scheduled may now be used as a meta-annotation 15 years ago