Commit Graph
3006 Commits
Author SHA1 Message Date
Juergen Hoeller 1d8ce7d5cf fixed double fixedField call for getFieldType (SPR-7019)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3134 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 15:08:57 +00:00
Chris Beams fe84bf9b92 SPR-6888: ClassPathResource.getDescription() now fully qualifies resource path regardless of constructor used.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3133 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:54:39 +00:00
Juergen Hoeller 5a41fc20eb avoid Synchronization List preparations upfront if possible (SPR-6999)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3131 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:31:58 +00:00
Arjen Poutsma 55c74841f2 SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3130 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:31:27 +00:00
Juergen Hoeller b6a298d8b3 avoid Synchronization List preparations upfront if possible (SPR-6999)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3128 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:23:02 +00:00
Arjen Poutsma 2c3fd51243 SPR-6978 - Dispatcher fails to invoke handler method when request method conflicts with request path
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3126 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:12:32 +00:00
Arjen Poutsma d2983d90b7 SPR-7018 - Support for HttpEntity<?> in @MVC
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3119 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 10:23:39 +00:00
Sam Brannen a59bad673d [SPR-6918] Now verifying support for @Value in conjunction with the Spring TestContext Framework.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3118 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-19 12:57:17 +00:00
Sam Brannen 677a3d2615 FooConfig, Foo, Bar, and BarFactory are now public static classes in order to avoid a bug with JDT/Spring IDE where the classes cannot be found in the XML application context.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3117 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-19 12:39:34 +00:00
Thomas Risberg 3478dec5f0 added metadata override to NUMERIC for NUMBER columns reported as DECIMAL but with zero decimal places (SPR-6912)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3116 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-18 14:19:30 +00:00
Christian Dupuis 8385bd804e made SortedResourcesFactoryBean ResourceLoaderAware to prevent specifying the ResourceLoader in the jdbc NamespaceHandlers; prevents leaking of class loader instances in tooling
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3113 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-17 17:35:27 +00:00
Juergen Hoeller 0cf5372475 do not insist on BeanDefinition presence for @Value resolution (for use in unit tests; SPR-6918)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3111 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-16 23:47:40 +00:00
Juergen Hoeller fc5a67cdf2 avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3110 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-16 23:27:18 +00:00
Andy Clement 3b8b27e391 SPR-6984: auto grow collections on write through indexer
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3109 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-15 18:15:48 +00:00
Juergen Hoeller b4c7a7cd31 made getName() public; added isNullSafe() accessor (SPR-6980)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3108 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-14 22:19:56 +00:00
Christian Dupuis 4ac9fb0286 fixed Eclipse classpath file
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3107 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-14 17:58:46 +00:00
Chris Beams 8478388846 Fixed typo in javadoc on HttpRequestHandler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3106 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-14 11:26:06 +00:00
Juergen Hoeller fae328a96e further fixes for 3.0.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3105 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 23:12:40 +00:00
Juergen Hoeller 2c71b5b5ff compatibility with OpenJPA 2.0 (support for persistence.xml versioning; SPR-6975)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3104 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 23:10:06 +00:00
Juergen Hoeller f3a0084dbe avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3103 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 22:36:24 +00:00
Juergen Hoeller e054e8cd6b fixed test failures
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3102 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 20:55:44 +00:00
Juergen Hoeller 651d6636da polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3101 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 20:45:02 +00:00
Juergen Hoeller 630ecacac9 @Transactional qualifiers work in unit tests as well (SPR-6892)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3100 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 20:44:41 +00:00
Juergen Hoeller 94ecdd16d7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3099 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:45:17 +00:00
Juergen Hoeller 5e3605bce9 WebContentInterceptor does not restrict HTTP methods by default anymore (SPR-6919)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3098 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:45:05 +00:00
Juergen Hoeller 7b00d3d07d made CronSequenceGenerator public (SPR-6920)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3097 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:34:45 +00:00
Juergen Hoeller bfa0e1e944 AbstractInterceptorDrivenBeanDefinitionDecorator copies autowire settings just like ScopedProxyUtils does (SPR-6974)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3096 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:18:39 +00:00
Arjen Poutsma 17f97c1cf8 SPR-6976 - Add debug log for HttpMessageConverter usage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3095 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 17:46:50 +00:00
Arjen Poutsma cd5f2d1b3a SPR-6973 - SimpleUrlHandlerMapping wildcards cannot handle escaped newline characters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3094 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 16:56:16 +00:00
Arjen Poutsma 2eef381793 SPR-6970 - AbstractHttpMessageConverter canWrite logic the wrong way round??
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3093 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 16:43:57 +00:00
Christian Dupuis 2f6747ae85 SPR-6977: updated copyright; added method comment
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3092 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 16:10:03 +00:00
Christian Dupuis b81adebd6e SPR-6977: added support for array parameter types
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3091 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 15:09:24 +00:00
Arjen Poutsma bf65d90029 SPR-5866 - RestTemplate - access to Request Headers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3090 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 09:07:29 +00:00
Juergen Hoeller cca8c09a18 fixed typo (SPR-6967)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3089 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 21:30:39 +00:00
Juergen Hoeller aa8ad22e94 mention actual endpoint address in connect failure exception message (SPR-6971)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3088 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 21:26:10 +00:00
Arjen Poutsma 012d0983d0 SPR-5866 - RestTemplate - access to Request Headers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3087 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 17:41:30 +00:00
Arjen Poutsma 4028e5aff8 SPR-5866 - RestTemplate - access to Request Headers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3086 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 17:35:08 +00:00
Arjen Poutsma d20652e305 SPR-5866 - RestTemplate - access to Request Headers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3085 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 17:33:54 +00:00
Arjen Poutsma 7b2efa4fbf Fixing the build
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3084 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 16:54:47 +00:00
Arjen Poutsma 8c55e20ea8 SPR-6969 - Introduce HttpEntity
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3083 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 16:42:25 +00:00
Arjen Poutsma c363db0165 Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3082 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 14:19:30 +00:00
Arjen Poutsma 7979253fc6 a HTTP -> an HTTP
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3081 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 12:57:52 +00:00
Andy Clement 0d3e60e5b7 SPR-6968: indexing via square brackets can now treat the index as an attempt at property access
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3080 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-11 01:09:50 +00:00
Scott Andrews 2c045db14d SPR-6923 SpEL resolving nested property as outer object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3079 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 17:44:14 +00:00
Arjen Poutsma 6a1a9e2e7d SPR-5904 - Merged multipart support into FormHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3078 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 17:31:02 +00:00
Arjen Poutsma 2415c5b288 Fixing build.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3077 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 14:03:56 +00:00
Arjen Poutsma cbfd48511d SPR-5904 - Multipart/mixed requests using RestTemplate
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3076 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 13:53:29 +00:00
Juergen Hoeller 47871d47e2 autowire="byType" ignores parameter name when choosing a primary bean, as defined (SPR-6917)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3075 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 13:46:31 +00:00
Juergen Hoeller f6a13bac72 changed doGetBean signature back to protected (SPR-6957)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3074 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 13:38:46 +00:00
Juergen Hoeller 7c2c40b516 SimpleJdbcCall's "returningResultSet" accepts any plain RowMapper now (SPR-6963)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3073 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 12:54:52 +00:00