1985 Commits (cd1df84d7d59af6661648820dce8ffc6b800b58c)
 

Author SHA1 Message Date
Juergen Hoeller cd1df84d7d removed slf4j dependency (not used in Spring itself; SPR-6119) 15 years ago
Juergen Hoeller 34d2a69a82 removed separate placeholder test class 15 years ago
Juergen Hoeller 60acaf5671 updated dependencies 15 years ago
Juergen Hoeller 5c1b0e6caf removed classes which are not used in 3.0 yet 15 years ago
Juergen Hoeller a59d205b36 removed 3.1 feature classes 15 years ago
Juergen Hoeller 2781b876d2 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller 8eca898d44 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils 15 years ago
Juergen Hoeller c761082eea added simplest possible ExpressionEvaluator 15 years ago
Juergen Hoeller 89aa13e8e5 removed Apache JSTL references completely 15 years ago
Juergen Hoeller 0463c612b5 removed Apache JSTL references completely 15 years ago
Juergen Hoeller 811e9fc043 consistent dependencies 15 years ago
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