@kaoto/camel-catalog 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-agent-configuration.json +4 -4
  2. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-endpoints.json +174 -174
  3. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-functions.json +43 -43
  4. package/dist/camel-catalog/citrus/4.10.3/citrus-catalog-aggregate-infra-services.json +623 -0
  5. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-test-actions.json +1686 -1044
  6. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-test-containers.json +19 -19
  7. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-validation-matcher.json +25 -25
  8. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-testcase.json +538 -174
  9. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-testcase.xsd +97 -3
  10. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/index.json +15 -9
  11. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-agent-configuration.json +5 -5
  12. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-endpoints.json +815 -354
  13. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-functions.json +46 -46
  14. package/dist/camel-catalog/citrus/5.0.0/citrus-catalog-aggregate-infra-services.json +641 -0
  15. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-test-actions.json +3187 -1495
  16. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-test-containers.json +19 -19
  17. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-validation-matcher.json +25 -25
  18. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-testcase.json +2376 -1495
  19. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-testcase.xsd +1880 -53
  20. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/index.json +15 -9
  21. package/dist/camel-catalog/index.json +8 -8
  22. package/dist/index.js +1 -1
  23. package/dist/types/catalog-index.d.ts +1 -1
  24. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "kubernetes-client": {
3
3
  "kind": "testEndpoint",
4
- "version": "4.10.1",
4
+ "version": "5.0.0",
5
5
  "name": "kubernetes-client",
6
6
  "group": "kubernetes",
7
7
  "module": "citrus-kubernetes",
@@ -22,6 +22,12 @@
22
22
  "description": "Sets the reference to the Kubernetes client implementation.",
23
23
  "$comment": "group:advanced"
24
24
  },
25
+ "jsonMapper": {
26
+ "type": "string",
27
+ "title": "JsonMapper",
28
+ "description": "Sets the JSON mapper.",
29
+ "$comment": "group:advanced"
30
+ },
25
31
  "messageConverter": {
26
32
  "type": "string",
27
33
  "title": "MessageConverter",
@@ -44,12 +50,6 @@
44
50
  "description": "Sets the OAuth token used to connect to the Kubernetes cluster.",
45
51
  "$comment": "group:security"
46
52
  },
47
- "objectMapper": {
48
- "type": "string",
49
- "title": "ObjectMapper",
50
- "description": "Sets the object mapper.",
51
- "$comment": "group:advanced"
52
- },
53
53
  "password": {
54
54
  "type": "string",
55
55
  "title": "Password",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "context-messageStore": {
81
81
  "kind": "testEndpoint",
82
- "version": "4.10.1",
82
+ "version": "5.0.0",
83
83
  "name": "context-messageStore",
84
84
  "group": "context",
85
85
  "module": "citrus-base",
@@ -91,7 +91,7 @@
91
91
  "messageName": {
92
92
  "type": "string",
93
93
  "title": "MessageName",
94
- "description": "The message name."
94
+ "description": "The message name in the context."
95
95
  },
96
96
  "name": {
97
97
  "type": "string",
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "kafka-synchronous": {
110
110
  "kind": "testEndpoint",
111
- "version": "4.10.1",
111
+ "version": "5.0.0",
112
112
  "name": "kafka-synchronous",
113
113
  "group": "kafka",
114
114
  "module": "citrus-kafka",
@@ -209,6 +209,12 @@
209
209
  "title": "Topic",
210
210
  "description": "Sets the Kafka topic."
211
211
  },
212
+ "useThreadSafeConsumer": {
213
+ "type": "boolean",
214
+ "title": "UseThreadSafeConsumer",
215
+ "description": "Sets thread safe consumer option for this endpoint.",
216
+ "$comment": "group:consume"
217
+ },
212
218
  "valueDeserializer": {
213
219
  "type": "string",
214
220
  "title": "ValueDeserializer",
@@ -224,9 +230,137 @@
224
230
  },
225
231
  "additionalProperties": false }
226
232
  },
233
+ "jmx-server": {
234
+ "kind": "testEndpoint",
235
+ "version": "5.0.0",
236
+ "name": "jmx-server",
237
+ "group": "jmx",
238
+ "module": "citrus-jmx",
239
+ "title": "JmxServer",
240
+ "propertiesSchema": {
241
+ "$schema": "http://json-schema.org/draft-07/schema#",
242
+ "type": "object",
243
+ "properties": {
244
+ "autoReconnect": {
245
+ "type": "boolean",
246
+ "title": "AutoReconnect",
247
+ "description": "Sets the auto reconnect property."
248
+ },
249
+ "autoStart": {
250
+ "type": "boolean",
251
+ "title": "AutoStart",
252
+ "description": "When enabled the server is automatically started after creation."
253
+ },
254
+ "binding": {
255
+ "type": "string",
256
+ "title": "Binding",
257
+ "description": "Sets the binding property."
258
+ },
259
+ "correlator": {
260
+ "type": "string",
261
+ "title": "Correlator",
262
+ "description": "Sets the message correlator."
263
+ },
264
+ "createRegistry": {
265
+ "type": "boolean",
266
+ "title": "CreateRegistry",
267
+ "description": "Sets the create registry property."
268
+ },
269
+ "debugLogging": {
270
+ "type": "boolean",
271
+ "title": "DebugLogging",
272
+ "description": "When enabled the server prints debug logging output.",
273
+ "$comment": "group:advanced"
274
+ },
275
+ "delayOnReconnect": {
276
+ "type": "integer",
277
+ "title": "DelayOnReconnect",
278
+ "description": "Sets the delay on reconnect property."
279
+ },
280
+ "endpointAdapter": {
281
+ "type": "string",
282
+ "title": "EndpointAdapter",
283
+ "description": "Sets a custom endpoint adapter to handle requests.",
284
+ "$comment": "group:advanced"
285
+ },
286
+ "environmentProperties": {
287
+ "type": "object",
288
+ "title": "EnvironmentProperties",
289
+ "description": "Sets the environment properties."
290
+ },
291
+ "host": {
292
+ "type": "string",
293
+ "title": "Host",
294
+ "description": "Sets the host property.",
295
+ "default": "localhost"
296
+ },
297
+ "marshaller": {
298
+ "type": "string",
299
+ "title": "Marshaller"
300
+ },
301
+ "mbeans": {
302
+ "type": "string",
303
+ "title": "Mbeans",
304
+ "description": "Sets the Mbean definitions as bean references"
305
+ },
306
+ "messageConverter": {
307
+ "type": "string",
308
+ "title": "MessageConverter",
309
+ "description": "Sets the message converter."
310
+ },
311
+ "name": {
312
+ "type": "string",
313
+ "title": "Name",
314
+ "description": "The name of the endpoint"
315
+ },
316
+ "notificationFilter": {
317
+ "type": "string",
318
+ "title": "NotificationFilter",
319
+ "description": "Sets the notification filter as a bean reference."
320
+ },
321
+ "notificationHandback": {
322
+ "type": "string",
323
+ "title": "NotificationHandback",
324
+ "description": "Sets the notification handback."
325
+ },
326
+ "password": {
327
+ "type": "string",
328
+ "title": "Password",
329
+ "description": "Sets the user password property."
330
+ },
331
+ "port": {
332
+ "type": "integer",
333
+ "title": "Port",
334
+ "description": "Sets the port property."
335
+ },
336
+ "protocol": {
337
+ "type": "string",
338
+ "title": "Protocol",
339
+ "description": "Sets the protocol.",
340
+ "default": "rmi"
341
+ },
342
+ "serverUrl": {
343
+ "type": "string",
344
+ "title": "ServerUrl",
345
+ "description": "Sets the serverUrl property."
346
+ },
347
+ "timeout": {
348
+ "type": "integer",
349
+ "title": "Timeout",
350
+ "description": "The server timeout.",
351
+ "default": 5000
352
+ },
353
+ "username": {
354
+ "type": "string",
355
+ "title": "Username",
356
+ "description": "Sets the username property."
357
+ }
358
+ },
359
+ "additionalProperties": false }
360
+ },
227
361
  "scp-server": {
228
362
  "kind": "testEndpoint",
229
- "version": "4.10.1",
363
+ "version": "5.0.0",
230
364
  "name": "scp-server",
231
365
  "group": "scp",
232
366
  "module": "citrus-ftp",
@@ -339,12 +473,13 @@
339
473
  "type": "integer",
340
474
  "title": "Timeout",
341
475
  "description": "The server timeout.",
342
- "default": "5000"
476
+ "default": 5000
343
477
  },
344
478
  "user": {
345
479
  "type": "string",
346
480
  "title": "User",
347
- "description": "Sets the allowed user name."
481
+ "description": "Sets the allowed user name.",
482
+ "$comment": "group:security"
348
483
  },
349
484
  "userHomePath": {
350
485
  "type": "string",
@@ -356,7 +491,7 @@
356
491
  },
357
492
  "direct-synchronous": {
358
493
  "kind": "testEndpoint",
359
- "version": "4.10.1",
494
+ "version": "5.0.0",
360
495
  "name": "direct-synchronous",
361
496
  "group": "direct",
362
497
  "module": "citrus-base",
@@ -401,7 +536,7 @@
401
536
  },
402
537
  "docker-client": {
403
538
  "kind": "testEndpoint",
404
- "version": "4.10.1",
539
+ "version": "5.0.0",
405
540
  "name": "docker-client",
406
541
  "group": "docker",
407
542
  "module": "citrus-docker",
@@ -471,7 +606,7 @@
471
606
  },
472
607
  "kafka-asynchronous": {
473
608
  "kind": "testEndpoint",
474
- "version": "4.10.1",
609
+ "version": "5.0.0",
475
610
  "name": "kafka-asynchronous",
476
611
  "group": "kafka",
477
612
  "module": "citrus-kafka",
@@ -572,6 +707,12 @@
572
707
  "title": "Topic",
573
708
  "description": "Sets the Kafka topic."
574
709
  },
710
+ "useThreadSafeConsumer": {
711
+ "type": "boolean",
712
+ "title": "UseThreadSafeConsumer",
713
+ "description": "Sets thread safe consumer option for this endpoint.",
714
+ "$comment": "group:consume"
715
+ },
575
716
  "valueDeserializer": {
576
717
  "type": "string",
577
718
  "title": "ValueDeserializer",
@@ -587,9 +728,142 @@
587
728
  },
588
729
  "additionalProperties": false }
