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