Commit Graph

195 Commits

Author SHA1 Message Date
Keith Donald eac621dccb moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1665 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-31 03:44:59 +00:00
Keith Donald ab50dbda65 moved collection utilities to util
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1664 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-31 02:38:10 +00:00
Keith Donald a0e2b6b13b initial BindingLifecycle @MVC integration
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1659 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-30 11:18:39 +00:00
Arjen Poutsma 110cd5366c SPR-5961
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1652 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-29 12:49:54 +00:00
Arjen Poutsma ffb6150100 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1651 50f2f4bb-b051-0410-bef5-90022cba6387 2009-07-29 09:37:34 +00:00
Arjen Poutsma 8f4425e527 Using correct encoding (ISO-8859-1) instead of JVM default when no character encoding is given.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1650 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-29 08:37:59 +00:00
Arjen Poutsma 98d2c5a0b9 SPR-5923 - HttpMessageConverter selection as a result of @ResponseBody should consider the requested content type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1646 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-28 13:12:12 +00:00
Arjen Poutsma ece5f0339a SPR-5942: MarshallingHttpMessageConverter should not require both marshaller and unmarshaller
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1634 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-27 11:15:43 +00:00
Juergen Hoeller 6cef98e561 completed Hessian 3.2 upgrade
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1575 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-21 13:08:59 +00:00
Juergen Hoeller 1f5f85bdd7 updated Hessian support for Hessian 3.2 compatibility; general remoting refinements
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1572 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-21 12:31:03 +00:00
Chris Beams b33d28d6cf updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1541 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-15 07:26:31 +00:00
Arjen Poutsma b1a3035fff Added more headers.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1537 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-14 09:24:15 +00:00
Arjen Poutsma 19a56ccdf8 Added more headers.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1531 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-13 13:05:46 +00:00
Arjen Poutsma 0909d43f19 BindingJacsonConverter/View -> MappingJacksonConverter/View
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1510 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-10 14:25:39 +00:00
Mark Pollack ead546b2f2 SPR-5803 and additional POM maintenance/development
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1503 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-09 19:38:07 +00:00
Juergen Hoeller 5c19909c61 preserve custom pre-bound RequestAttributes implementations (for Grails)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1490 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-08 15:11:15 +00:00
Sam Brannen aef72ba508 [SPR-5895] Upgraded to EasyMock 2.5.1.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1462 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-03 09:32:15 +00:00
Sam Brannen 887f8b3c10 [SPR-5887] Upgraded to JUnit 4.6.0.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1461 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-02 18:07:55 +00:00
Arjen Poutsma ae1d521ff1 Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1456 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-02 11:31:44 +00:00
Arjen Poutsma ec63210be3 SPR-5853 - JSON formatting view for Spring MVC
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1415 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-24 13:55:36 +00:00
Arjen Poutsma 901d017026 Removed JsonFactory property, which is redundant with the ObjectMapper property.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1413 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-24 12:36:49 +00:00
Arjen Poutsma e8bc3b282a SPR-5835 - CookieGenerator default max age value leads to expiration date back in 1977
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1411 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-23 09:57:44 +00:00
Ben Hale 0c42f1bbbd Removing typo in POM
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1410 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-23 07:25:20 +00:00
Arjen Poutsma 6d259503cb Documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1402 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-19 12:30:57 +00:00
Arjen Poutsma 043d911dee SPR-5836 - RestTemplate - postForObject() method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1398 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-19 07:50:06 +00:00
Arjen Poutsma b69a07d696 SPR-5825 - ShallowEtagHeaderFilter doesn't work: response body is empty
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1385 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-15 10:58:45 +00:00
Sam Brannen 7f34b1336c Project now builds in Eclipse: added org.codehaus.jackson JARs and sorted classpath entries.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1373 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-12 15:51:20 +00:00
Arjen Poutsma af148fb877 - Javadoc
- Renamed JacksonHttpMessageConverter to BindingJacksonHttpMessageConverter

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1367 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-12 11:26:13 +00:00
Arjen Poutsma 73cbd145f4 SPR-5823 - JSON HttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1364 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-12 07:53:53 +00:00
Juergen Hoeller c622e80bd3 marked several dependencies as optional (SPR-5820)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1363 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 21:59:07 +00:00
Arjen Poutsma 236e3caa55 SPR-5808 - Make HttpMessageConverterExtractor top level class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1352 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 09:51:45 +00:00
Arjen Poutsma 701ccd1c7a SPR-5808 - Make HttpMessageConverterExtractor top level class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1351 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 09:35:56 +00:00
Juergen Hoeller fbd8191347 added JAX-WS workaround for WebLogic 10.3 (SPR-5771)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1330 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-09 14:16:18 +00:00
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 04:14:22 +00:00
Arjen Poutsma 50feeec12b SPR-5774 - UriTemplate not matching querystrings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1253 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 12:25:22 +00:00
Arjen Poutsma f959556ca2 SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1250 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 12:45:51 +00:00
Arjen Poutsma e241542e8d SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1248 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:52:43 +00:00
Arjen Poutsma 35e4ab68a3 SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1247 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:48:46 +00:00
Arjen Poutsma 76ca1add52 SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1230 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-22 10:45:52 +00:00
Juergen Hoeller 407060ac59 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1225 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-20 00:31:00 +00:00
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
Juergen Hoeller 1d1dba1693 Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1127 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-07 22:29:55 +00:00
Juergen Hoeller f70e482841 renamed "contextProperties" attribute to "contextParameters" (matching web.xml naming); "contextParameters" contains Servlet/PortletConfig parameters as well; added default "servletContext" and "servletConfig" environment beans; added default "portletContext" and "portletConfig" environment beans; added default web scope "application", wrapping a ServletContext/PortletContext; MockPortletSession supports destruction of session attributes on invalidation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1094 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 12:12:01 +00:00
Arjen Poutsma 24c7108e76 MediaType.parseMediaTypes now accepts null and ""
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1038 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-21 13:41:15 +00:00
Juergen Hoeller b1ecb0de45 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1030 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-19 20:36:33 +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
Juergen Hoeller 8ddb9b7e0f avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@968 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 10:51:45 +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