This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from f53a549 CAMEL-12865: camel-restdsl-swagger-plugin - Allow for
specifying apiContextPath
new b1e30af CAMEL-12869: ReplyTo destination must match endpoint type
(topic or queue) that the message is sent on
new 356c807 CAMEL-12908: Add reproducer code
new 4755902 CAMEL-12908: Cannot start route using rest dsl due to a
mysterious duplicate route id Conflicts:
camel-core/src/main/java/org/apache/camel/model/RouteDefinitionHelper.java
new 127b0e5 CAMEL-12908: Fix CS
new a3778e6 Fixed CS
new c1353c4 Upgrade Ehcache to version 3.6.2
new a9920a4 CAMEL-12759 - Misleading documentation for Netty components -
Netty4
new 541d6b6 CAMEL-12759 - Misleading documentation for Netty components -
Netty4-http
The 8 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/model/RouteDefinitionHelper.java | 33 +++++++++++++++++++++-
.../apache/camel/model/rest/RestDefinition.java | 17 -----------
.../apache/camel/model/rest/VerbDefinition.java | 2 +-
.../src/main/docs/netty4-http-component.adoc | 4 +--
.../src/main/docs/netty4-component.adoc | 26 ++++++++---------
.../camel-sjms/src/main/docs/sjms-component.adoc | 2 +-
.../apache/camel/component/sjms/SjmsConsumer.java | 2 +-
.../apache/camel/component/sjms/SjmsEndpoint.java | 6 ++--
.../component/sjms/batch/SjmsBatchConsumer.java | 2 +-
.../component/sjms/batch/SjmsBatchEndpoint.java | 4 +--
.../component/sjms/jms/DestinationNameParser.java | 13 +++++++++
.../component/sjms/producer/InOutProducer.java | 11 ++++++--
.../sjms/batch/ListAggregationStrategy.java | 2 +-
.../sjms/batch/SjmsBatchEndpointTest.java | 3 +-
.../component/sjms/support/MyAsyncEndpoint.java | 2 +-
.../apache/camel/component/rest/RestRefTest.xml | 2 +-
parent/pom.xml | 2 +-
17 files changed, 84 insertions(+), 49 deletions(-)