[ 
https://issues.apache.org/jira/browse/CAMEL-16353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301131#comment-17301131
 ] 

Claus Ibsen commented on CAMEL-16353:
-------------------------------------

The various EIPs could be improved to also force eager loading classes they 
need when starting.

Classloading is "expensive" so if we can warmup and do this in build phase, we 
are faster to startup / process first message etc. And it benefits Camel in 
general but also more the world of graalvm / quarkus / serverless / cloud etc.

> camel-core - Force eager classloading in build phase
> ----------------------------------------------------
>
>                 Key: CAMEL-16353
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16353
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.9.0
>
>         Attachments: Screenshot 2021-03-14 at 12.17.28.png
>
>
> Some classes are loaded on first exchange being processed. We can force 
> loading some of these classes during route build, in the doBuild phase.



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

Reply via email to