This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from b597841 Update seda-component.adoc (#3949)
new 51831a8 CAMEL-15251: camel-cdi fix the mandatory and never
transaction policy (#3954)
new c5c6f90 RestProducerFactory: match RestConfiguration by producer
component (#3953)
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:
.../apache/camel/cdi/transaction/MandatoryJtaTransactionPolicy.java | 3 ++-
.../org/apache/camel/cdi/transaction/NeverJtaTransactionPolicy.java | 3 ++-
.../src/main/java/org/apache/camel/component/http/HttpComponent.java | 2 +-
.../org/apache/camel/component/netty/http/NettyHttpComponent.java | 4 ++--
.../java/org/apache/camel/openapi/OpenApiRestProducerFactory.java | 2 +-
.../java/org/apache/camel/swagger/SwaggerRestProducerFactory.java | 2 +-
.../java/org/apache/camel/component/undertow/UndertowComponent.java | 4 ++--
7 files changed, 11 insertions(+), 9 deletions(-)