Ignore AOT-related deprecation warnings in Paketo system tests

Closes gh-37433
This commit is contained in:
Scott Frederick 2023-09-21 12:33:02 -05:00
parent 7c11b6194b
commit c5e221143f

View File

@ -298,6 +298,7 @@ class PaketoBuilderTests {
@EnabledForJreRange(max = JRE.JAVA_17)
void nativeApp() throws Exception {
this.gradleBuild.expectDeprecationMessages("uses or overrides a deprecated API");
this.gradleBuild.expectDeprecationMessages("has been deprecated and marked for removal");
writeMainClass();
String imageName = "paketo-integration/" + this.gradleBuild.getProjectDir().getName();
ImageReference imageReference = ImageReference.of(ImageName.of(imageName));