Browse Source

Revert "Ignore deprecation warning caused by Framework"

This reverts commit b23d7fe203.

Closes gh-47364
pull/47637/head
Stéphane Nicoll 2 months ago
parent
commit
aab6375702
  1. 2
      system-test/spring-boot-image-system-tests/src/systemTest/java/org/springframework/boot/image/paketo/PaketoBuilderTests.java

2
system-test/spring-boot-image-system-tests/src/systemTest/java/org/springframework/boot/image/paketo/PaketoBuilderTests.java

@ -312,8 +312,6 @@ class PaketoBuilderTests { @@ -312,8 +312,6 @@ class PaketoBuilderTests {
// these deprecations are from native image buildpacks
this.gradleBuild.expectDeprecationMessages("Using a deprecated option --report-unsupported-elements-at-runtime",
"The option is deprecated and will be removed in the future.");
// this deprecation is from Framework (spring-projects/spring-framework#35557)
this.gradleBuild.expectDeprecationMessages("Using a deprecated option --install-exit-handlers");
writeMainClass();
String imageName = "paketo-integration/" + this.gradleBuild.getProjectDir().getName();
ImageReference imageReference = ImageReference.of(ImageName.of(imageName));

Loading…
Cancel
Save