Skip to content

Commit aab6375

Browse files
committed
Revert "Ignore deprecation warning caused by Framework"
This reverts commit b23d7fe. Closes gh-47364
1 parent c478c13 commit aab6375

File tree

1 file changed

+0
-2
lines changed
  • system-test/spring-boot-image-system-tests/src/systemTest/java/org/springframework/boot/image/paketo

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ void nativeApp() throws Exception {
312312
// these deprecations are from native image buildpacks
313313
this.gradleBuild.expectDeprecationMessages("Using a deprecated option --report-unsupported-elements-at-runtime",
314314
"The option is deprecated and will be removed in the future.");
315-
// this deprecation is from Framework (spring-projects/spring-framework#35557)
316-
this.gradleBuild.expectDeprecationMessages("Using a deprecated option --install-exit-handlers");
317315
writeMainClass();
318316
String imageName = "paketo-integration/" + this.gradleBuild.getProjectDir().getName();
319317
ImageReference imageReference = ImageReference.of(ImageName.of(imageName));

0 commit comments

Comments
 (0)