@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.
Files changed (26) 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 +19 -8
  22. package/dist/camel-catalog/xslt/3.0/index.json +19 -0
  23. package/dist/camel-catalog/xslt/3.0/xslt-xpath-functions.json +12042 -0
  24. package/dist/index.js +2 -1
  25. package/dist/types/catalog-index.d.ts +30 -4
  26. package/package.json +2 -2
@@ -87,7 +87,7 @@
87
87
  </xs:complexType>
88
88
  </xs:element>
89
89
  </xs:sequence>
90
- <xs:attribute name="ignore-case" type="xs:string"/>
90
+ <xs:attribute name="ignore-case" type="xs:boolean"/>
91
91
  </xs:complexType>
92
92
  </xs:element>
93
93
  <xs:element name="body" minOccurs="0">
@@ -933,6 +933,81 @@
933
933
  <xs:attribute name="actor" type="xs:string"/>
934
934
  </xs:complexType>
935
935
 
936
+ <xs:simpleType name="CamelInfraServiceType">
937
+ <xs:restriction base="xs:string">
938
+ <xs:enumeration value="arangodb"/>
939
+ <xs:enumeration value="artemis"/>
940
+ <xs:enumeration value="artemis.amqp"/>
941
+ <xs:enumeration value="aws.cloud-watch"/>
942
+ <xs:enumeration value="aws.config"/>
943
+ <xs:enumeration value="aws.dynamo-db"/>
944
+ <xs:enumeration value="aws.dynamodb"/>
945
+ <xs:enumeration value="aws.ec2"/>
946
+ <xs:enumeration value="aws.event-bridge"/>
947
+ <xs:enumeration value="aws.iam"/>
948
+ <xs:enumeration value="aws.kinesis"/>
949
+ <xs:enumeration value="aws.kms"/>
950
+ <xs:enumeration value="aws.lambda"/>
951
+ <xs:enumeration value="aws.s3"/>
952
+ <xs:enumeration value="aws.secrets-manager"/>
953
+ <xs:enumeration value="aws.sns"/>
954
+ <xs:enumeration value="aws.sqs"/>
955
+ <xs:enumeration value="aws.ssm"/>
956
+ <xs:enumeration value="aws.sts"/>
957
+ <xs:enumeration value="aws.transcribe"/>
958
+ <xs:enumeration value="azure.storage-blob"/>
959
+ <xs:enumeration value="azure.storage-queue"/>
960
+ <xs:enumeration value="cassandra"/>
961
+ <xs:enumeration value="chat-script"/>
962
+ <xs:enumeration value="consul"/>
963
+ <xs:enumeration value="couchbase"/>
964
+ <xs:enumeration value="couchdb"/>
965
+ <xs:enumeration value="docling"/>
966
+ <xs:enumeration value="elasticsearch"/>
967
+ <xs:enumeration value="fhir"/>
968
+ <xs:enumeration value="ftp"/>
969
+ <xs:enumeration value="ftps"/>
970
+ <xs:enumeration value="google.pub-sub"/>
971
+ <xs:enumeration value="hashicorp.vault"/>
972
+ <xs:enumeration value="hazelcast"/>
973
+ <xs:enumeration value="hive-mq"/>
974
+ <xs:enumeration value="hive-mq.sparkplug"/>
975
+ <xs:enumeration value="ibmmq"/>
976
+ <xs:enumeration value="iggy"/>
977
+ <xs:enumeration value="ignite"/>
978
+ <xs:enumeration value="infinispan"/>
979
+ <xs:enumeration value="kafka"/>
980
+ <xs:enumeration value="kafka.confluent"/>
981
+ <xs:enumeration value="kafka.redpanda"/>
982
+ <xs:enumeration value="kafka.strimzi"/>
983
+ <xs:enumeration value="keycloak"/>
984
+ <xs:enumeration value="microprofile.lra"/>
985
+ <xs:enumeration value="milvus"/>
986
+ <xs:enumeration value="minio"/>
987
+ <xs:enumeration value="mongodb"/>
988
+ <xs:enumeration value="mosquitto"/>
989
+ <xs:enumeration value="nats"/>
990
+ <xs:enumeration value="neo4j"/>
991
+ <xs:enumeration value="ollama"/>
992
+ <xs:enumeration value="openldap"/>
993
+ <xs:enumeration value="pgvector"/>
994
+ <xs:enumeration value="pinecone"/>
995
+ <xs:enumeration value="postgres"/>
996
+ <xs:enumeration value="postgres-vector"/>
997
+ <xs:enumeration value="pulsar"/>
998
+ <xs:enumeration value="qdrant"/>
999
+ <xs:enumeration value="rabbitmq"/>
1000
+ <xs:enumeration value="redis"/>
1001
+ <xs:enumeration value="rocketmq"/>
1002
+ <xs:enumeration value="sftp"/>
1003
+ <xs:enumeration value="smb"/>
1004
+ <xs:enumeration value="solr"/>
1005
+ <xs:enumeration value="weaviate"/>
1006
+ <xs:enumeration value="xmpp"/>
1007
+ <xs:enumeration value="zookeeper"/>
1008
+ </xs:restriction>
1009
+ </xs:simpleType>
1010
+
936
1011
  <xs:complexType name="Camel">
937
1012
  <xs:sequence>
938
1013
  <xs:element name="description" type="xs:string" minOccurs="0"/>
