541 Commits (416777022dff7a420d3d0d3d1a04c71905b67828)

Author SHA1 Message Date
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
Costin Leau f6ecffdba7 + osgi manifest updates 16 years ago
Keith Donald 1d22b9fb88 activated DefaultConversionService in EL, linking convert and EL 16 years ago
Keith Donald 8b52b7eeef autobox tests 16 years ago
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 16 years ago
Keith Donald b988f1a539 javadoc 16 years ago
Keith Donald 76f63f8b64 map-to-map tests 16 years ago
Andy Clement ba613f2e35 allow for null 16 years ago
Mark Pollack 362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 16 years ago
Keith Donald 3e4810f670 polish 16 years ago
Keith Donald a0cab10ccc polish 16 years ago
Keith Donald 9ce71f67ff conversion service helper tests - part 1 16 years ago
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