Open torrespro opened 4 years ago
With Spring Boot 3 and Spring Framework 6, the native compilation is included into core. I plan to try adding Java Native Image creation after we upgrade SSDK to version 16.x.x.
Although nice to start looking at native, the golden sample services are meant to be setting an example of how to build services in Backbase. Currently, in Backbase, native is not used and introducing it here might confuse engineers looking at the golden sample as an example to copy.
Thanks. I will "try adding Java Native Image creation" in an experimental branch only.
Native image provides a way to build and run Spring Boot applications with different characteristics than a regular JVM deployment:
https://github.com/spring-projects-experimental/spring-graalvm-native