kulagaIA merged PR #15019:
URL: https://github.com/apache/camel/pull/15019
--
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-unsubscr...@camel.apa
github-actions[bot] commented on PR #15019:
URL: https://github.com/apache/camel/pull/15019#issuecomment-2269208245
:robot: The Apache Camel test robot will run the tests for you :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
github-actions[bot] commented on PR #15019:
URL: https://github.com/apache/camel/pull/15019#issuecomment-2269155491
:robot: The Apache Camel test robot will run the tests for you :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
kulagaIA commented on PR #15019:
URL: https://github.com/apache/camel/pull/15019#issuecomment-2269154609
/component-test camel-python
--
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
github-actions[bot] commented on PR #15019:
URL: https://github.com/apache/camel/pull/15019#issuecomment-2269153981
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
kulagaIA opened a new pull request, #15019:
URL: https://github.com/apache/camel/pull/15019
# Description
Instead of calling `PythonInterpreter`'s `eval(String s)` method each time
we evaluate python expression, we can call `compile(String script)` method,
cache the `PyCode` result and c