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 ee3d992d6a4 camel-yaml-dsl - Add missing options on route add 9069a6774b2 CAMEL-20211: camel-jbang - Export should work when using idempotent consumer with repostiroy that connects to a database. Those need to be stubbed like we do for components. No new revisions were added by this update. Summary of changes: .../java/org/apache/camel/spi/StateRepository.java | 2 +- .../org/apache/camel/support/DefaultRegistry.java | 10 +++ .../java/org/apache/camel/main/KameletMain.java | 5 ++ .../camel/main/download/StubBeanRepository.java | 97 ++++++++++++++++++++++ 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/StubBeanRepository.java