Skip to content

Commit c988032

Browse files
christophdlordrip
authored andcommitted
Add Citrus catalog v4.9.2
1 parent 8c60433 commit c988032

15 files changed

Lines changed: 450 additions & 127 deletions

catalog/citrus/4.9.1/index.json

Lines changed: 0 additions & 33 deletions
This file was deleted.
File renamed without changes.

catalog/citrus/4.9.1/citrus-catalog-aggregate-endpoints.json renamed to catalog/citrus/4.9.2/citrus-catalog-aggregate-endpoints.json

Lines changed: 67 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,33 @@
7575
}
7676
}
7777
},
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+
},
78105
"kafka-synchronous": {
79106
"kind": "testEndpoint",
80107
"name": "kafka-synchronous",
@@ -3068,6 +3095,46 @@
30683095
}
30693096
}
30703097
},
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+
},
30713138
"mail-server": {
30723139
"kind": "testEndpoint",
30733140
"name": "mail-server",
@@ -3166,45 +3233,5 @@
31663233
}
31673234
}
31683235
}
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-
}
32093236
}
32103237
}

catalog/citrus/4.9.1/citrus-catalog-aggregate-functions.json renamed to catalog/citrus/4.9.2/citrus-catalog-aggregate-functions.json

File renamed without changes.

catalog/citrus/4.9.1/citrus-catalog-aggregate-test-actions.json renamed to catalog/citrus/4.9.2/citrus-catalog-aggregate-test-actions.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,13 @@
537537
"title": "Integration",
538538
"description": "The Camel integration to send the message to."
539539
},
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+
},
540547
"loggingColor": {
541548
"type": "boolean",
542549
"title": "LoggingColor",
@@ -1503,6 +1510,8 @@
15031510
},
15041511
"channel": {
15051512
},
1513+
"context": {
1514+
},
15061515
"description": {
15071516
"type": "string",
15081517
"title": "Description",
@@ -2732,6 +2741,40 @@
27322741
}
27332742
}
27342743
},
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+
},
27352778
{
27362779
"type": "object",
27372780
"properties": {

catalog/citrus/4.9.1/citrus-catalog-aggregate-test-containers.json renamed to catalog/citrus/4.9.2/citrus-catalog-aggregate-test-containers.json

File renamed without changes.

catalog/citrus/4.9.1/citrus-catalog-aggregate-validation-matcher.json renamed to catalog/citrus/4.9.2/citrus-catalog-aggregate-validation-matcher.json

File renamed without changes.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,13 @@
15041504
"title" : "Integration",
15051505
"description" : "The Camel integration to send the message to."
15061506
},
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+
},
15071514
"loggingColor" : {
15081515
"type" : "boolean",
15091516
"title" : "LoggingColor",
@@ -2438,6 +2445,7 @@
24382445
"properties" : {
24392446
"camel" : { },
24402447
"channel" : { },
2448+
"context" : { },
24412449
"description" : {
24422450
"type" : "string",
24432451
"title" : "Description",
@@ -3491,6 +3499,40 @@
34913499
}
34923500
},
34933501
"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" ]
34943536
}, {
34953537
"type" : "object",
34963538
"properties" : {
@@ -10659,6 +10701,7 @@
1065910701
"properties" : {
1066010702
"camel" : { },
1066110703
"channel" : { },
10704+
"context" : { },
1066210705
"direct" : { },
1066310706
"docker" : { },
1066410707
"ftp" : { },
@@ -11700,6 +11743,40 @@
1170011743
}
1170111744
},
1170211745
"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" ]
1170311780
}, {
1170411781
"type" : "object",
1170511782
"properties" : {

catalog/citrus/4.9.2/index.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}

0 commit comments

Comments
 (0)