Skip to content

Commit 3b43035

Browse files
oscerdgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent f043b41 commit 3b43035

File tree

232 files changed

+744
-586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+744
-586
lines changed

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-cxf-sink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
},
153153
"camel.sink.endpoint.properties": {
154154
"name": "camel.sink.endpoint.properties",
155-
"description": "To set additional CXF options using the key\/value pairs from the Map. For example to turn on stacktraces in SOAP faults, properties.faultStackTraceEnabled=true",
155+
"description": "To set additional CXF options using the key\/value pairs from the Map. For example to turn on stacktraces in SOAP faults, properties.faultStackTraceEnabled=true. This is a multi-value option with prefix: properties.",
156156
"priority": "MEDIUM",
157157
"required": "false"
158158
},

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-cxf-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},
125125
"camel.source.endpoint.properties": {
126126
"name": "camel.source.endpoint.properties",
127-
"description": "To set additional CXF options using the key\/value pairs from the Map. For example to turn on stacktraces in SOAP faults, properties.faultStackTraceEnabled=true",
127+
"description": "To set additional CXF options using the key\/value pairs from the Map. For example to turn on stacktraces in SOAP faults, properties.faultStackTraceEnabled=true. This is a multi-value option with prefix: properties.",
128128
"priority": "MEDIUM",
129129
"required": "false"
130130
},

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-file-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
},
545545
"camel.source.endpoint.schedulerProperties": {
546546
"name": "camel.source.endpoint.schedulerProperties",
547-
"description": "To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.",
547+
"description": "To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler. This is a multi-value option with prefix: scheduler.",
548548
"priority": "MEDIUM",
549549
"required": "false"
550550
},

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-https-sink.json

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@
6565
"priority": "MEDIUM",
6666
"required": "false"
6767
},
68+
"camel.sink.endpoint.multipartUpload": {
69+
"name": "camel.sink.endpoint.multipartUpload",
70+
"description": "Whether to force using multipart\/form-data for easy file uploads. This is only to be used for uploading the message body as a single entity form-data. For uploading multiple entries then use org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder to build the form.",
71+
"defaultValue": "false",
72+
"priority": "MEDIUM",
73+
"required": "false"
74+
},
75+
"camel.sink.endpoint.multipartUploadName": {
76+
"name": "camel.sink.endpoint.multipartUploadName",
77+
"description": "The name of the multipart\/form-data when multipartUpload is enabled.",
78+
"defaultValue": "\"data\"",
79+
"priority": "MEDIUM",
80+
"required": "false"
81+
},
6882
"camel.sink.endpoint.skipRequestHeaders": {
6983
"name": "camel.sink.endpoint.skipRequestHeaders",
7084
"description": "Whether to skip mapping all the Camel headers as HTTP request headers. If there are no data from Camel headers needed to be included in the HTTP request then this can avoid parsing overhead with many object allocations for the JVM garbage collector.",
@@ -212,13 +226,13 @@
212226
},
213227
"camel.sink.endpoint.httpClientOptions": {
214228
"name": "camel.sink.endpoint.httpClientOptions",
215-
"description": "To configure the HttpClient using the key\/values from the Map.",
229+
"description": "To configure the HttpClient using the key\/values from the Map. This is a multi-value option with prefix: httpClient.",
216230
"priority": "MEDIUM",
217231
"required": "false"
218232
},
219233
"camel.sink.endpoint.httpConnectionOptions": {
220234
"name": "camel.sink.endpoint.httpConnectionOptions",
221-
"description": "To configure the connection and the socket using the key\/values from the Map.",
235+
"description": "To configure the connection and the socket using the key\/values from the Map. This is a multi-value option with prefix: httpConnection.",
222236
"priority": "MEDIUM",
223237
"required": "false"
224238
},
@@ -244,8 +258,8 @@
244258
},
245259
"camel.sink.endpoint.proxyAuthDomain": {
246260
"name": "camel.sink.endpoint.proxyAuthDomain",
247-
"description": "Proxy authentication domain to use with NTML",
248-
"priority": "MEDIUM",
261+
"description": "Proxy authentication domain to use with NTLM",
262+
"priority": "LOW",
249263
"required": "false"
250264
},
251265
"camel.sink.endpoint.proxyAuthHost": {
@@ -256,19 +270,19 @@
256270
},
257271
"camel.sink.endpoint.proxyAuthMethod": {
258272
"name": "camel.sink.endpoint.proxyAuthMethod",
259-
"description": "Proxy authentication method to use One of: [Basic] [Digest] [NTLM]",
273+
"description": "Proxy authentication method to use One of: [Basic] [Bearer] [NTLM]",
260274
"priority": "MEDIUM",
261275
"required": "false",
262276
"enum": [
263277
"Basic",
264-
"Digest",
278+
"Bearer",
265279
"NTLM"
266280
]
267281
},
268282
"camel.sink.endpoint.proxyAuthNtHost": {
269283
"name": "camel.sink.endpoint.proxyAuthNtHost",
270-
"description": "Proxy authentication domain (workstation name) to use with NTML",
271-
"priority": "MEDIUM",
284+
"description": "Proxy authentication domain (workstation name) to use with NTLM",
285+
"priority": "LOW",
272286
"required": "false"
273287
},
274288
"camel.sink.endpoint.proxyAuthPassword": {
@@ -311,10 +325,16 @@
311325
"priority": "MEDIUM",
312326
"required": "false"
313327
},
328+
"camel.sink.endpoint.authBearerToken": {
329+
"name": "camel.sink.endpoint.authBearerToken",
330+
"description": "Authentication bearer token",
331+
"priority": "MEDIUM",
332+
"required": "false"
333+
},
314334
"camel.sink.endpoint.authDomain": {
315335
"name": "camel.sink.endpoint.authDomain",
316-
"description": "Authentication domain to use with NTML",
317-
"priority": "MEDIUM",
336+
"description": "Authentication domain to use with NTLM",
337+
"priority": "LOW",
318338
"required": "false"
319339
},
320340
"camel.sink.endpoint.authenticationPreemptive": {
@@ -326,24 +346,18 @@
326346
},
327347
"camel.sink.endpoint.authHost": {
328348
"name": "camel.sink.endpoint.authHost",
329-
"description": "Authentication host to use with NTML",
330-
"priority": "MEDIUM",
349+
"description": "Authentication host to use with NTLM",
350+
"priority": "LOW",
331351
"required": "false"
332352
},
333353
"camel.sink.endpoint.authMethod": {
334354
"name": "camel.sink.endpoint.authMethod",
335-
"description": "Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.",
336-
"priority": "MEDIUM",
337-
"required": "false"
338-
},
339-
"camel.sink.endpoint.authMethodPriority": {
340-
"name": "camel.sink.endpoint.authMethodPriority",
341-
"description": "Which authentication method to prioritize to use, either as Basic, Digest or NTLM. One of: [Basic] [Digest] [NTLM]",
355+
"description": "Authentication methods allowed to use as a comma separated list of values Basic, Bearer, or NTLM. (NTLM is deprecated) One of: [Basic] [Bearer] [NTLM]",
342356
"priority": "MEDIUM",
343357
"required": "false",
344358
"enum": [
345359
"Basic",
346-
"Digest",
360+
"Bearer",
347361
"NTLM"
348362
]
349363
},
@@ -392,6 +406,12 @@
392406
"priority": "MEDIUM",
393407
"required": "false"
394408
},
409+
"camel.sink.endpoint.oauth2ResourceIndicator": {
410+
"name": "camel.sink.endpoint.oauth2ResourceIndicator",
411+
"description": "OAuth2 Token endpoint",
412+
"priority": "MEDIUM",
413+
"required": "false"
414+
},
395415
"camel.sink.endpoint.oauth2Scope": {
396416
"name": "camel.sink.endpoint.oauth2Scope",
397417
"description": "OAuth2 scope",
@@ -400,7 +420,7 @@
400420
},
401421
"camel.sink.endpoint.oauth2TokenEndpoint": {
402422
"name": "camel.sink.endpoint.oauth2TokenEndpoint",
403-
"description": "OAuth2 Token endpoint",
423+
"description": "OAuth2 Resource Indicator",
404424
"priority": "MEDIUM",
405425
"required": "false"
406426
},
@@ -623,7 +643,7 @@
623643
},
624644
"camel.component.https.proxyAuthMethod": {
625645
"name": "camel.component.https.proxyAuthMethod",
626-
"description": "Proxy authentication method to use One of: [Basic] [Digest] [NTLM]",
646+
"description": "Proxy authentication method to use (NTLM is deprecated) One of: [Basic] [Digest] [NTLM]",
627647
"priority": "MEDIUM",
628648
"required": "false",
629649
"enum": [

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-jdbc-sink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"camel.sink.endpoint.parameters": {
4444
"name": "camel.sink.endpoint.parameters",
45-
"description": "Optional parameters to the java.sql.Statement. For example to set maxRows, fetchSize etc.",
45+
"description": "Optional parameters to the java.sql.Statement. For example to set maxRows, fetchSize etc. This is a multi-value option with prefix: statement.",
4646
"priority": "MEDIUM",
4747
"required": "false"
4848
},

camel-kafka-connector-catalog/src/generated/resources/connectors/camel-netty-http-sink.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"camel.sink.endpoint.disconnect": {
4949
"name": "camel.sink.endpoint.disconnect",
50-
"description": "Whether or not to disconnect(close) from Netty Channel right after use. Can be used for both consumer and producer.",
50+
"description": "Whether or not to disconnect(close) from Netty Channel right after use.",
5151
"defaultValue": "false",
5252
"priority": "MEDIUM",
5353
"required": "false"
@@ -68,14 +68,14 @@
6868
},
6969
"camel.sink.endpoint.reuseChannel": {
7070
"name": "camel.sink.endpoint.reuseChannel",
71-
"description": "This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange. This is useful if you need to call a server multiple times in a Camel route and want to use the same network connection. When using this, the channel is not returned to the connection pool until the Exchange is done; or disconnected if the disconnect option is set to true. The reused Channel is stored on the Exchange as an exchange property with the key NettyConstants#NETTY_CHANNEL which allows you to obtain the channel during routing and use it as well.",
71+
"description": "This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange. This is useful if you need to call a server multiple times in a Camel route and want to use the same network connection. When using this, the channel is not returned to the connection pool until the Exchange is done; or disconnected if the disconnect option is set to true. The reused Channel is stored on the Exchange as an exchange property with the key CamelNettyChannel which allows you to obtain the channel during routing and use it as well.",
7272
"defaultValue": "false",
7373
"priority": "MEDIUM",
7474
"required": "false"
7575
},
7676
"camel.sink.endpoint.sync": {
7777
"name": "camel.sink.endpoint.sync",
78-
"description": "Setting to set endpoint as one-way or request-response",
78+
"description": "Setting to set endpoint as one-way (false) or request-response (true)",
7979
"defaultValue": "true",
8080
"priority": "MEDIUM",
8181
"required": "false"
@@ -204,7 +204,7 @@
204204
},
205205
"camel.sink.endpoint.channelGroup": {
206206
"name": "camel.sink.endpoint.channelGroup",
207-
"description": "To use a explicit ChannelGroup.",
207+
"description": "To use an explicit ChannelGroup.",
208208
"priority": "MEDIUM",
209209
"required": "false"
210210
},
@@ -242,7 +242,7 @@
242242
},
243243
"camel.sink.endpoint.options": {
244244
"name": "camel.sink.endpoint.options",
245-
"description": "Allows to configure additional netty options using option. as prefix. For example option.child.keepAlive=false to set the netty option child.keepAlive=false. See the Netty documentation for possible options that can be used.",
245+
"description": "Allows to configure additional netty options using option. as prefix. For example option.child.keepAlive=false. See the Netty documentation for possible options that can be used. This is a multi-value option with prefix: option.",
246246
"priority": "MEDIUM",
247247
"required": "false"
248248
},
@@ -341,7 +341,7 @@
341341
"camel.sink.endpoint.keyStoreFile": {
342342
"name": "camel.sink.endpoint.keyStoreFile",
343343
"description": "Client side certificate keystore to be used for encryption",
344-
"priority": "MEDIUM",
344+
"priority": "LOW",
345345
"required": "false"
346346
},
347347
"camel.sink.endpoint.keyStoreFormat": {
@@ -397,7 +397,7 @@
397397
"camel.sink.endpoint.trustStoreFile": {
398398
"name": "camel.sink.endpoint.trustStoreFile",
399399
"description": "Server side certificate keystore to be used for encryption",
400-
"priority": "MEDIUM",
400+
"priority": "LOW",
401401
"required": "false"
402402
},
403403
"camel.sink.endpoint.trustStoreResource": {
@@ -408,13 +408,13 @@
408408
},
409409
"camel.component.netty-http.configuration": {
410410
"name": "camel.component.netty-http.configuration",
411-
"description": "To use the NettyConfiguration as configuration when creating endpoints.",
411+
"description": "To use the NettyConfiguration as configuration when creating endpoints",
412412
"priority": "MEDIUM",
413413
"required": "false"
414414
},
415415
"camel.component.netty-http.disconnect": {
416416
"name": "camel.component.netty-http.disconnect",
417-
"description": "Whether or not to disconnect(close) from Netty Channel right after use. Can be used for both consumer and producer.",
417+
"description": "Whether or not to disconnect(close) from Netty Channel right after use.",
418418
"defaultValue": "false",
419419
"priority": "MEDIUM",
420420
"required": "false"
@@ -435,14 +435,14 @@
435435
},
436436
"camel.component.netty-http.reuseChannel": {
437437
"name": "camel.component.netty-http.reuseChannel",
438-
"description": "This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange. This is useful if you need to call a server multiple times in a Camel route and want to use the same network connection. When using this, the channel is not returned to the connection pool until the Exchange is done; or disconnected if the disconnect option is set to true. The reused Channel is stored on the Exchange as an exchange property with the key NettyConstants#NETTY_CHANNEL which allows you to obtain the channel during routing and use it as well.",
438+
"description": "This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange. This is useful if you need to call a server multiple times in a Camel route and want to use the same network connection. When using this, the channel is not returned to the connection pool until the Exchange is done; or disconnected if the disconnect option is set to true. The reused Channel is stored on the Exchange as an exchange property with the key CamelNettyChannel which allows you to obtain the channel during routing and use it as well.",
439439
"defaultValue": "false",
440440
"priority": "MEDIUM",
441441
"required": "false"
442442
},
443443
"camel.component.netty-http.sync": {
444444
"name": "camel.component.netty-http.sync",
445-
"description": "Setting to set endpoint as one-way or request-response",
445+
"description": "Setting to set endpoint as one-way (false) or request-response (true)",
446446
"defaultValue": "true",
447447
"priority": "MEDIUM",
448448
"required": "false"
@@ -571,7 +571,7 @@
571571
},
572572
"camel.component.netty-http.channelGroup": {
573573
"name": "camel.component.netty-http.channelGroup",
574-
"description": "To use a explicit ChannelGroup.",
574+
"description": "To use an explicit ChannelGroup.",
575575
"priority": "MEDIUM",
576576
"required": "false"
577577
},
@@ -596,7 +596,7 @@
596596
},
597597
"camel.component.netty-http.options": {
598598
"name": "camel.component.netty-http.options",
599-
"description": "Allows to configure additional netty options using option. as prefix. For example option.child.keepAlive=false to set the netty option child.keepAlive=false. See the Netty documentation for possible options that can be used.",
599+
"description": "Allows to configure additional netty options using option. as prefix. For example option.child.keepAlive=false. See the Netty documentation for possible options that can be used. This is a multi-value option with prefix: option.",
600600
"priority": "MEDIUM",
601601
"required": "false"
602602
},
@@ -733,7 +733,7 @@
733733
"camel.component.netty-http.keyStoreFile": {
734734
"name": "camel.component.netty-http.keyStoreFile",
735735
"description": "Client side certificate keystore to be used for encryption",
736-
"priority": "MEDIUM",
736+
"priority": "LOW",
737737
"required": "false"
738738
},
739739
"camel.component.netty-http.keyStoreFormat": {
@@ -795,7 +795,7 @@
795795
"camel.component.netty-http.trustStoreFile": {
796796
"name": "camel.component.netty-http.trustStoreFile",
797797
"description": "Server side certificate keystore to be used for encryption",
798-
"priority": "MEDIUM",
798+
"priority": "LOW",
799799
"required": "false"
800800
},
801801
"camel.component.netty-http.trustStoreResource": {

0 commit comments

Comments
 (0)