This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from cf00d6f5159 Regen for commit af5bbc8e2da0d92faa2e72d32e58cea823531fe3
     new 638aadf20e2 CAMEL-18026: camel-rest - Rest DSL - Output more fine 
grained http endpoints that are available
     new 5d746928e97 CAMEL-18026: dev console for camel-platform-http

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../http/vertx/VertxPlatformHttpEngine.java        | 42 ++++++++++++++-
 .../http/vertx/VertxPlatformHttpRouter.java        |  9 +++-
 .../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, 184 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