Commit Graph

162 Commits

Author SHA1 Message Date
Keith Donald
b64945988b general polishing 2009-12-15 15:09:25 +00:00
Juergen Hoeller
2153b2fbd5 introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) 2009-12-15 12:36:22 +00:00
Juergen Hoeller
f52986ea15 introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING 2009-12-15 10:21:16 +00:00
Juergen Hoeller
6622c71935 revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter 2009-12-14 21:14:26 +00:00
Keith Donald
96de14ef2e SPR-6537 initial commit; more extensive testing to follow 2009-12-10 17:36:58 +00:00
Juergen Hoeller
010e72c35a GenericConversionService prefers matches against inherited interfaces over superclasses (SPR-6297) 2009-12-09 16:16:55 +00:00
Arjen Poutsma
976f920db2 SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character 2009-12-07 13:59:07 +00:00
Arjen Poutsma
ef50082cad SPR-6280 - PathVariable resolution does not work properly 2009-11-24 13:53:37 +00:00
Keith Donald
12e8f31b38 removed entity to string id conversion routine as it is not required 2009-11-23 00:07:39 +00:00
Keith Donald
064b6db666 Added entity conveter null checking; updated from string converters to simply test str.length() as pre-processing check 2009-11-22 15:40:41 +00:00
Keith Donald
48e1ed0a24 moved test case where it belongs 2009-11-21 18:36:40 +00:00
Keith Donald
c3044e122c polish 2009-11-21 18:34:04 +00:00
Keith Donald
692b1ef636 found hotspot; added ConverisonServiceFactoryBean 2009-11-20 14:43:12 +00:00
David Syer
f49a8d2e3e Add some tests (and comment out the one that is breaking the build) 2009-11-20 13:36:57 +00:00
Keith Donald
b896457586 doc updates 2009-11-20 05:00:28 +00:00
Keith Donald
da5432fbf5 default conversion service instance caching and tests 2009-11-19 15:23:56 +00:00
Keith Donald
7b561c76fe default conversion service instance caching and tests 2009-11-19 15:22:44 +00:00
Keith Donald
3bfbcd7276 moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 2009-11-19 09:11:19 +00:00
Keith Donald
d85dc01e28 moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 2009-11-19 09:10:51 +00:00
David Syer
7ac0e2ba02 RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location
http://jira.springframework.org/browse/SPR-6366
2009-11-18 07:54:19 +00:00
Keith Donald
aac9107f6b SPR-6350 2009-11-14 05:44:46 +00:00
David Syer
38f1383853 RESOLVED - issue SPR-6321: Regression: ResourceEditor in 3.0 does not ignore unresolvable placeholders, but it did in 2.5.6 2009-11-12 11:07:15 +00:00
Keith Donald
7e90e7a4d5 updated test to reflect correct behavior 2009-11-12 07:13:00 +00:00
Keith Donald
70fe75384d fixed failing tests due to generic object to object converter fallback being over eager 2009-11-12 06:57:51 +00:00
Keith Donald
b163f123ce valueOf and Constructor-based conversion of source objects to targetTypes 2009-11-12 05:25:03 +00:00
Juergen Hoeller
a06adf7203 AnnotationMetadata returns Class values by default (again), allowing for explicit retrieval of String class names where preferred (SPR-5827) 2009-11-11 19:24:43 +00:00
Arjen Poutsma
d415d36192 Renamed Md5HashUtils to DigestUtils 2009-11-06 11:52:53 +00:00
Keith Donald
ffbfa2992c polish 2009-11-04 17:07:25 +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
e7c8f1ef8b SPR-6179, additional mapper test cases 2009-10-04 04:13:27 +00:00
Juergen Hoeller
7a700edaa7 understand "on"/"off", "yes"/"no", "1"/"0" as boolean values (analogous to CustomBooleanEditor) 2009-10-01 11:18:48 +00:00
Juergen Hoeller
5c1b0e6caf removed classes which are not used in 3.0 yet 2009-09-24 22:54:35 +00:00
Juergen Hoeller
0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 2009-09-24 22:34:02 +00:00
Keith Donald
2bd30a49ad more tests 2009-09-23 18:36:11 +00:00
Keith Donald
7a6dafd5ad completed generic converter implementation 2009-09-23 18:25:04 +00:00
Keith Donald
187d025c19 map converters 2009-09-23 04:45:04 +00:00
Keith Donald
1ee4ac1b52 string to map converters 2009-09-23 04:20:23 +00:00
Keith Donald
e6c3227d2d more generic converters 2009-09-22 20:28:23 +00:00
Keith Donald
ed611be838 conversion utils helper for common code 2009-09-22 15:37:26 +00:00
Keith Donald
c693f216f1 Beefed up test suite 2009-09-21 22:59:48 +00:00
Keith Donald
01e900c33a documented hooks 2009-09-21 22:24:36 +00:00
Keith Donald
fada151878 array to object 2009-09-18 23:15:33 +00:00
Keith Donald
48bc060a77 collection and array merged into one 2009-09-18 23:02:52 +00:00
Keith Donald
2ca694350e array to collection conversion 2009-09-18 22:18:41 +00:00
Keith Donald
d3b43ebccb refined generic converter concept 2009-09-18 19:57:59 +00:00
Keith Donald
8e800f0322 map to map generic converter 2009-09-18 14:30:23 +00:00
Keith Donald
d848d21f09 polish 2009-09-17 20:16:26 +00:00
Keith Donald
33c19b8b14 Converter system implementation cleanup and tidying; wip 2009-09-17 19:24:07 +00:00
Rob Harrop
8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 2009-09-08 21:37:02 +00:00