Commit Graph

181 Commits

Author SHA1 Message Date
Juergen Hoeller
c7f8d1be62 reactivated ignored tests in revised form 2009-05-05 18:34:35 +00:00
Juergen Hoeller
250ef281a4 reverted non-public proxy interface change 2009-05-05 14:53:01 +00:00
Juergen Hoeller
cef7a2b965 exclude non-public interfaces when autodetecting proxy interfaces 2009-05-05 12:37:18 +00:00
Juergen Hoeller
9b4f9106c5 polishing 2009-05-05 09:26:04 +00:00
Sam Brannen
d3af831334 Now parameterizing with <?> where appropriate. 2009-04-30 00:58:08 +00:00
Juergen Hoeller
cea8f7f69e custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations 2009-04-26 11:41:06 +00:00
Juergen Hoeller
423809543a polishing 2009-04-24 11:25:27 +00:00
Juergen Hoeller
77112ba80e updated AnnotationMetadata tests for change in Class exposure 2009-04-24 11:24:47 +00:00
Juergen Hoeller
b5d21108da @Configuration parsing fully relies on Spring's MetadataReader abstraction now 2009-04-24 11:16:46 +00:00
Juergen Hoeller
ea9d8925a2 next cut of JavaConfig metadata reading revision: using cached MetadataReaders 2009-04-22 10:46:24 +00:00
Juergen Hoeller
14bd475519 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) 2009-04-19 23:45:31 +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
Juergen Hoeller
310a3a2d71 officially deprecated ClassUtils.forName variant without ClassLoader 2009-04-15 22:33:56 +00:00
Thomas Risberg
1facd45c5e switched to use XInclude 2009-04-14 21:37:40 +00:00
Costin Leau
f6ecffdba7 + osgi manifest updates 2009-04-11 20:57:09 +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
b988f1a539 javadoc 2009-04-10 15:21:16 +00:00
Keith Donald
76f63f8b64 map-to-map tests 2009-04-10 15:07:23 +00:00
Andy Clement
ba613f2e35 allow for null 2009-04-09 22:04:08 +00:00
Mark Pollack
362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 2009-04-09 14:38:35 +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
76fcc81bc6 New method to return string representation of typeDescriptor 2009-04-08 04:47:54 +00:00
Andy Clement
f6c1144e8d tests for TypeDescriptor - just basic so far 2009-04-03 23:38:31 +00:00
Andy Clement
bdecf6720e extra factory method and type descriptor for NULL defined 2009-04-03 23:38:18 +00:00
Andy Clement
5a0522e203 fixed support for -1 parameterIndex to access the method return type 2009-04-03 23:37:59 +00:00
Mark Pollack
8f76197485 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 2009-04-03 14:03:48 +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
Andy Clement
accf974727 use type descriptor to determine collection element type 2009-04-01 16:52:12 +00:00
Juergen Hoeller
b85d45725d @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) 2009-03-31 20:27:42 +00:00
Keith Donald
1b1eb82adc added todos left 2009-03-31 17:56:08 +00:00
Keith Donald
10a1d5042a polish 2009-03-31 17:52:58 +00:00
Keith Donald
b9caa6c60f polish 2009-03-31 17:52:16 +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
d38c0d301c polish 2009-03-31 15:55:42 +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