1
0
mirror of synced 2026-08-31 14:35:18 +00:00
Files
spring-security/docs/modules/ROOT/pages/native-image/index.adoc
T
Tran Ngoc Nhan 89260a3a9c Use reference links from attributes
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-03-03 16:51:25 -07:00

9 lines
765 B
Plaintext

= GraalVM Native Image Support
Spring Boot 3.0 provides {spring-boot-reference-url}reference/packaging/native-image/introducing-graalvm-native-images.html[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-reference-url}reference/packaging/native-image/introducing-graalvm-native-images.html#packaging.native-image.introducing-graalvm-native-images.understanding-aot-processing[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.