589
730
  },
731
+ "jmx-client": {
732
+ "kind": "testEndpoint",
733
+ "version": "5.0.0",
734
+ "name": "jmx-client",
735
+ "group": "jmx",
736
+ "module": "citrus-jmx",
737
+ "title": "JmxClient",
738
+ "propertiesSchema": {
739
+ "$schema": "http://json-schema.org/draft-07/schema#",
740
+ "type": "object",
741
+ "properties": {
742
+ "autoReconnect": {
743
+ "type": "boolean",
744
+ "title": "AutoReconnect",
745
+ "description": "Sets the autoReconnect property."
746
+ },
747
+ "correlator": {
748
+ "type": "string",
749
+ "title": "Correlator",
750
+ "description": "Sets the message correlator."
751
+ },
752
+ "messageConverter": {
753
+ "type": "string",
754
+ "title": "MessageConverter",
755
+ "description": "Sets the message converter."
756
+ },
757
+ "name": {
758
+ "type": "string",
759
+ "title": "Name",
760
+ "description": "The name of the endpoint"
761
+ },
762
+ "notificationFilter": {
763
+ "type": "string",
764
+ "title": "NotificationFilter",
765
+ "description": "Sets the notification filter."
766
+ },
767
+ "password": {
768
+ "type": "string",
769
+ "title": "Password",
770
+ "description": "Sets the password property."
771
+ },
772
+ "pollingInterval": {
773
+ "type": "integer",
774
+ "title": "PollingInterval",
775
+ "description": "Sets the polling interval."
776
+ },
777
+ "reconnectDelay": {
778
+ "type": "integer",
779
+ "title": "ReconnectDelay",
780
+ "description": "Sets the reconnectDelay property."
781
+ },
782
+ "serverUrl": {
783
+ "type": "string",
784
+ "title": "ServerUrl",
785
+ "description": "Sets the serverUrl property."
786
+ },
787
+ "timeout": {
788
+ "type": "integer",
789
+ "title": "Timeout",
790
+ "description": "Sets the default timeout."
791
+ },
792
+ "username": {
793
+ "type": "string",
794
+ "title": "Username",
795
+ "description": "Sets the username property."
796
+ }
797
+ },
798
+ "additionalProperties": false }
799
+ },
800
+ "rmi-client": {
801
+ "kind": "testEndpoint",
802
+ "version": "5.0.0",
803
+ "name": "rmi-client",
804
+ "group": "rmi",
805
+ "module": "citrus-rmi",
806
+ "title": "RmiClient",
807
+ "propertiesSchema": {
808
+ "$schema": "http://json-schema.org/draft-07/schema#",
809
+ "type": "object",
810
+ "properties": {
811
+ "binding": {
812
+ "type": "string",
813
+ "title": "Binding",
814
+ "description": "Sets the binding."
815
+ },
816
+ "correlator": {
817
+ "type": "string",
818
+ "title": "Correlator",
819
+ "description": "Sets the message correlator."
820
+ },
821
+ "host": {
822
+ "type": "string",
823
+ "title": "Host",
824
+ "description": "Sets the server host."
825
+ },
826
+ "messageConverter": {
827
+ "type": "string",
828
+ "title": "MessageConverter",
829
+ "description": "Sets the message converter."
830
+ },
831
+ "method": {
832
+ "type": "string",
833
+ "title": "Method",
834
+ "description": "Sets the method."
835
+ },
836
+ "name": {
837
+ "type": "string",
838
+ "title": "Name",
839
+ "description": "The name of the endpoint"
840
+ },
841
+ "pollingInterval": {
842
+ "type": "integer",
843
+ "title": "PollingInterval",
844
+ "description": "Sets the polling interval."
845
+ },
846
+ "port": {
847
+ "type": "integer",
848
+ "title": "Port",
849
+ "description": "Sets the server port."
850
+ },
851
+ "serverUrl": {
852
+ "type": "string",
853
+ "title": "ServerUrl",
854
+ "description": "Sets the server url."
855
+ },
856
+ "timeout": {
857
+ "type": "integer",
858
+ "title": "Timeout",
859
+ "description": "Sets the default timeout."
860
+ }
861
+ },
862
+ "additionalProperties": false }
863
+ },
590
864
  "k8s-client": {
591
865
  "kind": "testEndpoint",
592
- "version": "4.10.1",
866
+ "version": "5.0.0",
593
867
  "name": "k8s-client",
594
868
  "group": "k8s",
595
869
  "module": "citrus-kubernetes",
@@ -610,6 +884,12 @@
610
884
  "description": "Sets the reference to the Kubernetes client implementation.",
611
885
  "$comment": "group:advanced"
612
886
  },
887
+ "jsonMapper": {
888
+ "type": "string",
889
+ "title": "JsonMapper",
890
+ "description": "Sets the JSON mapper.",
891
+ "$comment": "group:advanced"
892
+ },
613
893
  "messageConverter": {
614
894
  "type": "string",
615
895
  "title": "MessageConverter",
@@ -632,12 +912,6 @@
632
912
  "description": "Sets the OAuth token used to connect to the Kubernetes cluster.",
633
913
  "$comment": "group:security"
634
914
  },
635
- "objectMapper": {
636
- "type": "string",
637
- "title": "ObjectMapper",
638
- "description": "Sets the object mapper.",
639
- "$comment": "group:advanced"
640
- },
641
915
  "password": {
642
916
  "type": "string",
643
917
  "title": "Password",
@@ -667,7 +941,7 @@
667
941
  },
668
942
  "mail-client": {
669
943
  "kind": "testEndpoint",
670
- "version": "4.10.1",
944
+ "version": "5.0.0",
671
945
  "name": "mail-client",
672
946
  "group": "mail",
673
947
  "module": "citrus-mail",
@@ -734,72 +1008,161 @@
734
1008
  },
