lburgazzoli commented on issue #2752: URL: https://github.com/apache/camel-quarkus/issues/2752#issuecomment-858445709
> 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`. > Maybe we can just remove FastModel/BaseModel and we can introduce it only if when it is needed ? > How should we handle `FastCamelContext`? Extend `DefaultCamelContext` and keep our CQ specific overrides? Or is there a better way? I think that would be fine as far as I remember, most of the time it is about to provide specif implementation or some service/factory-finders. If we'll find out that we need some specific hooks, we may think to enhance the *CamelContext in Camel so we don't need copy and paste nay more. -- 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]
