JinyuChen97 commented on issue #7651: URL: https://github.com/apache/camel-quarkus/issues/7651#issuecomment-4709306934
Thanks for the quick confirmation. I haven't investigated a fix yet, but llm provided two possible options: 1. copy configuration from template if available in dataformat component like configureDataFormat in DataFormatReifier, but it can only solve the dataformat dsl issue. 2. copy configuration from template if available in AbstractCamelContext createDataFormat to apply in all components, but need more effects in testing to avoid breaking anything. Please let me know what do you think about these options? If they seem unnecessary or too risky, I think we can close the issue without removing the lifecycleStrategy. Thanks -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
