zhfeng commented on issue #3249: URL: https://github.com/apache/camel-quarkus/issues/3249#issuecomment-964947688
@jamesnetherton I found there is a change in ```CodeGenContext``` which uses ```Config config``` instead of ```Map<String, String> properties``` to read the properties in build time. https://github.com/quarkusio/quarkus/commit/afaca21cc49064a78f79ce14345681065faf9e46#diff-093e7aa039ebc68d29ba9fe5eee571a0298831111766385c33987bd227e62962 I assume that we need to use the ```Config``` to read the properties of ```quarkus.camel.salesforce.codegen.```. So we might implement ```CamelSalesForceCodeGen``` in ```quarkus-main``` branch. WDYT ? -- 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