214 Commits (620c9b1f96104f391159fb88715c0c901002f20c)

Author SHA1 Message Date
Sam Brannen 620c9b1f96 [SPR-5895] Upgraded to EasyMock 2.5.1. 16 years ago
Sam Brannen 8bfb56c75b [SPR-5887] Upgraded to JUnit 4.6.0. 16 years ago
Sam Brannen 4da16bb1f9 Made fragile tests a little less fragile: increased max times. 16 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
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 16 years ago
Juergen Hoeller b72af54f53 eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607) 16 years ago
Keith Donald 796a457d9f added two way converter 16 years ago
Keith Donald 50985d5aa9 renamed executeConversion to simply convert for readibility 16 years ago
Keith Donald c3f54b4cb4 renamed to ConverterNotFoundException 16 years ago
Keith Donald d7c90cff14 made ConversionExecutor internal; removed other unused operations from public SPI 16 years ago
Keith Donald 96629c7dc5 h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps 16 years ago
Juergen Hoeller c7f8d1be62 reactivated ignored tests in revised form 16 years ago
Juergen Hoeller 250ef281a4 reverted non-public proxy interface change 16 years ago
Juergen Hoeller cef7a2b965 exclude non-public interfaces when autodetecting proxy interfaces 16 years ago
Juergen Hoeller 9b4f9106c5 polishing 16 years ago
Sam Brannen d3af831334 Now parameterizing with <?> where appropriate. 16 years ago
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 16 years ago
Juergen Hoeller 423809543a polishing 16 years ago
Juergen Hoeller 77112ba80e updated AnnotationMetadata tests for change in Class exposure 16 years ago
Juergen Hoeller b5d21108da @Configuration parsing fully relies on Spring's MetadataReader abstraction now 16 years ago
Juergen Hoeller ea9d8925a2 next cut of JavaConfig metadata reading revision: using cached MetadataReaders 16 years ago
Juergen Hoeller 14bd475519 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) 16 years ago
Juergen Hoeller 64321755b6 moved Scope annotation to local test package 16 years ago
Juergen Hoeller 8ee0363776 mergePropertiesIntoMap copies non-String values as well (SPR-5669) 16 years ago
Arjen Poutsma acc84925d3 SPR-5631 - Implicit /** mapping on type-level @RequestMapping 16 years ago
Arjen Poutsma 19e5b7d668 Updated combine method on AntPatchMatcher to reflect usage in unit tests. 16 years ago
Juergen Hoeller 310a3a2d71 officially deprecated ClassUtils.forName variant without ClassLoader 16 years ago
Thomas Risberg 1facd45c5e switched to use XInclude 16 years ago