The maven plugin is currently named spring-boot:aot-generate and The Gradle task is generateAotSources. While brainstorming on the names to use for the related test support, we thought renaming those was in order.
- For Maven:
spring-boot:aot(andspring-boot:aot-test) - For Gradle:
bootAot(andbootAotTest)
Comment From: snicoll
@wilkinsona mentioned that it feels the current proposal uses aot as a verb. We've been brainstorming and found processAot and processTestAot to match nicely with Gradle's compileJava and compileTestJava
Comment From: philwebb
At least for now we're going to go with...
Maven:
spring-boot:process-aot
spring-boot:process-test-aot
Gradle:
bootProcessAot
bootProcessTestAot