886 Commits (b04987ccc37985eae59a2b5cc19a1c6ea5d6c844)

Author SHA1 Message Date
Keith Donald d7a8d499be long style formatting tests 15 years ago
Juergen Hoeller 6635a5d96d @ManagedBean coverage in javadoc 15 years ago
Juergen Hoeller cb9619f62b support @ManagedBean for name retrieval in AnnotationBeanNameGenerator as well; support @ManagedBean and @Named for direct use only 15 years ago
Juergen Hoeller 3cfac84bff updated javadoc (SPR-6546) 15 years ago
Juergen Hoeller dc6c1dc727 MBeanExporter detects FactoryBean-exported resources independent from declaration order 15 years ago
Juergen Hoeller db6e807421 removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class) 15 years ago
Juergen Hoeller 9d2f7934de fixed non-Lifecycle-FactoryBean with exposed Lifecycle object case (SPR-6545) 15 years ago
Juergen Hoeller 35354ad520 polishing 15 years ago
Juergen Hoeller 42c7be4590 SmartLifecycle retrieval fix, properly taking FactoryBeans into account (SPR-6545) 15 years ago
Juergen Hoeller a0c4d2c13c detect Lifecycle-implementing FactoryBeans as well (SPR-6545) 15 years ago
Juergen Hoeller b497f6ccad fixed JSR-303 Validator delegation code (SPR-6557) 15 years ago
Juergen Hoeller 859f422cbf component scanning autodetects the new EE 6 "javax.annotation.ManagedBean" stereotype 15 years ago
Juergen Hoeller 77f07da49d autodetect GlassFish V3 as well (SPR-6152) 15 years ago
Juergen Hoeller 2ce5090d00 polishing 15 years ago
Juergen Hoeller 8334a03e03 added "converters" property to FormattingConversionServiceFactoryBean as well 15 years ago
Juergen Hoeller 8b0a4921d9 removed unnecessary logging 15 years ago
Costin Leau 74022861c5 SPR-6492 15 years ago
Chris Beams 481dd31006 Renamed tests for AnnotationConfig[Web]ApplicationContext; added tests for scan() and register() methods. 15 years ago
Juergen Hoeller 736c7212db SmartLifecycle beans will get auto-started on demand even if marked as lazy-init (SPR-6515) 15 years ago
Juergen Hoeller 93b17042a2 SmartLifecycle beans will get auto-started on demand even if marked as lazy-init (SPR-6515) 15 years ago
Juergen Hoeller e65ba99e23 use varargs for scan method as well 15 years ago
Costin Leau 95ddeff17d SPR-6492 15 years ago
Costin Leau 085aecd51f SPR-6492 15 years ago
Juergen Hoeller 5fdc29f152 polishing 15 years ago
Juergen Hoeller 1d005e12af fail when @DateTimeFormat is being used without JodaTime on the classpath (SPR-6508) 15 years ago
Arjen Poutsma 231c8337d2 SPR-6529 - DateTimeFormatAnnotationFormatterFactory calls String.isEmpty(), which exists only in JDK1.6+ 15 years ago
David Syer 1202f67cc8 SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that 15 years ago
David Syer 0400ccc11f SPR-5327: tidy up aopalliance dependency 15 years ago
Juergen Hoeller e161c93f8d full support for formatters on array/collection elements (SPR-6504) 15 years ago
Juergen Hoeller 388edd7aaa lenient property name casing, beyond standard JavaBeans conventions (SPR-6491) 15 years ago
Juergen Hoeller 0a36596468 do not register default formatters for Date and Calendar (requiring explicit use of @DateTimeFormat there) 15 years ago
Juergen Hoeller 73a75220a8 do not register a default NumberFormatter (SPR-6490) 15 years ago
Juergen Hoeller ac3a1d9132 added since tag 15 years ago
Juergen Hoeller 0b577dd558 fixed dependencies 15 years ago
Juergen Hoeller 69124f9392 JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors; SPR-6407) 15 years ago
David Syer 1a06b6a0ab SPR-5327: tidy up Maven dependencies (keeping commons-logging) 15 years ago
Juergen Hoeller 666700f7f3 constructor arguments can be overridden by name in child bean definitions (SPR-6463) 15 years ago
Keith Donald 0be6473316 javadoc polishing--named Parser String arg name to 'text' 15 years ago
Mark Fisher a64f0f1ebe Added tests for the DefaultLifecycleProcessor and a custom "lifecycleProcessor" bean. 15 years ago
Mark Fisher b444220564 SPR-5507 When determining start/stop order, the DefaultLifecycleProcessor checks for the new Phased interface rather than SmartLifecycle now. 15 years ago
Mark Fisher 5e1c00ceb2 SPR-5507 Factored out the Phased interface. 15 years ago
Keith Donald 18c63f70c4 polishing 15 years ago
Juergen Hoeller f751acea12 fixed tests 15 years ago
Juergen Hoeller 7e5106d1ac FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService 15 years ago
Juergen Hoeller a1916ca765 polishing 15 years ago
Juergen Hoeller d6197b743d clarified double role of id property 15 years ago
Juergen Hoeller 973fb6ce40 updated to Groovy 1.6.5 15 years ago
David Syer e10161182b RESOLVED - issue SPR-6444: TaskExecutor not initialized in task namespace 15 years ago
Juergen Hoeller bb97ca32c4 added configurable "autoGrowNestedPaths" property to DataBinder (SPR-6430) 15 years ago
Juergen Hoeller da2ddca34c fixed LifecycleProcessor lookup in a Spring Dynamic Modules context (SPR-6356); moved ConversionService lookup to prepareBeanFactory 15 years ago