735
1009
  "additionalProperties": false }
736
1010
  },
737
- "http-client": {
1011
+ "ssh-client": {
738
1012
  "kind": "testEndpoint",
739
- "version": "4.10.1",
740
- "name": "http-client",
741
- "group": "http",
742
- "module": "citrus-http",
743
- "title": "HttpClient",
1013
+ "version": "5.0.0",
1014
+ "name": "ssh-client",
1015
+ "group": "ssh",
1016
+ "module": "citrus-ssh",
1017
+ "title": "SshClient",
744
1018
  "propertiesSchema": {
745
1019
  "$schema": "http://json-schema.org/draft-07/schema#",
746
1020
  "type": "object",
747
1021
  "properties": {
748
- "authentication": {
749
- "type": "string",
750
- "title": "Authentication",
751
- "description": "Use given authentication mechanism.",
752
- "$comment": "group:security"
753
- },
754
- "binaryMediaTypes": {
755
- "title": "BinaryMediaTypes",
756
- "description": "Sets the list of binary media types.",
757
- "$comment": "group:advanced",
758
- "type": "array",
759
- "items": {
760
- "type": "string",
761
- "title": "BinaryMediaTypes",
762
- "description": "Sets the list of binary media types.",
763
- "$comment": "group:advanced"
764
- }
765
- },
766
- "charset": {
767
- "type": "string",
768
- "title": "Charset",
769
- "description": "The default charset.",
770
- "$comment": "group:advanced"
1022
+ "commandTimeout": {
1023
+ "type": "integer",
1024
+ "title": "CommandTimeout",
1025
+ "description": "Sets the command timeout."
771
1026
  },
772
- "contentType": {
773
- "type": "string",
774
- "title": "ContentType",
775
- "description": "Sets the default content type header set for each request.",
776
- "$comment": "group:advanced"
1027
+ "connectionTimeout": {
1028
+ "type": "integer",
1029
+ "title": "ConnectionTimeout",
1030
+ "description": "Sets the connection timeout."
777
1031
  },
778
1032
  "correlator": {
779
1033
  "type": "string",
780
1034
  "title": "Correlator",
781
- "description": "Sets the message correlator.",
782
- "$comment": "group:advanced"
783
- },
784
- "defaultAcceptHeader": {
785
- "type": "boolean",
786
- "title": "DefaultAcceptHeader",
787
- "description": "When enabled the client adds the default accept header to requests.",
788
- "$comment": "group:advanced"
1035
+ "description": "Sets the message correlator."
789
1036
  },
790
- "disableRedirectHandling": {
791
- "type": "boolean",
792
- "title": "DisableRedirectHandling",
793
- "description": "Disables the redirect handling for this client.",
794
- "$comment": "group:advanced"
1037
+ "host": {
1038
+ "type": "string",
1039
+ "title": "Host",
1040
+ "description": "Sets the host."
795
1041
  },
796
- "endpointResolver": {
1042
+ "knownHosts": {
797
1043
  "type": "string",
798
- "title": "EndpointResolver",
799
- "description": "Sets the endpoint URI resolver.",
800
- "$comment": "group:advanced"
1044
+ "title": "KnownHosts",
1045
+ "description": "Sets the known hosts."
801
1046
  },
802
- "errorHandler": {
1047
+ "messageConverter": {
1048
+ "type": "string",
1049
+ "title": "MessageConverter",
1050
+ "description": "Sets the message converter."
1051
+ },
1052
+ "name": {
1053
+ "type": "string",
1054
+ "title": "Name",
1055
+ "description": "The name of the endpoint"
1056
+ },
1057
+ "password": {
1058
+ "type": "string",
1059
+ "title": "Password",
1060
+ "description": "Sets the password."
1061
+ },
1062
+ "pollingInterval": {
1063
+ "type": "integer",
1064
+ "title": "PollingInterval",
1065
+ "description": "Sets the polling interval."
1066
+ },
1067
+ "port": {
1068
+ "type": "integer",
1069
+ "title": "Port",
1070
+ "description": "Sets the port."
1071
+ },
1072
+ "privateKeyPassword": {
1073
+ "type": "string",
1074
+ "title": "PrivateKeyPassword",
1075
+ "description": "Sets the private key password."
1076
+ },
1077
+ "privateKeyPath": {
1078
+ "type": "string",
1079
+ "title": "PrivateKeyPath",
1080
+ "description": "Sets the private key path."
1081
+ },
1082
+ "strictHostChecking": {
1083
+ "type": "boolean",
1084
+ "title": "StrictHostChecking",
1085
+ "description": "Sets the strict host checking."
1086
+ },
1087
+ "timeout": {
1088
+ "type": "integer",
1089
+ "title": "Timeout",
1090
+ "description": "Sets the default timeout."
1091
+ },
1092
+ "user": {
1093
+ "type": "string",
1094
+ "title": "User",
1095
+ "description": "Sets the username."
1096
+ }
1097
+ },
1098
+ "additionalProperties": false }
1099
+ },
1100
+ "http-client": {
1101
+ "kind": "testEndpoint",
1102
+ "version": "5.0.0",
1103
+ "name": "http-client",
1104
+ "group": "http",
1105
+ "module": "citrus-http",
1106
+ "title": "HttpClient",
1107
+ "propertiesSchema": {
1108
+ "$schema": "http://json-schema.org/draft-07/schema#",
1109
+ "type": "object",
1110
+ "properties": {
1111
+ "authentication": {
1112
+ "type": "string",
1113
+ "title": "Authentication",
1114
+ "description": "Use given authentication mechanism.",
1115
+ "$comment": "group:security"
1116
+ },
1117
+ "binaryMediaTypes": {
1118
+ "title": "BinaryMediaTypes",
1119
+ "description": "Sets the list of binary media types.",
1120
+ "$comment": "group:advanced",
1121
+ "type": "array",
1122
+ "items": {
1123
+ "type": "string",
1124
+ "title": "BinaryMediaTypes",
1125
+ "description": "Sets the list of binary media types.",
1126
+ "$comment": "group:advanced"
1127
+ }
1128
+ },
1129
+ "charset": {
1130
+ "type": "string",
1131
+ "title": "Charset",
1132
+ "description": "The default charset.",
1133
+ "$comment": "group:advanced"
1134
+ },
1135
+ "contentType": {
1136
+ "type": "string",
1137
+ "title": "ContentType",
1138
+ "description": "Sets the default content type header set for each request.",
1139
+ "$comment": "group:advanced"
1140
+ },
1141
+ "correlator": {
1142
+ "type": "string",
1143
+ "title": "Correlator",
1144
+ "description": "Sets the message correlator.",
1145
+ "$comment": "group:advanced"
1146
+ },
1147
+ "defaultAcceptHeader": {
1148
+ "type": "boolean",
1149
+ "title": "DefaultAcceptHeader",
1150
+ "description": "When enabled the client adds the default accept header to requests.",
1151
+ "$comment": "group:advanced"
1152
+ },
1153
+ "disableRedirectHandling": {
1154
+ "type": "boolean",
1155
+ "title": "DisableRedirectHandling",
1156
+ "description": "Disables the redirect handling for this client.",
1157
+ "$comment": "group:advanced"
1158
+ },
1159
+ "endpointResolver": {
1160
+ "type": "string",
1161
+ "title": "EndpointResolver",
1162
+ "description": "Sets the endpoint URI resolver.",
1163
+ "$comment": "group:advanced"
1164
+ },
1165
+ "errorHandler": {
803
1166
  "type": "string",
804
1167
  "title": "ErrorHandler",
805
1168
  "description": "Sets a custom error handler.",
@@ -807,10 +1170,6 @@
807
1170
  },
808
1171
  "errorHandlingStrategy": {
809
1172
  "type": "string",
810
- "enum": [
811
- "THROWS_EXCEPTION",
812
- "PROPAGATE"
813
- ],
814
1173
  "title": "ErrorHandlingStrategy",
815
1174
  "description": "Sets the error handling strategy.",
816
1175
  "$comment": "group:errorHandling"
@@ -904,33 +1263,14 @@
904
1263
  "type": "integer",
905
1264
  "title": "Timeout",
906
1265
  "description": "The Http request timeout while waiting for a response",
907
- "default": "5000"
908
- }
909
- },
910
- "additionalProperties": false }
911
- },
912
- "ssh-client": {
913
- "kind": "testEndpoint",
914
- "version": "4.10.1",
915
- "name": "ssh-client",
916
- "group": "ssh",
917
- "module": "citrus-ssh",
918
- "title": "SshClient",
919
- "propertiesSchema": {
920
- "$schema": "http://json-schema.org/draft-07/schema#",
921
- "type": "object",
922
- "properties": {
923
- "name": {
924
- "type": "string",
925
- "title": "Name",
926
- "description": "The name of the endpoint"
1266
+ "default": 5000
927
1267
  }
928
1268
  },
929
1269
  "additionalProperties": false }
930
1270
  },
931
1271
  "websocket-client": {
932
1272
  "kind": "testEndpoint",
933
- "version": "4.10.1",
1273
+ "version": "5.0.0",
934
1274
  "name": "websocket-client",
935
1275
  "group": "websocket",
936
1276
  "module": "citrus-websocket",
@@ -945,6 +1285,12 @@
945
1285
  "description": "Sets the endpoint URI resolver.",
946
1286
  "$comment": "group:advanced"
947
1287
  },
1288
+ "httpHeaders": {
1289
+ "type": "string",
1290
+ "title": "HttpHeaders",
1291
+ "description": "Sets the Websocket Http headers.",
1292
+ "$comment": "group:advanced"
1293
+ },
948
1294
  "messageConverter": {
949
1295
  "type": "string",
950
1296
  "title": "MessageConverter",
@@ -971,14 +1317,14 @@
971
1317
  "type": "integer",
972
1318
  "title": "Timeout",
973
1319
  "description": "The Http request timeout while waiting for a response",
974
- "default": "5000"
1320
+ "default": 5000
975
1321
  }
976
1322
  },
977
1323
  "additionalProperties": false }
978
1324
  },
979
1325
  "channel-asynchronous": {
980
1326
  "kind": "testEndpoint",
981
- "version": "4.10.1",
1327
+ "version": "5.0.0",
982
1328
  "name": "channel-asynchronous",
983
1329
  "group": "channel",
984
1330
  "module": "citrus-spring-integration",
@@ -1025,7 +1371,7 @@
1025
1371
  "type": "integer",
1026
1372
  "title": "Timeout",
1027
1373
  "description": "Sets the receive timeout when waiting for messages.",
1028
- "default": "5000"
1374
+ "default": 5000
1029
1375
  },
1030
1376
  "useObjectMessages": {
1031
1377
  "type": "boolean",
@@ -1038,7 +1384,7 @@
1038
1384
  },
1039
1385
  "soap-server": {
1040
1386
  "kind": "testEndpoint",
1041
- "version": "4.10.1",
1387
+ "version": "5.0.0",
1042
1388
  "name": "soap-server",
1043
1389
  "group": "soap",
1044
1390
  "module": "citrus-ws",
@@ -1170,9 +1516,9 @@
1170
1516
  "description": "Sets the security handler as a bean reference.",
1171
1517
  "$comment": "group:security"
1172
1518
  },
1173
- "serServletHandler": {
1519
+ "servletHandler": {
1174
1520
  "type": "string",
1175
- "title": "SerServletHandler",
1521
+ "title": "ServletHandler",
1176
1522
  "description": "Sets a custom servlet handler as a bean reference.",
1177
1523
  "$comment": "group:servlet"
1178
1524
  },
@@ -1204,14 +1550,14 @@
1204
1550
  "type": "integer",
1205
1551
  "title": "Timeout",
1206
1552
  "description": "Sets the server timeout while waiting for incoming requests.",
1207
- "default": "5000"
1553
+ "default": 5000
1208
1554
  }
1209
1555
  },
1210
1556
  "additionalProperties": false }
1211
1557
  },
