Upgrade to Spring Framework 4.0.1 SNAPSHOT
Upgrade to the latest 4.0.x SNAPSHOT of the Spring Framework in preparation for the 4.0.1 release.
This commit is contained in:
parent
932c3c206b
commit
ac0ff3c0b8
@ -47,7 +47,7 @@ public class AetherGrapeEngineTests {
|
|||||||
this.grapeEngine.grab(args,
|
this.grapeEngine.grab(args,
|
||||||
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"));
|
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"));
|
||||||
|
|
||||||
assertEquals(6, this.groovyClassLoader.getURLs().length);
|
assertEquals(5, this.groovyClassLoader.getURLs().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
@ -61,7 +61,7 @@ public class AetherGrapeEngineTests {
|
|||||||
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"),
|
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"),
|
||||||
createDependency("org.springframework", "spring-beans", "3.2.4.RELEASE"));
|
createDependency("org.springframework", "spring-beans", "3.2.4.RELEASE"));
|
||||||
|
|
||||||
assertEquals(4, this.groovyClassLoader.getURLs().length);
|
assertEquals(3, this.groovyClassLoader.getURLs().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -86,7 +86,7 @@ public class AetherGrapeEngineTests {
|
|||||||
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"));
|
createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"));
|
||||||
|
|
||||||
assertEquals(0, this.groovyClassLoader.getURLs().length);
|
assertEquals(0, this.groovyClassLoader.getURLs().length);
|
||||||
assertEquals(6, customClassLoader.getURLs().length);
|
assertEquals(5, customClassLoader.getURLs().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
<slf4j.version>1.7.5</slf4j.version>
|
<slf4j.version>1.7.5</slf4j.version>
|
||||||
<snakeyaml.version>1.13</snakeyaml.version>
|
<snakeyaml.version>1.13</snakeyaml.version>
|
||||||
<spock.version>0.7-groovy-2.0</spock.version>
|
<spock.version>0.7-groovy-2.0</spock.version>
|
||||||
<spring.version>4.0.0.RELEASE</spring.version>
|
<spring.version>4.0.1.BUILD-SNAPSHOT</spring.version>
|
||||||
<spring-integration.version>3.0.0.RELEASE</spring-integration.version>
|
<spring-integration.version>3.0.0.RELEASE</spring-integration.version>
|
||||||
<spring-batch.version>2.2.4.RELEASE</spring-batch.version>
|
<spring-batch.version>2.2.4.RELEASE</spring-batch.version>
|
||||||
<spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
|
<spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user