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/23 20:12:56 UTC

[camel] branch regen_bot updated (196756f7f35 -> dd756ec2275)

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 196756f7f35 Upgrade spring security and batch
     add 43c2e03ce68 CAMEL-19778: camel-jbang - Add DSL transform command
     add 04a0eeda45f CAMEL-19778: camel-jbang - Add DSL transform command
     add a399aac503e CAMEL-19778: camel-jbang - Add DSL transform command
     add dd756ec2275 Regen for commit 872cdd99486cee773889e6113dc41336037d4c1e

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10368 +++++++++++--------
 .../camel/component/aws2/sqs/Sqs2Consumer.java     |    71 +-
 .../camel/component/kafka/KafkaConfiguration.java  |    11 -
 .../camel/impl/DefaultDumpRoutesStrategy.java      |     8 +
 .../org/apache/camel/main/BaseMainSupport.java     |     3 -
 .../org/apache/camel/xml/in/ModelParserTest.java   |    10 +-
 .../dsl/jbang/core/commands/CamelJBangMain.java    |     1 +
 .../apache/camel/dsl/jbang/core/commands/Run.java  |    22 +
 .../camel/dsl/jbang/core/commands/Transform.java   |    88 +
 9 files changed, 6299 insertions(+), 4283 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Transform.java