|
|
|
@ -68,6 +68,7 @@ class PaketoBuilderTests {
|
|
|
|
|
void configureGradleBuild() {
|
|
|
|
|
this.gradleBuild.scriptProperty("systemTestMavenRepository",
|
|
|
|
|
new File("build/system-test-maven-repository").getAbsoluteFile().toURI().toASCIIString());
|
|
|
|
|
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BINDINGS_ENABLED.*true.*Deprecated");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@ -125,7 +126,7 @@ class PaketoBuilderTests {
|
|
|
|
|
container.waitingFor(Wait.forHttp("/test")).start();
|
|
|
|
|
container.stop();
|
|
|
|
|
}
|
|
|
|
|
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated in this buildpack api version");
|
|
|
|
|
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated");
|
|
|
|
|
result = buildImage(imageName);
|
|
|
|
|
assertThat(result.task(":bootBuildImage").getOutcome()).isEqualTo(TaskOutcome.SUCCESS);
|
|
|
|
|
try (GenericContainer<?> container = new GenericContainer<>(imageName).withExposedPorts(8080)) {
|
|
|
|
|