1212
1558
  "channel-synchronous": {
1213
1559
  "kind": "testEndpoint",
1214
- "version": "4.10.1",
1560
+ "version": "5.0.0",
1215
1561
  "name": "channel-synchronous",
1216
1562
  "group": "channel",
1217
1563
  "module": "citrus-spring-integration",
@@ -1270,7 +1616,7 @@
1270
1616
  "type": "integer",
1271
1617
  "title": "Timeout",
1272
1618
  "description": "Sets the receive timeout when waiting for messages.",
1273
- "default": "5000"
1619
+ "default": 5000
1274
1620
  },
1275
1621
  "useObjectMessages": {
1276
1622
  "type": "boolean",
@@ -1283,7 +1629,7 @@
1283
1629
  },
1284
1630
  "sftp-server": {
1285
1631
  "kind": "testEndpoint",
1286
- "version": "4.10.1",
1632
+ "version": "5.0.0",
1287
1633
  "name": "sftp-server",
1288
1634
  "group": "sftp",
1289
1635
  "module": "citrus-ftp",
@@ -1396,12 +1742,13 @@
1396
1742
  "type": "integer",
1397
1743
  "title": "Timeout",
1398
1744
  "description": "The server timeout.",
1399
- "default": "5000"
1745
+ "default": 5000
1400
1746
  },
1401
1747
  "user": {
1402
1748
  "type": "string",
1403
1749
  "title": "User",
1404
- "description": "Sets the allowed user name."
1750
+ "description": "Sets the allowed user name.",
1751
+ "$comment": "group:security"
1405
1752
  },
1406
1753
  "userHomePath": {
1407
1754
  "type": "string",
@@ -1413,7 +1760,7 @@
1413
1760
  },
1414
1761
  "ftp-server": {
1415
1762
  "kind": "testEndpoint",
1416
- "version": "4.10.1",
1763
+ "version": "5.0.0",
1417
1764
  "name": "ftp-server",
1418
1765
  "group": "ftp",
1419
1766
  "module": "citrus-ftp",
@@ -1467,10 +1814,6 @@
1467
1814
  },
1468
1815
  "errorHandlingStrategy": {
1469
1816
  "type": "string",
1470
- "enum": [
1471
- "THROWS_EXCEPTION",
1472
- "PROPAGATE"
1473
- ],
1474
1817
  "title": "ErrorHandlingStrategy",
1475
1818
  "description": "Sets the error handling strategy.",
1476
1819
  "$comment": "group:errorHandler"
@@ -1523,7 +1866,7 @@
1523
1866
  "type": "integer",
1524
1867
  "title": "Timeout",
1525
1868
  "description": "The server timeout.",
1526
- "default": "5000"
1869
+ "default": 5000
1527
1870
  },
1528
1871
  "user": {
1529
1872
  "type": "string",
@@ -1547,7 +1890,7 @@
1547
1890
  },
1548
1891
  "camel-inOut": {
1549
1892
  "kind": "testEndpoint",
1550
- "version": "4.10.1",
1893
+ "version": "5.0.0",
1551
1894
  "name": "camel-inOut",
1552
1895
  "group": "camel",
1553
1896
  "module": "citrus-camel",
@@ -1598,7 +1941,7 @@
1598
1941
  },
1599
1942
  "vertx-asynchronous": {
1600
1943
  "kind": "testEndpoint",
1601
- "version": "4.10.1",
1944
+ "version": "5.0.0",
1602
1945
  "name": "vertx-asynchronous",
1603
1946
  "group": "vertx",
1604
1947
  "module": "citrus-vertx",
@@ -1660,7 +2003,7 @@
1660
2003
  },
1661
2004
  "ftp-client": {
1662
2005
  "kind": "testEndpoint",
1663
- "version": "4.10.1",
2006
+ "version": "5.0.0",
1664
2007
  "name": "ftp-client",
1665
2008
  "group": "ftp",
1666
2009
  "module": "citrus-ftp",
@@ -1682,10 +2025,6 @@
1682
2025
  },
