488 Commits (65655b949f2529e56ad979b1a75ab8264a5860a9)

Author SHA1 Message Date
Mark Fisher 1bfb26e4b2 updated aspectj weaver version in .classpath files to match ivy.xml configuration 15 years ago
Juergen Hoeller f519406c37 @Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well 15 years ago
Juergen Hoeller 3462b43bb1 getAnnotationAttributes generally supports meta-annotation lookup 15 years ago
Juergen Hoeller dbdd6eca60 AnnotationUtils.getAnnotation generally supports meta-annotation lookup 15 years ago
Juergen Hoeller 364641e9bc revised static annotation check 15 years ago
Keith Donald dc5faec189 all tests back compiling, still a few failing marked ignored 15 years ago
Juergen Hoeller cf29d1c367 constructor argument type matching supports arrays and simple class names now (SPR-5844) 15 years ago
Chris Beams 9163d8043b updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 15 years ago
Arjen Poutsma 8073efd69f SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings 15 years ago
Arjen Poutsma abfc479bdb SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings 15 years ago
Keith Donald 9f8638e557 fixed element type bug 15 years ago
Keith Donald eb4a767f6b removed last ignore 15 years ago
Keith Donald 737c66d729 polish 15 years ago
Keith Donald 89a8e4073b more el converters 15 years ago
Keith Donald 1344a6d4d0 more converters; since 3.0 15 years ago
Keith Donald c519f2bd3a string to map 15 years ago
Keith Donald f53e627bb5 string array to map converter 15 years ago
Keith Donald e4c868b837 javadoc 15 years ago
Mark Pollack 69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 15 years ago
Mark Pollack 8c9346718b POM maintenance/development - initial jarjar support in maven build for ASM 15 years ago
Mark Pollack 0c16554e23 SPR-5803 and additional POM maintenance/development 15 years ago
Keith Donald 2aef75b907 list binding tests 15 years ago
Keith Donald 90bafe35cb forgot to commit type descriptor 15 years ago
Arjen Poutsma 928855e47a Javadoc 15 years ago
Sam Brannen 620c9b1f96 [SPR-5895] Upgraded to EasyMock 2.5.1. 15 years ago
Sam Brannen 8bfb56c75b [SPR-5887] Upgraded to JUnit 4.6.0. 15 years ago
Sam Brannen 4da16bb1f9 Made fragile tests a little less fragile: increased max times. 15 years ago
Sam Brannen 3caecbd1ef A "path patch": AntPatchStringMatcher -> AntPathStringMatcher ;) 16 years ago
Arjen Poutsma ed98bf0668 SPR-5812 - Custom regex matching for @PathVariable 16 years ago
Andy Clement 1e0207cf04 modified so that when the descriptor represents a method parameter, we retrieve the annotations from the method and not the method parameter (seems to make more sense - certainly in the binding case) 16 years ago
Mark Fisher b0d11e8c15 Added package declarations and comments to package-info.java files where they had been missing. 16 years ago
Keith Donald 16ad6a3617 initial data binder commit; dateformatter 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller a26a2275c3 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only 16 years ago
Keith Donald f4bc0ab061 polish 16 years ago
Keith Donald b093094c50 renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change 16 years ago
Juergen Hoeller 7dc9ec53a1 return generics-capable Class references 16 years ago
Juergen Hoeller e7eb684304 added additional cast for javac 16 years ago
Keith Donald 8cbab5acb6 costin code review comments 16 years ago
Keith Donald d13567bc8f added support for null conversion point type 16 years ago
Keith Donald 18be2ffadc fixed autoboxing bug 16 years ago
Keith Donald 0c85f3df55 doc polishing 16 years ago
Keith Donald b33be88c9d tests passing again 16 years ago
Keith Donald 46c9a003eb BindingPoint to ConversionPoint, javadoc 16 years ago
Keith Donald 6f74369cb3 polish 16 years ago
Keith Donald 9a261470ad converter system refactoring from community input 16 years ago
Juergen Hoeller 0471d5d3ea removed outdated imports 16 years ago
Juergen Hoeller ad5d090c86 removed outdated imports 16 years ago
Juergen Hoeller f1c852b14c polishing 16 years ago
Juergen Hoeller 59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 16 years ago