You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/04/25 14:23:37 UTC

[GitHub] [camel] davsclaus commented on pull request #9926: CAMEL-19292: remove remaining logic tied to the LightweightContext

davsclaus commented on PR #9926:
URL: https://github.com/apache/camel/pull/9926#issuecomment-1521881574

   Well this was a bit different than the LWCamelContext. This was a special mode to boot Camel where after startup it will null some model classes and whatnot, that allows JVM to GC and also clear some internal maps.
   
   However this mode is not often in use, so I am okay removing it. We can come back later if we can do a flag with another name that could do something on the same page, if needed.
   
   This is general Camel, as otherwise some of these optimizations may only be in CEQ.
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org