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
2012-06-26 16:52:51 -04:00
Juergen Hoeller
89fadb987c
mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well (SPR-7291)
2010-06-20 18:55:21 +00:00
Arjen Poutsma
b5b60cafb7
SPR-7063 - MappingJacksonHttpMessageConverter breaks with Jackson 1.0.x
2010-04-06 11:39:50 +00:00
Juergen Hoeller
ee686188b7
OSGi version range accepts JasperReports 3.x as well; fixed missing Spring version placeholder in context-support bundle
2010-04-01 10:57:15 +00:00
Juergen Hoeller
5063c6dd00
upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
2010-02-19 13:58:19 +00:00
Costin Leau
8d0bb00188
+ make use or property placeholders inside template.mf
2010-02-19 09:43:22 +00:00
Keith Donald
b825e398ae
added jsp.* import to catch jsp.el
2010-02-12 17:54:13 +00:00
Keith Donald
daa45dd424
updated template.mf to depend on spring-expression
2010-02-11 23:10:18 +00:00
Keith Donald
7bd34a6cb1
added format import to web.servlet manifest
2009-11-07 03:53:38 +00:00
Juergen Hoeller
87b2f23692
updated version ranges for javax.el and javax.inject
2009-10-23 17:26:12 +00:00
Keith Donald
d456a9326e
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
2009-07-31 04:10:22 +00:00
Keith Donald
fc7c49a284
updated manifest template to add model package import
2009-07-30 11:28:28 +00:00
Juergen Hoeller
2b13afd891
updated Tiles support for Tiles 2.1 compatibility (SPR-5411)
2009-07-08 13:29:39 +00:00
Arjen Poutsma
398729cda1
SPR-5853 - JSON formatting view for Spring MVC
2009-06-24 13:55:36 +00:00
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
2009-05-12 16:43:15 +00:00
Arjen Poutsma
de18d64b5c
Upgraded to Rome 1.0
2009-04-22 11:44:59 +00:00
Juergen Hoeller
225eb6bcd9
refined version ranges in OSGi manifests
2009-03-27 17:29:48 +00:00
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
2008-11-27 21:49:10 +00:00
Costin Leau
dca286d065
+ migrated some manifest template changed from 2.5.x to 3.0.x
2008-11-25 22:20:53 +00:00
Arjen Poutsma
baac76e2b1
SPR-5249: Atom and RSS View
2008-10-31 17:48:50 +00:00
Arjen Poutsma
827916b8e9
Bundlor templates now refer to Spring 3.0
2008-10-28 11:20:47 +00:00
Arjen Poutsma
af47a8b79b
Initial import of web servlet module
2008-10-27 09:13:23 +00:00