Adapt AotProcessor to changes in Spring Framework

Closes gh-32560
This commit is contained in:
Stephane Nicoll
2022-09-30 15:19:56 +02:00
parent 51df7813a5
commit e2dd0ef9a4
9 changed files with 248 additions and 401 deletions

View File

@@ -40,7 +40,7 @@ import org.springframework.util.ObjectUtils;
requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class ProcessAotMojo extends AbstractAotMojo {
private static final String AOT_PROCESSOR_CLASS_NAME = "org.springframework.boot.AotProcessor";
private static final String AOT_PROCESSOR_CLASS_NAME = "org.springframework.boot.SpringApplicationAotProcessor";
/**
* Directory containing the classes and resource files that should be packaged into