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
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
2011-08-30 13:16:12 +00:00
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
2011-08-18 16:06:31 +00:00
Juergen Hoeller
83df082930
moved OpenSessionInViewTests back to orm module
2011-07-26 00:46:07 +00:00
Rossen Stoyanchev
3363d05879
SPR-8483 Add integration test for accessing multipart request parts with @RequestPart
2011-07-21 16:24:33 +00:00
Rossen Stoyanchev
b8c723d080
SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter
2011-07-18 12:06:11 +00:00
Sam Brannen
b130a36af7
[SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1.
2010-12-30 08:00:58 +00:00
Luke Taylor
27be8434f1
Rolled-back accidental .classpath changes
2010-05-14 16:23:48 +00:00
Luke Taylor
3f885d0302
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
2010-05-14 16:07:39 +00:00
Chris Beams
a1f6eabbce
SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
2010-03-24 09:27:54 +00:00
Keith Donald
f23b55dc13
spring:eval tag initial commit
2010-02-11 22:53:49 +00:00
Sam Brannen
c686035773
Updated Eclipse classpath regarding javax.inject and javax.validation.
2009-10-16 10:16:25 +00:00
Juergen Hoeller
811e9fc043
consistent dependencies
2009-09-24 15:09:57 +00:00
Keith Donald
e26163505a
added sf4j logging to run tests in eclipse
2009-09-17 20:25:34 +00:00
Keith Donald
1e9fc388ac
added javax validation, hibernate, and vfs dependencies into eclipse
2009-09-11 19:04:03 +00:00
Juergen Hoeller
8754f0bc85
updated dependencies
2009-08-31 11:25:54 +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
Mark Pollack
69422e771f
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
...
Update org.sf.web/.classpath to refer to tiles 2.1.2
2009-07-10 03:30:12 +00:00
Sam Brannen
620c9b1f96
[SPR-5895] Upgraded to EasyMock 2.5.1.
2009-07-03 09:32:15 +00:00
Sam Brannen
8bfb56c75b
[SPR-5887] Upgraded to JUnit 4.6.0.
2009-07-02 18:07:55 +00:00
Sam Brannen
98320fb854
Fixed Eclipse .classpath by adding org.codehaus.jackson, org.codehaus.jackson.mapper, and org.mozilla.javascript.
2009-06-29 11:14:39 +00:00
Sam Brannen
10829f8b20
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
2009-06-18 11:36:04 +00:00
Scott Andrews
f6e869163f
updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade
2009-04-23 14:13:03 +00:00
Scott Andrews
1f770574b0
updating eclipse settings and classpaths
2009-01-21 23:02:43 +00:00
Chris Beams
93e30a4fc5
moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
2008-12-17 18:45:41 +00:00
Chris Beams
f7dcf26193
fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0)
2008-12-07 01:08:37 +00:00
Christian Dupuis
62a7457599
updated .classpath files to reflect recent changes in ivy files; aspectj.weaver 1.6.2 -> 1.6.2.RELEASE
2008-11-29 04:46:36 +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
Scott Andrews
ecb86b46a4
syncing eclipse classpath settings
2008-11-14 01:51:48 +00:00
Scott Andrews
a647f1629d
syncing eclipse settings for unit tests
2008-11-03 18:41:02 +00:00
Scott Andrews
f91ac5a519
eclipse settings to support unit test
2008-10-29 15:00:00 +00:00
Ben Hale
e2a17f5458
Classpath updates
2008-10-29 11:32:38 +00:00
Scott Andrews
9178e97fb4
synchronized .classpath files with ivy.xml
2008-10-27 23:13:58 +00:00
Scott Andrews
87f698cd24
fixing typos
2008-10-27 16:10:52 +00:00
Scott Andrews
51820d82f9
adding eclipse project settings
2008-10-27 15:48:40 +00:00