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 2021/12/08 15:01:30 UTC

[camel] branch regen_bot updated (bb422d4 -> 7408229)

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 bb422d4  CAMEL-17294: camel-yaml-dsl - Setting enum should work with mixed case and how camel-core does it.
     add 0b22ed3  CAMEL-17301: camel-platform-http - Keep list of managed http endpoints.
     add 95e2ce7  CAMEL-17301: camel-jbang - Show list of known http endpoints - also when reloading if they are changed.
     add 356ed29  CAMEL-17302: camel-core - Route reload event to indicate index/total
     add 7408229   CAMEL-17301: camel-jbang - Show list of known http endpoints - also when reloading if they are changed.

No new revisions were added by this update.

Summary of changes:
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  8 ++++
 .../platform/http/PlatformHttpComponent.java       | 45 +++++++++++++++++--
 .../platform/http/PlatformHttpEndpoint.java        | 11 ++++-
 .../platform/http/AbstractPlatformHttpTest.java    |  4 ++
 .../component/platform/http/PlatformHttpTest.java  |  8 ++++
 .../main/java/org/apache/camel/spi/CamelEvent.java | 10 +++++
 .../java/org/apache/camel/spi/EventFactory.java    |  4 +-
 .../camel/impl/event/DefaultEventFactory.java      |  4 +-
 .../camel/impl/event/RouteReloadedEvent.java       | 17 ++++++-
 .../java/org/apache/camel/support/EventHelper.java |  4 +-
 .../camel/support/RouteWatcherReloadStrategy.java  |  4 +-
 .../org/apache/camel/main/VertxHttpServer.java     | 52 ++++++++++++++++++++++
 12 files changed, 159 insertions(+), 12 deletions(-)