This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.4.1!spring-doc.cn

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.spring-doc.cn

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

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