Closed PatrikScully closed 8 months ago
Load eagerly the FunctionConfiguration, even with spring.main.lazy-initialization property enabled, because the listeners must initialize at startup, otherwise, they won't work.
FunctionConfiguration
spring.main.lazy-initialization
fixes #2919
@PatrikScully, Can you add your name as an author to the file?
Done, thank you.
Load eagerly the
FunctionConfiguration
, even withspring.main.lazy-initialization
property enabled, because the listeners must initialize at startup, otherwise, they won't work.fixes #2919