1683
2026
  "errorHandlingStrategy": {
1684
2027
  "type": "string",
1685
- "enum": [
1686
- "THROWS_EXCEPTION",
1687
- "PROPAGATE"
1688
- ],
1689
2028
  "title": "ErrorHandlingStrategy",
1690
2029
  "description": "Sets the error handling strategy.",
1691
2030
  "$comment": "group:errorHandler"
@@ -1737,7 +2076,7 @@
1737
2076
  },
1738
2077
  "camel-asynchronous": {
1739
2078
  "kind": "testEndpoint",
1740
- "version": "4.10.1",
2079
+ "version": "5.0.0",
1741
2080
  "name": "camel-asynchronous",
1742
2081
  "group": "camel",
1743
2082
  "module": "citrus-camel",
@@ -1777,7 +2116,7 @@
1777
2116
  },
1778
2117
  "scp-client": {
1779
2118
  "kind": "testEndpoint",
1780
- "version": "4.10.1",
2119
+ "version": "5.0.0",
1781
2120
  "name": "scp-client",
1782
2121
  "group": "scp",
1783
2122
  "module": "citrus-ftp",
@@ -1799,10 +2138,6 @@
1799
2138
  },
1800
2139
  "errorHandlingStrategy": {
1801
2140
  "type": "string",
1802
- "enum": [
1803
- "THROWS_EXCEPTION",
1804
- "PROPAGATE"
1805
- ],
1806
2141
  "title": "ErrorHandlingStrategy",
1807
2142
  "description": "Sets the error handling strategy.",
1808
2143
  "$comment": "group:errorHandler"
@@ -1877,9 +2212,108 @@
1877
2212
  },
1878
2213
  "additionalProperties": false }
1879
2214
  },
2215
+ "rmi-server": {
2216
+ "kind": "testEndpoint",
2217
+ "version": "5.0.0",
2218
+ "name": "rmi-server",
2219
+ "group": "rmi",
2220
+ "module": "citrus-rmi",
2221
+ "title": "RmiServer",
2222
+ "propertiesSchema": {
2223
+ "$schema": "http://json-schema.org/draft-07/schema#",
2224
+ "type": "object",
2225
+ "properties": {
2226
+ "autoStart": {
2227
+ "type": "boolean",
2228
+ "title": "AutoStart",
2229
+ "description": "When enabled the server is automatically started after creation."
2230
+ },
2231
+ "binding": {
2232
+ "type": "string",
2233
+ "title": "Binding"
2234
+ },
2235
+ "correlator": {
2236
+ "type": "string",
2237
+ "title": "Correlator",
2238
+ "description": "Sets the message correlator."
2239
+ },
2240
+ "createRegistry": {
2241
+ "type": "boolean",
2242
+ "title": "CreateRegistry"
2243
+ },
2244
+ "debugLogging": {
2245
+ "type": "boolean",
2246
+ "title": "DebugLogging",
2247
+ "description": "When enabled the server prints debug logging output.",
2248
+ "$comment": "group:advanced"
2249
+ },
2250
+ "endpointAdapter": {
2251
+ "type": "string",
2252
+ "title": "EndpointAdapter",
2253
+ "description": "Sets a custom endpoint adapter to handle requests.",
2254
+ "$comment": "group:advanced"
2255
+ },
2256
+ "host": {
2257
+ "type": "string",
2258
+ "title": "Host"
2259
+ },
2260
+ "marshaller": {
2261
+ "type": "string",
2262
+ "title": "Marshaller"
2263
+ },
2264
+ "messageConverter": {
2265
+ "type": "string",
2266
+ "title": "MessageConverter",
2267
+ "description": "Sets the message converter."
2268
+ },
2269
+ "method": {
2270
+ "type": "string",
2271
+ "title": "Method"
2272
+ },
2273
+ "name": {
2274
+ "type": "string",
2275
+ "title": "Name",
2276
+ "description": "The name of the endpoint"
2277
+ },
2278
+ "pollingInterval": {
2279
+ "type": "integer",
2280
+ "title": "PollingInterval",
2281
+ "description": "Sets the polling interval."
2282
+ },
2283
+ "port": {
2284
+ "type": "integer",
2285
+ "title": "Port"
2286
+ },
2287
+ "registry": {
2288
+ "type": "string",
2289
+ "title": "Registry"
2290
+ },
2291
+ "remoteInterfaces": {
2292
+ "title": "RemoteInterfaces",
2293
+ "description": "List of remote interfaces as fully qualified class name.",
2294
+ "type": "array",
2295
+ "items": {
2296
+ "type": "string",
2297
+ "title": "RemoteInterfaces",
2298
+ "description": "List of remote interfaces as fully qualified class name."
2299
+ }
2300
+ },
2301
+ "serverUrl": {
2302
+ "type": "string",
2303
+ "title": "ServerUrl"
2304
+ },
2305
+ "timeout": {
2306
+ "type": "integer",
2307
+ "title": "Timeout",
2308
+ "description": "The server timeout.",
2309
+ "default": 5000
2310
+ }
2311
+ },
2312
+ "additionalProperties": false }
2313
+ },
1880
2314
  "vertx-synchronous": {
1881
2315
  "kind": "testEndpoint",
1882
- "version": "4.10.1",
2316
+ "version": "5.0.0",
1883
2317
  "name": "vertx-synchronous",
1884
2318
  "group": "vertx",
1885
2319
  "module": "citrus-vertx",
@@ -1947,7 +2381,7 @@
1947
2381
  },
1948
2382
  "jms-synchronous": {
1949
2383
  "kind": "testEndpoint",
1950
- "version": "4.10.1",
2384
+ "version": "5.0.0",
1951
2385
  "name": "jms-synchronous",
1952
2386
  "group": "jms",
1953
2387
  "module": "citrus-jms",
@@ -2040,7 +2474,7 @@
2040
2474
  },
2041
2475
  "camel-inOnly": {
2042
2476
  "kind": "testEndpoint",
2043
- "version": "4.10.1",
2477
+ "version": "5.0.0",
2044
2478
  "name": "camel-inOnly",
2045
2479
  "group": "camel",
2046
2480
  "module": "citrus-camel",
@@ -2080,7 +2514,7 @@
2080
2514
  },
2081
2515
  "direct-asynchronous": {
2082
2516
  "kind": "testEndpoint",
2083
- "version": "4.10.1",
2517
+ "version": "5.0.0",
2084
2518
  "name": "direct-asynchronous",
2085
2519
  "group": "direct",
2086
2520
  "module": "citrus-base",
@@ -2114,7 +2548,7 @@
2114
2548
  },
2115
2549
  "camel-synchronous": {
2116
2550
  "kind": "testEndpoint",
2117
- "version": "4.10.1",
2551
+ "version": "5.0.0",
2118
2552
  "name": "camel-synchronous",
2119
2553
  "group": "camel",
2120
2554
  "module": "citrus-camel",
@@ -2165,7 +2599,7 @@
2165
2599
  },
2166
2600
  "soap-client": {
2167
2601
  "kind": "testEndpoint",
2168
- "version": "4.10.1",
2602
+ "version": "5.0.0",
2169
2603
  "name": "soap-client",
2170
2604
  "group": "soap",
2171
2605
  "module": "citrus-ws",
@@ -2193,10 +2627,6 @@
2193
2627
  },
2194
2628
  "faultStrategy": {
2195
2629
  "type": "string",
2196
- "enum": [
2197
- "THROWS_EXCEPTION",
2198
- "PROPAGATE"
2199
- ],
2200
2630
  "title": "FaultStrategy",
2201
2631
  "description": "Sets the error handling strategy.",
2202
2632
  "$comment": "group:errorHandler"
@@ -2257,7 +2687,7 @@
2257
2687
  "type": "integer",
2258
2688
  "title": "Timeout",
2259
2689
  "description": "Sets the receive timeout when the client waits for response messages.",
2260
- "default": "5000"
2690
+ "default": 5000
2261
2691
  },
