You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/10/22 17:10:01 UTC

[jira] [Created] (CAMEL-15740) camel-core - camel-core-builder

Claus Ibsen created CAMEL-15740:
-----------------------------------

             Summary: camel-core - camel-core-builder
                 Key: CAMEL-15740
                 URL: https://issues.apache.org/jira/browse/CAMEL-15740
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.7.0


We can move the model and builder into its own module so we help keep a cleaner api and separate concerns.

Then we have

camel-base -> camel-core-builder -> camel-core-engine

The reifier is a mix that sits between builder and engine to build the actual processors, ideally we may move them into camel-core-builder if that becomes possible, as then we can get to a point where we can dead code eliminate this entire JAR when you have built routes from the builder/model and then at runtime its just the engine. But that is more to untangle to get there.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)