Describe the feature here
Camel 4.4 introduced variables which can be configured from application.properties.
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19749
However for Quarkus and Spring Boot then this requires to add code to support this
A SB example is at
https://github.com/apache/camel-spring-boot-examples/tree/main/variables
And the commit in SB to support this is:
apache/camel-spring-boot@671e772