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/08/17 09:26:19 UTC

[camel] branch regen_bot updated (615b582d458 -> 64b08c44f8e)

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 615b582d458 (chores) camel-util: added a test for StringHelper#splitOnCharacter (#11128)
     add 9e8ffcf9d40 (chores) cleanup duplicated capitalization code (#11129)
     add 4a844fbfdb2 (chores) cleanup duplicated capitalization code in tooling (#11130)
     add 64b08c44f8e (chores) cleanup duplicated decapitalization code (#11131)

No new revisions were added by this update.

Summary of changes:
 .../component/jetty/async/MyAsyncComponent.java    |  3 ++-
 .../component/jms/async/MyAsyncComponent.java      |  3 ++-
 .../camel/maven/CamelServiceNowGenerateMojo.java   |  3 ++-
 .../component/sjms/support/MyAsyncComponent.java   |  4 ++--
 .../camel/component/xchange/XChangeHelper.java     |  3 ++-
 .../camel/impl/engine/IntrospectionSupport.java    |  8 +++-----
 .../camel/processor/async/MyAsyncComponent.java    |  3 ++-
 .../java/org/apache/camel/util/ObjectHelper.java   |  2 +-
 .../java/org/apache/camel/util/StringHelper.java   | 22 ++++++++++++++++++++++
 .../org/apache/camel/xml/out/ModelWriterTest.java  | 19 ++++++++++++++-----
 .../org/apache/camel/tooling/util/Strings.java     | 22 ++++++++++++++++++++++
 .../apache/camel/tooling/util/srcgen/Property.java |  6 ++++--
 .../camel/maven/packaging/EndpointDslMojo.java     |  2 +-
 13 files changed, 79 insertions(+), 21 deletions(-)