JozsefGulyas
JozsefGulyas
@ralscha Thank you for a rapid answer. We are useing spring boot 3.2.11 and ralscha 2.0.0
@ralscha I have tried your soulution but the problem is same. I have investegeted this problem, and I found following case. I can call this method ch.ralscha.extdirectspring.controller.ApiController#api() before the ch.ralscha.extdirectspring.controller.MethodRegistrar#onApplicationEvent()...
@ralscha Thank you for the prompt fix. Unfortunately, it introduced another issue: when the /api.js endpoint is called during initialization, it occasionally results in some beans not being cached. 
@ralscha Thank you for the quick fix! I’m afraid the issue still persists. If I call the 'ApiController' before Spring Boot has fully initialized, it sometimes happens that not all...
@ralscha Thank you for quick fix. I have tried it, It's worked!