mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	Also add the first subsection approaching how to handle method security in a native image Closes gh-12029 Closes gh-13226
		
			
				
	
	
		
			9 lines
		
	
	
		
			787 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			787 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| = GraalVM Native Image Support
 | |
| 
 | |
| Spring Boot 3.0 provides https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.introducing-graalvm-native-images[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 https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.introducing-graalvm-native-images.understanding-aot-processing.hint-file-generation[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.
 |