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/10/25 12:04:13 UTC

[camel] branch regen_bot updated (f12421c5232 -> dbf79132760)

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 f12421c5232 Polished
     add 9f887d5d92e (chores) camel-core: added unit test for some ObjectHelper methods
     add dbf79132760 (chores) camel-core: avoid checking for the first char during the loop

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/support/ObjectHelper.java     |  56 ++++++----
 .../org/apache/camel/support/ObjectHelperTest.java | 123 +++++++++++++++++++++
 2 files changed, 159 insertions(+), 20 deletions(-)
 create mode 100644 core/camel-support/src/test/java/org/apache/camel/support/ObjectHelperTest.java