Details
Description
When we introduced the secret refresh feature we add the concept of @PeriodicTask, essentially we schedule the task every period seconds and add it to a scheduler in BaseMainSupport.
While for Camel-jbang, through camel-main, everything is working fine. For Quarkus and Spring-Boot the task is never called, with the exact same configuration of the working one on main.
cc davsclaus