2653 Commits (bb93f5967f2286fb9674b0374031d9d75f07e212)
 

Author SHA1 Message Date
Mark Fisher 22e1305cf0 updated reference documentation now that the <executor/> and <scheduler/> element's 'size' attribute has been renamed to 'pool-size' 15 years ago
Mark Fisher 80ac130dfe Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 15 years ago
Arjen Poutsma cafc106ccc Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 15 years ago
Juergen Hoeller 72f4572930 preparing for RC1 release 15 years ago
Juergen Hoeller e408cbeecd moved converter initialization code to constructor 15 years ago
Juergen Hoeller ea40fb9bcd all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well 15 years ago
Juergen Hoeller 9cb1338b94 all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well 15 years ago
Arjen Poutsma e49869ea78 SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException 15 years ago
Arjen Poutsma 5b12503c47 SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView) 15 years ago
Juergen Hoeller 6fe0e36fe0 polishing 15 years ago
Juergen Hoeller ce4e3784d1 updated dependencies 15 years ago
Juergen Hoeller 39a97a61af resolve handler bean name early; validate header conditions as well 15 years ago
Juergen Hoeller aec2bc097e polishing 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Arjen Poutsma 04fa5d4b99 SPR-6093 - MVC Annotation Inheritance 15 years ago
Mark Pollack d8245c800b Add minimal doc for JSR 330 support. 15 years ago
Mark Pollack 7ae8be05d1 SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single 15 years ago
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
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