This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-4.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 09237b3b7cf CAMEL-21299: camel-avro - Upgrade to 1.11.4 new 2c83de2ef51 CAMEL-21300: camel-platform-http - Consumer should have option to control if writing response failing should cause Exchange to fail (#15802) new 363cd15624f CAMEL-21300: camel-platform-http - Consumer should have option to control if writing response failing should cause Exchange to fail 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: .../camel/catalog/components/platform-http.json | 28 ++++++++------- .../http/vertx/VertxPlatformHttpConsumer.java | 10 ++++++ .../http/PlatformHttpComponentConfigurer.java | 6 ++++ .../http/PlatformHttpEndpointConfigurer.java | 6 ++++ .../http/PlatformHttpEndpointUriFactory.java | 3 +- .../component/platform/http/platform-http.json | 28 ++++++++------- .../platform/http/PlatformHttpComponent.java | 17 +++++++-- .../platform/http/PlatformHttpEndpoint.java | 13 +++++++ .../dsl/PlatformHttpComponentBuilderFactory.java | 21 +++++++++++ .../dsl/PlatformHttpEndpointBuilderFactory.java | 41 ++++++++++++++++++++++ .../camel/kotlin/components/PlatformHttpUriDsl.kt | 8 +++++ 11 files changed, 151 insertions(+), 30 deletions(-)