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 cf00d6f5159 Regen for commit af5bbc8e2da0d92faa2e72d32e58cea823531fe3
     add 638aadf20e2 CAMEL-18026: camel-rest - Rest DSL - Output more fine 
grained http endpoints that are available
     add 5d746928e97 CAMEL-18026: dev console for camel-platform-http
     add 53ef2d7d629 Regen for commit 5d746928e973fa0a3c7004532ac4da7851d35fd3

No new revisions were added by this update.

Summary of changes:
 .../http/vertx/VertxPlatformHttpEngine.java        | 42 ++++++++++++++-
 .../http/vertx/VertxPlatformHttpRouter.java        |  8 ++-
 .../http/vertx/VertxPlatformHttpServer.java        |  6 ++-
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  7 +--
 components/camel-platform-http/pom.xml             |  5 ++
 .../org/apache/camel/dev-console/platform-http     |  2 +
 .../platform/http/HttpEndpointModel.java}          | 60 +++++++++++++---------
 .../platform/http/PlatformHttpComponent.java       | 22 +++++---
 .../platform/http/PlatformHttpConsole.java         | 35 +++++++------
 .../platform/http/PlatformHttpEndpoint.java        |  4 +-
 .../platform/http/spi/PlatformHttpEngine.java      |  5 ++
 .../http/JettyCustomPlatformHttpConsumer.java      |  1 -
 .../http/JettyCustomPlatformHttpEngine.java        | 17 ++++++
 .../component/platform/http/JettyServerTest.java   | 18 +++----
 .../component/platform/http/PlatformHttpTest.java  |  6 +--
 .../org/apache/camel/main/VertxHttpServer.java     | 18 ++++---
 16 files changed, 183 insertions(+), 73 deletions(-)
 create mode 100644 
components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/dev-console/platform-http
 copy 
components/{camel-undertow/src/main/java/org/apache/camel/component/undertow/HttpHandlerRegistrationInfo.java
 => 
camel-platform-http/src/main/java/org/apache/camel/component/platform/http/HttpEndpointModel.java}
 (50%)
 copy 
core/camel-console/src/main/java/org/apache/camel/impl/console/PropertiesDevConsole.java
 => 
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/PlatformHttpConsole.java
 (52%)

Reply via email to