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 2022/11/28 19:36:48 UTC

[camel] branch regen_bot updated (bee23da4b6e -> fe312761620)

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 bee23da4b6e Sync deps
     add 623651fcfaa CAMEL-18764: camel-core - templatedRoute builder from Java cannot useā€¦ (#8782)
     add 17ca68c2a58 Milo-component: Letting the returned StatusCode from OPC UA producer through (#8646)
     add fe312761620 Regen for commit 17ca68c2a58e9349518b5422431ffcd7a1c5dc37

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/milo/client/MiloClientProducer.java   | 9 ++++++++-
 .../component/milo/client/internal/SubscriptionManager.java      | 2 +-
 core/camel-api/src/main/java/org/apache/camel/CamelContext.java  | 9 +++++++++
 core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java | 8 ++++++++
 .../java/org/apache/camel/impl/engine/AbstractCamelContext.java  | 9 +++++++++
 .../java/org/apache/camel/impl/lw/LightweightCamelContext.java   | 5 +++++
 .../org/apache/camel/impl/lw/LightweightRuntimeCamelContext.java | 5 +++++
 .../src/main/java/org/apache/camel/builder/RouteBuilder.java     | 6 +++++-
 .../src/main/java/org/apache/camel/main/RoutesConfigurer.java    | 5 +++++
 9 files changed, 55 insertions(+), 3 deletions(-)