@kaoto/camel-catalog 0.3.7 → 0.3.10
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.
- package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-endpoints.json +67 -40
- package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-test-actions.json +43 -0
- package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-testcase.json +77 -0
- package/dist/citrus-catalog/citrus/4.9.2/index.json +51 -0
- package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-endpoints.json +67 -40
- package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-test-actions.json +43 -0
- package/dist/citrus-catalog/citrus/citrus-testcase.json +77 -0
- package/dist/citrus-catalog/citrus/index.json +24 -6
- package/dist/citrus-catalog/index.json +8 -3
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +5 -5
- package/dist/citrus-catalog/citrus/4.9.1/index.json +0 -33
- /package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-agent-configuration.json +0 -0
- /package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-functions.json +0 -0
- /package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-test-containers.json +0 -0
- /package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-validation-matcher.json +0 -0
- /package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-testcase.xsd +0 -0
|
@@ -75,6 +75,33 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"context-messageStore": {
|
|
79
|
+
"kind": "testEndpoint",
|
|
80
|
+
"name": "context-messageStore",
|
|
81
|
+
"group": "context",
|
|
82
|
+
"title": "ContextMessageStore",
|
|
83
|
+
"propertiesSchema": {
|
|
84
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"messageName": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"title": "MessageName",
|
|
90
|
+
"description": "The message name."
|
|
91
|
+
},
|
|
92
|
+
"name": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"title": "Name",
|
|
95
|
+
"description": "The name of the endpoint"
|
|
96
|
+
},
|
|
97
|
+
"timeout": {
|
|
98
|
+
"type": "integer",
|
|
99
|
+
"title": "Timeout",
|
|
100
|
+
"description": "The timeout when receiving messages from the message store."
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
78
105
|
"kafka-synchronous": {
|
|
79
106
|
"kind": "testEndpoint",
|
|
80
107
|
"name": "kafka-synchronous",
|
|
@@ -3068,6 +3095,46 @@
|
|
|
3068
3095
|
}
|
|
3069
3096
|
}
|
|
3070
3097
|
},
|
|
3098
|
+
"ssh-server": {
|
|
3099
|
+
"kind": "testEndpoint",
|
|
3100
|
+
"name": "ssh-server",
|
|
3101
|
+
"group": "ssh",
|
|
3102
|
+
"title": "SshServer",
|
|
3103
|
+
"propertiesSchema": {
|
|
3104
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3105
|
+
"type": "object",
|
|
3106
|
+
"properties": {
|
|
3107
|
+
"autoStart": {
|
|
3108
|
+
"type": "boolean",
|
|
3109
|
+
"title": "AutoStart",
|
|
3110
|
+
"description": "When enabled the server is automatically started after creation."
|
|
3111
|
+
},
|
|
3112
|
+
"debugLogging": {
|
|
3113
|
+
"type": "boolean",
|
|
3114
|
+
"title": "DebugLogging",
|
|
3115
|
+
"description": "When enabled the server prints debug logging output.",
|
|
3116
|
+
"$comment": "group:advanced"
|
|
3117
|
+
},
|
|
3118
|
+
"endpointAdapter": {
|
|
3119
|
+
"type": "string",
|
|
3120
|
+
"title": "EndpointAdapter",
|
|
3121
|
+
"description": "Sets a custom endpoint adapter to handle requests.",
|
|
3122
|
+
"$comment": "group:advanced"
|
|
3123
|
+
},
|
|
3124
|
+
"name": {
|
|
3125
|
+
"type": "string",
|
|
3126
|
+
"title": "Name",
|
|
3127
|
+
"description": "The name of the endpoint"
|
|
3128
|
+
},
|
|
3129
|
+
"timeout": {
|
|
3130
|
+
"type": "integer",
|
|
3131
|
+
"title": "Timeout",
|
|
3132
|
+
"description": "The server timeout.",
|
|
3133
|
+
"default": "5000"
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3071
3138
|
"mail-server": {
|
|
3072
3139
|
"kind": "testEndpoint",
|
|
3073
3140
|
"name": "mail-server",
|
|
@@ -3166,45 +3233,5 @@
|
|
|
3166
3233
|
}
|
|
3167
3234
|
}
|
|
3168
3235
|
}
|
|
3169
|
-
},
|
|
3170
|
-
"ssh-server": {
|
|
3171
|
-
"kind": "testEndpoint",
|
|
3172
|
-
"name": "ssh-server",
|
|
3173
|
-
"group": "ssh",
|
|
3174
|
-
"title": "SshServer",
|
|
3175
|
-
"propertiesSchema": {
|
|
3176
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3177
|
-
"type": "object",
|
|
3178
|
-
"properties": {
|
|
3179
|
-
"autoStart": {
|
|
3180
|
-
"type": "boolean",
|
|
3181
|
-
"title": "AutoStart",
|
|
3182
|
-
"description": "When enabled the server is automatically started after creation."
|
|
3183
|
-
},
|
|
3184
|
-
"debugLogging": {
|
|
3185
|
-
"type": "boolean",
|
|
3186
|
-
"title": "DebugLogging",
|
|
3187
|
-
"description": "When enabled the server prints debug logging output.",
|
|
3188
|
-
"$comment": "group:advanced"
|
|
3189
|
-
},
|
|
3190
|
-
"endpointAdapter": {
|
|
3191
|
-
"type": "string",
|
|
3192
|
-
"title": "EndpointAdapter",
|
|
3193
|
-
"description": "Sets a custom endpoint adapter to handle requests.",
|
|
3194
|
-
"$comment": "group:advanced"
|
|
3195
|
-
},
|
|
3196
|
-
"name": {
|
|
3197
|
-
"type": "string",
|
|
3198
|
-
"title": "Name",
|
|
3199
|
-
"description": "The name of the endpoint"
|
|
3200
|
-
},
|
|
3201
|
-
"timeout": {
|
|
3202
|
-
"type": "integer",
|
|
3203
|
-
"title": "Timeout",
|
|
3204
|
-
"description": "The server timeout.",
|
|
3205
|
-
"default": "5000"
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
3236
|
}
|
|
3210
3237
|
}
|
package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-test-actions.json
RENAMED
|
@@ -537,6 +537,13 @@
|
|
|
537
537
|
"title": "Integration",
|
|
538
538
|
"description": "The Camel integration to send the message to."
|
|
539
539
|
},
|
|
540
|
+
"jsonOutput": {
|
|
541
|
+
"type": "boolean",
|
|
542
|
+
"title": "JsonOutput",
|
|
543
|
+
"description": "When enabled action stores messages from json output.",
|
|
544
|
+
"default": "false",
|
|
545
|
+
"$comment": "group:advanced"
|
|
546
|
+
},
|
|
540
547
|
"loggingColor": {
|
|
541
548
|
"type": "boolean",
|
|
542
549
|
"title": "LoggingColor",
|
|
@@ -1503,6 +1510,8 @@
|
|
|
1503
1510
|
},
|
|
1504
1511
|
"channel": {
|
|
1505
1512
|
},
|
|
1513
|
+
"context": {
|
|
1514
|
+
},
|
|
1506
1515
|
"description": {
|
|
1507
1516
|
"type": "string",
|
|
1508
1517
|
"title": "Description",
|
|
@@ -2732,6 +2741,40 @@
|
|
|
2732
2741
|
}
|
|
2733
2742
|
}
|
|
2734
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"type": "object",
|
|
2746
|
+
"properties": {
|
|
2747
|
+
"context": {
|
|
2748
|
+
"type": "object",
|
|
2749
|
+
"properties": {
|
|
2750
|
+
"messageStore": {
|
|
2751
|
+
"type": "object",
|
|
2752
|
+
"properties": {
|
|
2753
|
+
"messageName": {
|
|
2754
|
+
"type": "string",
|
|
2755
|
+
"title": "MessageName",
|
|
2756
|
+
"description": "The message name."
|
|
2757
|
+
},
|
|
2758
|
+
"name": {
|
|
2759
|
+
"type": "string",
|
|
2760
|
+
"title": "Name",
|
|
2761
|
+
"description": "The name of the endpoint"
|
|
2762
|
+
},
|
|
2763
|
+
"timeout": {
|
|
2764
|
+
"type": "integer",
|
|
2765
|
+
"title": "Timeout",
|
|
2766
|
+
"description": "The timeout when receiving messages from the message store."
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"title": "MessageStore",
|
|
2770
|
+
"description": "Sets a message store endpoint ."
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"title": "Context",
|
|
2774
|
+
"description": "Context endpoint."
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2735
2778
|
{
|
|
2736
2779
|
"type": "object",
|
|
2737
2780
|
"properties": {
|
|
@@ -1504,6 +1504,13 @@
|
|
|
1504
1504
|
"title" : "Integration",
|
|
1505
1505
|
"description" : "The Camel integration to send the message to."
|
|
1506
1506
|
},
|
|
1507
|
+
"jsonOutput" : {
|
|
1508
|
+
"type" : "boolean",
|
|
1509
|
+
"title" : "JsonOutput",
|
|
1510
|
+
"description" : "When enabled action stores messages from json output.",
|
|
1511
|
+
"default" : "false",
|
|
1512
|
+
"$comment" : "group:advanced"
|
|
1513
|
+
},
|
|
1507
1514
|
"loggingColor" : {
|
|
1508
1515
|
"type" : "boolean",
|
|
1509
1516
|
"title" : "LoggingColor",
|
|
@@ -2438,6 +2445,7 @@
|
|
|
2438
2445
|
"properties" : {
|
|
2439
2446
|
"camel" : { },
|
|
2440
2447
|
"channel" : { },
|
|
2448
|
+
"context" : { },
|
|
2441
2449
|
"description" : {
|
|
2442
2450
|
"type" : "string",
|
|
2443
2451
|
"title" : "Description",
|
|
@@ -3491,6 +3499,40 @@
|
|
|
3491
3499
|
}
|
|
3492
3500
|
},
|
|
3493
3501
|
"required" : [ "webSocket" ]
|
|
3502
|
+
}, {
|
|
3503
|
+
"type" : "object",
|
|
3504
|
+
"properties" : {
|
|
3505
|
+
"context" : {
|
|
3506
|
+
"type" : "object",
|
|
3507
|
+
"properties" : {
|
|
3508
|
+
"messageStore" : {
|
|
3509
|
+
"type" : "object",
|
|
3510
|
+
"properties" : {
|
|
3511
|
+
"messageName" : {
|
|
3512
|
+
"type" : "string",
|
|
3513
|
+
"title" : "MessageName",
|
|
3514
|
+
"description" : "The message name."
|
|
3515
|
+
},
|
|
3516
|
+
"name" : {
|
|
3517
|
+
"type" : "string",
|
|
3518
|
+
"title" : "Name",
|
|
3519
|
+
"description" : "The name of the endpoint"
|
|
3520
|
+
},
|
|
3521
|
+
"timeout" : {
|
|
3522
|
+
"type" : "integer",
|
|
3523
|
+
"title" : "Timeout",
|
|
3524
|
+
"description" : "The timeout when receiving messages from the message store."
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3527
|
+
"title" : "MessageStore",
|
|
3528
|
+
"description" : "Sets a message store endpoint ."
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3531
|
+
"title" : "Context",
|
|
3532
|
+
"description" : "Context endpoint."
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"required" : [ "context" ]
|
|
3494
3536
|
}, {
|
|
3495
3537
|
"type" : "object",
|
|
3496
3538
|
"properties" : {
|
|
@@ -10659,6 +10701,7 @@
|
|
|
10659
10701
|
"properties" : {
|
|
10660
10702
|
"camel" : { },
|
|
10661
10703
|
"channel" : { },
|
|
10704
|
+
"context" : { },
|
|
10662
10705
|
"direct" : { },
|
|
10663
10706
|
"docker" : { },
|
|
10664
10707
|
"ftp" : { },
|
|
@@ -11700,6 +11743,40 @@
|
|
|
11700
11743
|
}
|
|
11701
11744
|
},
|
|
11702
11745
|
"required" : [ "webSocket" ]
|
|
11746
|
+
}, {
|
|
11747
|
+
"type" : "object",
|
|
11748
|
+
"properties" : {
|
|
11749
|
+
"context" : {
|
|
11750
|
+
"type" : "object",
|
|
11751
|
+
"properties" : {
|
|
11752
|
+
"messageStore" : {
|
|
11753
|
+
"type" : "object",
|
|
11754
|
+
"properties" : {
|
|
11755
|
+
"messageName" : {
|
|
11756
|
+
"type" : "string",
|
|
11757
|
+
"title" : "MessageName",
|
|
11758
|
+
"description" : "The message name."
|
|
11759
|
+
},
|
|
11760
|
+
"name" : {
|
|
11761
|
+
"type" : "string",
|
|
11762
|
+
"title" : "Name",
|
|
11763
|
+
"description" : "The name of the endpoint"
|
|
11764
|
+
},
|
|
11765
|
+
"timeout" : {
|
|
11766
|
+
"type" : "integer",
|
|
11767
|
+
"title" : "Timeout",
|
|
11768
|
+
"description" : "The timeout when receiving messages from the message store."
|
|
11769
|
+
}
|
|
11770
|
+
},
|
|
11771
|
+
"title" : "MessageStore",
|
|
11772
|
+
"description" : "Sets a message store endpoint ."
|
|
11773
|
+
}
|
|
11774
|
+
},
|
|
11775
|
+
"title" : "Context",
|
|
11776
|
+
"description" : "Context endpoint."
|
|
11777
|
+
}
|
|
11778
|
+
},
|
|
11779
|
+
"required" : [ "context" ]
|
|
11703
11780
|
}, {
|
|
11704
11781
|
"type" : "object",
|
|
11705
11782
|
"properties" : {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name" : "Citrus 4.9.2",
|
|
3
|
+
"version" : "4.9.2",
|
|
4
|
+
"runtime" : "Citrus",
|
|
5
|
+
"catalogs" : {
|
|
6
|
+
"actions" : {
|
|
7
|
+
"name" : "actions",
|
|
8
|
+
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
+
"version" : "4.9.2",
|
|
10
|
+
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
|
+
},
|
|
12
|
+
"containers" : {
|
|
13
|
+
"name" : "containers",
|
|
14
|
+
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
+
"version" : "4.9.2",
|
|
16
|
+
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
|
+
},
|
|
18
|
+
"endpoints" : {
|
|
19
|
+
"name" : "endpoints",
|
|
20
|
+
"description" : "Aggregated Citrus catalog for endpoints",
|
|
21
|
+
"version" : "4.9.2",
|
|
22
|
+
"file" : "citrus-catalog-aggregate-endpoints.json"
|
|
23
|
+
},
|
|
24
|
+
"functions" : {
|
|
25
|
+
"name" : "functions",
|
|
26
|
+
"description" : "Aggregated Citrus catalog for functions",
|
|
27
|
+
"version" : "4.9.2",
|
|
28
|
+
"file" : "citrus-catalog-aggregate-functions.json"
|
|
29
|
+
},
|
|
30
|
+
"validationMatcher" : {
|
|
31
|
+
"name" : "validationMatcher",
|
|
32
|
+
"description" : "Aggregated Citrus catalog for validation matcher",
|
|
33
|
+
"version" : "4.9.2",
|
|
34
|
+
"file" : "citrus-catalog-aggregate-validation-matcher.json"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"schemas" : {
|
|
38
|
+
"citrus-yaml" : {
|
|
39
|
+
"name" : "citrus-yaml",
|
|
40
|
+
"description" : "Citrus Json schema for tests",
|
|
41
|
+
"version" : "4.9.2",
|
|
42
|
+
"file" : "citrus-testcase.json"
|
|
43
|
+
},
|
|
44
|
+
"citrus-xml-io" : {
|
|
45
|
+
"name" : "citrus-xml",
|
|
46
|
+
"description" : "Citrus XSD schema for tests",
|
|
47
|
+
"version" : "4.9.2",
|
|
48
|
+
"file" : "citrus-testcase.xsd"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -75,6 +75,33 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"context-messageStore": {
|
|
79
|
+
"kind": "testEndpoint",
|
|
80
|
+
"name": "context-messageStore",
|
|
81
|
+
"group": "context",
|
|
82
|
+
"title": "ContextMessageStore",
|
|
83
|
+
"propertiesSchema": {
|
|
84
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"messageName": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"title": "MessageName",
|
|
90
|
+
"description": "The message name."
|
|
91
|
+
},
|
|
92
|
+
"name": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"title": "Name",
|
|
95
|
+
"description": "The name of the endpoint"
|
|
96
|
+
},
|
|
97
|
+
"timeout": {
|
|
98
|
+
"type": "integer",
|
|
99
|
+
"title": "Timeout",
|
|
100
|
+
"description": "The timeout when receiving messages from the message store."
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
78
105
|
"kafka-synchronous": {
|
|
79
106
|
"kind": "testEndpoint",
|
|
80
107
|
"name": "kafka-synchronous",
|
|
@@ -3068,6 +3095,46 @@
|
|
|
3068
3095
|
}
|
|
3069
3096
|
}
|
|
3070
3097
|
},
|
|
3098
|
+
"ssh-server": {
|
|
3099
|
+
"kind": "testEndpoint",
|
|
3100
|
+
"name": "ssh-server",
|
|
3101
|
+
"group": "ssh",
|
|
3102
|
+
"title": "SshServer",
|
|
3103
|
+
"propertiesSchema": {
|
|
3104
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3105
|
+
"type": "object",
|
|
3106
|
+
"properties": {
|
|
3107
|
+
"autoStart": {
|
|
3108
|
+
"type": "boolean",
|
|
3109
|
+
"title": "AutoStart",
|
|
3110
|
+
"description": "When enabled the server is automatically started after creation."
|
|
3111
|
+
},
|
|
3112
|
+
"debugLogging": {
|
|
3113
|
+
"type": "boolean",
|
|
3114
|
+
"title": "DebugLogging",
|
|
3115
|
+
"description": "When enabled the server prints debug logging output.",
|
|
3116
|
+
"$comment": "group:advanced"
|
|
3117
|
+
},
|
|
3118
|
+
"endpointAdapter": {
|
|
3119
|
+
"type": "string",
|
|
3120
|
+
"title": "EndpointAdapter",
|
|
3121
|
+
"description": "Sets a custom endpoint adapter to handle requests.",
|
|
3122
|
+
"$comment": "group:advanced"
|
|
3123
|
+
},
|
|
3124
|
+
"name": {
|
|
3125
|
+
"type": "string",
|
|
3126
|
+
"title": "Name",
|
|
3127
|
+
"description": "The name of the endpoint"
|
|
3128
|
+
},
|
|
3129
|
+
"timeout": {
|
|
3130
|
+
"type": "integer",
|
|
3131
|
+
"title": "Timeout",
|
|
3132
|
+
"description": "The server timeout.",
|
|
3133
|
+
"default": "5000"
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3071
3138
|
"mail-server": {
|
|
3072
3139
|
"kind": "testEndpoint",
|
|
3073
3140
|
"name": "mail-server",
|
|
@@ -3166,45 +3233,5 @@
|
|
|
3166
3233
|
}
|
|
3167
3234
|
}
|
|
3168
3235
|
}
|
|
3169
|
-
},
|
|
3170
|
-
"ssh-server": {
|
|
3171
|
-
"kind": "testEndpoint",
|
|
3172
|
-
"name": "ssh-server",
|
|
3173
|
-
"group": "ssh",
|
|
3174
|
-
"title": "SshServer",
|
|
3175
|
-
"propertiesSchema": {
|
|
3176
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3177
|
-
"type": "object",
|
|
3178
|
-
"properties": {
|
|
3179
|
-
"autoStart": {
|
|
3180
|
-
"type": "boolean",
|
|
3181
|
-
"title": "AutoStart",
|
|
3182
|
-
"description": "When enabled the server is automatically started after creation."
|
|
3183
|
-
},
|
|
3184
|
-
"debugLogging": {
|
|
3185
|
-
"type": "boolean",
|
|
3186
|
-
"title": "DebugLogging",
|
|
3187
|
-
"description": "When enabled the server prints debug logging output.",
|
|
3188
|
-
"$comment": "group:advanced"
|
|
3189
|
-
},
|
|
3190
|
-
"endpointAdapter": {
|
|
3191
|
-
"type": "string",
|
|
3192
|
-
"title": "EndpointAdapter",
|
|
3193
|
-
"description": "Sets a custom endpoint adapter to handle requests.",
|
|
3194
|
-
"$comment": "group:advanced"
|
|
3195
|
-
},
|
|
3196
|
-
"name": {
|
|
3197
|
-
"type": "string",
|
|
3198
|
-
"title": "Name",
|
|
3199
|
-
"description": "The name of the endpoint"
|
|
3200
|
-
},
|
|
3201
|
-
"timeout": {
|
|
3202
|
-
"type": "integer",
|
|
3203
|
-
"title": "Timeout",
|
|
3204
|
-
"description": "The server timeout.",
|
|
3205
|
-
"default": "5000"
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
3236
|
}
|
|
3210
3237
|
}
|
|
@@ -537,6 +537,13 @@
|
|
|
537
537
|
"title": "Integration",
|
|
538
538
|
"description": "The Camel integration to send the message to."
|
|
539
539
|
},
|
|
540
|
+
"jsonOutput": {
|
|
541
|
+
"type": "boolean",
|
|
542
|
+
"title": "JsonOutput",
|
|
543
|
+
"description": "When enabled action stores messages from json output.",
|
|
544
|
+
"default": "false",
|
|
545
|
+
"$comment": "group:advanced"
|
|
546
|
+
},
|
|
540
547
|
"loggingColor": {
|
|
541
548
|
"type": "boolean",
|
|
542
549
|
"title": "LoggingColor",
|
|
@@ -1503,6 +1510,8 @@
|
|
|
1503
1510
|
},
|
|
1504
1511
|
"channel": {
|
|
1505
1512
|
},
|
|
1513
|
+
"context": {
|
|
1514
|
+
},
|
|
1506
1515
|
"description": {
|
|
1507
1516
|
"type": "string",
|
|
1508
1517
|
"title": "Description",
|
|
@@ -2732,6 +2741,40 @@
|
|
|
2732
2741
|
}
|
|
2733
2742
|
}
|
|
2734
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"type": "object",
|
|
2746
|
+
"properties": {
|
|
2747
|
+
"context": {
|
|
2748
|
+
"type": "object",
|
|
2749
|
+
"properties": {
|
|
2750
|
+
"messageStore": {
|
|
2751
|
+
"type": "object",
|
|
2752
|
+
"properties": {
|
|
2753
|
+
"messageName": {
|
|
2754
|
+
"type": "string",
|
|
2755
|
+
"title": "MessageName",
|
|
2756
|
+
"description": "The message name."
|
|
2757
|
+
},
|
|
2758
|
+
"name": {
|
|
2759
|
+
"type": "string",
|
|
2760
|
+
"title": "Name",
|
|
2761
|
+
"description": "The name of the endpoint"
|
|
2762
|
+
},
|
|
2763
|
+
"timeout": {
|
|
2764
|
+
"type": "integer",
|
|
2765
|
+
"title": "Timeout",
|
|
2766
|
+
"description": "The timeout when receiving messages from the message store."
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"title": "MessageStore",
|
|
2770
|
+
"description": "Sets a message store endpoint ."
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"title": "Context",
|
|
2774
|
+
"description": "Context endpoint."
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2735
2778
|
{
|
|
2736
2779
|
"type": "object",
|
|
2737
2780
|
"properties": {
|
|
@@ -1504,6 +1504,13 @@
|
|
|
1504
1504
|
"title" : "Integration",
|
|
1505
1505
|
"description" : "The Camel integration to send the message to."
|
|
1506
1506
|
},
|
|
1507
|
+
"jsonOutput" : {
|
|
1508
|
+
"type" : "boolean",
|
|
1509
|
+
"title" : "JsonOutput",
|
|
1510
|
+
"description" : "When enabled action stores messages from json output.",
|
|
1511
|
+
"default" : "false",
|
|
1512
|
+
"$comment" : "group:advanced"
|
|
1513
|
+
},
|
|
1507
1514
|
"loggingColor" : {
|
|
1508
1515
|
"type" : "boolean",
|
|
1509
1516
|
"title" : "LoggingColor",
|
|
@@ -2438,6 +2445,7 @@
|
|
|
2438
2445
|
"properties" : {
|
|
2439
2446
|
"camel" : { },
|
|
2440
2447
|
"channel" : { },
|
|
2448
|
+
"context" : { },
|
|
2441
2449
|
"description" : {
|
|
2442
2450
|
"type" : "string",
|
|
2443
2451
|
"title" : "Description",
|
|
@@ -3491,6 +3499,40 @@
|
|
|
3491
3499
|
}
|
|
3492
3500
|
},
|
|
3493
3501
|
"required" : [ "webSocket" ]
|
|
3502
|
+
}, {
|
|
3503
|
+
"type" : "object",
|
|
3504
|
+
"properties" : {
|
|
3505
|
+
"context" : {
|
|
3506
|
+
"type" : "object",
|
|
3507
|
+
"properties" : {
|
|
3508
|
+
"messageStore" : {
|
|
3509
|
+
"type" : "object",
|
|
3510
|
+
"properties" : {
|
|
3511
|
+
"messageName" : {
|
|
3512
|
+
"type" : "string",
|
|
3513
|
+
"title" : "MessageName",
|
|
3514
|
+
"description" : "The message name."
|
|
3515
|
+
},
|
|
3516
|
+
"name" : {
|
|
3517
|
+
"type" : "string",
|
|
3518
|
+
"title" : "Name",
|
|
3519
|
+
"description" : "The name of the endpoint"
|
|
3520
|
+
},
|
|
3521
|
+
"timeout" : {
|
|
3522
|
+
"type" : "integer",
|
|
3523
|
+
"title" : "Timeout",
|
|
3524
|
+
"description" : "The timeout when receiving messages from the message store."
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3527
|
+
"title" : "MessageStore",
|
|
3528
|
+
"description" : "Sets a message store endpoint ."
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3531
|
+
"title" : "Context",
|
|
3532
|
+
"description" : "Context endpoint."
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"required" : [ "context" ]
|
|
3494
3536
|
}, {
|
|
3495
3537
|
"type" : "object",
|
|
3496
3538
|
"properties" : {
|
|
@@ -10659,6 +10701,7 @@
|
|
|
10659
10701
|
"properties" : {
|
|
10660
10702
|
"camel" : { },
|
|
10661
10703
|
"channel" : { },
|
|
10704
|
+
"context" : { },
|
|
10662
10705
|
"direct" : { },
|
|
10663
10706
|
"docker" : { },
|
|
10664
10707
|
"ftp" : { },
|
|
@@ -11700,6 +11743,40 @@
|
|
|
11700
11743
|
}
|
|
11701
11744
|
},
|
|
11702
11745
|
"required" : [ "webSocket" ]
|
|
11746
|
+
}, {
|
|
11747
|
+
"type" : "object",
|
|
11748
|
+
"properties" : {
|
|
11749
|
+
"context" : {
|
|
11750
|
+
"type" : "object",
|
|
11751
|
+
"properties" : {
|
|
11752
|
+
"messageStore" : {
|
|
11753
|
+
"type" : "object",
|
|
11754
|
+
"properties" : {
|
|
11755
|
+
"messageName" : {
|
|
11756
|
+
"type" : "string",
|
|
11757
|
+
"title" : "MessageName",
|
|
11758
|
+
"description" : "The message name."
|
|
11759
|
+
},
|
|
11760
|
+
"name" : {
|
|
11761
|
+
"type" : "string",
|
|
11762
|
+
"title" : "Name",
|
|
11763
|
+
"description" : "The name of the endpoint"
|
|
11764
|
+
},
|
|
11765
|
+
"timeout" : {
|
|
11766
|
+
"type" : "integer",
|
|
11767
|
+
"title" : "Timeout",
|
|
11768
|
+
"description" : "The timeout when receiving messages from the message store."
|
|
11769
|
+
}
|
|
11770
|
+
},
|
|
11771
|
+
"title" : "MessageStore",
|
|
11772
|
+
"description" : "Sets a message store endpoint ."
|
|
11773
|
+
}
|
|
11774
|
+
},
|
|
11775
|
+
"title" : "Context",
|
|
11776
|
+
"description" : "Context endpoint."
|
|
11777
|
+
}
|
|
11778
|
+
},
|
|
11779
|
+
"required" : [ "context" ]
|
|
11703
11780
|
}, {
|
|
11704
11781
|
"type" : "object",
|
|
11705
11782
|
"properties" : {
|
|
@@ -1,32 +1,50 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name" : "Citrus 4.9.
|
|
3
|
-
"version" : "4.9.
|
|
2
|
+
"name" : "Citrus 4.9.2",
|
|
3
|
+
"version" : "4.9.2",
|
|
4
4
|
"runtime" : "Citrus",
|
|
5
5
|
"catalogs" : {
|
|
6
6
|
"actions" : {
|
|
7
7
|
"name" : "actions",
|
|
8
8
|
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
-
"version" : "4.9.
|
|
9
|
+
"version" : "4.9.2",
|
|
10
10
|
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
11
|
},
|
|
12
12
|
"containers" : {
|
|
13
13
|
"name" : "containers",
|
|
14
14
|
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
-
"version" : "4.9.
|
|
15
|
+
"version" : "4.9.2",
|
|
16
16
|
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
|
+
},
|
|
18
|
+
"endpoints" : {
|
|
19
|
+
"name" : "endpoints",
|
|
20
|
+
"description" : "Aggregated Citrus catalog for endpoints",
|
|
21
|
+
"version" : "4.9.2",
|
|
22
|
+
"file" : "citrus-catalog-aggregate-endpoints.json"
|
|
23
|
+
},
|
|
24
|
+
"functions" : {
|
|
25
|
+
"name" : "functions",
|
|
26
|
+
"description" : "Aggregated Citrus catalog for functions",
|
|
27
|
+
"version" : "4.9.2",
|
|
28
|
+
"file" : "citrus-catalog-aggregate-functions.json"
|
|
29
|
+
},
|
|
30
|
+
"validationMatcher" : {
|
|
31
|
+
"name" : "validationMatcher",
|
|
32
|
+
"description" : "Aggregated Citrus catalog for validation matcher",
|
|
33
|
+
"version" : "4.9.2",
|
|
34
|
+
"file" : "citrus-catalog-aggregate-validation-matcher.json"
|
|
17
35
|
}
|
|
18
36
|
},
|
|
19
37
|
"schemas" : {
|
|
20
38
|
"citrus-yaml" : {
|
|
21
39
|
"name" : "citrus-yaml",
|
|
22
40
|
"description" : "Citrus Json schema for tests",
|
|
23
|
-
"version" : "4.9.
|
|
41
|
+
"version" : "4.9.2",
|
|
24
42
|
"file" : "citrus-testcase.json"
|
|
25
43
|
},
|
|
26
44
|
"citrus-xml-io" : {
|
|
27
45
|
"name" : "citrus-xml",
|
|
28
46
|
"description" : "Citrus XSD schema for tests",
|
|
29
|
-
"version" : "4.9.
|
|
47
|
+
"version" : "4.9.2",
|
|
30
48
|
"file" : "citrus-testcase.xsd"
|
|
31
49
|
}
|
|
32
50
|
}
|
|
@@ -2,9 +2,14 @@
|
|
|
2
2
|
"name" : "Citrus catalog",
|
|
3
3
|
"version" : 1,
|
|
4
4
|
"definitions" : [ {
|
|
5
|
-
"name" : "Citrus
|
|
6
|
-
"version" : "
|
|
5
|
+
"name" : "Citrus Latest",
|
|
6
|
+
"version" : "latest",
|
|
7
7
|
"runtime" : "Citrus",
|
|
8
|
-
"fileName" : "citrus/
|
|
8
|
+
"fileName" : "citrus/index.json"
|
|
9
|
+
}, {
|
|
10
|
+
"name" : "Citrus 4.9.2",
|
|
11
|
+
"version" : "4.9.2",
|
|
12
|
+
"runtime" : "Citrus",
|
|
13
|
+
"fileName" : "citrus/4.9.2/index.json"
|
|
9
14
|
} ]
|
|
10
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-
|
|
3
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-02-10 10:32:52.
|
|
4
4
|
|
|
5
5
|
export interface CatalogCliArgument {
|
|
6
6
|
runtime: CatalogRuntime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaoto/camel-catalog",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Camel Catalog and schemas for Kaoto",
|
|
6
6
|
"repository": "https://github.com/KaotoIO/camel-catalog",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@eslint/js": "^9.10.0",
|
|
41
|
-
"@lerna-lite/cli": "^4.
|
|
42
|
-
"@lerna-lite/publish": "^4.
|
|
43
|
-
"@lerna-lite/version": "^4.
|
|
41
|
+
"@lerna-lite/cli": "^4.11.2",
|
|
42
|
+
"@lerna-lite/publish": "^4.11.2",
|
|
43
|
+
"@lerna-lite/version": "^4.11.2",
|
|
44
44
|
"@types/eslint__js": "^8.42.3",
|
|
45
45
|
"@types/node": "^20.0.0",
|
|
46
46
|
"copyfiles": "^2.4.1",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"typescript": "^5.4.2",
|
|
55
55
|
"typescript-eslint": "^8.5.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "21f5ee95e22d25b63c4fd9d7a2e52a3d2fe77fac",
|
|
58
58
|
"packageManager": "yarn@4.12.0"
|
|
59
59
|
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name" : "Citrus 4.9.1",
|
|
3
|
-
"version" : "4.9.1",
|
|
4
|
-
"runtime" : "Citrus",
|
|
5
|
-
"catalogs" : {
|
|
6
|
-
"actions" : {
|
|
7
|
-
"name" : "actions",
|
|
8
|
-
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
-
"version" : "4.9.1",
|
|
10
|
-
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
|
-
},
|
|
12
|
-
"containers" : {
|
|
13
|
-
"name" : "containers",
|
|
14
|
-
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
-
"version" : "4.9.1",
|
|
16
|
-
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"schemas" : {
|
|
20
|
-
"citrus-yaml" : {
|
|
21
|
-
"name" : "citrus-yaml",
|
|
22
|
-
"description" : "Citrus Json schema for tests",
|
|
23
|
-
"version" : "4.9.1",
|
|
24
|
-
"file" : "citrus-testcase.json"
|
|
25
|
-
},
|
|
26
|
-
"citrus-xml-io" : {
|
|
27
|
-
"name" : "citrus-xml",
|
|
28
|
-
"description" : "Citrus XSD schema for tests",
|
|
29
|
-
"version" : "4.9.1",
|
|
30
|
-
"file" : "citrus-testcase.xsd"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
File without changes
|
|
File without changes
|
/package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-test-containers.json
RENAMED
|
File without changes
|
/package/dist/citrus-catalog/citrus/{4.9.1 → 4.9.2}/citrus-catalog-aggregate-validation-matcher.json
RENAMED
|
File without changes
|
|
File without changes
|