Commit Graph

97 Commits

Author SHA1 Message Date
Arjen Poutsma
abfc479bdb SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings 2009-07-13 15:35:24 +00:00
Keith Donald
eb4a767f6b removed last ignore 2009-07-12 18:00:18 +00:00
Keith Donald
737c66d729 polish 2009-07-12 17:57:18 +00:00
Keith Donald
1344a6d4d0 more converters; since 3.0 2009-07-12 17:47:33 +00:00
Mark Pollack
69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
2009-07-10 03:30:12 +00:00
Arjen Poutsma
ed98bf0668 SPR-5812 - Custom regex matching for @PathVariable 2009-06-12 12:58:27 +00:00
Keith Donald
b093094c50 renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change 2009-05-23 21:23:10 +00:00
Keith Donald
8cbab5acb6 costin code review comments 2009-05-18 13:13:34 +00:00
Keith Donald
d13567bc8f added support for null conversion point type 2009-05-17 03:09:59 +00:00
Keith Donald
b33be88c9d tests passing again 2009-05-15 21:31:57 +00:00
Keith Donald
46c9a003eb BindingPoint to ConversionPoint, javadoc 2009-05-15 20:32:23 +00:00
Keith Donald
6f74369cb3 polish 2009-05-15 17:28:55 +00:00
Keith Donald
9a261470ad converter system refactoring from community input 2009-05-14 21:36:49 +00:00
Juergen Hoeller
f1c852b14c polishing 2009-05-12 23:39:56 +00:00
Keith Donald
50985d5aa9 renamed executeConversion to simply convert for readibility 2009-05-11 21:25:33 +00:00
Keith Donald
d7c90cff14 made ConversionExecutor internal; removed other unused operations from public SPI 2009-05-11 21:23:18 +00:00
Juergen Hoeller
c7f8d1be62 reactivated ignored tests in revised form 2009-05-05 18:34:35 +00:00
Juergen Hoeller
77112ba80e updated AnnotationMetadata tests for change in Class exposure 2009-04-24 11:24:47 +00:00
Juergen Hoeller
64321755b6 moved Scope annotation to local test package 2009-04-19 20:35:32 +00:00
Juergen Hoeller
8ee0363776 mergePropertiesIntoMap copies non-String values as well (SPR-5669) 2009-04-17 12:21:57 +00:00
Arjen Poutsma
acc84925d3 SPR-5631 - Implicit /** mapping on type-level @RequestMapping 2009-04-17 09:28:08 +00:00
Arjen Poutsma
19e5b7d668 Updated combine method on AntPatchMatcher to reflect usage in unit tests. 2009-04-16 12:53:36 +00:00
Keith Donald
1d22b9fb88 activated DefaultConversionService in EL, linking convert and EL 2009-04-10 20:47:04 +00:00
Keith Donald
8b52b7eeef autobox tests 2009-04-10 19:19:53 +00:00
Keith Donald
ebb203a251 removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive 2009-04-10 15:57:18 +00:00
Keith Donald
76f63f8b64 map-to-map tests 2009-04-10 15:07:23 +00:00
Keith Donald
3e4810f670 polish 2009-04-09 14:09:10 +00:00
Keith Donald
a0cab10ccc polish 2009-04-09 14:01:40 +00:00
Keith Donald
9ce71f67ff conversion service helper tests - part 1 2009-04-08 22:10:26 +00:00
Keith Donald
d966965a4c default converter tests 2009-04-08 19:58:19 +00:00
Andy Clement
4a7f7bb24a more tests 2009-04-08 04:48:35 +00:00
Andy Clement
f6c1144e8d tests for TypeDescriptor - just basic so far 2009-04-03 23:38:31 +00:00
Arjen Poutsma
07e6d9d966 More refinements for combine() 2009-04-03 11:35:18 +00:00
Arjen Poutsma
5dbae2c979 More tests for combine() 2009-04-03 11:14:37 +00:00
Arjen Poutsma
56ddc76712 Added combine method to PathMatcher, for combining two patterns. 2009-04-03 10:44:57 +00:00
Keith Donald
ce8718ebf2 polish 2009-03-31 17:50:26 +00:00
Keith Donald
199c9bb9c5 removed typed value 2009-03-31 16:51:09 +00:00
Keith Donald
7f6fc4e82e polish 2009-03-31 15:44:25 +00:00
Keith Donald
ea9df82d2a ignore failing tests 2009-03-31 15:12:33 +00:00
Keith Donald
518f98d4c3 polish 2009-03-31 15:06:22 +00:00
Arjen Poutsma
3df99a17f5 Ignoring broken tests 2009-03-30 23:25:15 +00:00
Keith Donald
ae4f80cf60 type descriptor initial commit 2009-03-30 22:39:16 +00:00
Arjen Poutsma
c178888efd SPR-5537: ReSTful URLs with content type extension do not work properly 2009-03-24 17:36:18 +00:00
Juergen Hoeller
4708446d4a fixed CachingMapDecorator to support garbage-collected weak references (again) 2009-03-23 11:34:51 +00:00
Juergen Hoeller
f19fdde61b polishing 2009-03-23 11:28:49 +00:00
Keith Donald
d9f5a7a6c8 custom converters 2009-03-09 02:28:22 +00:00
Keith Donald
0ef0ff60f0 super converter implementation 2009-03-08 08:47:10 +00:00
Mark Pollack
a2c87ae67a Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 2009-03-07 07:48:53 +00:00
Mark Pollack
fc9c3009fe Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 2009-03-07 07:42:25 +00:00
Keith Donald
3a7b4bf1b0 basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements 2009-03-06 23:48:17 +00:00