Adapt to breaking changes to AOT processing entry points

See gh-32550
This commit is contained in:
Andy Wilkinson
2022-10-10 22:02:25 +01:00
parent d870474fcd
commit d351086a06
7 changed files with 89 additions and 29 deletions

View File

@@ -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();
}