This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from f12421c5232 Polished new 9f887d5d92e (chores) camel-core: added unit test for some ObjectHelper methods new dbf79132760 (chores) camel-core: avoid checking for the first char during the loop The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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