Skip to content

Commit bafc73f

Browse files
committed
Integrate suggested support for creating MVC URLs
The key contract is MvcUrls. An instance is automatically created with the Spring MVC namespace and the MVC Java config but can also be easily created in any configuration. Some example tests can be found in DefaultMvcUrlsTests. Issue: SPR-10665, SPR-8826
1 parent 4fd27b1 commit bafc73f

33 files changed

+1313
-2088
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ project("spring-webmvc") {
689689
testCompile("commons-io:commons-io:1.3")
690690
testCompile("org.hibernate:hibernate-validator:4.3.0.Final")
691691
testCompile("org.apache.httpcomponents:httpclient:4.3-beta2")
692+
testCompile("joda-time:joda-time:2.2")
692693
}
693694

694695
// pick up DispatcherServlet.properties in src/main

spring-core/src/main/java/org/springframework/core/AnnotationAttribute.java

Lines changed: 0 additions & 125 deletions
This file was deleted.

spring-core/src/main/java/org/springframework/core/MethodParameters.java

Lines changed: 0 additions & 170 deletions
This file was deleted.

spring-core/src/test/java/org/springframework/core/AnnotationAttributeUnitTests.java

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)