davsclaus commented on PR #3867:
URL: https://github.com/apache/camel-quarkus/pull/3867#issuecomment-1167531329

   Its loaded via classpath service detection
   
https://github.com/apache/camel/blob/2245f5c1eb1c63ec0beaaf598cc476bb6038a1ff/dsl/camel-dsl-modeline/src/generated/resources/META-INF/services/org/apache/camel/properties-source-factory
   
   Which is done on startup at
   
https://github.com/apache/camel/blob/main/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java#L740
   
   It may be that camel-quarkus need some "build step" code that detect that 
camel-modeline-dsl is on the classpath and automatic loads the properties 
source and enlist in the registry.
   
   For what its worth is similar to how many of the other optional services in 
Camel are auto-detect from classpath, where quarkus has some build time 
optimizations.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to