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/04/10 17:38:40 UTC

[camel] branch regen_bot updated (f5ef1d9762f -> 7f0e0f52088)

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 f5ef1d9762f Regen for commit d2c6776451f9e1b0a4f3dedf6658a08a52bf28f2
     add 7f0e0f52088 Optimization of loops with the only action of appending a string several times (#9828)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/maven/RouteCoverageMojo.java  |  6 +--
 .../camel/parser/model/CamelNodeDetails.java       |  6 +--
 .../dataformat/bindy/BindyFixedLengthFactory.java  |  6 +--
 .../jdbc/ClusteredJdbcAggregationRepository.java   |  4 +-
 .../ClusteredPostgresAggregationRepository.java    |  4 +-
 .../aggregate/jdbc/JdbcAggregationRepository.java  |  4 +-
 .../jdbc/PostgresAggregationRepository.java        |  4 +-
 .../debugger/DefaultBacklogTracerEventMessage.java |  4 +-
 .../simple/types/SimpleIllegalSyntaxException.java |  9 ++--
 .../org/apache/camel/support/MessageHelper.java    |  8 +---
 .../main/java/org/apache/camel/util/FileUtil.java  |  4 +-
 .../java/org/apache/camel/util/json/Jsoner.java    | 50 ++++++----------------
 12 files changed, 28 insertions(+), 81 deletions(-)