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 d076c8993dc Regen for commit 055ab45518d0b1aa2fa669fc64c86cada0dd0e97
     new 757ce7b3d86 CAMEL-19176: camel-platform-http - Add listener for 
added/removed http endpoints
     new ce8a8326d3a CAMEL-19178: camel-common-http - Make HttpBinding more 
reusable
     new 894a1b9515d CAMEL-19178: camel-common-http - Make HttpBinding more 
reusable
     new c490e53d194 CAMEL-19176: camel-platform-http - Add listener for 
added/removed http endpoints
     new 55840b82f26 CAMEL-19177: camel-platform-http - Spring Boot 
implementation that use directly the HTTP server
     new 3ec80199b65 CAMEL-19176: camel-platform-http - Add listener for 
added/removed http endpoints

The 6 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:
 .../camel/http/common/DefaultHttpBinding.java      | 17 +++---
 .../org/apache/camel/http/common/HttpBinding.java  |  9 +--
 .../org/apache/camel/http/common/HttpMessage.java  |  2 +-
 .../component/jetty/JettyRestHttpBinding.java      |  4 +-
 .../component/jetty11/AttachmentHttpBinding.java   |  6 +-
 .../component/platform/http/HttpEndpointModel.java | 13 ++++-
 .../platform/http/PlatformHttpComponent.java       | 67 ++++++++++++++--------
 .../platform/http/PlatformHttpEndpoint.java        |  2 +-
 .../platform/http/PlatformHttpListener.java}       | 15 ++---
 .../component/servlet/AttachmentHttpBinding.java   |  4 +-
 .../component/servlet/ServletRestHttpBinding.java  |  4 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc    | 24 ++++++++
 .../ROOT/pages/camel-4-migration-guide.adoc        | 24 ++++++++
 .../apache/camel/main/http/VertxHttpServer.java    |  4 +-
 14 files changed, 135 insertions(+), 60 deletions(-)
 copy 
components/{camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdProducerConsumer.java
 => 
camel-platform-http/src/main/java/org/apache/camel/component/platform/http/PlatformHttpListener.java}
 (72%)

Reply via email to