249 Commits (c870e017572a8b117194816f07c76c6b4d3f0341)

Author SHA1 Message Date
Juergen Hoeller fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 15 years ago
Juergen Hoeller 2d7c2d6fff revised wrapper type handling 15 years ago
Juergen Hoeller 45a0cadf8e revised core conversion package for BeanWrapper/BeanFactory integration 15 years ago
Juergen Hoeller e9823b57b4 revised embedded database support 15 years ago
Costin Leau af6275a56e + small fix to reflection util to avoid accessibility calls 15 years ago
Mark Pollack 97e3b5ca8c SPR-5976 - Upgrade POMS to JUnit 4.6 15 years ago
Arjen Poutsma 8db13bb445 Deprecated org.springframework.enums 15 years ago
Arjen Poutsma b95f3f6792 Getting rid of @Ignore 15 years ago
Keith Donald a6330ca61e Fixed failing test due to compiler differences 15 years ago
Keith Donald e986434a25 moved collection utilities to util 15 years ago
Keith Donald e020b5752a initial BindingLifecycle @MVC integration 15 years ago
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 ;) 15 years ago
Arjen Poutsma ed98bf0668 SPR-5812 - Custom regex matching for @PathVariable 15 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