Hi In a spring DSL, I used to be able to set a shutdown timeout by creating a ShutdownStrategy bean and setting the appropriate properties and it would work.
Now when I attempt the same thing in Spring Boot, the bean seems to be ignored. Any suggestions on the proper way of setting the shutdown timeout in Spring Boot? I see this page https://github.com/things8/zed/issues/83 <https://github.com/things8/zed/issues/83> It refers to a property called camel.context.shutdown-strategy.timeout but it seems to have no effect. Thanks in advance.