503 Commits (60a69bd6536656af560ab71df4a14e50acc92320)

Author SHA1 Message Date
Keith Donald d966965a4c default converter tests 16 years ago
Andy Clement 4a7f7bb24a more tests 16 years ago
Andy Clement 76fcc81bc6 New method to return string representation of typeDescriptor 16 years ago
Andy Clement f6c1144e8d tests for TypeDescriptor - just basic so far 16 years ago
Andy Clement bdecf6720e extra factory method and type descriptor for NULL defined 16 years ago
Andy Clement 5a0522e203 fixed support for -1 parameterIndex to access the method return type 16 years ago
Mark Pollack 8f76197485 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 16 years ago
Arjen Poutsma 07e6d9d966 More refinements for combine() 16 years ago
Arjen Poutsma 5dbae2c979 More tests for combine() 16 years ago
Arjen Poutsma 56ddc76712 Added combine method to PathMatcher, for combining two patterns. 16 years ago
Andy Clement accf974727 use type descriptor to determine collection element type 16 years ago
Juergen Hoeller b85d45725d @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) 16 years ago
Keith Donald 1b1eb82adc added todos left 16 years ago
Keith Donald 10a1d5042a polish 16 years ago
Keith Donald b9caa6c60f polish 16 years ago
Keith Donald ce8718ebf2 polish 16 years ago
Keith Donald 199c9bb9c5 removed typed value 16 years ago
Keith Donald d38c0d301c polish 16 years ago
Keith Donald 7f6fc4e82e polish 16 years ago
Keith Donald ea9df82d2a ignore failing tests 16 years ago
Keith Donald 518f98d4c3 polish 16 years ago
Arjen Poutsma 3df99a17f5 Ignoring broken tests 16 years ago
Arjen Poutsma 3ebb5ccdaf Fixing build. @Override on interface implementation methods is not allowed in Java 5, Keith! 16 years ago
Keith Donald ae4f80cf60 type descriptor initial commit 16 years ago
Mark Pollack 351fba1a04 POM maintenance 16 years ago
Mark Pollack 5f21cbd9da POM maintenance 16 years ago
Juergen Hoeller 89d1c99277 AspectJ update 16 years ago
Juergen Hoeller 62785abc72 polishing 16 years ago
Ben Hale fe99003b45 Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers 16 years ago
Chris Beams 2db0f122c1 fixed two build-breaking issues: 16 years ago
Arjen Poutsma c178888efd SPR-5537: ReSTful URLs with content type extension do not work properly 16 years ago
Mark Pollack 0b463c0838 SPR-5385, SPR-5301 - partial work committed. 16 years ago
Juergen Hoeller 4344832a47 qualifier annotations and @Value can be used at method level as well (applying to all parameters); 16 years ago
Juergen Hoeller 4708446d4a fixed CachingMapDecorator to support garbage-collected weak references (again) 16 years ago
Juergen Hoeller 84cc32525f type variable cache uses weak values 16 years ago
Juergen Hoeller 38182f302a added superfluous cast as a workaround for the Sun Javac compiler 16 years ago
Juergen Hoeller 7fb59f3226 implement ASM ClassVisitor interface directly 16 years ago
Juergen Hoeller f19fdde61b polishing 16 years ago
Chris Beams 3ae3de19a9 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 16 years ago
Keith Donald d9f5a7a6c8 custom converters 16 years ago
Keith Donald 0ef0ff60f0 super converter implementation 16 years ago
Mark Pollack a2c87ae67a Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 16 years ago
Mark Pollack fc9c3009fe Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 16 years ago
Keith Donald 3a7b4bf1b0 basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements 16 years ago
Keith Donald c1f3ec0c5b turned on debug logging 16 years ago
Keith Donald b04134cffb removed aopalliance errant dependency; removed unused import 16 years ago
Keith Donald 622357291c assert of length 1 16 years ago
Keith Donald 3d318ea387 javadoc polishing 16 years ago
Keith Donald c278e1e943 convert system spi and api 16 years ago
Juergen Hoeller 96e00d6594 clarified applicability of @Order 16 years ago