@kaoto/camel-catalog 0.6.1 → 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.
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-agent-configuration.json +4 -4
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-endpoints.json +174 -174
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-functions.json +43 -43
- package/dist/camel-catalog/citrus/4.10.3/citrus-catalog-aggregate-infra-services.json +623 -0
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-test-actions.json +1686 -1044
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-testcase.json +538 -174
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-testcase.xsd +97 -3
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/index.json +15 -9
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-agent-configuration.json +5 -5
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-endpoints.json +815 -354
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-functions.json +46 -46
- package/dist/camel-catalog/citrus/5.0.0/citrus-catalog-aggregate-infra-services.json +641 -0
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-test-actions.json +3187 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-testcase.json +2376 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-testcase.xsd +1880 -53
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/index.json +15 -9
- package/dist/camel-catalog/index.json +19 -8
- package/dist/camel-catalog/xslt/3.0/index.json +19 -0
- package/dist/camel-catalog/xslt/3.0/xslt-xpath-functions.json +12042 -0
- package/dist/index.js +2 -1
- package/dist/types/catalog-index.d.ts +30 -4
- package/package.json +2 -2
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"type" : "boolean",
|
|
63
63
|
"title" : "Offline",
|
|
64
64
|
"description" : "When enabled there will be no attempts to resolve Maven artifacts via internet connection.",
|
|
65
|
-
"default" :
|
|
65
|
+
"default" : true
|
|
66
66
|
},
|
|
67
67
|
"packages" : {
|
|
68
68
|
"title" : "Packages",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"type" : "integer",
|
|
79
79
|
"title" : "Port",
|
|
80
80
|
"description" : "The Http port the agent service is listening on.",
|
|
81
|
-
"default" :
|
|
81
|
+
"default" : 4567
|
|
82
82
|
},
|
|
83
83
|
"reset" : {
|
|
84
84
|
"type" : "boolean",
|
|
85
85
|
"title" : "Reset",
|
|
86
86
|
"description" : "When enabled the Citrus context instance is reset after the test.",
|
|
87
|
-
"default" :
|
|
87
|
+
"default" : true
|
|
88
88
|
},
|
|
89
89
|
"skipTests" : {
|
|
90
90
|
"type" : "boolean",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"type" : "boolean",
|
|
139
139
|
"title" : "Verbose",
|
|
140
140
|
"description" : "When enabled the test run prints verbose messages.",
|
|
141
|
-
"default" :
|
|
141
|
+
"default" : true
|
|
142
142
|
},
|
|
143
143
|
"workDir" : {
|
|
144
144
|
"type" : "string",
|