Commit Graph
3062 Commits
Author SHA1 Message Date
Juergen Hoeller d2000690b5 ObjectFactoryCreatingFactoryBean creates a serializable ObjectFactory reference; added ProviderCreatingFactoryBean, exposing a serializable JSR-330 Provider reference (SPR-6998)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3191 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 14:45:43 +00:00
Juergen Hoeller b5f02ab34c added filter ordering comments (SPR-6594)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3190 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 10:46:51 +00:00
Juergen Hoeller 2ec66b066b NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3189 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 10:24:39 +00:00
Juergen Hoeller 2ae5ea3d2e WebRequestInterceptor exposes HttpServletResponse through NativeWebRequest (after downcast)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3188 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 09:21:09 +00:00
Arjen Poutsma 16078ccec9 SPR-7047 - XML MarshallingView assumes non-null value for object to be marshalled.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3187 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 08:34:29 +00:00
Juergen Hoeller b61dd8b434 refined use of generics
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3186 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 23:08:32 +00:00
Juergen Hoeller ffcb1ce233 compatibility with JasperReports 3.x in terms of resource management (SPR-7048)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3185 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 23:07:53 +00:00
Juergen Hoeller bae7c867e9 restored compatibility with Servlet 2.4 containers on all VMs (SPR-7044)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3184 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 13:17:49 +00:00
Arjen Poutsma 50c77d7641 SPR-6861 - enable overwriting of createHttpInputMessage and createHttpOutputMessage in AnnotationMethodHandlerAdapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3183 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 12:25:49 +00:00
Arjen Poutsma 85677d19ff Documented HttpEntity
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3182 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 12:02:22 +00:00
Arjen Poutsma bc670a0677 javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3181 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 11:21:55 +00:00
Arjen Poutsma 94d70d892a Documented HttpEntity
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3180 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 11:12:45 +00:00
Arjen Poutsma ebea6bbd85 SPR-6728 - Document Spring MVC exception -> HTTP status code mappings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3179 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 10:28:05 +00:00
Sam Brannen 9b5d255a2d [SPR-6523] Commented all paragraphs (i.e., for list, map, and set) related to collection merging with the util namespace until this issue has been addressed.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3178 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-27 19:10:54 +00:00
Chris Beams 22b34b3687 incorrectly invoked factory methods now result in exceptions with more descriptive messages (SPR-5475)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3177 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-26 12:05:36 +00:00
Juergen Hoeller 45c82a6197 fixed collection element conversion using ConversionService (SPR-6950)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3176 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 15:02:19 +00:00
Arjen Poutsma d2b69d6d7c Added @Override annotations.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3175 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 13:02:19 +00:00
Arjen Poutsma 50a9c059a2 SPR-7000 - AnnotationMethodHandlerAdapter gives priority to media type order over quality when selecting a method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3174 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 12:29:52 +00:00
Juergen Hoeller d434a950ba fixed collection element conversion using ConversionService (SPR-6950)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3173 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 11:53:41 +00:00
Arjen Poutsma 66226b8209 SPR-7034 - XmlBeans UnMarshalling - does not work with RequestBody annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3172 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 11:52:32 +00:00
Chris Beams 673373b448 corrected TypeUtils.isAssignable() failure to return true in certain valid wildcard bounding scenarios (SPR-6850)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3171 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 10:33:25 +00:00
Juergen Hoeller ad724f34b1 avoid NPE if runtimeTest is null (SPR-7032)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3170 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 10:22:16 +00:00
Arjen Poutsma 78f69618f5 SPR-7031 - MappingJacksonJsonView should add headers for no-caching
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3169 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 10:14:11 +00:00
Juergen Hoeller 2d83bb4524 preparations for 3.0.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3168 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 00:00:27 +00:00
Juergen Hoeller 14c2d8510d preparations for 3.0.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3167 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 23:53:02 +00:00
Thomas Risberg 818a21b477 added com.springsource.javax.servlet.jsp dependency to fix problem with test (SPR-7033)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3166 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 23:24:16 +00:00
Juergen Hoeller 7ae7f47951 added javadoc references to semantic definition of transaction attributes (SPR-7029)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3165 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 23:22:52 +00:00
Thomas Risberg 61003247b9 added conf attribute for the struts dependency (SPR-7033)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3164 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 22:39:47 +00:00
Juergen Hoeller 8c437a8214 fixed DataBinder's conversion error handling for direct field access with ConversionService (SPR-6953)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3163 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 17:40:45 +00:00
Juergen Hoeller 74705a7aea revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3162 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 16:27:33 +00:00
Juergen Hoeller 6057ec8db0 restricted onApplicationEvent callbacks for local ApplicationContext only (SPR-6964)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3161 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 14:38:10 +00:00
Juergen Hoeller a45ba39399 allow for null keys and null values in rendered Map (SPR-7024)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3160 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 14:26:00 +00:00
Juergen Hoeller 92bfb2d037 updated for JDK 1.5+
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3159 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 13:58:45 +00:00
Juergen Hoeller 9d21350678 ignore failing serialization test for the time being
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3158 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:52:20 +00:00
Chris Beams fa0c22908b updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3157 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:52:10 +00:00
Juergen Hoeller f307cf2db6 prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3156 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:39:40 +00:00
Juergen Hoeller 639f4581e8 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3155 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:35:50 +00:00
Juergen Hoeller e62e56a1a4 BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3154 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:34:21 +00:00
Chris Beams 8825909f04 removed duplicate junit and aspectjweaver dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3153 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:09:58 +00:00
Juergen Hoeller f6e4621b17 added public "validateDatabaseSchema" method to Hibernate LocalSessionFactoryBean (SPR-3212)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3152 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 09:36:01 +00:00
Chris Beams 50f3fa7fcc SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3151 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 09:27:54 +00:00
Chris Beams e59c5bee36 SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3150 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 09:03:39 +00:00
Juergen Hoeller c08b4d7f8a updated to Jackson 1.4.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3149 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 09:01:55 +00:00
Mark Fisher 2afaf4870f updated commons-pool version in .classpath to match ivy config
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3148 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 21:44:52 +00:00
Mark Pollack 845001054a Change version of Hibernate Validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3147 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 16:44:46 +00:00
Juergen Hoeller c140717a84 JCA listener containers delegate to wrapped Transaction handle (for Geronimo compatibility; SPR-6991)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3146 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 16:27:34 +00:00
Chris Beams 9cc8d7ef91 SPR-7009, SPR-6972: backed out unintentionally committed tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3145 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 15:29:35 +00:00
Chris Beams 0041848f1b SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3144 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 12:06:30 +00:00
Chris Beams 20719a4b27 SPR-6972: removed import
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3143 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 12:06:24 +00:00
Chris Beams 667eed1794 SPR-6972: failed attempt to reproduce issue
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3142 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-23 12:06:16 +00:00