Add support for Async invocation in a native image
This commit adds necessary hints so that Async-annotated method can be discovered in a native image. Closes gh-28710
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar= \
|
||||
org.springframework.scheduling.annotation.SchedulingRuntimeHints
|
||||
|
||||
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor= \
|
||||
org.springframework.context.aot.ReflectiveProcessorBeanRegistrationAotProcessor
|
||||
org.springframework.context.aot.ReflectiveProcessorBeanRegistrationAotProcessor
|
||||
|
||||
Reference in New Issue
Block a user