1973 Commits (e2093a841403eb23aae067aaf08a9004777e8ee9)
 

Author SHA1 Message Date
Juergen Hoeller e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 15 years ago
Juergen Hoeller ad492e906e PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792) 15 years ago
Juergen Hoeller 557dd1f1c4 initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding 15 years ago
Juergen Hoeller 49bf85baaa factored out common resolveTypeArgument(s) method to GenericTypeResolver 15 years ago
Juergen Hoeller b8c1130eec detect @Bean methods on registered plain bean classes as well (SPR-5795) 15 years ago
Juergen Hoeller 38110d35d2 polishing 15 years ago
Arjen Poutsma 501a1ea9af SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView 15 years ago
Mark Pollack bd098ce1db pom maintenance - sync with ivy.xml 15 years ago
Mark Fisher 616a48acc2 SPR-6142 AbstractMessageListenerContainer now accepts an implementation of the ErrorHandler strategy for handling any uncaught exceptions thrown while processing a Message. The default behavior is still to log at error-level only (no ErrorHandler). 15 years ago
Juergen Hoeller 33265eecbd polishing 15 years ago
Juergen Hoeller 9508f41a91 made InitDestroyAnnotationBeanPostProcessor's logger field transient (SPR-5962) 15 years ago
Juergen Hoeller d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) 15 years ago
Juergen Hoeller 64bf3b74b5 revised Hessian/Burlap exception clauses (SPR-5897) 15 years ago
Keith Donald 2bd30a49ad more tests 15 years ago
Keith Donald 7a6dafd5ad completed generic converter implementation 15 years ago
Juergen Hoeller ce800fb45a allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147) 15 years ago
Juergen Hoeller dc05ef6548 revised JBoss VFS support 15 years ago
Juergen Hoeller e56aa91bd7 "data.sql" instead of "test-data.sql" (SPR-6020) 15 years ago
Juergen Hoeller c802253402 "data.sql" instead of "test-data.sql" (SPR-6020) 15 years ago
Rob Harrop 2eb6f497a9 updated testing chapter of ref guide 15 years ago
Juergen Hoeller 6fc190ec25 AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872) 15 years ago
Keith Donald 438f128db6 todos 15 years ago
Keith Donald 187d025c19 map converters 15 years ago
Keith Donald 1ee4ac1b52 string to map converters 15 years ago
Mark Fisher dedecf7ae9 SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers. 15 years ago
Mark Fisher e2c36fd592 Updated the context module's .classpath file for Groovy 1.6.3 (from 1.5.1) 15 years ago
Keith Donald e6c3227d2d more generic converters 15 years ago
Keith Donald ed611be838 conversion utils helper for common code 15 years ago
Juergen Hoeller 871fc14fbb restored parent property to accept ConversionService instead of GenericConversionService 15 years ago
Juergen Hoeller 0698947e6d skip processing when no PlatformTransactionManager found (SPR-3955) 15 years ago
Keith Donald c693f216f1 Beefed up test suite 15 years ago
Keith Donald e9416db472 javadoc and final 15 years ago
Keith Donald 01e900c33a documented hooks 15 years ago
Keith Donald a6e28f4eb5 polish 15 years ago
Keith Donald 6ce33dba75 getConverter calls now throw exception and query parent 15 years ago
Arjen Poutsma 5faa4d90ac SPR-6130 - Be able to specify a default content type when no extension is used in ContentNegotiatingViewResolver 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Keith Donald fe525f5100 polish 15 years ago
Keith Donald 5bae005366 removed ignored test now that convert system has been revised 15 years ago
Keith Donald 17f7796d42 polish 15 years ago
Keith Donald cb54869726 collection to object 15 years ago
Keith Donald 67c02f6c35 generic converter revising 15 years ago
Jeremy Grelle 982ece595c SPR-5931 - Allow non-standard attributes in <form> tags 15 years ago
Juergen Hoeller 566eeba8ca specified excluded names matched against unprefixed FactoryBean names as well (SPR-5926) 15 years ago
Juergen Hoeller 9f75eb4f44 do not check for action exception in resource phase (SPR-6129) 15 years ago
Keith Donald fada151878 array to object 15 years ago
Keith Donald d37c5aba94 polish 15 years ago
Keith Donald 48bc060a77 collection and array merged into one 15 years ago
Keith Donald 2ca694350e array to collection conversion 15 years ago
Juergen Hoeller 6c4fb85753 marked JBoss VFS dependency as optional (SPR-6127) 15 years ago