1497 Commits (c9a87de1410fd5026cf6b9031b3d363fe89713ee)
 

Author SHA1 Message Date
Arjen Poutsma f7bf6138f8 SPR-5808 - Make HttpMessageConverterExtractor top level class 16 years ago
Arjen Poutsma 59e41a270d SPR-5808 - Make HttpMessageConverterExtractor top level class 16 years ago
Arjen Poutsma 58d3e704bf SPR-5745 - Support lazy initialization within Jaxb2 OXM classes 16 years ago
Arjen Poutsma 1dc346a32c SPR-5802 - NullPointerException when using @CookieValue annotation 16 years ago
Keith Donald 6403107c08 Removed model parameterized type after review with juergen 16 years ago
Keith Donald 72e89510da added user values holder after review with juergen 16 years ago
Keith Donald 7c433712d1 remove unused field 16 years ago
Keith Donald be75a43c62 added web binder 16 years ago
Keith Donald 37eb0feb2b polish 16 years ago
Keith Donald 991f618a7d createUserValues factory method to Binder 16 years ago
Arjen Poutsma 332d2287da - Merged server-side REST into MVC chapter 16 years ago
Arjen Poutsma 0ab21795fb Javadoc 16 years ago
Thomas Risberg 268f04aac8 updated xxx-2.5.xsd references to 3.0 16 years ago
Thomas Risberg c9bcc771dc updated ORM coverage to provide <tx:advice> and @Transactional samples; removed ProxyFactoryBean example 16 years ago
Thomas Risberg 48e7c44c35 changed section ids so they don't clash with aop-spring.xml 16 years ago
Mark Pollack 278488d11e Documentation cleanup. 16 years ago
Keith Donald 503f69b960 polish 16 years ago
Keith Donald 71cbd982e3 separated interface from impl 16 years ago
Keith Donald 58e60fb844 polish 16 years ago
Keith Donald 78b4254d39 polish 16 years ago
Keith Donald 04115a4ff4 todo 16 years ago
Keith Donald a437fdfc7d binding result tracking 16 years ago
Juergen Hoeller a1f1717d03 added JAX-WS workaround for WebLogic 10.3 (SPR-5771) 16 years ago
Keith Donald 9a5c4cab72 polish 16 years ago
Juergen Hoeller 7158742f2a removed unnecessary JTA dependency 16 years ago
Juergen Hoeller 2e0f663092 @Configurable injection failure logged with refined message and without a full stacktrace (SPR-5752) 16 years ago
Juergen Hoeller 95a7ec6587 @ManagedResource is marked as inherited now, for generic management-aware base classes (SPR-3500) 16 years ago
Keith Donald 0cb28f5b41 javdoc 16 years ago
Keith Donald 5bef156258 removed binding failures - not yet needed 16 years ago
Keith Donald 065102bca9 date subpackage 16 years ago
Keith Donald b8b84f4f39 javado polish 16 years ago
Keith Donald 68631eb80d Added surpress warning unchecked 16 years ago
Keith Donald 65c90c56c0 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish 16 years ago
Keith Donald 534871e6f6 UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL 16 years ago
Christian Dupuis 8c65ed9e0b some updates to error reporting to let errors show up in STS 16 years ago
Mark Fisher df6ba69bc5 The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. 16 years ago
Mark Fisher c218b6c6c7 removed @Override annotations from interface methods 16 years ago
Mark Fisher 2c7463262c Initial commit of @Scheduled annotation and ScheduledAnnotationBeanPostProcessor. 16 years ago
Mark Fisher 6dd2ce940f fixed NPE on latch in test 16 years ago
Mark Fisher 044cc965c4 closing context at end of test methods 16 years ago
Mark Fisher ec6cea54bc Added tests for AsyncAnnotationBeanPostProcessor. 16 years ago
Mark Fisher 6c98e444fe Added tests for ExecutorBeanDefinitionParser. 16 years ago
Mark Fisher 59eaf97886 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. 16 years ago
Thomas Risberg f4e75deb0a added some additional tests (SPR-3322, SPR-5162) 16 years ago
Thomas Risberg 0d5c9c1b75 improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162) 16 years ago
Juergen Hoeller 81a8b8fd19 strict matching of named arguments 16 years ago
Juergen Hoeller 3426ad3781 prepared 3.0 versions of the remaining namespaces 16 years ago
Juergen Hoeller 53333c3ed0 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) 16 years ago
Keith Donald 0a0b10b2ff polish 16 years ago
Keith Donald a696d78bd1 polish 16 years ago