2262
2692
  "webServiceTemplate": {
2263
2693
  "type": "string",
@@ -2270,7 +2700,7 @@
2270
2700
  },
2271
2701
  "jms-asynchronous": {
2272
2702
  "kind": "testEndpoint",
2273
- "version": "4.10.1",
2703
+ "version": "5.0.0",
2274
2704
  "name": "jms-asynchronous",
2275
2705
  "group": "jms",
2276
2706
  "module": "citrus-jms",
@@ -2352,7 +2782,7 @@
2352
2782
  "type": "integer",
2353
2783
  "title": "Timeout",
2354
2784
  "description": "Sets the receive timeout when the consumer waits for messages to arrive.",
2355
- "default": "5000"
2785
+ "default": 5000
2356
2786
  },
2357
2787
  "useObjectMessages": {
2358
2788
  "type": "boolean",
@@ -2365,7 +2795,7 @@
2365
2795
  },
2366
2796
  "sftp-client": {
2367
2797
  "kind": "testEndpoint",
2368
- "version": "4.10.1",
2798
+ "version": "5.0.0",
2369
2799
  "name": "sftp-client",
2370
2800
  "group": "sftp",
2371
2801
  "module": "citrus-ftp",
@@ -2387,10 +2817,6 @@
2387
2817
  },
2388
2818
  "errorHandlingStrategy": {
2389
2819
  "type": "string",
2390
- "enum": [
2391
- "THROWS_EXCEPTION",
2392
- "PROPAGATE"
2393
- ],
2394
2820
  "title": "ErrorHandlingStrategy",
2395
2821
  "description": "Sets the error handling strategy.",
2396
2822
  "$comment": "group:errorHandler"
@@ -2482,7 +2908,7 @@
2482
2908
  },
2483
2909
  "selenium-browser": {
2484
2910
  "kind": "testEndpoint",
2485
- "version": "4.10.1",
2911
+ "version": "5.0.0",
2486
2912
  "name": "selenium-browser",
2487
2913
  "group": "selenium",
2488
2914
  "module": "citrus-selenium",
@@ -2555,21 +2981,27 @@
2555
2981
  },
2556
2982
  "additionalProperties": false }
2557
2983
  },
