any hints/examples how to include Sprint AOT into build without spring boot 3.0 or buildpacks? Or maybe with including spring boot but keeping old MVC code and xml bean definitions side by side with spring boot?
I'm using maven-shade-plugin + maven-native-plugin now and everything works except I'm missing AOT part.
Thanks.