@@ -1085,15 +1160,25 @@
1085
1160
  <xs:choice>
1086
1161
  <xs:element name="run">
1087
1162
  <xs:complexType>
1088
- <xs:attribute name="service" use="required" type="xs:string"/>
1163
+ <xs:attribute name="service" use="required">
1164
+ <xs:simpleType>
1165
+ <xs:union memberTypes="xs:string tns:CamelInfraServiceType"/>
1166
+ </xs:simpleType>
1167
+ </xs:attribute>
1089
1168
  <xs:attribute name="implementation" type="xs:string"/>
1090
1169
  <xs:attribute name="catalog" type="xs:string"/>
1170
+ <xs:attribute name="port" type="xs:int"/>
1171
+ <xs:attribute name="fixed-port" type="xs:boolean"/>
1091
1172
  <xs:attribute name="auto-remove" type="xs:boolean"/>
1092
1173
  </xs:complexType>
1093
1174
  </xs:element>
1094
1175
  <xs:element name="stop">
1095
1176
  <xs:complexType>
1096
- <xs:attribute name="service" use="required" type="xs:string"/>
1177
+ <xs:attribute name="service" use="required">
1178
+ <xs:simpleType>
1179
+ <xs:union memberTypes="xs:string tns:CamelInfraServiceType"/>
1180
+ </xs:simpleType>
1181
+ </xs:attribute>
1097
1182
  <xs:attribute name="implementation" type="xs:string"/>
1098
1183
  </xs:complexType>
1099
1184
  </xs:element>
@@ -1175,9 +1260,18 @@
1175
1260
  <xs:documentation>Add a Camel JBang plugin.</xs:documentation>
1176
1261
  </xs:annotation>
1177
1262
  <xs:attribute name="name" type="xs:string" use="required"/>
1263
+ <xs:attribute name="auto-remove" type="xs:boolean"/>
1178
1264
  <xs:attribute name="args" type="xs:string"/>
1179
1265
  </xs:complexType>
1180
1266
  </xs:element>
1267
+ <xs:element name="delete">
1268
+ <xs:complexType>
1269
+ <xs:annotation>
1270
+ <xs:documentation>Delete a Camel JBang plugin.</xs:documentation>
1271
+ </xs:annotation>
1272
+ <xs:attribute name="name" type="xs:string" use="required"/>
1273
+ </xs:complexType>
1274
+ </xs:element>
1181
1275
  </xs:choice>
1182
1276
  </xs:complexType>
1183
1277
  </xs:element>
@@ -1,50 +1,56 @@
1
1
  {
2
- "name" : "Citrus 4.10.1",
3
- "version" : "4.10.1",
2
+ "name" : "Citrus 4.10.3",
3
+ "version" : "4.10.3",
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.10.1",
9
+ "version" : "4.10.3",
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.10.1",
15
+ "version" : "4.10.3",
16
16
  "file" : "citrus-catalog-aggregate-test-containers.json"
17
17
  },
18
18
  "endpoints" : {
19
19
  "name" : "endpoints",
20
20
  "description" : "Aggregated Citrus catalog for endpoints",
21
- "version" : "4.10.1",
21
+ "version" : "4.10.3",
22
22
  "file" : "citrus-catalog-aggregate-endpoints.json"
23
23
  },
24
24
  "functions" : {
25
25
  "name" : "functions",
26
26
  "description" : "Aggregated Citrus catalog for functions",
27
- "version" : "4.10.1",
27
+ "version" : "4.10.3",
28
28
  "file" : "citrus-catalog-aggregate-functions.json"
29
29
  },
30
30
  "validationMatcher" : {
31
31
  "name" : "validationMatcher",
32
32
  "description" : "Aggregated Citrus catalog for validation matcher",
33
- "version" : "4.10.1",
33
+ "version" : "4.10.3",
34
34
  "file" : "citrus-catalog-aggregate-validation-matcher.json"
35
+ },
36
+ "infraServices" : {
37
+ "name" : "infraServices",
38
+ "description" : "Aggregated Citrus catalog for infra services",
39
+ "version" : "4.10.3",
40
+ "file" : "citrus-catalog-aggregate-infra-services.json"
35
41
  }
36
42
  },
37
43
  "schemas" : {
38
44
  "citrus-yaml" : {
39
45
  "name" : "citrus-yaml",
40
46
  "description" : "Citrus Json schema for tests",
41
- "version" : "4.10.1",
47
+ "version" : "4.10.3",
42
48
  "file" : "citrus-testcase.json"
43
49
  },
44
50
  "citrus-xml-io" : {
45
51
  "name" : "citrus-xml",
46
52
  "description" : "Citrus XSD schema for tests",
47
- "version" : "4.10.1",
53
+ "version" : "4.10.3",
48
54
  "file" : "citrus-testcase.xsd"
49
55
  }
50
56
  }
@@ -31,7 +31,7 @@
31
31
  "type" : "string",
32
32
  "title" : "Engine",
33
33
  "description" : "The test engine to use when running tests",
34
- "default" : "junit5"
34
+ "default" : "junit-jupiter"
35
35
  },
36
36
  "includes" : {
37
37
  "title" : "Includes",
@@ -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" : "true"
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" : "4567"
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" : "true"
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" : "true"
141
+ "default" : true
142
142
  },
143
143
  "workDir" : {
144
144
  "type" : "string",