This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.x 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) new c9cc984b479 CAMEL-19176: camel-platform-http - Add listener for added/removed http endpoints new 175fa22b1fa CAMEL-19178: camel-common-http - Make HttpBinding more reusable new e2e7fcb4f63 CAMEL-19178: camel-common-http - Make HttpBinding more reusable new e7fa7a0b51a CAMEL-19176: camel-platform-http - Add listener for added/removed http endpoints new c6e1a39d120 CAMEL-19177: camel-platform-http - Spring Boot implementation that use directly the HTTP server new 711a28edf27 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/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%)