@kaoto/camel-catalog 0.4.3 → 0.4.4

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.
@@ -17,6 +17,16 @@
17
17
  "description" : "Sets default properties"
18
18
  }
19
19
  },
20
+ "dependencies" : {
21
+ "title" : "Dependencies",
22
+ "description" : "Set of additional Maven dependencies that should be loaded with the agent.",
23
+ "type" : "array",
24
+ "items" : {
25
+ "type" : "string",
26
+ "title" : "Dependencies",
27
+ "description" : "Set of additional Maven dependencies that should be loaded with the agent."
28
+ }
29
+ },
20
30
  "engine" : {
21
31
  "type" : "string",
22
32
  "title" : "Engine",
@@ -33,6 +43,27 @@
33
43
  "description" : "Test name patterns that specify which tests to include in the test run. Used when scanning packages for tests."
34
44
  }
35
45
  },
46
+ "inspectCode" : {
47
+ "type" : "boolean",
48
+ "title" : "InspectCode",
49
+ "description" : "When enabled the source code gets analyzed for required modules and dependencies that are added to the classpath."
50
+ },
51
+ "modules" : {
52
+ "title" : "Modules",
53
+ "description" : "Set of additional Citrus modules that should be loaded with the agent.",
54
+ "type" : "array",
55
+ "items" : {
56
+ "type" : "string",
57
+ "title" : "Modules",
58
+ "description" : "Set of additional Citrus modules that should be loaded with the agent."
59
+ }
60
+ },
61
+ "offline" : {
62
+ "type" : "boolean",
63
+ "title" : "Offline",
64
+ "description" : "When enabled there will be no attempts to resolve Maven artifacts via internet connection.",
65
+ "default" : "true"
66
+ },
36
67
  "packages" : {
37
68
  "title" : "Packages",
38
69
  "description" : "List of package names to search for tests. All tests found in these packages are executed.",
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "kubernetes-client": {
3
3
  "kind": "testEndpoint",
4
- "version": "4.9.4",
4
+ "version": "4.10.0",
5
5
  "name": "kubernetes-client",
6
6
  "group": "kubernetes",
7
+ "module": "citrus-kubernetes",
7
8
  "title": "KubernetesClient",
8
9
  "propertiesSchema": {
9
10
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -78,9 +79,10 @@
78
79
  },
79
80
  "context-messageStore": {
80
81
  "kind": "testEndpoint",
81
- "version": "4.9.4",
82
+ "version": "4.10.0",
82
83
  "name": "context-messageStore",
83
84
  "group": "context",
85
+ "module": "citrus-base",
84
86
  "title": "ContextMessageStore",
85
87
  "propertiesSchema": {
86
88
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -106,9 +108,10 @@
106
108
  },
107
109
  "kafka-synchronous": {
108
110
  "kind": "testEndpoint",
109
- "version": "4.9.4",
111
+ "version": "4.10.0",
110
112
  "name": "kafka-synchronous",
111
113
  "group": "kafka",
114
+ "module": "citrus-kafka",
112
115
  "title": "KafkaSynchronous",
113
116
  "propertiesSchema": {
114
117
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -223,9 +226,10 @@
223
226
  },
224
227
  "scp-server": {
225
228
  "kind": "testEndpoint",
226
- "version": "4.9.4",
229
+ "version": "4.10.0",
227
230
  "name": "scp-server",
228
231
  "group": "scp",
232
+ "module": "citrus-ftp",
229
233
  "title": "ScpServer",
230
234
  "propertiesSchema": {
231
235
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -352,9 +356,10 @@
352
356
  },
353
357
  "direct-synchronous": {
354
358
  "kind": "testEndpoint",
355
- "version": "4.9.4",
359
+ "version": "4.10.0",
356
360
  "name": "direct-synchronous",
357
361
  "group": "direct",
362
+ "module": "citrus-base",
358
363
  "title": "DirectSynchronous",
359
364
  "propertiesSchema": {
360
365
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -396,9 +401,10 @@
396
401
  },
397
402
  "docker-client": {
398
403
  "kind": "testEndpoint",
399
- "version": "4.9.4",
404
+ "version": "4.10.0",
400
405
  "name": "docker-client",
401
406
  "group": "docker",
407
+ "module": "citrus-docker",
402
408
  "title": "DockerClient",
403
409
  "propertiesSchema": {
404
410
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -465,9 +471,10 @@
465
471
  },
466
472
  "kafka-asynchronous": {
467
473
  "kind": "testEndpoint",
468
- "version": "4.9.4",
474
+ "version": "4.10.0",
469
475
  "name": "kafka-asynchronous",
470
476
  "group": "kafka",
477
+ "module": "citrus-kafka",
471
478
  "title": "KafkaAsynchronous",
472
479
  "propertiesSchema": {
473
480
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -582,9 +589,10 @@
582
589
  },
583
590
  "k8s-client": {
584
591
  "kind": "testEndpoint",
585
- "version": "4.9.4",
592
+ "version": "4.10.0",
586
593
  "name": "k8s-client",
587
594
  "group": "k8s",
595
+ "module": "citrus-kubernetes",
588
596
  "title": "K8sClient",
589
597
  "propertiesSchema": {
590
598
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -659,9 +667,10 @@
659
667
  },
660
668
  "mail-client": {
661
669
  "kind": "testEndpoint",
662
- "version": "4.9.4",
670
+ "version": "4.10.0",
663
671
  "name": "mail-client",
664
672
  "group": "mail",
673
+ "module": "citrus-mail",
665
674
  "title": "MailClient",
666
675
  "propertiesSchema": {
667
676
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -727,9 +736,10 @@
727
736
  },
728
737
  "http-client": {
729
738
  "kind": "testEndpoint",
730
- "version": "4.9.4",
739
+ "version": "4.10.0",
731
740
  "name": "http-client",
732
741
  "group": "http",
742
+ "module": "citrus-http",
733
743
  "title": "HttpClient",
734
744
  "propertiesSchema": {
735
745
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -901,9 +911,10 @@
901
911
  },
902
912
  "ssh-client": {
903
913
  "kind": "testEndpoint",
904
- "version": "4.9.4",
914
+ "version": "4.10.0",
905
915
  "name": "ssh-client",
906
916
  "group": "ssh",
917
+ "module": "citrus-ssh",
907
918
  "title": "SshClient",
908
919
  "propertiesSchema": {
909
920
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -919,9 +930,10 @@
919
930
  },
920
931
  "websocket-client": {
921
932
  "kind": "testEndpoint",
922
- "version": "4.9.4",
933
+ "version": "4.10.0",
923
934
  "name": "websocket-client",
924
935
  "group": "websocket",
936
+ "module": "citrus-websocket",
925
937
  "title": "WebsocketClient",
926
938
  "propertiesSchema": {
927
939
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -966,9 +978,10 @@
966
978
  },
967
979
  "channel-asynchronous": {
968
980
  "kind": "testEndpoint",
969
- "version": "4.9.4",
981
+ "version": "4.10.0",
970
982
  "name": "channel-asynchronous",
971
983
  "group": "channel",
984
+ "module": "citrus-spring-integration",
972
985
  "title": "ChannelAsynchronous",
973
986
  "propertiesSchema": {
974
987
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1025,9 +1038,10 @@
1025
1038
  },
1026
1039
  "soap-server": {
1027
1040
  "kind": "testEndpoint",
1028
- "version": "4.9.4",
1041
+ "version": "4.10.0",
1029
1042
  "name": "soap-server",
1030
1043
  "group": "soap",
1044
+ "module": "citrus-ws",
1031
1045
  "title": "SoapServer",
1032
1046
  "propertiesSchema": {
1033
1047
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1197,9 +1211,10 @@
1197
1211
  },
1198
1212
  "channel-synchronous": {
1199
1213
  "kind": "testEndpoint",
1200
- "version": "4.9.4",
1214
+ "version": "4.10.0",
1201
1215
  "name": "channel-synchronous",
1202
1216
  "group": "channel",
1217
+ "module": "citrus-spring-integration",
1203
1218
  "title": "ChannelSynchronous",
1204
1219
  "propertiesSchema": {
1205
1220
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1268,9 +1283,10 @@
1268
1283
  },
1269
1284
  "sftp-server": {
1270
1285
  "kind": "testEndpoint",
1271
- "version": "4.9.4",
1286
+ "version": "4.10.0",
1272
1287
  "name": "sftp-server",
1273
1288
  "group": "sftp",
1289
+ "module": "citrus-ftp",
1274
1290
  "title": "SftpServer",
1275
1291
  "propertiesSchema": {
1276
1292
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1397,9 +1413,10 @@
1397
1413
  },
1398
1414
  "ftp-server": {
1399
1415
  "kind": "testEndpoint",
1400
- "version": "4.9.4",
1416
+ "version": "4.10.0",
1401
1417
  "name": "ftp-server",
1402
1418
  "group": "ftp",
1419
+ "module": "citrus-ftp",
1403
1420
  "title": "FtpServer",
1404
1421
  "propertiesSchema": {
1405
1422
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1530,9 +1547,10 @@
1530
1547
  },
1531
1548
  "camel-inOut": {
1532
1549
  "kind": "testEndpoint",
1533
- "version": "4.9.4",
1550
+ "version": "4.10.0",
1534
1551
  "name": "camel-inOut",
1535
1552
  "group": "camel",
1553
+ "module": "citrus-camel",
1536
1554
  "title": "CamelInOut",
1537
1555
  "propertiesSchema": {
1538
1556
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1580,9 +1598,10 @@
1580
1598
  },
1581
1599
  "vertx-asynchronous": {
1582
1600
  "kind": "testEndpoint",
1583
- "version": "4.9.4",
1601
+ "version": "4.10.0",
1584
1602
  "name": "vertx-asynchronous",
1585
1603
  "group": "vertx",
1604
+ "module": "citrus-vertx",
1586
1605
  "title": "VertxAsynchronous",
1587
1606
  "propertiesSchema": {
1588
1607
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1641,9 +1660,10 @@
1641
1660
  },
1642
1661
  "ftp-client": {
1643
1662
  "kind": "testEndpoint",
1644
- "version": "4.9.4",
1663
+ "version": "4.10.0",
1645
1664
  "name": "ftp-client",
1646
1665
  "group": "ftp",
1666
+ "module": "citrus-ftp",
1647
1667
  "title": "FtpClient",
1648
1668
  "propertiesSchema": {
1649
1669
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1717,9 +1737,10 @@
1717
1737
  },
1718
1738
  "camel-asynchronous": {
1719
1739
  "kind": "testEndpoint",
1720
- "version": "4.9.4",
1740
+ "version": "4.10.0",
1721
1741
  "name": "camel-asynchronous",
1722
1742
  "group": "camel",
1743
+ "module": "citrus-camel",
1723
1744
  "title": "CamelAsynchronous",
1724
1745
  "propertiesSchema": {
1725
1746
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1756,9 +1777,10 @@
1756
1777
  },
1757
1778
  "scp-client": {
1758
1779
  "kind": "testEndpoint",
1759
- "version": "4.9.4",
1780
+ "version": "4.10.0",
1760
1781
  "name": "scp-client",
1761
1782
  "group": "scp",
1783
+ "module": "citrus-ftp",
1762
1784
  "title": "ScpClient",
1763
1785
  "propertiesSchema": {
1764
1786
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1857,9 +1879,10 @@
1857
1879
  },
1858
1880
  "vertx-synchronous": {
1859
1881
  "kind": "testEndpoint",
1860
- "version": "4.9.4",
1882
+ "version": "4.10.0",
1861
1883
  "name": "vertx-synchronous",
1862
1884
  "group": "vertx",
1885
+ "module": "citrus-vertx",
1863
1886
  "title": "VertxSynchronous",
1864
1887
  "propertiesSchema": {
1865
1888
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1924,9 +1947,10 @@
1924
1947
  },
1925
1948
  "jms-synchronous": {
1926
1949
  "kind": "testEndpoint",
1927
- "version": "4.9.4",
1950
+ "version": "4.10.0",
1928
1951
  "name": "jms-synchronous",
1929
1952
  "group": "jms",
1953
+ "module": "citrus-jms",
1930
1954
  "title": "JmsSynchronous",
1931
1955
  "propertiesSchema": {
1932
1956
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2016,9 +2040,10 @@
2016
2040
  },
2017
2041
  "camel-inOnly": {
2018
2042
  "kind": "testEndpoint",
2019
- "version": "4.9.4",
2043
+ "version": "4.10.0",
2020
2044
  "name": "camel-inOnly",
2021
2045
  "group": "camel",
2046
+ "module": "citrus-camel",
2022
2047
  "title": "CamelInOnly",
2023
2048
  "propertiesSchema": {
2024
2049
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2055,9 +2080,10 @@
2055
2080
  },
2056
2081
  "direct-asynchronous": {
2057
2082
  "kind": "testEndpoint",
2058
- "version": "4.9.4",
2083
+ "version": "4.10.0",
2059
2084
  "name": "direct-asynchronous",
2060
2085
  "group": "direct",
2086
+ "module": "citrus-base",
2061
2087
  "title": "DirectAsynchronous",
2062
2088
  "propertiesSchema": {
2063
2089
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2088,9 +2114,10 @@
2088
2114
  },
2089
2115
  "camel-synchronous": {
2090
2116
  "kind": "testEndpoint",
2091
- "version": "4.9.4",
2117
+ "version": "4.10.0",
2092
2118
  "name": "camel-synchronous",
2093
2119
  "group": "camel",
2120
+ "module": "citrus-camel",
2094
2121
  "title": "CamelSynchronous",
2095
2122
  "propertiesSchema": {
2096
2123
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2138,9 +2165,10 @@
2138
2165
  },
2139
2166
  "soap-client": {
2140
2167
  "kind": "testEndpoint",
2141
- "version": "4.9.4",
2168
+ "version": "4.10.0",
2142
2169
  "name": "soap-client",
2143
2170
  "group": "soap",
2171
+ "module": "citrus-ws",
2144
2172
  "title": "SoapClient",
2145
2173
  "propertiesSchema": {
2146
2174
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2242,9 +2270,10 @@
2242
2270
  },
2243
2271
  "jms-asynchronous": {
2244
2272
  "kind": "testEndpoint",
2245
- "version": "4.9.4",
2273
+ "version": "4.10.0",
2246
2274
  "name": "jms-asynchronous",
2247
2275
  "group": "jms",
2276
+ "module": "citrus-jms",
2248
2277
  "title": "JmsAsynchronous",
2249
2278
  "propertiesSchema": {
2250
2279
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2336,9 +2365,10 @@
2336
2365
  },
2337
2366
  "sftp-client": {
2338
2367
  "kind": "testEndpoint",
2339
- "version": "4.9.4",
2368
+ "version": "4.10.0",
2340
2369
  "name": "sftp-client",
2341
2370
  "group": "sftp",
2371
+ "module": "citrus-ftp",
2342
2372
  "title": "SftpClient",
2343
2373
  "propertiesSchema": {
2344
2374
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2452,9 +2482,10 @@
2452
2482
  },
2453
2483
  "selenium-browser": {
2454
2484
  "kind": "testEndpoint",
2455
- "version": "4.9.4",
2485
+ "version": "4.10.0",
2456
2486
  "name": "selenium-browser",
2457
2487
  "group": "selenium",
2488
+ "module": "citrus-selenium",
2458
2489
  "title": "SeleniumBrowser",
2459
2490
  "propertiesSchema": {
2460
2491
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2526,9 +2557,10 @@
2526
2557
  },
2527
2558
  "mail-server": {
2528
2559
  "kind": "testEndpoint",
2529
- "version": "4.9.4",
2560
+ "version": "4.10.0",
2530
2561
  "name": "mail-server",
2531
2562
  "group": "mail",
2563
+ "module": "citrus-mail",
2532
2564
  "title": "MailServer",
2533
2565
  "propertiesSchema": {
2534
2566
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2626,9 +2658,10 @@
2626
2658
  },
2627
2659
  "websocket-server": {
2628
2660
  "kind": "testEndpoint",
2629
- "version": "4.9.4",
2661
+ "version": "4.10.0",
2630
2662
  "name": "websocket-server",
2631
2663
  "group": "websocket",
2664
+ "module": "citrus-websocket",
2632
2665
  "title": "WebsocketServer",
2633
2666
  "propertiesSchema": {
2634
2667
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -2933,9 +2966,10 @@
2933
2966
  },
2934
2967
  "http-server": {
2935
2968
  "kind": "testEndpoint",
2936
- "version": "4.9.4",
2969
+ "version": "4.10.0",
2937
2970
  "name": "http-server",
2938
2971
  "group": "http",
2972
+ "module": "citrus-http",
2939
2973
  "title": "HttpServer",
2940
2974
  "propertiesSchema": {
2941
2975
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -3230,9 +3264,10 @@
3230
3264
  },
3231
3265
  "ssh-server": {
3232
3266
  "kind": "testEndpoint",
3233
- "version": "4.9.4",
3267
+ "version": "4.10.0",
3234
3268
  "name": "ssh-server",
3235
3269
  "group": "ssh",
3270
+ "module": "citrus-ssh",
3236
3271
  "title": "SshServer",
3237
3272
  "propertiesSchema": {
3238
3273
  "$schema": "http://json-schema.org/draft-07/schema#",