Merge branch '6.0.x'

This commit is contained in:
Sam Brannen 2023-07-15 14:56:47 +02:00
commit abc56cde3d
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class TestContextAotGenerator {
}
catch (Exception ex) {
if (this.failOnError) {
throw new IllegalStateException("Failed to generate AOT artifacts for test classes " +
throw new TestContextAotException("Failed to generate AOT artifacts for test classes " +
testClasses.stream().map(Class::getName).toList(), ex);
}
if (logger.isDebugEnabled()) {