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 2021/06/28 05:12:00 UTC

[jira] [Created] (CAMEL-16760) camel-core - Dataformat models with Class should use the loaded class directly

Claus Ibsen created CAMEL-16760:
-----------------------------------

             Summary: camel-core - Dataformat models with Class<?> should use the loaded class directly
                 Key: CAMEL-16760
                 URL: https://issues.apache.org/jira/browse/CAMEL-16760
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.12.0


Currently the EIP model will store Class<?> as transient and use the FQN class name as text that the dataformat then need to load afterwards.

But due to complex classloading in camel-k and other runtimes it would be better to use the Class<?> directly.



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