Summary
In this chapter, we delved into the support for GraalVM Native Image in conjunction with Spring Security features, which were not previously covered in this book. We introduced the concept of native images, including the key features and security benefits of GraalVM.
The key topics explored included Spring Boot 3
, which introduces native image generation support via GraalVM, seamlessly integrating with Spring Security features and making them compatible with native images. We have seen that there are some cases where we need to provide hints to be used by GraalVM.
Moreover, we’ve successfully improved our application’s performance and security, aligning with contemporary software development practices.
In concluding this chapter, I want to extend my heartfelt congratulations to you for reaching this milestone of completing the book. Your dedication and commitment to learning about Spring Security 6
features are commendable.
As you reflect on the concepts...