Commit Graph

448 Commits

Author SHA1 Message Date
Chris Beams
46aabf0b65 Additional tests rounding out @ImportXml coverage 2009-11-07 03:53:58 +00:00
Juergen Hoeller
205b5a477b JSR-303 Validator will only register validation failures if no binding failure happened 2009-11-07 01:29:50 +00:00
Juergen Hoeller
a62068461f AbstractApplicationContext can also start up in case of system properties access failure 2009-11-07 01:09:02 +00:00
Keith Donald
fe4f41d33c default config for web binding initializer and formatting/conversion system w/ mvc namespace 2009-11-07 00:41:08 +00:00
Chris Beams
0a4463fb71 SPR-6158: Initial implementation and tests for @ImportXml 2009-11-07 00:32:40 +00:00
Keith Donald
b6ec4e30d9 javadoc polish 2009-11-05 17:48:54 +00:00
Keith Donald
d65454175d iso date time format tests 2009-11-05 17:18:54 +00:00
Keith Donald
a62b413be4 Renamed org.springframework.ui.format package to simply org.springframework.format package; 'ui' is not adding any value - it makes the package name longer and also discourages use of formatters outside in other "non ui" environments where localized formatting of field values is needed. 2009-11-05 15:21:22 +00:00
Keith Donald
f0de1c3069 revised matchable converter lookup algorithm; added conversion service bean container tests 2009-11-05 14:52:57 +00:00
Keith Donald
bc4d52a7e3 added date midnight 2009-11-05 05:24:50 +00:00
Keith Donald
ba0f1da96f more joda time formatting tests 2009-11-05 05:19:27 +00:00
Keith Donald
8a15486de3 fixed bug related to annotation driven formatting 2009-11-04 23:12:24 +00:00
Keith Donald
ff39bc376f formatting tests and polishing 2009-11-04 23:02:10 +00:00
Keith Donald
9ec337b736 joda time formatting tests 2009-11-04 22:53:26 +00:00
Keith Donald
0df1bac33c since 3.0 2009-11-04 17:33:09 +00:00
Keith Donald
9fdd11c89c polish 2009-11-04 17:25:37 +00:00
Keith Donald
ffbfa2992c polish 2009-11-04 17:07:25 +00:00
Keith Donald
0a78287a8f formatters now plugged into unified type conversion api with formatter specific registry spi 2009-11-04 00:08:47 +00:00
Keith Donald
470302ecc6 javadoc 2009-10-30 20:35:29 +00:00
Keith Donald
a2be2e15e9 polish; fixed failed tests 2009-10-30 19:19:27 +00:00
Keith Donald
913bc03a3b ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use 2009-10-30 18:44:40 +00:00
Thomas Risberg
471fbf7ebf added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764) 2009-10-30 17:11:26 +00:00
David Syer
a29253f2ca RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability
Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)
2009-10-27 13:38:29 +00:00
David Syer
3c9eed1c22 SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern 2009-10-26 22:37:04 +00:00
Sam Brannen
dc897e7b34 Polishing 2009-10-24 17:33:23 +00:00
Juergen Hoeller
8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 2009-10-23 17:46:16 +00:00
Juergen Hoeller
cf580f024a added first cut of getBean(Class) lookup method 2009-10-20 19:52:30 +00:00
Juergen Hoeller
94533976d0 full compliance with the JSR-330 TCK 2009-10-20 18:18:25 +00:00
Keith Donald
e4f50f5b73 SPR-6245 bean wrapper copy constructor not copying all state 2009-10-19 01:06:44 +00:00
Keith Donald
2fe6003923 SPR-6199 2009-10-19 00:13:30 +00:00
Keith Donald
0e4064fecc added null handling, fixed bug relating to conversion of non-generic collections 2009-10-18 22:20:53 +00:00
Keith Donald
9584a81687 conditional mapping 2009-10-17 05:33:04 +00:00
Keith Donald
f63c3d5313 polish 2009-10-17 04:03:56 +00:00
Keith Donald
a221fb5718 MapperFactory and MapperBuilder config API 2009-10-16 22:44:54 +00:00
Keith Donald
3fb3549997 polish 2009-10-15 15:49:26 +00:00
Juergen Hoeller
e99cda3739 updated to final versions of JSR-330 and JSR-303 APIs 2009-10-15 14:31:41 +00:00
Keith Donald
64ded0484e polish 2009-10-15 00:38:18 +00:00
Keith Donald
402f0924da polish 2009-10-15 00:36:31 +00:00
Keith Donald
66d901b9fe naming improvements from mark fisher code review 2009-10-15 00:33:17 +00:00
Keith Donald
4563cb2804 initial joda time support courtesy of Oliver Gierke 2009-10-15 00:20:14 +00:00
Keith Donald
d5a954833c method invoking formatter as a convenience 2009-10-14 22:47:14 +00:00
Mark Fisher
bc207042d0 SPR-6170 updated CronSequenceGenerator according to patch applied to the 1.0.x branch of Spring Integration 2009-10-14 22:22:21 +00:00
Sam Brannen
62d7369607 JavaDoc polishing 2009-10-14 22:06:51 +00:00
Keith Donald
4d9bf3a45f removed valueOf convention b/c of unwanted side effects 2009-10-14 21:37:57 +00:00
Keith Donald
dc076ee6fe fixed failing tests 2009-10-14 20:45:53 +00:00
Keith Donald
728a1415d9 added convention-based default valueOf formatter 2009-10-14 18:57:36 +00:00
Juergen Hoeller
cfa7216fac deprecated scheduling support for JDK 1.3 Timer 2009-10-13 21:52:44 +00:00
Juergen Hoeller
e2af25b891 avoid hard-coded dependency on backport-concurrent (SPR-6161) 2009-10-13 21:37:05 +00:00
Juergen Hoeller
b4ffdcdf18 polishing 2009-10-13 20:59:10 +00:00
Juergen Hoeller
84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 2009-10-13 20:55:57 +00:00