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 2023/03/21 19:55:43 UTC

[camel] branch regen_bot_3x updated (71be63b471f -> 711a28edf27)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 71be63b471f CAMEL-19174: camel-jira - Fix duplicate messages created by Jira issues consumer (#9589) (#9595)
     add c9cc984b479 CAMEL-19176: camel-platform-http - Add listener for added/removed http endpoints
     add 175fa22b1fa CAMEL-19178: camel-common-http - Make HttpBinding more reusable
     add e2e7fcb4f63 CAMEL-19178: camel-common-http - Make HttpBinding more reusable
     add e7fa7a0b51a CAMEL-19176: camel-platform-http - Add listener for added/removed http endpoints
     add c6e1a39d120 CAMEL-19177: camel-platform-http - Spring Boot implementation that use directly the HTTP server
     add 711a28edf27 CAMEL-19176: camel-platform-http - Add listener for added/removed http endpoints

No new revisions were added by this update.

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/jetty9/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    | 29 ++++++++++
 .../apache/camel/main/http/VertxHttpServer.java    |  4 +-
 13 files changed, 116 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%)