[
https://issues.apache.org/jira/browse/CAMEL-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904440#comment-16904440
]
Claus Ibsen commented on CAMEL-13850:
-------------------------------------
A quick prototype then avoids doing reflections on our own model classes and
therefore we will bootstrap Camel faster and also reduce memory.
> camel3 - Property placeholders on EIP models can be optimized
> -------------------------------------------------------------
>
> Key: CAMEL-13850
> URL: https://issues.apache.org/jira/browse/CAMEL-13850
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0, 3.0.0.RC2
>
>
> We do a bit of introspection on each model class to fin its getter/setter
> properties, which we can then use for property placeholders.
> org.apache.camel.model.ProcessorDefinitionHelper#resolvePropertyPlaceholders
> We should look at optimising this
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)