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/10/16 15:31:37 UTC

[camel] branch regen_bot_40x updated (64384e606c4 -> 6dfd3ed7ac2)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_40x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 64384e606c4 Regen for commit 03836e0e722d6163ccd1fd3385d37643c19c165b (#11728)
     add 3e80d38c903 CAMEL-19992: Upgrade bytebuddy that can support Java 21 (#11729)
     add e30d8f3c488 Upgrade Infinispan to version 14.0.19.Final (#11730)
     add 1d8e3a98af0 CAMEL-19995: camel-jbang - Run and reload from clipboard
     add 8fb46f02bfe CAMEL-19973 - Camel-AWS components: Revisit description - Athena Component (#11731)
     add 3663571daef CAMEL-19973 - Camel-AWS components: Revisit description - Cloudwatch component (#11732)
     add 6dfd3ed7ac2 CAMEL-19996 avoid NPE when handling exception without coordinator (#11733)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws/camel-aws2-athena/pom.xml     |  2 +-
 .../services/org/apache/camel/component.properties |  2 +-
 components/camel-aws/camel-aws2-cw/pom.xml         |  2 +-
 .../services/org/apache/camel/component.properties |  2 +-
 .../apache/camel/processor/saga/SagaProcessor.java | 11 ++-
 .../modules/ROOT/pages/camel-jbang.adoc            | 14 ++++
 .../camel/periodic-task/clipboard-reload-strategy  |  2 +-
 .../java/org/apache/camel/main/KameletMain.java    | 12 ++++
 .../camel/main/util/ClipboardReloadStrategy.java   | 78 ++++++++++++++++++++++
 parent/pom.xml                                     | 15 ++++-
 .../services/InfinispanLocalContainerService.java  |  2 +-
 11 files changed, 131 insertions(+), 11 deletions(-)
 copy catalog/camel-catalog-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/catalog => dsl/camel-kamelet-main/src/generated/resources/META-INF/services/org/apache/camel/periodic-task/clipboard-reload-strategy (50%)
 create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/ClipboardReloadStrategy.java