Add native hints for SpringFactoriesLoader file content
Add `SpringFactoriesLoaderRuntimeHintsRegistrar` which provides native hints for `spring.factories` content. Closes gh-27955 Co-authored-by: Phillip Webb <pwebb@vmware.com>
This commit is contained in:
committed by
Phillip Webb
parent
e7e60f7cb9
commit
267b91486e
@@ -1,2 +1,3 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.core.annotation.CoreAnnotationsRuntimeHintsRegistrar
|
||||
org.springframework.core.annotation.CoreAnnotationsRuntimeHintsRegistrar,\
|
||||
org.springframework.core.io.support.SpringFactoriesLoaderRuntimeHintsRegistrar
|
||||
|
||||
Reference in New Issue
Block a user