Commit Graph

81 Commits

Author SHA1 Message Date
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
Keith Donald
c1f3ec0c5b turned on debug logging 2009-03-06 20:33:43 +00:00
Juergen Hoeller
760cab8fea refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 2009-02-24 11:46:00 +00:00
Arjen Poutsma
11e7ad21b0 Added tests 2009-02-23 23:44:49 +00:00
Arjen Poutsma
332607ad6c Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2) 2009-02-23 22:02:10 +00:00
Juergen Hoeller
213b528ffe ASM-based AnnotationMetadata fully resolves class arguments and enums into Java types (SPR-5477, SPR-5479) 2009-02-15 21:50:01 +00:00
Juergen Hoeller
fe462916b1 TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well 2009-02-13 12:17:48 +00:00
Arjen Poutsma
721f2ca63e Test for SPR-5362 2009-02-13 10:32:22 +00:00
Juergen Hoeller
796392db1a ReflectionUtils findMethod detects methods on "java.lang.Object" as well 2009-02-13 09:14:08 +00:00
Juergen Hoeller
e58d036c73 generic collection type resolution respects upper bound as well 2009-02-13 09:09:56 +00:00
Juergen Hoeller
60392d6e74 ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface 2009-02-09 18:26:30 +00:00
Juergen Hoeller
7e4fb09369 added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters 2009-02-05 22:45:35 +00:00
Arjen Poutsma
b0180fdf32 Added MediaType 2009-02-05 15:44:16 +00:00
Arjen Poutsma
5d5e41269b Added Pattern comparitor 2009-01-21 17:06:37 +00:00
Arjen Poutsma
1dec645383 Polish 2009-01-14 10:03: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
Arjen Poutsma
76de5b0e10 Added DomContentHandler 2009-01-07 12:20:42 +00:00