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
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
13 years ago
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
13 years ago
Juergen Hoeller
83df082930
moved OpenSessionInViewTests back to orm module
14 years ago
Rossen Stoyanchev
3363d05879
SPR-8483 Add integration test for accessing multipart request parts with @RequestPart
14 years ago
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
14 years ago
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.
14 years ago
Luke Taylor
27be8434f1
Rolled-back accidental .classpath changes
15 years ago
Luke Taylor
3f885d0302
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
15 years ago
Chris Beams
a1f6eabbce
SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
15 years ago
Keith Donald
f23b55dc13
spring:eval tag initial commit
15 years ago
Sam Brannen
c686035773
Updated Eclipse classpath regarding javax.inject and javax.validation.
15 years ago
Juergen Hoeller
811e9fc043
consistent dependencies
15 years ago
Keith Donald
e26163505a
added sf4j logging to run tests in eclipse
15 years ago
Keith Donald
1e9fc388ac
added javax validation, hibernate, and vfs dependencies into eclipse
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 years ago
Keith Donald
d456a9326e
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
16 years ago
Mark Pollack
69422e771f
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
...
Update org.sf.web/.classpath to refer to tiles 2.1.2
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
Sam Brannen
98320fb854
Fixed Eclipse .classpath by adding org.codehaus.jackson, org.codehaus.jackson.mapper, and org.mozilla.javascript.
16 years ago
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
16 years ago
Scott Andrews
f6e869163f
updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade
16 years ago
Scott Andrews
1f770574b0
updating eclipse settings and classpaths
16 years ago
Chris Beams
93e30a4fc5
moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
16 years ago
Chris Beams
f7dcf26193
fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0)
16 years ago
Christian Dupuis
62a7457599
updated .classpath files to reflect recent changes in ivy files; aspectj.weaver 1.6.2 -> 1.6.2.RELEASE
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Scott Andrews
ecb86b46a4
syncing eclipse classpath settings
16 years ago
Scott Andrews
a647f1629d
syncing eclipse settings for unit tests
16 years ago
Scott Andrews
f91ac5a519
eclipse settings to support unit test
16 years ago
Ben Hale
e2a17f5458
Classpath updates
16 years ago
Scott Andrews
9178e97fb4
synchronized .classpath files with ivy.xml
16 years ago
Scott Andrews
87f698cd24
fixing typos
16 years ago
Scott Andrews
51820d82f9
adding eclipse project settings
16 years ago