mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '6.0.x'
This commit is contained in:
+1
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user