Adapt to breaking changes to AOT processing entry points
See gh-32550
This commit is contained in:
@@ -45,7 +45,7 @@ public class ProcessTestAot extends AbstractAot {
|
||||
private final Configuration junitPlatformLauncher;
|
||||
|
||||
public ProcessTestAot() {
|
||||
getMainClass().set("org.springframework.test.context.aot.TestAotProcessor");
|
||||
getMainClass().set("org.springframework.boot.test.context.SpringBootTestAotProcessor");
|
||||
this.junitPlatformLauncher = createJUnitPlatformLauncher();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user