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
2dba480d9d
used specific SLF4J versions for running the test suites of individual modules (fixing the Hibernate Validator 4.2 upgrade)
13 years ago
Chris Beams
ede8482f81
Revert .web.servlet to Hibernate Validator 4.1.0.GA
...
In order to determine why classloading errors occur after
upgrading to 4.2.0.Final.
To demonstrate this error, uncomment the 4.2.0.Final dependency in
ivy.xml and run `ant test` within the .web.servlet module.
13 years ago
Chris Beams
1c58dd9d89
Upgrade to Hibernate Validator 4.2.0.Final
...
4.1/4.2 use is optional; users may compile and run against validator
versions back to 4.0.
13 years ago
Juergen Hoeller
ff8ebbb9c4
moved OpenSessionInViewTests back to orm module
14 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
e787887f46
SPR-8532 Exclude Tiles transitive deps on 'com.springsource.javax.servlet' from 'com.springsource.org.apache.tiles.jsp' and 'com.springsource.org.apache.tiles.servlet' only.
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
Juergen Hoeller
cb1ddb334b
consistent dependency on Hibernate Validator 4.1.0.GA
14 years ago
Juergen Hoeller
c60511bf04
shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)
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
Ben Hale
7730e76c06
Publishing license and notice files
14 years ago
Chris Beams
ec577f8e24
SPR-6538: context-support is no longer marked as an optional dependency within aspects and webmvc POMs
15 years ago
Juergen Hoeller
5063c6dd00
upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
15 years ago
Keith Donald
f23b55dc13
spring:eval tag initial commit
15 years ago
David Syer
1202f67cc8
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
15 years ago
Keith Donald
91dd752e71
added test dep to ivy.xml causing build failure
15 years ago
Juergen Hoeller
e99cda3739
updated to final versions of JSR-330 and JSR-303 APIs
15 years ago
Juergen Hoeller
89216a4b9a
marked Hibernate Validator as optional
15 years ago
Juergen Hoeller
0d084bd7f8
updated test dependencies
15 years ago
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
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
Juergen Hoeller
2b13afd891
updated Tiles support for Tiles 2.1 compatibility (SPR-5411)
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
398729cda1
SPR-5853 - JSON formatting view for Spring MVC
16 years ago
Arjen Poutsma
de18d64b5c
Upgraded to Rome 1.0
16 years ago
Juergen Hoeller
4cf573ba98
updated to FreeMarker 2.3.15 (SPR-4962)
16 years ago
Chris Beams
3ae3de19a9
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
...
+ Finished support for @Import , including detection of circular imports
16 years ago
Arjen Poutsma
fc06f9ba72
OXM is nearing completion
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Arjen Poutsma
91576da3b0
16 years ago
Arjen Poutsma
e31ab5a09b
16 years ago
Arjen Poutsma
327c54839b
16 years ago
Arjen Poutsma
827f5687e8
16 years ago
Arjen Poutsma
baac76e2b1
SPR-5249: Atom and RSS View
16 years ago
Arjen Poutsma
f8b1e44734
Removed Commons Attributes from web.servlet module
16 years ago
Arjen Poutsma
2ec60699ee
Downgraded to JSP 2.0.0
16 years ago
Arjen Poutsma
43505a6ce7
Upgraded ivy files to correspond to those in 2.5.5
16 years ago
Arjen Poutsma
af47a8b79b
Initial import of web servlet module
16 years ago
Arjen Poutsma
04eaa47ec1
Initial import of web module
16 years ago
Arjen Poutsma
c236f9fac7
Initial import of JDBC module
16 years ago
Arjen Poutsma
846b848fd3
Initial import of tx bundle
16 years ago
Arjen Poutsma
c48f8215e6
Moved over initial version of aop bundle
16 years ago
Arjen Poutsma
99a441fe31
Added more modules
16 years ago
Ben Hale
ca010140fb
Initial code checkin
17 years ago