Commit Graph

339 Commits

Author SHA1 Message Date
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1166 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:37:43 +00:00
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1159 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 16:43:15 +00:00
Juergen Hoeller f6e5c1768e eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1149 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 22:22:11 +00:00
Keith Donald 62f87abbba added two way converter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1148 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 21:40:55 +00:00
Keith Donald 81b3f77455 renamed executeConversion to simply convert for readibility
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1147 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 21:25:33 +00:00
Keith Donald 9d11648676 renamed to ConverterNotFoundException
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1146 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 21:24:07 +00:00
Keith Donald 453bed1e9b made ConversionExecutor internal; removed other unused operations from public SPI
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1145 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 21:23:18 +00:00
Keith Donald 582b194061 h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1137 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-09 22:27:05 +00:00
Juergen Hoeller befc8cfa4e reactivated ignored tests in revised form
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1103 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 18:34:35 +00:00
Juergen Hoeller 3407a27005 reverted non-public proxy interface change
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1099 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 14:53:01 +00:00
Juergen Hoeller cdcacec6a0 exclude non-public interfaces when autodetecting proxy interfaces
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1097 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 12:37:18 +00:00
Juergen Hoeller 87f1227a03 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1090 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 09:26:04 +00:00
Sam Brannen 144ebcf793 Now parameterizing with <?> where appropriate.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1078 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-30 00:58:08 +00:00
Juergen Hoeller 906adab5a4 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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1065 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-26 11:41:06 +00:00
Juergen Hoeller e6a1566854 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1063 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-24 11:25:27 +00:00
Juergen Hoeller a2ca813ce2 updated AnnotationMetadata tests for change in Class exposure
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1062 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-24 11:24:47 +00:00
Juergen Hoeller bf86e7cc9d @Configuration parsing fully relies on Spring's MetadataReader abstraction now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1061 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-24 11:16:46 +00:00
Juergen Hoeller 3eae3501e8 next cut of JavaConfig metadata reading revision: using cached MetadataReaders
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1046 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-22 10:46:24 +00:00
Juergen Hoeller b4b61316a7 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1033 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-19 23:45:31 +00:00
Juergen Hoeller 1b8294a379 moved Scope annotation to local test package
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1029 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-19 20:35:32 +00:00
Juergen Hoeller e54dd9731f mergePropertiesIntoMap copies non-String values as well (SPR-5669)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1019 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-17 12:21:57 +00:00
Arjen Poutsma 138e17d620 SPR-5631 - Implicit /** mapping on type-level @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1017 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-17 09:28:08 +00:00
Arjen Poutsma f6ac03b684 Updated combine method on AntPatchMatcher to reflect usage in unit tests.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1008 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-16 12:53:36 +00:00
Juergen Hoeller 3d034cb046 officially deprecated ClassUtils.forName variant without ClassLoader
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1005 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-15 22:33:56 +00:00
Thomas Risberg 8fe2a89d43 switched to use XInclude
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-14 21:37:40 +00:00
Costin Leau 4b80e4abdd + osgi manifest updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@978 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-11 20:57:09 +00:00
Keith Donald 8df73198f6 activated DefaultConversionService in EL, linking convert and EL
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@974 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 20:47:04 +00:00
Keith Donald 3292582c76 autobox tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@973 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 19:19:53 +00:00
Keith Donald b6ea63a7fc removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@972 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 15:57:18 +00:00
Keith Donald 5ed30b559a javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@971 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 15:21:16 +00:00
Keith Donald 5b0964b6d2 map-to-map tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@970 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 15:07:23 +00:00
Andy Clement 10eb34649b allow for null
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@964 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 22:04:08 +00:00
Mark Pollack 5f3ac321cb Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@959 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 14:38:35 +00:00
Keith Donald f7846072ed polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@958 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 14:09:10 +00:00
Keith Donald c3a746a802 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@957 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 14:01:40 +00:00
Keith Donald 7d4e73d9c5 conversion service helper tests - part 1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@951 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 22:10:26 +00:00
Keith Donald 6987f6f879 default converter tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@950 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 19:58:19 +00:00
Andy Clement f477b021cb more tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@944 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 04:48:35 +00:00
Andy Clement 1d639f091c New method to return string representation of typeDescriptor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@943 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 04:47:54 +00:00
Andy Clement d0884055ff tests for TypeDescriptor - just basic so far
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@924 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:38:31 +00:00
Andy Clement ff3935e28b extra factory method and type descriptor for NULL defined
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@923 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:38:18 +00:00
Andy Clement 8a4772028c fixed support for -1 parameterIndex to access the method return type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@922 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:37:59 +00:00
Mark Pollack 9feacc0375 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@919 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 14:03:48 +00:00
Arjen Poutsma 8d566bf8d2 More refinements for combine()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@918 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 11:35:18 +00:00
Arjen Poutsma aa053804b1 More tests for combine()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@917 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 11:14:37 +00:00
Arjen Poutsma 0621ca5569 Added combine method to PathMatcher, for combining two patterns.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@916 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 10:44:57 +00:00
Andy Clement 7af87bb470 use type descriptor to determine collection element type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@909 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 16:52:12 +00:00
Juergen Hoeller c25fe064ce @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@899 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:27:42 +00:00
Keith Donald 5e859beea3 added todos left
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@896 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 17:56:08 +00:00
Keith Donald 3b34058e55 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@895 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 17:52:58 +00:00