This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 28b83f45d30 Regen for commit 1df4ddfabb671dee09529242e233d3fc763356c6
(#11025)
28b83f45d30 is described below
commit 28b83f45d303c940a2814af0f6e92cae17348d0b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 7 13:52:41 2023 +0200
Regen for commit 1df4ddfabb671dee09529242e233d3fc763356c6 (#11025)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: orpiske <[email protected]>
---
.../resources/org/apache/camel/catalog/components/dataset-test.json | 6 +++---
.../resources/org/apache/camel/catalog/components/dataset.json | 6 +++---
.../resources/org/apache/camel/catalog/components/mock.json | 6 +++---
.../resources/org/apache/camel/component/dataset/dataset-test.json | 6 +++---
.../resources/org/apache/camel/component/dataset/dataset.json | 6 +++---
.../generated/resources/org/apache/camel/component/mock/mock.json | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset-test.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset-test.json
index 501fb17c565..5a6a05477d0 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset-test.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset-test.json
@@ -32,14 +32,14 @@
"anyOrder": { "index": 1, "kind": "parameter", "displayName": "Any Order",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Whether the expected messages
should arrive in the same order or can be in any order." },
"assertPeriod": { "index": 2, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
"delimiter": { "index": 3, "kind": "parameter", "displayName":
"Delimiter", "group": "producer", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "The split delimiter to use when split
is enabled. By default the delimiter is new line based. The delimiter can be a
regular expression." },
- "expectedCount": { "index": 4, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 4, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 5, "kind": "parameter", "displayName": "Fail Fast",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Sets whether assertIsSatisfied()
should fail fast at the first detected failed expectation while it may
otherwise wait for all expected messages to arrive before performing
expectations verifications. Is by defaul [...]
"log": { "index": 6, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compone [...]
"reportGroup": { "index": 7, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 8, "kind": "parameter", "displayName":
"Result Minimum Wait Time", "group": "producer", "label": "producer",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the minimum expected
amount of time (in millis) the assertIsSatisfied() will wait on a latch until
it is satisfied" },
"resultWaitTime": { "index": 9, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 10, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impo [...]
- "retainLast": { "index": 11, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importa [...]
+ "retainFirst": { "index": 10, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
+ "retainLast": { "index": 11, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
"sleepForEmptyTest": { "index": 12, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"split": { "index": 13, "kind": "parameter", "displayName": "Split",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled the messages loaded
from the test endpoint will be split using new line delimiters so each line is
an expected message. For example to use a file endpoint to load a file where
each line is an expected message." },
"timeout": { "index": 14, "kind": "parameter", "displayName": "Timeout",
"group": "producer", "label": "", "required": false, "type": "duration",
"javaType": "long", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "2000", "description": "The timeout to use when polling for
message bodies from the URI" },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset.json
index 3cbcf97c345..adc565462ec 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dataset.json
@@ -43,14 +43,14 @@
"exchangePattern": { "index": 8, "kind": "parameter", "displayName":
"Exchange Pattern", "group": "consumer (advanced)", "label":
"consumer,advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the exchange pattern when the consumer creates an exchange." },
"assertPeriod": { "index": 9, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
"consumeDelay": { "index": 10, "kind": "parameter", "displayName":
"Consume Delay", "group": "producer", "label": "producer", "required": false,
"type": "duration", "javaType": "long", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": "0", "description": "Allows a delay to
be specified which causes a delay when a message is consumed by the producer
(to simulate slow processing)" },
- "expectedCount": { "index": 11, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 11, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 12, "kind": "parameter", "displayName": "Fail
Fast", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Sets whether
assertIsSatisfied() should fail fast at the first detected failed expectation
while it may otherwise wait for all expected messages to arrive before
performing expectations verifications. Is by defau [...]
"log": { "index": 13, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compon [...]
"reportGroup": { "index": 14, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 15, "kind": "parameter",
"displayName": "Result Minimum Wait Time", "group": "producer", "label":
"producer", "required": false, "type": "duration", "javaType": "long",
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the minimum expected amount of time (in millis) the assertIsSatisfied() will
wait on a latch until it is satisfied" },
"resultWaitTime": { "index": 16, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 17, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impo [...]
- "retainLast": { "index": 18, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importa [...]
+ "retainFirst": { "index": 17, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
+ "retainLast": { "index": 18, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
"sleepForEmptyTest": { "index": 19, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"copyOnExchange": { "index": 20, "kind": "parameter", "displayName": "Copy
On Exchange", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint. Is by default true." },
"lazyStartProducer": { "index": 21, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produ [...]
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mock.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mock.json
index b405ee441f9..b5e3a580fd2 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mock.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mock.json
@@ -30,14 +30,14 @@
"properties": {
"name": { "index": 0, "kind": "path", "displayName": "Name", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Name of mock endpoint" },
"assertPeriod": { "index": 1, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
- "expectedCount": { "index": 2, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 2, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 3, "kind": "parameter", "displayName": "Fail Fast",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Sets whether assertIsSatisfied()
should fail fast at the first detected failed expectation while it may
otherwise wait for all expected messages to arrive before performing
expectations verifications. Is by defaul [...]
"log": { "index": 4, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compone [...]
"reportGroup": { "index": 5, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 6, "kind": "parameter", "displayName":
"Result Minimum Wait Time", "group": "producer", "label": "producer",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the minimum expected
amount of time (in millis) the assertIsSatisfied() will wait on a latch until
it is satisfied" },
"resultWaitTime": { "index": 7, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 8, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
- "retainLast": { "index": 9, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
+ "retainFirst": { "index": 8, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Import [...]
+ "retainLast": { "index": 9, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Important [...]
"sleepForEmptyTest": { "index": 10, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"copyOnExchange": { "index": 11, "kind": "parameter", "displayName": "Copy
On Exchange", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint. Is by default true." },
"lazyStartProducer": { "index": 12, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produ [...]
diff --git
a/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset-test.json
b/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset-test.json
index 501fb17c565..5a6a05477d0 100644
---
a/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset-test.json
+++
b/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset-test.json
@@ -32,14 +32,14 @@
"anyOrder": { "index": 1, "kind": "parameter", "displayName": "Any Order",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Whether the expected messages
should arrive in the same order or can be in any order." },
"assertPeriod": { "index": 2, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
"delimiter": { "index": 3, "kind": "parameter", "displayName":
"Delimiter", "group": "producer", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "The split delimiter to use when split
is enabled. By default the delimiter is new line based. The delimiter can be a
regular expression." },
- "expectedCount": { "index": 4, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 4, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 5, "kind": "parameter", "displayName": "Fail Fast",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Sets whether assertIsSatisfied()
should fail fast at the first detected failed expectation while it may
otherwise wait for all expected messages to arrive before performing
expectations verifications. Is by defaul [...]
"log": { "index": 6, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compone [...]
"reportGroup": { "index": 7, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 8, "kind": "parameter", "displayName":
"Result Minimum Wait Time", "group": "producer", "label": "producer",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the minimum expected
amount of time (in millis) the assertIsSatisfied() will wait on a latch until
it is satisfied" },
"resultWaitTime": { "index": 9, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 10, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impo [...]
- "retainLast": { "index": 11, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importa [...]
+ "retainFirst": { "index": 10, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
+ "retainLast": { "index": 11, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
"sleepForEmptyTest": { "index": 12, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"split": { "index": 13, "kind": "parameter", "displayName": "Split",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled the messages loaded
from the test endpoint will be split using new line delimiters so each line is
an expected message. For example to use a file endpoint to load a file where
each line is an expected message." },
"timeout": { "index": 14, "kind": "parameter", "displayName": "Timeout",
"group": "producer", "label": "", "required": false, "type": "duration",
"javaType": "long", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "2000", "description": "The timeout to use when polling for
message bodies from the URI" },
diff --git
a/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset.json
b/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset.json
index 3cbcf97c345..adc565462ec 100644
---
a/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset.json
+++
b/components/camel-dataset/src/generated/resources/org/apache/camel/component/dataset/dataset.json
@@ -43,14 +43,14 @@
"exchangePattern": { "index": 8, "kind": "parameter", "displayName":
"Exchange Pattern", "group": "consumer (advanced)", "label":
"consumer,advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the exchange pattern when the consumer creates an exchange." },
"assertPeriod": { "index": 9, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
"consumeDelay": { "index": 10, "kind": "parameter", "displayName":
"Consume Delay", "group": "producer", "label": "producer", "required": false,
"type": "duration", "javaType": "long", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": "0", "description": "Allows a delay to
be specified which causes a delay when a message is consumed by the producer
(to simulate slow processing)" },
- "expectedCount": { "index": 11, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 11, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 12, "kind": "parameter", "displayName": "Fail
Fast", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Sets whether
assertIsSatisfied() should fail fast at the first detected failed expectation
while it may otherwise wait for all expected messages to arrive before
performing expectations verifications. Is by defau [...]
"log": { "index": 13, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compon [...]
"reportGroup": { "index": 14, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 15, "kind": "parameter",
"displayName": "Result Minimum Wait Time", "group": "producer", "label":
"producer", "required": false, "type": "duration", "javaType": "long",
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the minimum expected amount of time (in millis) the assertIsSatisfied() will
wait on a latch until it is satisfied" },
"resultWaitTime": { "index": 16, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 17, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impo [...]
- "retainLast": { "index": 18, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importa [...]
+ "retainFirst": { "index": 17, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
+ "retainLast": { "index": 18, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
"sleepForEmptyTest": { "index": 19, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"copyOnExchange": { "index": 20, "kind": "parameter", "displayName": "Copy
On Exchange", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint. Is by default true." },
"lazyStartProducer": { "index": 21, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produ [...]
diff --git
a/components/camel-mock/src/generated/resources/org/apache/camel/component/mock/mock.json
b/components/camel-mock/src/generated/resources/org/apache/camel/component/mock/mock.json
index b405ee441f9..b5e3a580fd2 100644
---
a/components/camel-mock/src/generated/resources/org/apache/camel/component/mock/mock.json
+++
b/components/camel-mock/src/generated/resources/org/apache/camel/component/mock/mock.json
@@ -30,14 +30,14 @@
"properties": {
"name": { "index": 0, "kind": "path", "displayName": "Name", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Name of mock endpoint" },
"assertPeriod": { "index": 1, "kind": "parameter", "displayName": "Assert
Period", "group": "producer", "label": "producer", "required": false, "type":
"duration", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets a grace period after which the mock
endpoint will re-assert to ensure the preliminary assertion is still valid.
This is used for example to assert that exactly a number of messages arrives.
For example if expected count was s [...]
- "expectedCount": { "index": 2, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
+ "expectedCount": { "index": 2, "kind": "parameter", "displayName":
"Expected Count", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies the expected
number of message exchanges that should be received by this endpoint. Beware:
If you want to expect that 0 messages, then take extra care, as 0 matches when
the tests starts, so you need [...]
"failFast": { "index": 3, "kind": "parameter", "displayName": "Fail Fast",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Sets whether assertIsSatisfied()
should fail fast at the first detected failed expectation while it may
otherwise wait for all expected messages to arrive before performing
expectations verifications. Is by defaul [...]
"log": { "index": 4, "kind": "parameter", "displayName": "Log", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "To turn on logging when the mock
receives an incoming message. This will log only one time at INFO level for the
incoming message. For more detailed logging then set the logger to DEBUG level
for the org.apache.camel.compone [...]
"reportGroup": { "index": 5, "kind": "parameter", "displayName": "Report
Group", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "A number that is used to turn on throughput
logging based on groups of the size." },
"resultMinimumWaitTime": { "index": 6, "kind": "parameter", "displayName":
"Result Minimum Wait Time", "group": "producer", "label": "producer",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the minimum expected
amount of time (in millis) the assertIsSatisfied() will wait on a latch until
it is satisfied" },
"resultWaitTime": { "index": 7, "kind": "parameter", "displayName":
"Result Wait Time", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the maximum amount of
time (in millis) the assertIsSatisfied() will wait on a latch until it is
satisfied" },
- "retainFirst": { "index": 8, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Impor [...]
- "retainLast": { "index": 9, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last n'th number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Importan [...]
+ "retainFirst": { "index": 8, "kind": "parameter", "displayName": "Retain
First", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the first nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Import [...]
+ "retainLast": { "index": 9, "kind": "parameter", "displayName": "Retain
Last", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": -1, "description": "Specifies to only retain
the last nth number of received Exchanges. This is used when testing with big
data, to reduce memory consumption by not storing copies of every Exchange this
mock endpoint receives. Important [...]
"sleepForEmptyTest": { "index": 10, "kind": "parameter", "displayName":
"Sleep For Empty Test", "group": "producer", "label": "producer", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "description": "Allows a sleep to be
specified to wait to check that this endpoint really is empty when
expectedMessageCount(int) is called with zero" },
"copyOnExchange": { "index": 11, "kind": "parameter", "displayName": "Copy
On Exchange", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint. Is by default true." },
"lazyStartProducer": { "index": 12, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produ [...]