For the latest stable version, please use Spring Security 6.2.4!

GraalVM Native Image Support

Spring Boot 3.0 provides support for generating native images with GraalVM. Spring Security integrates with that support and provides its features ready for native images.

However, as mentioned in the Spring Boot documentation, there are some cases where we need to provide hints to be used by GraalVM.

This section aims to provide guidance in some Spring Security features that likely need to have additional hints provided by the application.