davsclaus commented on PR #3867: URL: https://github.com/apache/camel-quarkus/pull/3867#issuecomment-1167156353
Yes you cannot test it as if that is added to the property - the modeline is in use during route creations and are available for these routes. Can you try to get the property trait via ``` PropertiesComponent pc = camelContext.getPropertiesComponent(); PropertiesSource ps = pc.getPropertiesSource("property"); ``` -- 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