Hello I'm using Apache Camel 4.0.0-M3 with Quarkus 3.1.0.Final and using the "camel-quarkus-velocity" to render a template. The template works correctly, however, I see this message printed in the logs
2023-06-02 07:33:34,879 WARN [org.apa.vel.deprecation] (Camel (camel-1) thread #1 - timer://twoTimes) configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders' It looks like it has been fixed in 3.5.0 per this JIRA (https://issues.apache.org/jira/browse/CAMEL-15240), however, in 4.0.0-M3 it seems to still have this issue. What would need to be done in order to fix this? Thanks. -- Ramesh