Juergen Hoeller
778693f9f8
Added MappingJackson2MessageConverter for JMS
...
Issue: SPR-10099
12 years ago
Rossen Stoyanchev
c9a2dbdbfd
Add Jackson 2 HttpMessageConverter and View
...
Jackson 2 uses completely new package names and new maven artifact ids.
This change adds Jackson 2 as an optional dependency and also provides
MappingJackson2HttpMessageConverter and MappingJackson2JsonView for use
with the new version.
The MVC namespace and the MVC Java config detect and use
MappingJackson2HttpMessageConverter if Jackson 2 is present.
Otherwise if Jackson 1.x is present,
then MappingJacksonHttpMessageConverter is used.
Issue: SPR-9302
Backport-Issue: SPR-9507
Backport-Commit: e63ca04fdb
13 years ago
Juergen Hoeller
ca5f38c5e4
marked Apache HttpComponents dependency as optional (SPR-8788); cleanup of conversation dependencies
13 years ago
Chris Beams
367a0c2933
Upgrade javax.servlet dependency to 3.0 for .web
...
In support of SPR-7672 which will support code-based configuration
alternatives to web.xml using new features in the Servlet 3.0 API.
This upgrade does *not* force Spring users to upgrade to Servlet 3.0
capable containers. Compatibility with and support for
javax.servlet >= 2.4 remains.
Issue: SPR-7672
14 years ago
Micha Kiener
f812cd748e
SPR-6416, initial commit for the conversation management
14 years ago
Arjen Poutsma
54bbcf3a42
SPR-6180 - Upgrade Apache HttpClient to version 4.0
14 years ago
Chris Beams
15ac99f59c
Introduce and integrate JndiPropertySource
...
DefaultWebEnvironment automatically adds a JndiPropertySource if
a "jndiPropertySourceEnabled" property is detected in any of the
other other default property sources.
14 years ago
Arjen Poutsma
b5b60cafb7
SPR-7063 - MappingJacksonHttpMessageConverter breaks with Jackson 1.0.x
15 years ago
Arjen Poutsma
def90d1016
SPR-5904 - Multipart/mixed requests using RestTemplate
15 years ago
Arjen Poutsma
5303ab68aa
Atom Feed HttpMessageConverter
15 years ago
Juergen Hoeller
5063c6dd00
upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
15 years ago
Costin Leau
8d0bb00188
+ make use or property placeholders inside template.mf
15 years ago
Juergen Hoeller
4778c4b750
support for Hessian 4.0.x (SPR-6041)
15 years ago
Juergen Hoeller
87b2f23692
updated version ranges for javax.el and javax.inject
15 years ago
Keith Donald
00f90cd816
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
16 years ago
Keith Donald
9eb85af234
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
16 years ago
Juergen Hoeller
b2f9786ee8
completed Hessian 3.2 upgrade
16 years ago
Arjen Poutsma
3ca8c9be17
SPR-5823 - JSON HttpMessageConverter
16 years ago
Arjen Poutsma
ce47e86b1c
SPR-5782 - BufferedImageHttpMessageConverter
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
2524ca33d5
FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637)
16 years ago
Juergen Hoeller
225eb6bcd9
refined version ranges in OSGi manifests
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Costin Leau
dca286d065
+ migrated some manifest template changed from 2.5.x to 3.0.x
16 years ago
Juergen Hoeller
97b1fd0fc4
fixed javax.el version range (following 2.5.6.A)
16 years ago
Juergen Hoeller
347f34c68a
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
16 years ago
Arjen Poutsma
827916b8e9
Bundlor templates now refer to Spring 3.0
16 years ago
Arjen Poutsma
8e85702ff4
Changed module name, using correct bundlor template
16 years ago
Arjen Poutsma
04eaa47ec1
Initial import of web module
16 years ago
Arjen Poutsma
d1061e7e9f
Initial import of ORM
16 years ago