mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
Ignore AOT-related deprecation warnings in Paketo system tests
Closes gh-37433
This commit is contained in:
+1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user