You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/03/01 12:33:51 UTC

[camel] branch regen_bot updated (ae666177882 -> baf7a6268ed)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ae666177882 CAMEL-19039: Upgrade to Artemis 2.28.0
     add baf7a6268ed CAMEL-19098: camel-bean - Performance overhead when invoking methods with string parameters.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/bean/MethodInfo.java    |  4 +-
 ...=> BeanParameterMatchPerformanceIssueTest.java} | 67 ++++++++++------------
 .../apache/camel/util/StingQuoteHelperTest.java    | 23 ++++++++
 .../org/apache/camel/util/StringQuoteHelper.java   | 60 ++++++++++++++++---
 4 files changed, 106 insertions(+), 48 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/bean/issues/{BeanVsProcessorPerformanceTest.java => BeanParameterMatchPerformanceIssueTest.java} (50%)