Commit Graph

21624 Commits

Author SHA1 Message Date
Arjen Poutsma
16843b3a07 Fixed usage of wrong TestBean package. 2009-01-23 11:57:58 +00:00
Scott Andrews
61b5428211 SPR-2733 Improvement for handling checkboxes in web forms (patch included)
Introduced default field prefix of '!', which can be overridden with WebDataBinder#setFieldDefaultPrefix.  If a field is otherwise not present, the default value is used for the field.  Field markers for the same field are ignored.
2009-01-23 00:03:33 +00:00
Scott Andrews
8e261e5833 SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib.
The form:options and form:radiobuttons tags will now render a set of options automatically if the bind target is an Enum and items are not otherwise specified.  The values of the enum are converted into form inputs where by default the form value is the enum's name() and the form label is the enum's toString().
2009-01-22 20:36:36 +00:00
Arjen Poutsma
ad2cc34b79 SPR-2581: Provide out of the box implementation of the thread scope 2009-01-22 15:41:29 +00:00
Arjen Poutsma
bf9ffe2d67 javadoc 2009-01-22 12:02:30 +00:00
Arjen Poutsma
becea6115e SPR-3360: util:property-path like functionality for the p-namespace 2009-01-22 12:01:25 +00:00
Arjen Poutsma
1b6c4929ad Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests 2009-01-22 11:41:14 +00:00
Scott Andrews
52d3440266 removing org.springframework.testsuite, subversive desided to commit the directory without prompting me... 2009-01-21 23:13:00 +00:00
Scott Andrews
1f770574b0 updating eclipse settings and classpaths 2009-01-21 23:02:43 +00:00
Scott Andrews
3bef38e8f8 2009-01-21 22:48:19 +00:00
Arjen Poutsma
7f7ff4ea9b Moved petclinic test configs to resource directory. 2009-01-21 22:26:48 +00:00
Arjen Poutsma
fe31de529b SPR-5326: HibernateClinic in PetClinic sample should use constructor-injection instead of field injection 2009-01-21 22:13:00 +00:00
Arjen Poutsma
f09db3a106 SPR-5335: manager.sh classpath for petclinic should be updated 2009-01-21 21:31:05 +00:00
Arjen Poutsma
60ce3eb12f SPR-5335: manager.sh classpath for petclinic should be updated 2009-01-21 21:04:15 +00:00
Arjen Poutsma
c7d1d3ccb8 SPR-5367: PathVariable mappings are greedy over hard coded mappings 2009-01-21 17:45:42 +00:00
Arjen Poutsma
5d5e41269b Added Pattern comparitor 2009-01-21 17:06:37 +00:00
Juergen Hoeller
61c9397c01 added M2 section to changelog 2009-01-20 18:49:13 +00:00
Juergen Hoeller
49ba677b64 introduced @CookieValue annotation 2009-01-20 18:32:24 +00:00
Juergen Hoeller
9dec670be4 consistent copies of mocks 2009-01-20 18:08:14 +00:00
Juergen Hoeller
8dbbb533f3 consistent copies of mocks 2009-01-20 18:01:51 +00:00
Juergen Hoeller
f0415306d5 consistent copies of mocks 2009-01-20 18:01:40 +00:00
Juergen Hoeller
76a6527c4c consistent copies of mocks 2009-01-20 18:01:26 +00:00
Ben Hale
5585526ad1 Upgraded spring-build 2009-01-20 11:06:48 +00:00
Juergen Hoeller
8af66c83ad consistent mock behavior 2009-01-19 23:35:42 +00:00
Juergen Hoeller
d950b56999 revised common handler method processing for Portlet 2.0 update 2009-01-19 23:34:41 +00:00
Juergen Hoeller
464c7eedf2 updated Spring Portlet MVC to Portlet API 2.0 2009-01-19 23:32:32 +00:00
Juergen Hoeller
76888e243f polishing 2009-01-19 22:07:25 +00:00
Arjen Poutsma
5948d05ee0 Removed generated classes from repo. 2009-01-16 09:28:54 +00:00
Ben Hale
6479966ac7 Added castor and jaxb2 to the oxm build 2009-01-15 14:45:15 +00:00
Arjen Poutsma
00734954bd Added test-classes to classpath, necessary for generated xmlbeans code 2009-01-15 11:26:21 +00:00
Arjen Poutsma
6d5e07f46a Added jaxb2 and castor tasks for Ben to play with. 2009-01-15 11:12:55 +00:00
Arjen Poutsma
7ec86ebd9e Enabled XMLBeans tests 2009-01-15 10:26:00 +00:00
Ben Hale
4206b69b60 Moved to the trunk spring-build version 2009-01-15 10:18:31 +00:00
Arjen Poutsma
c3fcab05f0 Enabled Jibx tests 2009-01-15 09:48:29 +00:00
Ben Hale
17fe9c9712 Updated spring-build 2009-01-14 16:45:03 +00:00
Ben Hale
b1d474193d Split the compile and test-compile macros. Added a pre-compile macro. 2009-01-14 16:29:33 +00:00
Arjen Poutsma
7b73830987 Added simple test for SPR-5365 2009-01-14 11:04:28 +00:00
Arjen Poutsma
1dec645383 Polish 2009-01-14 10:03:28 +00:00
Juergen Hoeller
7cdc195331 Portlet mocks support Portlet API 2.0 2009-01-14 09:34:07 +00:00
Juergen Hoeller
46f99640ee javadoc updates for 3.0 2009-01-14 09:29:30 +00:00
Juergen Hoeller
ce2c59ec84 Java 5 code style 2009-01-14 09:27:51 +00:00
Juergen Hoeller
b05d800205 added "processInjectionBasedOnServletContext" variant 2009-01-14 09:23:52 +00:00
Arjen Poutsma
e863f9a371 SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView 2009-01-13 10:41:26 +00:00
Arjen Poutsma
e966fd9605 - Removed GenericMarshaller & GenericUnmarshaller
- Made Marshaller and Unmarshaller generic
2009-01-12 16:43:52 +00:00
Arjen Poutsma
56bdfae39a Added oxm module 2009-01-09 13:34:00 +00:00
Ben Hale
c04dec1b15 Updated spring-build 2009-01-09 13:33:41 +00:00
Arjen Poutsma
fc06f9ba72 OXM is nearing completion 2009-01-09 12:48:19 +00:00
Arjen Poutsma
f2329cf426 Aded createStaxResult 2009-01-09 12:37:41 +00:00
Arjen Poutsma
8ce1f203ff Added generated classes for Castor. 2009-01-08 11:12:28 +00:00
Arjen Poutsma
ccd59ca088 Added StaxUtils, hidden StaxSource, StaxResult, and various other Stax-specific classes behind this utility class. 2009-01-07 16:20:40 +00:00