This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new e964b6d Regen
e964b6d is described below
commit e964b6d8e45b3c10db82a78f9c52bc934ad6419f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Aug 26 14:50:22 2020 +0200
Regen
---
.../resources/org/apache/camel/catalog/docs/zipfile-dataformat.adoc | 1 -
.../org/apache/camel/component/sjms/ReconnectInOutProducerTest.java | 2 +-
.../component/sjms/producer/InOutQueueProducerAsyncLoadTest.java | 4 ++--
.../camel/component/sjms/producer/InOutQueueProducerSyncLoadTest.java | 4 ++--
.../apache/camel/component/sjms/producer/InOutQueueProducerTest.java | 2 +-
5 files changed, 6 insertions(+), 7 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/zipfile-dataformat.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/zipfile-dataformat.adoc
index 9a43e5d..637ab86 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/zipfile-dataformat.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/zipfile-dataformat.adoc
@@ -30,7 +30,6 @@ The Zip File dataformat supports 4 options, which are listed
below.
| contentTypeHeader | false | Boolean | Whether the data format should set the
Content-Type header with the type from the data format if the data format is
capable of doing so. For example application/xml for data formats marshalling
to XML, or application/json for data formats marshalling to JSON etc.
|===
// dataformat options: END
-ND
== Marshal
diff --git
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/ReconnectInOutProducerTest.java
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/ReconnectInOutProducerTest.java
index 7a1d831..5a6dbf6 100644
---
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/ReconnectInOutProducerTest.java
+++
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/ReconnectInOutProducerTest.java
@@ -76,7 +76,7 @@ public class ReconnectInOutProducerTest extends
JmsTestSupport {
from("direct:start")
.to("log:" + TEST_DESTINATION_NAME +
".in.log.1?showBody=true")
.to(ExchangePattern.InOut, "sjms:queue:" +
TEST_DESTINATION_NAME + ".request" + "?namedReplyTo="
- + TEST_DESTINATION_NAME + ".response")
+ + TEST_DESTINATION_NAME +
".response")
.to("log:" + TEST_DESTINATION_NAME +
".out.log.1?showBody=true");
}
};
diff --git
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerAsyncLoadTest.java
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerAsyncLoadTest.java
index 6a3d720..a61997a 100644
---
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerAsyncLoadTest.java
+++
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerAsyncLoadTest.java
@@ -125,8 +125,8 @@ public class InOutQueueProducerAsyncLoadTest extends
JmsTestSupport {
from("direct:start")
.to("log:" + TEST_DESTINATION_NAME +
".in.log?showBody=true")
.to(ExchangePattern.InOut, "sjms:queue:" +
TEST_DESTINATION_NAME + ".request" + "?namedReplyTo="
- + TEST_DESTINATION_NAME
- +
".response&consumerCount=10&producerCount=20&synchronous=false")
+ + TEST_DESTINATION_NAME
+ +
".response&consumerCount=10&producerCount=20&synchronous=false")
.threads(20)
.to("log:" + TEST_DESTINATION_NAME +
".out.log?showBody=true");
}
diff --git
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerSyncLoadTest.java
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerSyncLoadTest.java
index ddfdb57..dfb8841 100644
---
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerSyncLoadTest.java
+++
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerSyncLoadTest.java
@@ -125,8 +125,8 @@ public class InOutQueueProducerSyncLoadTest extends
JmsTestSupport {
from("direct:start")
.to("log:" + TEST_DESTINATION_NAME +
".in.log?showBody=true")
.to(ExchangePattern.InOut, "sjms:queue:" +
TEST_DESTINATION_NAME + ".request" + "?namedReplyTo="
- + TEST_DESTINATION_NAME
- +
".response&consumerCount=20&producerCount=40&synchronous=true")
+ + TEST_DESTINATION_NAME
+ +
".response&consumerCount=20&producerCount=40&synchronous=true")
.to("log:" + TEST_DESTINATION_NAME +
".out.log?showBody=true");
}
};
diff --git
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerTest.java
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerTest.java
index 45b1525..5ca91e3 100644
---
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerTest.java
+++
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/InOutQueueProducerTest.java
@@ -97,7 +97,7 @@ public class InOutQueueProducerTest extends JmsTestSupport {
from("direct:start")
.to("log:" + TEST_DESTINATION_NAME +
".in.log.1?showBody=true")
.to(ExchangePattern.InOut, "sjms:queue:" +
TEST_DESTINATION_NAME + ".request" + "?namedReplyTo="
- + TEST_DESTINATION_NAME + ".response")
+ + TEST_DESTINATION_NAME +
".response")
.to("log:" + TEST_DESTINATION_NAME +
".out.log.1?showBody=true");
}
};