Build GraalVM Native Images
This chapter is dedicated to honing skills concerning native images and GraalVM
. Throughout this chapter, you’ll receive guidance on crafting a Spring Security application that makes use of native functionalities.
Spring Boot 3
introduces native image generation support through GraalVM
, and Spring Security seamlessly integrates with this capability, making its features compatible with native images. This integration can be a great way to improve the performance and security of your Spring Security applications.
We’ll delve into the essential steps for efficiently updating build configurations to leverage GraalVM
tools, enabling seamless integration of native capabilities into your applications.
Additionally, we will explore GraalVM
Native Image support with Spring Security features that we have not covered so far in this book, including the following topics:
- Introducing
GraalVM
- Creating
GraalVM
images usingBuildpacks
...