Backbase / golden-sample-services

This project is a development of a small set of [Backbase Service SDK](https://community.backbase.com/documentation/ServiceSDK/latest/index), Spring Boot and Spring Cloud based Microservices projects that implement microservices design patterns, cloud-native recommendations, and coding best practices.
41 stars 20 forks source link

Create a Java Native Image using GraalVM #18

Open torrespro opened 4 years ago

torrespro commented 4 years ago

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

polarfish commented 2 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.

jjjasper commented 2 years ago

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.

polarfish commented 2 years ago

Thanks. I will "try adding Java Native Image creation" in an experimental branch only.