Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Phillip Webb
2016-12-19 12:36:57 -08:00
330 changed files with 554 additions and 47 deletions

View File

@@ -50,4 +50,5 @@ public class ConfigFileApplicationContextInitializerTests {
public static class Config {
}
}

View File

@@ -78,6 +78,7 @@ public class MockBeanWithAsyncInterfaceMethodIntegrationTests {
public MyService myService(Transformer transformer) {
return new MyService(transformer);
}
}
}

View File

@@ -201,4 +201,5 @@ public class TestRestTemplateTests {
.isEqualTo(password);
}
}