2558
- "http-server": {
2984
+ "mail-server": {
2559
2985
  "kind": "testEndpoint",
2560
- "version": "4.10.1",
2561
- "name": "http-server",
2562
- "group": "http",
2563
- "module": "citrus-http",
2564
- "title": "HttpServer",
2986
+ "version": "5.0.0",
2987
+ "name": "mail-server",
2988
+ "group": "mail",
2989
+ "module": "citrus-mail",
2990
+ "title": "MailServer",
2565
2991
  "propertiesSchema": {
2566
2992
  "$schema": "http://json-schema.org/draft-07/schema#",
2567
2993
  "type": "object",
2568
2994
  "properties": {
2569
- "authentication": {
2570
- "type": "string",
2571
- "title": "Authentication",
2572
- "description": "Use given authentication mechanism for all request paths.",
2995
+ "authRequired": {
2996
+ "type": "boolean",
2997
+ "title": "AuthRequired",
2998
+ "description": "When enabled users must authenticate with the server.",
2999
+ "$comment": "group:security"
3000
+ },
3001
+ "autoAccept": {
3002
+ "type": "boolean",
3003
+ "title": "AutoAccept",
3004
+ "description": "When enabled server will auto accept client connections.",
2573
3005
  "$comment": "group:security"
2574
3006
  },
2575
3007
  "autoStart": {
@@ -2577,19 +3009,201 @@
2577
3009
  "title": "AutoStart",
2578
3010
  "description": "When enabled the server is automatically started after creation."
2579
3011
  },
2580
- "binaryMediaTypes": {
2581
- "title": "BinaryMediaTypes",
2582
- "description": "List of supported media types on this server.",
2583
- "$comment": "group:advanced",
2584
- "type": "array",
2585
- "items": {
2586
- "type": "string",
2587
- "title": "BinaryMediaTypes",
2588
- "description": "List of supported media types on this server.",
2589
- "$comment": "group:advanced"
2590
- }
3012
+ "debugLogging": {
3013
+ "type": "boolean",
3014
+ "title": "DebugLogging",
3015
+ "description": "When enabled the server prints debug logging output.",
3016
+ "$comment": "group:advanced"
2591
3017
  },
2592
- "connector": {
3018
+ "endpointAdapter": {
3019
+ "type": "string",
3020
+ "title": "EndpointAdapter",
3021
+ "description": "Sets a custom endpoint adapter to handle requests.",
3022
+ "$comment": "group:advanced"
3023
+ },
3024
+ "javaMailProperties": {
3025
+ "type": "object",
3026
+ "title": "JavaMailProperties",
3027
+ "description": "Custom properties passed to the java mail implementation.",
3028
+ "$comment": "group:advanced"
3029
+ },
3030
+ "knownUsers": {
3031
+ "title": "KnownUsers",
3032
+ "description": "Sets a list of known users that will be accepted when establishing a connection.",
3033
+ "$comment": "group:security",
3034
+ "type": "array",
3035
+ "items": {
3036
+ "type": "string",
3037
+ "title": "KnownUsers",
3038
+ "description": "Sets a list of known users that will be accepted when establishing a connection.",
3039
+ "$comment": "group:security"
3040
+ }
3041
+ },
3042
+ "marshaller": {
3043
+ "type": "string",
3044
+ "title": "Marshaller",
3045
+ "description": "Sets a custom mail message marshaller.",
3046
+ "$comment": "group:advanced"
3047
+ },
3048
+ "messageConverter": {
3049
+ "type": "string",
3050
+ "title": "MessageConverter",
3051
+ "description": "Sets custom message converter.",
3052
+ "$comment": "group:advanced"
3053
+ },
3054
+ "name": {
3055
+ "type": "string",
3056
+ "title": "Name",
3057
+ "description": "The name of the endpoint"
3058
+ },
3059
+ "port": {
3060
+ "type": "integer",
3061
+ "title": "Port",
3062
+ "description": "The mail server port."
3063
+ },
3064
+ "smtp": {
3065
+ "type": "string",
3066
+ "title": "Smtp",
3067
+ "description": "Sets the SMTP implementation.",
3068
+ "$comment": "group:advanced"
3069
+ },
3070
+ "splitMultipart": {
3071
+ "type": "boolean",
3072
+ "title": "SplitMultipart",
3073
+ "description": "When enabled the server splits multipart messages into individual parts.",
3074
+ "$comment": "group:advanced"
3075
+ },
3076
+ "timeout": {
3077
+ "type": "integer",
3078
+ "title": "Timeout",
3079
+ "description": "The server timeout.",
3080
+ "default": 5000
3081
+ }
3082
+ },
3083
+ "additionalProperties": false }
3084
+ },
3085
+ "ssh-server": {
3086
+ "kind": "testEndpoint",
3087
+ "version": "5.0.0",
3088
+ "name": "ssh-server",
3089
+ "group": "ssh",
3090
+ "module": "citrus-ssh",
3091
+ "title": "SshServer",
3092
+ "propertiesSchema": {
3093
+ "$schema": "http://json-schema.org/draft-07/schema#",
3094
+ "type": "object",
3095
+ "properties": {
3096
+ "allowedKeyPath": {
3097
+ "type": "string",
3098
+ "title": "AllowedKeyPath",
3099
+ "description": "Sets the allowed key path."
3100
+ },
3101
+ "autoStart": {
3102
+ "type": "boolean",
3103
+ "title": "AutoStart",
3104
+ "description": "When enabled the server is automatically started after creation."
3105
+ },
3106
+ "debugLogging": {
3107
+ "type": "boolean",
3108
+ "title": "DebugLogging",
3109
+ "description": "When enabled the server prints debug logging output.",
3110
+ "$comment": "group:advanced"
3111
+ },
3112
+ "endpointAdapter": {
3113
+ "type": "string",
3114
+ "title": "EndpointAdapter",
3115
+ "description": "Sets a custom endpoint adapter to handle requests.",
3116
+ "$comment": "group:advanced"
3117
+ },
3118
+ "hostKeyPath": {
3119
+ "type": "string",
3120
+ "title": "HostKeyPath",
3121
+ "description": "Sets the host key path"
3122
+ },
3123
+ "marshaller": {
3124
+ "type": "string",
3125
+ "title": "Marshaller",
3126
+ "description": "Sets the marshaller as a bean reference."
3127
+ },
3128
+ "messageConverter": {
3129
+ "type": "string",
3130
+ "title": "MessageConverter",
3131
+ "description": "Sets the message converter."
3132
+ },
3133
+ "name": {
3134
+ "type": "string",
3135
+ "title": "Name",
3136
+ "description": "The name of the endpoint"
3137
+ },
3138
+ "password": {
3139
+ "type": "string",
3140
+ "title": "Password",
3141
+ "description": "Sets the password."
3142
+ },
3143
+ "pollingInterval": {
3144
+ "type": "integer",
3145
+ "title": "PollingInterval",
3146
+ "description": "Sets the polling interval."
3147
+ },
3148
+ "port": {
3149
+ "type": "integer",
3150
+ "title": "Port",
3151
+ "description": "Sets the port."
3152
+ },
3153
+ "timeout": {
3154
+ "type": "integer",
3155
+ "title": "Timeout",
3156
+ "description": "The server timeout.",
3157
+ "default": 5000
3158
+ },
3159
+ "user": {
3160
+ "type": "string",
3161
+ "title": "User",
3162
+ "description": "Sets the username."
3163
+ },
3164
+ "userHomePath": {
3165
+ "type": "string",
3166
+ "title": "UserHomePath",
3167
+ "description": "Sets the user home path"
3168
+ }
3169
+ },
3170
+ "additionalProperties": false }
3171
+ },
3172
+ "websocket-server": {
3173
+ "kind": "testEndpoint",
3174
+ "version": "5.0.0",
3175
+ "name": "websocket-server",
3176
+ "group": "websocket",
3177
+ "module": "citrus-websocket",
3178
+ "title": "WebsocketServer",
3179
+ "propertiesSchema": {
3180
+ "$schema": "http://json-schema.org/draft-07/schema#",
3181
+ "type": "object",
3182
+ "properties": {
3183
+ "authentication": {
3184
+ "type": "string",
3185
+ "title": "Authentication",
3186
+ "description": "Use given authentication mechanism for all request paths.",
3187
+ "$comment": "group:security"
3188
+ },
3189
+ "autoStart": {
3190
+ "type": "boolean",
3191
+ "title": "AutoStart",
3192
+ "description": "When enabled the server is automatically started after creation."
3193
+ },
3194
+ "binaryMediaTypes": {
3195
+ "title": "BinaryMediaTypes",
3196
+ "description": "List of supported media types on this server.",
3197
+ "$comment": "group:advanced",
3198
+ "type": "array",
3199
+ "items": {
3200
+ "type": "string",
3201
+ "title": "BinaryMediaTypes",
3202
+ "description": "List of supported media types on this server.",
3203
+ "$comment": "group:advanced"
3204
+ }
3205
+ },
3206
+ "connector": {
2593
3207
  "type": "string",
2594
3208
  "title": "Connector",
2595
3209
  "description": "Add a connector to this server.",
@@ -2632,7 +3246,6 @@
2632
3246
  "SWITCHING_PROTOCOLS",
2633
3247
  "PROCESSING",
2634
3248
  "EARLY_HINTS",
2635
- "CHECKPOINT",
2636
3249
  "OK",
2637
3250
  "CREATED",
2638
3251
  "ACCEPTED",
@@ -2646,10 +3259,8 @@
2646
3259
  "MULTIPLE_CHOICES",
2647
3260
  "MOVED_PERMANENTLY",
2648
3261
  "FOUND",
2649
- "MOVED_TEMPORARILY",
2650
3262
  "SEE_OTHER",
2651
3263
  "NOT_MODIFIED",
2652
- "USE_PROXY",
2653
3264
  "TEMPORARY_REDIRECT",
2654
3265
  "PERMANENT_REDIRECT",
2655
3266
  "BAD_REQUEST",
@@ -2665,17 +3276,15 @@
2665
3276
  "GONE",
2666
3277
  "LENGTH_REQUIRED",
2667
3278
  "PRECONDITION_FAILED",
3279
+ "CONTENT_TOO_LARGE",
2668
3280
  "PAYLOAD_TOO_LARGE",
2669
- "REQUEST_ENTITY_TOO_LARGE",
2670
3281
  "URI_TOO_LONG",
2671
- "REQUEST_URI_TOO_LONG",
2672
3282
  "UNSUPPORTED_MEDIA_TYPE",
2673
3283
  "REQUESTED_RANGE_NOT_SATISFIABLE",
2674
3284
  "EXPECTATION_FAILED",
2675
3285
  "I_AM_A_TEAPOT",
2676
- "INSUFFICIENT_SPACE_ON_RESOURCE",
2677
- "METHOD_FAILURE",
2678
- "DESTINATION_LOCKED",
3286
+ "MISDIRECTED_REQUEST",
3287
+ "UNPROCESSABLE_CONTENT",
2679
3288
  "UNPROCESSABLE_ENTITY",
2680
3289
  "LOCKED",
2681
3290
  "FAILED_DEPENDENCY",
@@ -2820,9 +3429,9 @@
2820
3429
  "description": "Sets the security handler as a bean reference.",
2821
3430
  "$comment": "group:security"
2822
3431
  },
2823
- "serServletHandler": {
3432
+ "servletHandler": {
2824
3433
  "type": "string",
2825
- "title": "SerServletHandler",
3434
+ "title": "ServletHandler",
2826
3435
  "description": "Sets a custom servlet handler as a bean reference.",
2827
3436
  "$comment": "group:servlet"
2828
3437
  },
@@ -2842,24 +3451,34 @@
2842
3451
  "type": "integer",
2843
3452
  "title": "Timeout",
2844
3453
  "description": "Sets the server timeout while waiting for incoming requests.",
2845
- "default": "5000"
3454
+ "default": 5000
2846
3455
  },
2847
3456
  "useDefaultFilters": {
2848
3457
  "type": "boolean",
2849
3458
  "title": "UseDefaultFilters",
2850
3459
  "description": "When enabled the server uses the default set of Http servlet filters.",
2851
3460
  "$comment": "group:filter"
3461
+ },
3462
+ "webSockets": {
3463
+ "title": "WebSockets",
3464
+ "description": "Sets the list of web sockets for this server.",
3465
+ "type": "array",
3466
+ "items": {
3467
+ "type": "string",
3468
+ "title": "WebSockets",
3469
+ "description": "Sets the list of web sockets for this server."
3470
+ }
2852
3471
  }
2853
3472
  },
2854
3473
  "additionalProperties": false }
2855
3474
  },
2856
- "websocket-server": {
3475
+ "http-server": {
2857
3476
  "kind": "testEndpoint",
2858
- "version": "4.10.1",
2859
- "name": "websocket-server",
2860
- "group": "websocket",
2861
- "module": "citrus-websocket",
2862
- "title": "WebsocketServer",
3477
+ "version": "5.0.0",
3478
+ "name": "http-server",
3479
+ "group": "http",
3480
+ "module": "citrus-http",
3481
+ "title": "HttpServer",
2863
3482
  "propertiesSchema": {
2864
3483
  "$schema": "http://json-schema.org/draft-07/schema#",
2865
3484
  "type": "object",
@@ -2930,7 +3549,6 @@
2930
3549
  "SWITCHING_PROTOCOLS",
2931
3550
  "PROCESSING",
2932
3551
  "EARLY_HINTS",
2933
- "CHECKPOINT",
2934
3552
  "OK",
2935
3553
  "CREATED",
2936
3554
  "ACCEPTED",
@@ -2944,10 +3562,8 @@
2944
3562
  "MULTIPLE_CHOICES",
2945
3563
  "MOVED_PERMANENTLY",
2946
3564
  "FOUND",
2947
- "MOVED_TEMPORARILY",
2948
3565
  "SEE_OTHER",
2949
3566
  "NOT_MODIFIED",
2950
- "USE_PROXY",
2951
3567
  "TEMPORARY_REDIRECT",
2952
3568
  "PERMANENT_REDIRECT",
2953
3569
  "BAD_REQUEST",
@@ -2963,17 +3579,15 @@
2963
3579
  "GONE",
2964
3580
  "LENGTH_REQUIRED",
2965
3581
  "PRECONDITION_FAILED",
3582
+ "CONTENT_TOO_LARGE",
2966
3583
  "PAYLOAD_TOO_LARGE",
2967
- "REQUEST_ENTITY_TOO_LARGE",
2968
3584
  "URI_TOO_LONG",
2969
- "REQUEST_URI_TOO_LONG",
2970
3585
  "UNSUPPORTED_MEDIA_TYPE",
2971
3586
  "REQUESTED_RANGE_NOT_SATISFIABLE",
2972
3587
  "EXPECTATION_FAILED",
2973
3588
  "I_AM_A_TEAPOT",
2974
- "INSUFFICIENT_SPACE_ON_RESOURCE",
2975
- "METHOD_FAILURE",
2976
- "DESTINATION_LOCKED",
3589
+ "MISDIRECTED_REQUEST",
3590
+ "UNPROCESSABLE_CONTENT",
2977
3591
  "UNPROCESSABLE_ENTITY",
2978
3592
  "LOCKED",
2979
3593
  "FAILED_DEPENDENCY",
@@ -3118,9 +3732,9 @@
3118
3732
  "description": "Sets the security handler as a bean reference.",
3119
3733
  "$comment": "group:security"
3120
3734
  },
3121
- "serServletHandler": {
3735
+ "servletHandler": {
3122
3736
  "type": "string",
3123
- "title": "SerServletHandler",
3737
+ "title": "ServletHandler",
3124
3738
  "description": "Sets a custom servlet handler as a bean reference.",
3125
3739
  "$comment": "group:servlet"
3126
3740
  },
@@ -3140,166 +3754,13 @@
3140
3754
  "type": "integer",
3141
3755
  "title": "Timeout",
3142
3756
  "description": "Sets the server timeout while waiting for incoming requests.",
3143
- "default": "5000"
3757
+ "default": 5000
3144
3758
  },
3145
3759
  "useDefaultFilters": {
3146
3760
  "type": "boolean",
3147
3761
  "title": "UseDefaultFilters",
3148
3762
  "description": "When enabled the server uses the default set of Http servlet filters.",
3149
3763
  "$comment": "group:filter"
3150
- },
3151
- "webSockets": {
3152
- "title": "WebSockets",
3153
- "description": "Sets the list of web sockets for this server.",
3154
- "type": "array",
3155
- "items": {
3156
- "type": "string",
3157
- "title": "WebSockets",
3158
- "description": "Sets the list of web sockets for this server."
3159
- }
3160
- }
3161
- },
3162
- "additionalProperties": false }
3163
- },
3164
- "ssh-server": {
3165
- "kind": "testEndpoint",
3166
- "version": "4.10.1",
3167
- "name": "ssh-server",
3168
- "group": "ssh",
3169
- "module": "citrus-ssh",
3170
- "title": "SshServer",
3171
- "propertiesSchema": {
3172
- "$schema": "http://json-schema.org/draft-07/schema#",
3173
- "type": "object",
3174
- "properties": {
3175
- "autoStart": {
3176
- "type": "boolean",
3177
- "title": "AutoStart",
3178
- "description": "When enabled the server is automatically started after creation."
3179
- },
3180
- "debugLogging": {
3181
- "type": "boolean",
3182
- "title": "DebugLogging",
3183
- "description": "When enabled the server prints debug logging output.",
3184
- "$comment": "group:advanced"
3185
- },
3186
- "endpointAdapter": {
3187
- "type": "string",
3188
- "title": "EndpointAdapter",
3189
- "description": "Sets a custom endpoint adapter to handle requests.",
3190
- "$comment": "group:advanced"
3191
- },
3192
- "name": {
3193
- "type": "string",
3194
- "title": "Name",
3195
- "description": "The name of the endpoint"
3196
- },
3197
- "timeout": {
3198
- "type": "integer",
3199
- "title": "Timeout",
3200
- "description": "The server timeout.",
3201
- "default": "5000"
3202
- }
3203
- },
3204
- "additionalProperties": false }
3205
- },
3206
- "mail-server": {
3207
- "kind": "testEndpoint",
3208
- "version": "4.10.1",
3209
- "name": "mail-server",
3210
- "group": "mail",
3211
- "module": "citrus-mail",
3212
- "title": "MailServer",
3213
- "propertiesSchema": {
3214
- "$schema": "http://json-schema.org/draft-07/schema#",
3215
- "type": "object",
3216
- "properties": {
3217
- "authRequired": {
3218
- "type": "boolean",
3219
- "title": "AuthRequired",
3220
- "description": "When enabled users must authenticate with the server.",
3221
- "$comment": "group:security"
3222
- },
3223
- "autoAccept": {
3224
- "type": "boolean",
3225
- "title": "AutoAccept",
3226
- "description": "When enabled server will auto accept client connections.",
3227
- "$comment": "group:security"
3228
- },
3229
- "autoStart": {
3230
- "type": "boolean",
3231
- "title": "AutoStart",
3232
- "description": "When enabled the server is automatically started after creation."
3233
- },
3234
- "debugLogging": {
3235
- "type": "boolean",
3236
- "title": "DebugLogging",
3237
- "description": "When enabled the server prints debug logging output.",
3238
- "$comment": "group:advanced"
3239
- },
3240
- "endpointAdapter": {
3241
- "type": "string",
3242
- "title": "EndpointAdapter",
3243
- "description": "Sets a custom endpoint adapter to handle requests.",
3244
- "$comment": "group:advanced"
3245
- },
3246
- "javaMailProperties": {
3247
- "type": "object",
3248
- "title": "JavaMailProperties",
3249
- "description": "Custom properties passed to the java mail implementation.",
3250
- "$comment": "group:advanced"
3251
- },
3252
- "knownUsers": {
3253
- "title": "KnownUsers",
3254
- "description": "Sets a list of known users that will be accepted when establishing a connection.",
3255
- "$comment": "group:security",
3256
- "type": "array",
3257
- "items": {
3258
- "type": "string",
3259
- "title": "KnownUsers",
3260
- "description": "Sets a list of known users that will be accepted when establishing a connection.",
3261
- "$comment": "group:security"
3262
- }
3263
- },
3264
- "marshaller": {
3265
- "type": "string",
3266
- "title": "Marshaller",
3267
- "description": "Sets a custom mail message marshaller.",
3268
- "$comment": "group:advanced"
3269
- },
3270
- "messageConverter": {
3271
- "type": "string",
3272
- "title": "MessageConverter",
3273
- "description": "Sets custom message converter.",
3274
- "$comment": "group:advanced"
3275
- },
3276
- "name": {
3277
- "type": "string",
3278
- "title": "Name",
3279
- "description": "The name of the endpoint"
3280
- },
3281
- "port": {
3282
- "type": "integer",
3283
- "title": "Port",
3284
- "description": "The mail server port."
3285
- },
3286
- "smtp": {
3287
- "type": "string",
3288
- "title": "Smtp",
3289
- "description": "Sets the SMTP implementation.",
3290
- "$comment": "group:advanced"
3291
- },
3292
- "splitMultipart": {
3293
- "type": "boolean",
3294
- "title": "SplitMultipart",
3295
- "description": "When enabled the server splits multipart messages into individual parts.",
3296
- "$comment": "group:advanced"
3297
- },
3298
- "timeout": {
3299
- "type": "integer",
3300
- "title": "Timeout",
3301
- "description": "The server timeout.",
3302
- "default": "5000"
3303
3764
  }
3304
3765
  },
3305
3766
  "additionalProperties": false }