Stéphane Nicoll
Stéphane Nicoll
@nilshartmann thank you for making your first contribution to Spring Boot.
Actually the documentation is correct. The fourth property was the "commit" container.
We've discussed this one today and concluded that it would be better if we wait for a release that contains the `@AutoConfiguration` change so that the community have a chance...
@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`
Once the issue is fixed, we can reconsider reinstantiating https://github.com/spring-projects/spring-boot/pull/31828
Thanks for the PR. > Fixes: https://github.com/spring-projects/spring-boot/issues/32028 Have you tried the smoke test against your change?
Sorry, that wasn't my question. You've mentioned that it fixes #32028 so I am asking if you've tested https://github.com/spring-projects/spring-aot-smoke-tests/tree/main/mustache-webmvc with that change.
Thanks for the reply and for trying out the sample. You can run the smoke test with Gradle's `--include-build` and point to your checkout of Spring Boot with the change.
@MrWong99 if you can share a sample that we can run that would be much appreciated.
Superseded by #32030