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/10/15 09:54:50 UTC

[camel] branch regen_bot updated (8f7067b1eb7 -> 45f885347f0)

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 8f7067b1eb7 (chores) camel-google-secret-manager: fixing a few code violations from SonarCloud (#8552)
     add d0cf9297e0b CAMEL-18596: Use async checkpoint updating method from Azure EventCon… (#8492)
     add 45f885347f0 camel-core: Route controller dev console

No new revisions were added by this update.

Summary of changes:
 .../EventHubsCheckpointUpdaterTimerTask.java       |   9 +-
 .../azure/eventhubs/EventHubsConsumer.java         |  10 +-
 .../EventHubsCheckpointUpdaterTimerTaskTest.java   |  60 +++++
 .../org/apache/camel/dev-console/route-controller  |   2 +
 .../camel/impl/console/RouteControllerConsole.java | 259 +++++++++++++++++++++
 5 files changed, 336 insertions(+), 4 deletions(-)
 create mode 100644 components/camel-azure/camel-azure-eventhubs/src/test/java/org/apache/camel/component/azure/eventhubs/EventHubsCheckpointUpdaterTimerTaskTest.java
 create mode 100644 core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/route-controller
 create mode 100644 core/camel-console/src/main/java/org/apache/camel/impl/console/RouteControllerConsole.java