@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.
- 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 +8 -8
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,641 @@
|
|
|
1
|
+
{
|
|
2
|
+
"arangodb": {
|
|
3
|
+
"kind": "testInfraService",
|
|
4
|
+
"version": "4.21.0",
|
|
5
|
+
"name": "arangodb",
|
|
6
|
+
"group": "camel-test-infra",
|
|
7
|
+
"module": "org.apache.camel:camel-test-infra-arangodb",
|
|
8
|
+
"title": "Arangodb",
|
|
9
|
+
"description": "ArangoDB is a multi-model database for high-performance applications."
|
|
10
|
+
},
|
|
11
|
+
"artemis.amqp": {
|
|
12
|
+
"kind": "testInfraService",
|
|
13
|
+
"version": "4.21.0",
|
|
14
|
+
"name": "artemis.amqp",
|
|
15
|
+
"group": "camel-test-infra",
|
|
16
|
+
"module": "org.apache.camel:camel-test-infra-artemis",
|
|
17
|
+
"title": "Artemis Amqp",
|
|
18
|
+
"description": "Apache Artemis is an open source message broker"
|
|
19
|
+
},
|
|
20
|
+
"artemis": {
|
|
21
|
+
"kind": "testInfraService",
|
|
22
|
+
"version": "4.21.0",
|
|
23
|
+
"name": "artemis",
|
|
24
|
+
"group": "camel-test-infra",
|
|
25
|
+
"module": "org.apache.camel:camel-test-infra-artemis",
|
|
26
|
+
"title": "Artemis",
|
|
27
|
+
"description": "Apache Artemis is an open source message broker"
|
|
28
|
+
},
|
|
29
|
+
"aws.kinesis": {
|
|
30
|
+
"kind": "testInfraService",
|
|
31
|
+
"version": "4.21.0",
|
|
32
|
+
"name": "aws.kinesis",
|
|
33
|
+
"group": "camel-test-infra",
|
|
34
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
35
|
+
"title": "Aws Kinesis",
|
|
36
|
+
"description": "Local AWS Services with LocalStack"
|
|
37
|
+
},
|
|
38
|
+
"aws.transcribe": {
|
|
39
|
+
"kind": "testInfraService",
|
|
40
|
+
"version": "4.21.0",
|
|
41
|
+
"name": "aws.transcribe",
|
|
42
|
+
"group": "camel-test-infra",
|
|
43
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
44
|
+
"title": "Aws Transcribe",
|
|
45
|
+
"description": "Local AWS Services with LocalStack"
|
|
46
|
+
},
|
|
47
|
+
"aws.cloud-watch": {
|
|
48
|
+
"kind": "testInfraService",
|
|
49
|
+
"version": "4.21.0",
|
|
50
|
+
"name": "aws.cloud-watch",
|
|
51
|
+
"group": "camel-test-infra",
|
|
52
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
53
|
+
"title": "Aws Cloud-watch",
|
|
54
|
+
"description": "Local AWS Services with LocalStack"
|
|
55
|
+
},
|
|
56
|
+
"aws.sqs": {
|
|
57
|
+
"kind": "testInfraService",
|
|
58
|
+
"version": "4.21.0",
|
|
59
|
+
"name": "aws.sqs",
|
|
60
|
+
"group": "camel-test-infra",
|
|
61
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
62
|
+
"title": "Aws Sqs",
|
|
63
|
+
"description": "Local AWS Services with LocalStack"
|
|
64
|
+
},
|
|
65
|
+
"aws.sts": {
|
|
66
|
+
"kind": "testInfraService",
|
|
67
|
+
"version": "4.21.0",
|
|
68
|
+
"name": "aws.sts",
|
|
69
|
+
"group": "camel-test-infra",
|
|
70
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
71
|
+
"title": "Aws Sts",
|
|
72
|
+
"description": "Local AWS Services with LocalStack"
|
|
73
|
+
},
|
|
74
|
+
"aws.kms": {
|
|
75
|
+
"kind": "testInfraService",
|
|
76
|
+
"version": "4.21.0",
|
|
77
|
+
"name": "aws.kms",
|
|
78
|
+
"group": "camel-test-infra",
|
|
79
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
80
|
+
"title": "Aws Kms",
|
|
81
|
+
"description": "Local AWS Services with LocalStack"
|
|
82
|
+
},
|
|
83
|
+
"aws.sns": {
|
|
84
|
+
"kind": "testInfraService",
|
|
85
|
+
"version": "4.21.0",
|
|
86
|
+
"name": "aws.sns",
|
|
87
|
+
"group": "camel-test-infra",
|
|
88
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
89
|
+
"title": "Aws Sns",
|
|
90
|
+
"description": "Local AWS Services with LocalStack"
|
|
91
|
+
},
|
|
92
|
+
"aws.dynamodb": {
|
|
93
|
+
"kind": "testInfraService",
|
|
94
|
+
"version": "4.21.0",
|
|
95
|
+
"name": "aws.dynamodb",
|
|
96
|
+
"group": "camel-test-infra",
|
|
97
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
98
|
+
"title": "Aws Dynamodb",
|
|
99
|
+
"description": "Local AWS Services with LocalStack"
|
|
100
|
+
},
|
|
101
|
+
"aws.dynamo-db": {
|
|
102
|
+
"kind": "testInfraService",
|
|
103
|
+
"version": "4.21.0",
|
|
104
|
+
"name": "aws.dynamo-db",
|
|
105
|
+
"group": "camel-test-infra",
|
|
106
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
107
|
+
"title": "Aws Dynamo-db",
|
|
108
|
+
"description": "Local AWS Services with LocalStack"
|
|
109
|
+
},
|
|
110
|
+
"aws.s3": {
|
|
111
|
+
"kind": "testInfraService",
|
|
112
|
+
"version": "4.21.0",
|
|
113
|
+
"name": "aws.s3",
|
|
114
|
+
"group": "camel-test-infra",
|
|
115
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
116
|
+
"title": "Aws S3",
|
|
117
|
+
"description": "Local AWS Services with LocalStack"
|
|
118
|
+
},
|
|
119
|
+
"aws.ssm": {
|
|
120
|
+
"kind": "testInfraService",
|
|
121
|
+
"version": "4.21.0",
|
|
122
|
+
"name": "aws.ssm",
|
|
123
|
+
"group": "camel-test-infra",
|
|
124
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
125
|
+
"title": "Aws Ssm",
|
|
126
|
+
"description": "Local AWS Services with LocalStack"
|
|
127
|
+
},
|
|
128
|
+
"aws.lambda": {
|
|
129
|
+
"kind": "testInfraService",
|
|
130
|
+
"version": "4.21.0",
|
|
131
|
+
"name": "aws.lambda",
|
|
132
|
+
"group": "camel-test-infra",
|
|
133
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
134
|
+
"title": "Aws Lambda",
|
|
135
|
+
"description": "Local AWS Services with LocalStack"
|
|
136
|
+
},
|
|
137
|
+
"aws.config": {
|
|
138
|
+
"kind": "testInfraService",
|
|
139
|
+
"version": "4.21.0",
|
|
140
|
+
"name": "aws.config",
|
|
141
|
+
"group": "camel-test-infra",
|
|
142
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
143
|
+
"title": "Aws Config",
|
|
144
|
+
"description": "Local AWS Services with LocalStack"
|
|
145
|
+
},
|
|
146
|
+
"aws.event-bridge": {
|
|
147
|
+
"kind": "testInfraService",
|
|
148
|
+
"version": "4.21.0",
|
|
149
|
+
"name": "aws.event-bridge",
|
|
150
|
+
"group": "camel-test-infra",
|
|
151
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
152
|
+
"title": "Aws Event-bridge",
|
|
153
|
+
"description": "Local AWS Services with LocalStack"
|
|
154
|
+
},
|
|
155
|
+
"aws.secrets-manager": {
|
|
156
|
+
"kind": "testInfraService",
|
|
157
|
+
"version": "4.21.0",
|
|
158
|
+
"name": "aws.secrets-manager",
|
|
159
|
+
"group": "camel-test-infra",
|
|
160
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
161
|
+
"title": "Aws Secrets-manager",
|
|
162
|
+
"description": "Local AWS Services with LocalStack"
|
|
163
|
+
},
|
|
164
|
+
"aws.ec2": {
|
|
165
|
+
"kind": "testInfraService",
|
|
166
|
+
"version": "4.21.0",
|
|
167
|
+
"name": "aws.ec2",
|
|
168
|
+
"group": "camel-test-infra",
|
|
169
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
170
|
+
"title": "Aws Ec2",
|
|
171
|
+
"description": "Local AWS Services with LocalStack"
|
|
172
|
+
},
|
|
173
|
+
"aws.iam": {
|
|
174
|
+
"kind": "testInfraService",
|
|
175
|
+
"version": "4.21.0",
|
|
176
|
+
"name": "aws.iam",
|
|
177
|
+
"group": "camel-test-infra",
|
|
178
|
+
"module": "org.apache.camel:camel-test-infra-aws-v2",
|
|
179
|
+
"title": "Aws Iam",
|
|
180
|
+
"description": "Local AWS Services with LocalStack"
|
|
181
|
+
},
|
|
182
|
+
"azure.storage-blob": {
|
|
183
|
+
"kind": "testInfraService",
|
|
184
|
+
"version": "4.21.0",
|
|
185
|
+
"name": "azure.storage-blob",
|
|
186
|
+
"group": "camel-test-infra",
|
|
187
|
+
"module": "org.apache.camel:camel-test-infra-azure-storage-blob",
|
|
188
|
+
"title": "Azure Storage-blob",
|
|
189
|
+
"description": "Local Azure services with Azurite"
|
|
190
|
+
},
|
|
191
|
+
"azure.storage-queue": {
|
|
192
|
+
"kind": "testInfraService",
|
|
193
|
+
"version": "4.21.0",
|
|
194
|
+
"name": "azure.storage-queue",
|
|
195
|
+
"group": "camel-test-infra",
|
|
196
|
+
"module": "org.apache.camel:camel-test-infra-azure-storage-queue",
|
|
197
|
+
"title": "Azure Storage-queue",
|
|
198
|
+
"description": "Local Azure services with Azurite"
|
|
199
|
+
},
|
|
200
|
+
"cassandra": {
|
|
201
|
+
"kind": "testInfraService",
|
|
202
|
+
"version": "4.21.0",
|
|
203
|
+
"name": "cassandra",
|
|
204
|
+
"group": "camel-test-infra",
|
|
205
|
+
"module": "org.apache.camel:camel-test-infra-cassandra",
|
|
206
|
+
"title": "Cassandra",
|
|
207
|
+
"description": "Apache Cassandra is a distributed NoSQL database"
|
|
208
|
+
},
|
|
209
|
+
"chat-script": {
|
|
210
|
+
"kind": "testInfraService",
|
|
211
|
+
"version": "4.21.0",
|
|
212
|
+
"name": "chat-script",
|
|
213
|
+
"group": "camel-test-infra",
|
|
214
|
+
"module": "org.apache.camel:camel-test-infra-chatscript",
|
|
215
|
+
"title": "Chat-script",
|
|
216
|
+
"description": "ChatScript is an open source chatbot engine"
|
|
217
|
+
},
|
|
218
|
+
"consul": {
|
|
219
|
+
"kind": "testInfraService",
|
|
220
|
+
"version": "4.21.0",
|
|
221
|
+
"name": "consul",
|
|
222
|
+
"group": "camel-test-infra",
|
|
223
|
+
"module": "org.apache.camel:camel-test-infra-consul",
|
|
224
|
+
"title": "Consul",
|
|
225
|
+
"description": "Consul is a service networking solution"
|
|
226
|
+
},
|
|
227
|
+
"couchbase": {
|
|
228
|
+
"kind": "testInfraService",
|
|
229
|
+
"version": "4.21.0",
|
|
230
|
+
"name": "couchbase",
|
|
231
|
+
"group": "camel-test-infra",
|
|
232
|
+
"module": "org.apache.camel:camel-test-infra-couchbase",
|
|
233
|
+
"title": "Couchbase",
|
|
234
|
+
"description": "Couchbase is a distributed NoSQL cloud database"
|
|
235
|
+
},
|
|
236
|
+
"couchdb": {
|
|
237
|
+
"kind": "testInfraService",
|
|
238
|
+
"version": "4.21.0",
|
|
239
|
+
"name": "couchdb",
|
|
240
|
+
"group": "camel-test-infra",
|
|
241
|
+
"module": "org.apache.camel:camel-test-infra-couchdb",
|
|
242
|
+
"title": "Couchdb",
|
|
243
|
+
"description": "Apache CouchDB is an open source NoSQL document database"
|
|
244
|
+
},
|
|
245
|
+
"docling": {
|
|
246
|
+
"kind": "testInfraService",
|
|
247
|
+
"version": "4.21.0",
|
|
248
|
+
"name": "docling",
|
|
249
|
+
"group": "camel-test-infra",
|
|
250
|
+
"module": "org.apache.camel:camel-test-infra-docling",
|
|
251
|
+
"title": "Docling",
|
|
252
|
+
"description": "Docling is a document processing and conversion toolkit"
|
|
253
|
+
},
|
|
254
|
+
"elasticsearch": {
|
|
255
|
+
"kind": "testInfraService",
|
|
256
|
+
"version": "4.21.0",
|
|
257
|
+
"name": "elasticsearch",
|
|
258
|
+
"group": "camel-test-infra",
|
|
259
|
+
"module": "org.apache.camel:camel-test-infra-elasticsearch",
|
|
260
|
+
"title": "Elasticsearch",
|
|
261
|
+
"description": "Elasticsearch is a distributed search and analytics engine"
|
|
262
|
+
},
|
|
263
|
+
"fhir": {
|
|
264
|
+
"kind": "testInfraService",
|
|
265
|
+
"version": "4.21.0",
|
|
266
|
+
"name": "fhir",
|
|
267
|
+
"group": "camel-test-infra",
|
|
268
|
+
"module": "org.apache.camel:camel-test-infra-fhir",
|
|
269
|
+
"title": "Fhir",
|
|
270
|
+
"description": "HAPI FHIR RESTful test server"
|
|
271
|
+
},
|
|
272
|
+
"sftp": {
|
|
273
|
+
"kind": "testInfraService",
|
|
274
|
+
"version": "4.21.0",
|
|
275
|
+
"name": "sftp",
|
|
276
|
+
"group": "camel-test-infra",
|
|
277
|
+
"module": "org.apache.camel:camel-test-infra-ftp",
|
|
278
|
+
"title": "Sftp",
|
|
279
|
+
"description": "Embedded SFTP Server"
|
|
280
|
+
},
|
|
281
|
+
"ftps": {
|
|
282
|
+
"kind": "testInfraService",
|
|
283
|
+
"version": "4.21.0",
|
|
284
|
+
"name": "ftps",
|
|
285
|
+
"group": "camel-test-infra",
|
|
286
|
+
"module": "org.apache.camel:camel-test-infra-ftp",
|
|
287
|
+
"title": "Ftps",
|
|
288
|
+
"description": "Embedded FTPS Server"
|
|
289
|
+
},
|
|
290
|
+
"ftp": {
|
|
291
|
+
"kind": "testInfraService",
|
|
292
|
+
"version": "4.21.0",
|
|
293
|
+
"name": "ftp",
|
|
294
|
+
"group": "camel-test-infra",
|
|
295
|
+
"module": "org.apache.camel:camel-test-infra-ftp",
|
|
296
|
+
"title": "Ftp",
|
|
297
|
+
"description": "Embedded FTP Server"
|
|
298
|
+
},
|
|
299
|
+
"google.pub-sub": {
|
|
300
|
+
"kind": "testInfraService",
|
|
301
|
+
"version": "4.21.0",
|
|
302
|
+
"name": "google.pub-sub",
|
|
303
|
+
"group": "camel-test-infra",
|
|
304
|
+
"module": "org.apache.camel:camel-test-infra-google-pubsub",
|
|
305
|
+
"title": "Google Pub-sub",
|
|
306
|
+
"description": "Google Cloud Pub/Sub is a messaging service for event-driven systems"
|
|
307
|
+
},
|
|
308
|
+
"hashicorp.vault": {
|
|
309
|
+
"kind": "testInfraService",
|
|
310
|
+
"version": "4.21.0",
|
|
311
|
+
"name": "hashicorp.vault",
|
|
312
|
+
"group": "camel-test-infra",
|
|
313
|
+
"module": "org.apache.camel:camel-test-infra-hashicorp-vault",
|
|
314
|
+
"title": "Hashicorp Vault",
|
|
315
|
+
"description": "HashiCorp Vault is a tool for securely accessing secrets"
|
|
316
|
+
},
|
|
317
|
+
"hazelcast": {
|
|
318
|
+
"kind": "testInfraService",
|
|
319
|
+
"version": "4.21.0",
|
|
320
|
+
"name": "hazelcast",
|
|
321
|
+
"group": "camel-test-infra",
|
|
322
|
+
"module": "org.apache.camel:camel-test-infra-hazelcast",
|
|
323
|
+
"title": "Hazelcast",
|
|
324
|
+
"description": "Hazelcast is a distributed in-memory computing platform"
|
|
325
|
+
},
|
|
326
|
+
"hive-mq": {
|
|
327
|
+
"kind": "testInfraService",
|
|
328
|
+
"version": "4.21.0",
|
|
329
|
+
"name": "hive-mq",
|
|
330
|
+
"group": "camel-test-infra",
|
|
331
|
+
"module": "org.apache.camel:camel-test-infra-hivemq",
|
|
332
|
+
"title": "Hive-mq",
|
|
333
|
+
"description": "HiveMQ is an MQTT-based messaging platform for IoT"
|
|
334
|
+
},
|
|
335
|
+
"hive-mq.sparkplug": {
|
|
336
|
+
"kind": "testInfraService",
|
|
337
|
+
"version": "4.21.0",
|
|
338
|
+
"name": "hive-mq.sparkplug",
|
|
339
|
+
"group": "camel-test-infra",
|
|
340
|
+
"module": "org.apache.camel:camel-test-infra-hivemq",
|
|
341
|
+
"title": "Hive-mq Sparkplug",
|
|
342
|
+
"description": "HiveMQ is an MQTT-based messaging platform for IoT"
|
|
343
|
+
},
|
|
344
|
+
"ibmmq": {
|
|
345
|
+
"kind": "testInfraService",
|
|
346
|
+
"version": "4.21.0",
|
|
347
|
+
"name": "ibmmq",
|
|
348
|
+
"group": "camel-test-infra",
|
|
349
|
+
"module": "org.apache.camel:camel-test-infra-ibmmq",
|
|
350
|
+
"title": "Ibmmq",
|
|
351
|
+
"description": "IBM MQ is enterprise messaging middleware for reliable communication"
|
|
352
|
+
},
|
|
353
|
+
"iggy": {
|
|
354
|
+
"kind": "testInfraService",
|
|
355
|
+
"version": "4.21.0",
|
|
356
|
+
"name": "iggy",
|
|
357
|
+
"group": "camel-test-infra",
|
|
358
|
+
"module": "org.apache.camel:camel-test-infra-iggy",
|
|
359
|
+
"title": "Iggy",
|
|
360
|
+
"description": "Iggy is a persistent message streaming platform"
|
|
361
|
+
},
|
|
362
|
+
"ignite": {
|
|
363
|
+
"kind": "testInfraService",
|
|
364
|
+
"version": "4.21.0",
|
|
365
|
+
"name": "ignite",
|
|
366
|
+
"group": "camel-test-infra",
|
|
367
|
+
"module": "org.apache.camel:camel-test-infra-ignite",
|
|
368
|
+
"title": "Ignite",
|
|
369
|
+
"description": "Apache Ignite is a distributed database for high-performance computing"
|
|
370
|
+
},
|
|
371
|
+
"infinispan": {
|
|
372
|
+
"kind": "testInfraService",
|
|
373
|
+
"version": "4.21.0",
|
|
374
|
+
"name": "infinispan",
|
|
375
|
+
"group": "camel-test-infra",
|
|
376
|
+
"module": "org.apache.camel:camel-test-infra-infinispan",
|
|
377
|
+
"title": "Infinispan",
|
|
378
|
+
"description": "Infinispan is a distributed in-memory key/value data store"
|
|
379
|
+
},
|
|
380
|
+
"jaeger": {
|
|
381
|
+
"kind": "testInfraService",
|
|
382
|
+
"version": "4.21.0",
|
|
383
|
+
"name": "jaeger",
|
|
384
|
+
"group": "camel-test-infra",
|
|
385
|
+
"module": "org.apache.camel:camel-test-infra-jaeger",
|
|
386
|
+
"title": "Jaeger",
|
|
387
|
+
"description": "Jaeger is a distributed tracing backend with OTLP collector and UI"
|
|
388
|
+
},
|
|
389
|
+
"kafka.strimzi": {
|
|
390
|
+
"kind": "testInfraService",
|
|
391
|
+
"version": "4.21.0",
|
|
392
|
+
"name": "kafka.strimzi",
|
|
393
|
+
"group": "camel-test-infra",
|
|
394
|
+
"module": "org.apache.camel:camel-test-infra-kafka",
|
|
395
|
+
"title": "Kafka Strimzi",
|
|
396
|
+
"description": "Apache Kafka, Distributed event streaming platform"
|
|
397
|
+
},
|
|
398
|
+
"kafka.confluent": {
|
|
399
|
+
"kind": "testInfraService",
|
|
400
|
+
"version": "4.21.0",
|
|
401
|
+
"name": "kafka.confluent",
|
|
402
|
+
"group": "camel-test-infra",
|
|
403
|
+
"module": "org.apache.camel:camel-test-infra-kafka",
|
|
404
|
+
"title": "Kafka Confluent",
|
|
405
|
+
"description": "Apache Kafka, Distributed event streaming platform"
|
|
406
|
+
},
|
|
407
|
+
"kafka.redpanda": {
|
|
408
|
+
"kind": "testInfraService",
|
|
409
|
+
"version": "4.21.0",
|
|
410
|
+
"name": "kafka.redpanda",
|
|
411
|
+
"group": "camel-test-infra",
|
|
412
|
+
"module": "org.apache.camel:camel-test-infra-kafka",
|
|
413
|
+
"title": "Kafka Redpanda",
|
|
414
|
+
"description": "Apache Kafka, Distributed event streaming platform"
|
|
415
|
+
},
|
|
416
|
+
"kafka": {
|
|
417
|
+
"kind": "testInfraService",
|
|
418
|
+
"version": "4.21.0",
|
|
419
|
+
"name": "kafka",
|
|
420
|
+
"group": "camel-test-infra",
|
|
421
|
+
"module": "org.apache.camel:camel-test-infra-kafka",
|
|
422
|
+
"title": "Kafka",
|
|
423
|
+
"description": "Apache Kafka, Distributed event streaming platform"
|
|
424
|
+
},
|
|
425
|
+
"keycloak": {
|
|
426
|
+
"kind": "testInfraService",
|
|
427
|
+
"version": "4.21.0",
|
|
428
|
+
"name": "keycloak",
|
|
429
|
+
"group": "camel-test-infra",
|
|
430
|
+
"module": "org.apache.camel:camel-test-infra-keycloak",
|
|
431
|
+
"title": "Keycloak",
|
|
432
|
+
"description": "Keycloak is an open source identity and access management solution"
|
|
433
|
+
},
|
|
434
|
+
"microprofile.lra": {
|
|
435
|
+
"kind": "testInfraService",
|
|
436
|
+
"version": "4.21.0",
|
|
437
|
+
"name": "microprofile.lra",
|
|
438
|
+
"group": "camel-test-infra",
|
|
439
|
+
"module": "org.apache.camel:camel-test-infra-microprofile-lra",
|
|
440
|
+
"title": "Microprofile Lra",
|
|
441
|
+
"description": "Transaction Manager for microservices that is based on the SAGA pattern for distributed transaction."
|
|
442
|
+
},
|
|
443
|
+
"milvus": {
|
|
444
|
+
"kind": "testInfraService",
|
|
445
|
+
"version": "4.21.0",
|
|
446
|
+
"name": "milvus",
|
|
447
|
+
"group": "camel-test-infra",
|
|
448
|
+
"module": "org.apache.camel:camel-test-infra-milvus",
|
|
449
|
+
"title": "Milvus",
|
|
450
|
+
"description": "Milvus is an open source vector database for AI applications"
|
|
451
|
+
},
|
|
452
|
+
"minio": {
|
|
453
|
+
"kind": "testInfraService",
|
|
454
|
+
"version": "4.21.0",
|
|
455
|
+
"name": "minio",
|
|
456
|
+
"group": "camel-test-infra",
|
|
457
|
+
"module": "org.apache.camel:camel-test-infra-minio",
|
|
458
|
+
"title": "Minio",
|
|
459
|
+
"description": "MinIO is a high-performance S3 compatible object storage"
|
|
460
|
+
},
|
|
461
|
+
"mongodb": {
|
|
462
|
+
"kind": "testInfraService",
|
|
463
|
+
"version": "4.21.0",
|
|
464
|
+
"name": "mongodb",
|
|
465
|
+
"group": "camel-test-infra",
|
|
466
|
+
"module": "org.apache.camel:camel-test-infra-mongodb",
|
|
467
|
+
"title": "Mongodb",
|
|
468
|
+
"description": "MongoDB is a document-oriented NoSQL database"
|
|
469
|
+
},
|
|
470
|
+
"mosquitto": {
|
|
471
|
+
"kind": "testInfraService",
|
|
472
|
+
"version": "4.21.0",
|
|
473
|
+
"name": "mosquitto",
|
|
474
|
+
"group": "camel-test-infra",
|
|
475
|
+
"module": "org.apache.camel:camel-test-infra-mosquitto",
|
|
476
|
+
"title": "Mosquitto",
|
|
477
|
+
"description": "Mosquitto is a message broker that implements MQTT protocol"
|
|
478
|
+
},
|
|
479
|
+
"nats": {
|
|
480
|
+
"kind": "testInfraService",
|
|
481
|
+
"version": "4.21.0",
|
|
482
|
+
"name": "nats",
|
|
483
|
+
"group": "camel-test-infra",
|
|
484
|
+
"module": "org.apache.camel:camel-test-infra-nats",
|
|
485
|
+
"title": "Nats",
|
|
486
|
+
"description": "NATS is a high-performance messaging system for cloud native applications"
|
|
487
|
+
},
|
|
488
|
+
"neo4j": {
|
|
489
|
+
"kind": "testInfraService",
|
|
490
|
+
"version": "4.21.0",
|
|
491
|
+
"name": "neo4j",
|
|
492
|
+
"group": "camel-test-infra",
|
|
493
|
+
"module": "org.apache.camel:camel-test-infra-neo4j",
|
|
494
|
+
"title": "Neo4j",
|
|
495
|
+
"description": "Neo4j is a graph database management system"
|
|
496
|
+
},
|
|
497
|
+
"ollama": {
|
|
498
|
+
"kind": "testInfraService",
|
|
499
|
+
"version": "4.21.0",
|
|
500
|
+
"name": "ollama",
|
|
501
|
+
"group": "camel-test-infra",
|
|
502
|
+
"module": "org.apache.camel:camel-test-infra-ollama",
|
|
503
|
+
"title": "Ollama",
|
|
504
|
+
"description": "Ollama is a tool for running large language models locally"
|
|
505
|
+
},
|
|
506
|
+
"openldap": {
|
|
507
|
+
"kind": "testInfraService",
|
|
508
|
+
"version": "4.21.0",
|
|
509
|
+
"name": "openldap",
|
|
510
|
+
"group": "camel-test-infra",
|
|
511
|
+
"module": "org.apache.camel:camel-test-infra-openldap",
|
|
512
|
+
"title": "Openldap",
|
|
513
|
+
"description": "OpenLDAP is an implementation of the Lightweight Directory Access Protocol"
|
|
514
|
+
},
|
|
515
|
+
"pinecone": {
|
|
516
|
+
"kind": "testInfraService",
|
|
517
|
+
"version": "4.21.0",
|
|
518
|
+
"name": "pinecone",
|
|
519
|
+
"group": "camel-test-infra",
|
|
520
|
+
"module": "org.apache.camel:camel-test-infra-pinecone",
|
|
521
|
+
"title": "Pinecone",
|
|
522
|
+
"description": "Pinecone is a vector database for machine learning applications"
|
|
523
|
+
},
|
|
524
|
+
"postgres": {
|
|
525
|
+
"kind": "testInfraService",
|
|
526
|
+
"version": "4.21.0",
|
|
527
|
+
"name": "postgres",
|
|
528
|
+
"group": "camel-test-infra",
|
|
529
|
+
"module": "org.apache.camel:camel-test-infra-postgres",
|
|
530
|
+
"title": "Postgres",
|
|
531
|
+
"description": "PostgreSQL is an open source object-relational database"
|
|
532
|
+
},
|
|
533
|
+
"postgres-vector": {
|
|
534
|
+
"kind": "testInfraService",
|
|
535
|
+
"version": "4.21.0",
|
|
536
|
+
"name": "postgres-vector",
|
|
537
|
+
"group": "camel-test-infra",
|
|
538
|
+
"module": "org.apache.camel:camel-test-infra-postgres",
|
|
539
|
+
"title": "Postgres-vector",
|
|
540
|
+
"description": "PostgreSQL with pgvector extension for vector similarity search"
|
|
541
|
+
},
|
|
542
|
+
"pgvector": {
|
|
543
|
+
"kind": "testInfraService",
|
|
544
|
+
"version": "4.21.0",
|
|
545
|
+
"name": "pgvector",
|
|
546
|
+
"group": "camel-test-infra",
|
|
547
|
+
"module": "org.apache.camel:camel-test-infra-postgres",
|
|
548
|
+
"title": "Pgvector",
|
|
549
|
+
"description": "PostgreSQL with pgvector extension for vector similarity search"
|
|
550
|
+
},
|
|
551
|
+
"pulsar": {
|
|
552
|
+
"kind": "testInfraService",
|
|
553
|
+
"version": "4.21.0",
|
|
554
|
+
"name": "pulsar",
|
|
555
|
+
"group": "camel-test-infra",
|
|
556
|
+
"module": "org.apache.camel:camel-test-infra-pulsar",
|
|
557
|
+
"title": "Pulsar",
|
|
558
|
+
"description": "Apache Pulsar is a distributed messaging and streaming platform"
|
|
559
|
+
},
|
|
560
|
+
"qdrant": {
|
|
561
|
+
"kind": "testInfraService",
|
|
562
|
+
"version": "4.21.0",
|
|
563
|
+
"name": "qdrant",
|
|
564
|
+
"group": "camel-test-infra",
|
|
565
|
+
"module": "org.apache.camel:camel-test-infra-qdrant",
|
|
566
|
+
"title": "Qdrant",
|
|
567
|
+
"description": "Qdrant is a vector similarity search engine and database"
|
|
568
|
+
},
|
|
569
|
+
"rabbitmq": {
|
|
570
|
+
"kind": "testInfraService",
|
|
571
|
+
"version": "4.21.0",
|
|
572
|
+
"name": "rabbitmq",
|
|
573
|
+
"group": "camel-test-infra",
|
|
574
|
+
"module": "org.apache.camel:camel-test-infra-rabbitmq",
|
|
575
|
+
"title": "Rabbitmq",
|
|
576
|
+
"description": "RabbitMQ is an open source message and streaming broker"
|
|
577
|
+
},
|
|
578
|
+
"redis": {
|
|
579
|
+
"kind": "testInfraService",
|
|
580
|
+
"version": "4.21.0",
|
|
581
|
+
"name": "redis",
|
|
582
|
+
"group": "camel-test-infra",
|
|
583
|
+
"module": "org.apache.camel:camel-test-infra-redis",
|
|
584
|
+
"title": "Redis",
|
|
585
|
+
"description": "Redis is an open source in-memory data store"
|
|
586
|
+
},
|
|
587
|
+
"rocketmq": {
|
|
588
|
+
"kind": "testInfraService",
|
|
589
|
+
"version": "4.21.0",
|
|
590
|
+
"name": "rocketmq",
|
|
591
|
+
"group": "camel-test-infra",
|
|
592
|
+
"module": "org.apache.camel:camel-test-infra-rocketmq",
|
|
593
|
+
"title": "Rocketmq",
|
|
594
|
+
"description": "Apache RocketMQ is a distributed messaging and streaming platform"
|
|
595
|
+
},
|
|
596
|
+
"smb": {
|
|
597
|
+
"kind": "testInfraService",
|
|
598
|
+
"version": "4.21.0",
|
|
599
|
+
"name": "smb",
|
|
600
|
+
"group": "camel-test-infra",
|
|
601
|
+
"module": "org.apache.camel:camel-test-infra-smb",
|
|
602
|
+
"title": "Smb",
|
|
603
|
+
"description": "Samba provides file sharing services using the SMB protocol"
|
|
604
|
+
},
|
|
605
|
+
"solr": {
|
|
606
|
+
"kind": "testInfraService",
|
|
607
|
+
"version": "4.21.0",
|
|
608
|
+
"name": "solr",
|
|
609
|
+
"group": "camel-test-infra",
|
|
610
|
+
"module": "org.apache.camel:camel-test-infra-solr",
|
|
611
|
+
"title": "Solr",
|
|
612
|
+
"description": "Apache Solr is an open source search platform"
|
|
613
|
+
},
|
|
614
|
+
"weaviate": {
|
|
615
|
+
"kind": "testInfraService",
|
|
616
|
+
"version": "4.21.0",
|
|
617
|
+
"name": "weaviate",
|
|
618
|
+
"group": "camel-test-infra",
|
|
619
|
+
"module": "org.apache.camel:camel-test-infra-weaviate",
|
|
620
|
+
"title": "Weaviate",
|
|
621
|
+
"description": "Weaviate is an open source vector database"
|
|
622
|
+
},
|
|
623
|
+
"xmpp": {
|
|
624
|
+
"kind": "testInfraService",
|
|
625
|
+
"version": "4.21.0",
|
|
626
|
+
"name": "xmpp",
|
|
627
|
+
"group": "camel-test-infra",
|
|
628
|
+
"module": "org.apache.camel:camel-test-infra-xmpp",
|
|
629
|
+
"title": "Xmpp",
|
|
630
|
+
"description": "XMPP is an open communication protocol for messaging"
|
|
631
|
+
},
|
|
632
|
+
"zookeeper": {
|
|
633
|
+
"kind": "testInfraService",
|
|
634
|
+
"version": "4.21.0",
|
|
635
|
+
"name": "zookeeper",
|
|
636
|
+
"group": "camel-test-infra",
|
|
637
|
+
"module": "org.apache.camel:camel-test-infra-zookeeper",
|
|
638
|
+
"title": "Zookeeper",
|
|
639
|
+
"description": "Zookeeper is a server for highly reliable distributed coordination of cloud applications"
|
|
640
|
+
}
|
|
641
|
+
}
|