Commit Graph

1360 Commits

Author SHA1 Message Date
Sam Brannen
20195eb66b JavaDoc typo 2009-06-12 09:29:24 +00:00
Arjen Poutsma
3ca8c9be17 SPR-5823 - JSON HttpMessageConverter 2009-06-12 07:53:53 +00:00
Juergen Hoeller
1242400789 marked several dependencies as optional (SPR-5820) 2009-06-11 21:59:07 +00:00
Keith Donald
04fa16b699 successes/failures impl 2009-06-11 21:00:19 +00:00
Keith Donald
75c7a7aeeb polish 2009-06-11 20:56:47 +00:00
Thomas Risberg
f70d14e2c2 added support to SimpleJdbcInsert for including synonyms when table metadata is retrieved; this only applies to Oracle (SPR-4782) 2009-06-11 20:54:09 +00:00
Keith Donald
1d6a3e5360 bind and validate lifecycle initial commit 2009-06-11 20:29:01 +00:00
Keith Donald
8998228fac formatter registry 2009-06-11 19:03:43 +00:00
Mark Pollack
d89c8e5ea4 Internal formatting changes introduced only by XmlMind editor, mostly changing < to %lt; 2009-06-11 18:15:55 +00:00
Andy Clement
6875df28d9 change from string compare to code compare for Spel exceptions 2009-06-11 16:18:13 +00:00
Andy Clement
69e48828cc change from SpelMessages to SpelMessage. Changed exception getter to getMessageCode() from getMessageUnformatted 2009-06-11 16:17:44 +00:00
Keith Donald
b9b893f868 annotation factory for currency format is overkill 2009-06-11 14:21:19 +00:00
Keith Donald
dcb3448748 javadoc 2009-06-11 14:15:52 +00:00
Arjen Poutsma
f7bf6138f8 SPR-5808 - Make HttpMessageConverterExtractor top level class 2009-06-11 09:51:45 +00:00
Arjen Poutsma
59e41a270d SPR-5808 - Make HttpMessageConverterExtractor top level class 2009-06-11 09:35:56 +00:00
Arjen Poutsma
58d3e704bf SPR-5745 - Support lazy initialization within Jaxb2 OXM classes 2009-06-11 09:20:29 +00:00
Arjen Poutsma
1dc346a32c SPR-5802 - NullPointerException when using @CookieValue annotation 2009-06-11 08:53:56 +00:00
Keith Donald
6403107c08 Removed model parameterized type after review with juergen 2009-06-10 20:44:35 +00:00
Keith Donald
72e89510da added user values holder after review with juergen 2009-06-10 20:36:43 +00:00
Keith Donald
7c433712d1 remove unused field 2009-06-10 14:42:42 +00:00
Keith Donald
be75a43c62 added web binder 2009-06-10 14:38:59 +00:00
Keith Donald
37eb0feb2b polish 2009-06-10 13:43:22 +00:00
Keith Donald
991f618a7d createUserValues factory method to Binder 2009-06-10 13:38:24 +00:00
Arjen Poutsma
332d2287da - Merged server-side REST into MVC chapter
- Merged client-side REST into Remoting chapter
- Removed sections about Controller interface, in favor of @Controller
- Updated samples to be more 'RESTful'
2009-06-10 11:09:39 +00:00
Arjen Poutsma
0ab21795fb Javadoc 2009-06-10 10:36:06 +00:00
Thomas Risberg
268f04aac8 updated xxx-2.5.xsd references to 3.0 2009-06-09 23:39:37 +00:00
Thomas Risberg
c9bcc771dc updated ORM coverage to provide <tx:advice> and @Transactional samples; removed ProxyFactoryBean example 2009-06-09 23:30:36 +00:00
Thomas Risberg
48e7c44c35 changed section ids so they don't clash with aop-spring.xml 2009-06-09 23:28:54 +00:00
Mark Pollack
278488d11e Documentation cleanup.
Move classic aop-api chapter to appendix
Move JMS 1.0.2 related documentation to appendix
Remove references to Commons Annotations and source level metadata abstraction
Fix program highlighting issue in beans.xml
2009-06-09 21:29:53 +00:00
Keith Donald
503f69b960 polish 2009-06-09 20:14:17 +00:00
Keith Donald
71cbd982e3 separated interface from impl 2009-06-09 19:27:13 +00:00
Keith Donald
58e60fb844 polish 2009-06-09 19:02:44 +00:00
Keith Donald
78b4254d39 polish 2009-06-09 18:59:44 +00:00
Keith Donald
04115a4ff4 todo 2009-06-09 15:30:40 +00:00
Keith Donald
a437fdfc7d binding result tracking 2009-06-09 15:21:34 +00:00
Juergen Hoeller
a1f1717d03 added JAX-WS workaround for WebLogic 10.3 (SPR-5771) 2009-06-09 14:16:18 +00:00
Keith Donald
9a5c4cab72 polish 2009-06-08 20:42:09 +00:00
Juergen Hoeller
7158742f2a removed unnecessary JTA dependency 2009-06-08 17:39:43 +00:00
Juergen Hoeller
2e0f663092 @Configurable injection failure logged with refined message and without a full stacktrace (SPR-5752) 2009-06-08 15:54:00 +00:00
Juergen Hoeller
95a7ec6587 @ManagedResource is marked as inherited now, for generic management-aware base classes (SPR-3500) 2009-06-08 15:38:55 +00:00
Keith Donald
0cb28f5b41 javdoc 2009-06-08 05:06:37 +00:00
Keith Donald
5bef156258 removed binding failures - not yet needed 2009-06-08 04:28:36 +00:00
Keith Donald
065102bca9 date subpackage 2009-06-08 04:22:10 +00:00
Keith Donald
b8b84f4f39 javado polish 2009-06-08 04:09:31 +00:00
Keith Donald
68631eb80d Added surpress warning unchecked 2009-06-07 21:24:33 +00:00
Keith Donald
65c90c56c0 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish 2009-06-07 21:22:37 +00:00
Keith Donald
534871e6f6 UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL 2009-06-06 19:13:27 +00:00
Christian Dupuis
8c65ed9e0b some updates to error reporting to let errors show up in STS 2009-06-06 07:59:26 +00:00
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. 2009-06-06 02:11:39 +00:00
Mark Fisher
c218b6c6c7 removed @Override annotations from interface methods 2009-06-06 02:02:18 +00:00