jamesnetherton commented on issue #2752: URL: https://github.com/apache/camel-quarkus/issues/2752#issuecomment-858431857
I don't see anything in `org.apache.camel.quarkus.core.BaseModel` that is special or optimized for camel-quarkus so we could make `FastModel` extend `DefaultModel` and if we ever need to do customizations, then we do them in `FastModel`. How should we handle `FastCamelContext`? Extend `DefaultCamelContext` and keep our CQ specific overrides? Or is there a better way? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
