Commit Graph
1959 Commits
Author SHA1 Message Date
Keith Donald f7569e3281 completed generic converter implementation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1974 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 18:25:04 +00:00
Juergen Hoeller 86acdaa9e4 allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1973 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 18:14:20 +00:00
Juergen Hoeller 33845f11a6 revised JBoss VFS support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1972 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 17:05:39 +00:00
Juergen Hoeller c459b7e905 "data.sql" instead of "test-data.sql" (SPR-6020)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1971 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 16:16:40 +00:00
Juergen Hoeller 32f0a3cea6 "data.sql" instead of "test-data.sql" (SPR-6020)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1970 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 15:58:38 +00:00
Rob Harrop a6938ab41f updated testing chapter of ref guide
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1969 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 14:59:21 +00:00
Juergen Hoeller 5446706ec7 AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1968 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 13:51:14 +00:00
Keith Donald dd31f504cc todos
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1967 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 04:50:03 +00:00
Keith Donald 7edc333af9 map converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1966 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 04:45:04 +00:00
Keith Donald dd9eb663f2 string to map converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1965 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 04:20:23 +00:00
Mark Fisher 3823e25d1f SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1964 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-23 00:44:58 +00:00
Mark Fisher 21c153cd81 Updated the context module's .classpath file for Groovy 1.6.3 (from 1.5.1)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1963 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-22 23:52:27 +00:00
Keith Donald 46e8745cd8 more generic converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1962 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-22 20:28:23 +00:00
Keith Donald 6cfa92a487 conversion utils helper for common code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1961 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-22 15:37:26 +00:00
Juergen Hoeller 95ea090dd9 restored parent property to accept ConversionService instead of GenericConversionService
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1960 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-22 13:37:32 +00:00
Juergen Hoeller 74b4dfc2bf skip processing when no PlatformTransactionManager found (SPR-3955)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1959 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-22 13:31:56 +00:00
Keith Donald 3c9fa8931d Beefed up test suite
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1958 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 22:59:48 +00:00
Keith Donald aa42b18241 javadoc and final
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1957 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 22:35:39 +00:00
Keith Donald ec1e1fca12 documented hooks
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1956 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 22:24:36 +00:00
Keith Donald ad1798ac6d polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1955 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 21:32:01 +00:00
Keith Donald bea740d62a getConverter calls now throw exception and query parent
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1954 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 21:24:37 +00:00
Arjen Poutsma fdf8b450e6 SPR-6130 - Be able to specify a default content type when no extension is used in ContentNegotiatingViewResolver
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1953 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 14:27:22 +00:00
Mark Pollack b5e25453d2 pom maintenance
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1952 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 07:37:30 +00:00
Keith Donald ed497bfa50 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1951 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 05:51:10 +00:00
Keith Donald d73d226a53 removed ignored test now that convert system has been revised
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1950 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 05:40:55 +00:00
Keith Donald 7beb6a2e57 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1949 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 05:39:16 +00:00
Keith Donald 0420b17e44 collection to object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1948 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 05:30:54 +00:00
Keith Donald 1c1d043fc8 generic converter revising
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1947 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 05:14:14 +00:00
Jeremy Grelle 0622172ea0 SPR-5931 - Allow non-standard attributes in <form> tags
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1946 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-21 02:48:00 +00:00
Juergen Hoeller fd6037099c specified excluded names matched against unprefixed FactoryBean names as well (SPR-5926)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1945 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-20 22:22:35 +00:00
Juergen Hoeller 65c6ec8a82 do not check for action exception in resource phase (SPR-6129)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1944 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-20 21:12:41 +00:00
Keith Donald 2ae21e90a1 array to object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1943 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 23:15:33 +00:00
Keith Donald c2fce6e963 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1942 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 23:06:29 +00:00
Keith Donald 9c1f491c72 collection and array merged into one
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1941 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 23:02:52 +00:00
Keith Donald 8c42c1bfd2 array to collection conversion
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1940 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 22:18:41 +00:00
Juergen Hoeller e61021e4e4 marked JBoss VFS dependency as optional (SPR-6127)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1939 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 21:34:25 +00:00
Juergen Hoeller 7329d2b4f5 JSR-330 etc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1938 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 21:30:30 +00:00
Keith Donald 03dab76899 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1937 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 21:07:53 +00:00
Keith Donald 26ff01d23b polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1936 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 20:41:15 +00:00
Keith Donald aa9794526d updated for change in conversion service api; source type desc now required
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1935 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 20:32:41 +00:00
Keith Donald b0a5462cb3 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1934 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 20:28:36 +00:00
Keith Donald 4342f50946 generic converter updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1933 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 20:08:45 +00:00
Keith Donald fad7b691bf refined generic converter concept
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1932 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 19:57:59 +00:00
Juergen Hoeller 44a6ad7117 fixed checkbox macro (SPR-6120)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1931 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:42:36 +00:00
Keith Donald 81b0a8205d map to map generic converter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1930 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:30:23 +00:00
Juergen Hoeller 09cb11776e added default editors for "java.util.Currency" and "java.util.TimeZone"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1929 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:15:06 +00:00
Juergen Hoeller 472af43b0e polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1928 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:07:19 +00:00
Juergen Hoeller 276c5b7d7a marked Hibernate Validator as optional
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1927 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:02:24 +00:00
Juergen Hoeller e8a9ef9bcf consistent loading of optional classes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1926 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 14:01:39 +00:00
Juergen Hoeller ab6805521b revised JTA 1.1 support and javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1925 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-18 13:48:37 +00:00