Arjen Poutsma
|
307fb0aec8
|
SPR-5942: MarshallingHttpMessageConverter should not require both marshaller and unmarshaller
|
16 years ago |
Juergen Hoeller
|
b2f9786ee8
|
completed Hessian 3.2 upgrade
|
16 years ago |
Juergen Hoeller
|
d64bc93e36
|
updated Hessian support for Hessian 3.2 compatibility; general remoting refinements
|
16 years ago |
Chris Beams
|
9163d8043b
|
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.
|
16 years ago |
Arjen Poutsma
|
a8e8382034
|
Added more headers.
|
16 years ago |
Arjen Poutsma
|
c9f4de3ebf
|
Added more headers.
|
16 years ago |
Arjen Poutsma
|
6598fd736d
|
BindingJacsonConverter/View -> MappingJacksonConverter/View
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Juergen Hoeller
|
5ff6191d72
|
preserve custom pre-bound RequestAttributes implementations (for Grails)
|
16 years ago |
Sam Brannen
|
620c9b1f96
|
[SPR-5895] Upgraded to EasyMock 2.5.1.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 years ago |
Arjen Poutsma
|
0f22e22ff3
|
Javadoc
|
16 years ago |
Arjen Poutsma
|
398729cda1
|
SPR-5853 - JSON formatting view for Spring MVC
|
16 years ago |
Arjen Poutsma
|
951c664cc4
|
Removed JsonFactory property, which is redundant with the ObjectMapper property.
|
16 years ago |
Arjen Poutsma
|
13c3c577eb
|
SPR-5835 - CookieGenerator default max age value leads to expiration date back in 1977
|
16 years ago |
Ben Hale
|
42590de197
|
Removing typo in POM
|
16 years ago |
Arjen Poutsma
|
54ffedce0d
|
Documentation
|
16 years ago |
Arjen Poutsma
|
ddcd9f4905
|
SPR-5836 - RestTemplate - postForObject() method
|
16 years ago |
Arjen Poutsma
|
444378c426
|
SPR-5825 - ShallowEtagHeaderFilter doesn't work: response body is empty
|
16 years ago |
Sam Brannen
|
2eeeb1b919
|
Project now builds in Eclipse: added org.codehaus.jackson JARs and sorted classpath entries.
|
16 years ago |
Arjen Poutsma
|
9a84ef4686
|
- Javadoc
- Renamed JacksonHttpMessageConverter to BindingJacksonHttpMessageConverter
|
16 years ago |
Arjen Poutsma
|
3ca8c9be17
|
SPR-5823 - JSON HttpMessageConverter
|
16 years ago |
Juergen Hoeller
|
1242400789
|
marked several dependencies as optional (SPR-5820)
|
16 years ago |
Arjen Poutsma
|
f7bf6138f8
|
SPR-5808 - Make HttpMessageConverterExtractor top level class
|
16 years ago |
Arjen Poutsma
|
59e41a270d
|
SPR-5808 - Make HttpMessageConverterExtractor top level class
|
16 years ago |
Juergen Hoeller
|
a1f1717d03
|
added JAX-WS workaround for WebLogic 10.3 (SPR-5771)
|
16 years ago |
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
16 years ago |
Arjen Poutsma
|
9f4480a1b8
|
SPR-5774 - UriTemplate not matching querystrings
|
16 years ago |
Arjen Poutsma
|
ce47e86b1c
|
SPR-5782 - BufferedImageHttpMessageConverter
|
16 years ago |
Arjen Poutsma
|
3a1c88f059
|
SPR-5782 - BufferedImageHttpMessageConverter
|
16 years ago |
Arjen Poutsma
|
51f0fc07fa
|
SPR-5782 - BufferedImageHttpMessageConverter
|
16 years ago |
Arjen Poutsma
|
d7d1ae89f3
|
SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody()
|
16 years ago |
Juergen Hoeller
|
e70d2ce14c
|
polishing
|
16 years ago |
Juergen Hoeller
|
59101c096f
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
|
16 years ago |
Juergen Hoeller
|
bbd69da37f
|
updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
|
16 years ago |
Juergen Hoeller
|
b72af54f53
|
eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607)
|
16 years ago |
Juergen Hoeller
|
266a65982d
|
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
|
16 years ago |
Juergen Hoeller
|
b15e77d5d0
|
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
|
16 years ago |
Arjen Poutsma
|
dc90319279
|
MediaType.parseMediaTypes now accepts null and ""
|
16 years ago |
Juergen Hoeller
|
58a458986f
|
polishing
|
16 years ago |
Thomas Risberg
|
1facd45c5e
|
switched to use XInclude
|
16 years ago |
Juergen Hoeller
|
20fc42add0
|
avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649)
|
16 years ago |
Mark Pollack
|
362629d03b
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
|
16 years ago |
Arjen Poutsma
|
7e3e79ca22
|
SPR-5653: RestTemplate handles redirects incorrectly
|
16 years ago |
Mark Pollack
|
8f76197485
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
|
16 years ago |
Juergen Hoeller
|
2524ca33d5
|
FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637)
|
16 years ago |
Juergen Hoeller
|
eabad33aa2
|
Hessian service exporter sets content type "application/x-hessian" (SPR-5621)
|
16 years ago |
Arjen Poutsma
|
ea37cdc006
|
Javadoc
|
16 years ago |
Mark Pollack
|
351fba1a04
|
POM maintenance
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
|
16 years ago |
Arjen Poutsma
|
f92b7f1011
|
Added readInternal template method
|
16 years ago |