Skip to content

Commit b25fea3

Browse files
authored
Merge pull request #82 from PVinaches/endpoint-properties-enhancer
feat(props enhancer): expose endpointProps for EIP/entity
2 parents 0d12eb1 + 0880a2e commit b25fea3

File tree

60 files changed

+960
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+960
-235
lines changed

catalog/camel-main/4.10.7.redhat-00009/camel-catalog-aggregate-entities-9df2e4d814eecd8cab17d966e9893c75.json renamed to catalog/camel-main/4.10.7.redhat-00009/camel-catalog-aggregate-entities-e4d2992b9c4cc763488818d0fcdb8cdc.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,7 +4596,9 @@
45964596
"$comment" : "group:common"
45974597
},
45984598
"parameters" : {
4599-
"type" : "object"
4599+
"type" : "object",
4600+
"title" : "Endpoint Properties",
4601+
"description" : "The key-value pairs of the properties to configure this endpoint"
46004602
}
46014603
},
46024604
"required" : [
@@ -18346,7 +18348,9 @@
1834618348
"$comment" : "group:common"
1834718349
},
1834818350
"parameters" : {
18349-
"type" : "object"
18351+
"type" : "object",
18352+
"title" : "Endpoint Properties",
18353+
"description" : "The key-value pairs of the properties to configure this endpoint"
1835018354
},
1835118355
"steps" : {
1835218356
"type" : "array",
@@ -18549,10 +18553,12 @@
1854918553
"$ref" : "#/definitions/org.apache.camel.model.FromDefinition"
1855018554
},
1855118555
"parameters" : {
18552-
"type" : "array",
18556+
"type" : "object",
1855318557
"items" : {
1855418558
"$ref" : "#/definitions/org.apache.camel.model.RouteTemplateParameterDefinition"
18555-
}
18559+
},
18560+
"title" : "Endpoint Properties",
18561+
"description" : "The key-value pairs of the properties to configure this endpoint"
1855618562
}
1855718563
},
1855818564
"required" : [
@@ -18674,7 +18680,9 @@
1867418680
"$comment" : "group:common"
1867518681
},
1867618682
"parameters" : {
18677-
"type" : "object"
18683+
"type" : "object",
18684+
"title" : "Endpoint Properties",
18685+
"description" : "The key-value pairs of the properties to configure this endpoint"
1867818686
},
1867918687
"steps" : {
1868018688
"type" : "array",
@@ -19881,10 +19889,12 @@
1988119889
}
1988219890
},
1988319891
"parameters" : {
19884-
"type" : "array",
19892+
"type" : "object",
1988519893
"items" : {
1988619894
"$ref" : "#/definitions/org.apache.camel.model.TemplatedRouteParameterDefinition"
19887-
}
19895+
},
19896+
"title" : "Endpoint Properties",
19897+
"description" : "The key-value pairs of the properties to configure this endpoint"
1988819898
}
1988919899
},
1989019900
"required" : [
@@ -21638,7 +21648,9 @@
2163821648
"$comment" : "group:advanced"
2163921649
},
2164021650
"parameters" : {
21641-
"type" : "object"
21651+
"type" : "object",
21652+
"title" : "Endpoint Properties",
21653+
"description" : "The key-value pairs of the properties to configure this endpoint"
2164221654
}
2164321655
}
2164421656
},

catalog/camel-main/4.10.7.redhat-00009/camel-catalog-aggregate-patterns-143c536a91a7fdfbc58aded9237eab58.json renamed to catalog/camel-main/4.10.7.redhat-00009/camel-catalog-aggregate-patterns-abbc8a2796dc2342320c512f80e4a2e1.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,9 @@
27972797
"format" : "duration"
27982798
},
27992799
"parameters" : {
2800-
"type" : "object"
2800+
"type" : "object",
2801+
"title" : "Endpoint Properties",
2802+
"description" : "The key-value pairs of the properties to configure this endpoint"
28012803
}
28022804
},
28032805
"$schema" : "http://json-schema.org/draft-07/schema#"
@@ -20744,7 +20746,9 @@
2074420746
"$comment" : "group:common"
2074520747
},
2074620748
"parameters" : {
20747-
"type" : "object"
20749+
"type" : "object",
20750+
"title" : "Endpoint Properties",
20751+
"description" : "The key-value pairs of the properties to configure this endpoint"
2074820752
},
2074920753
"steps" : {
2075020754
"type" : "array",
@@ -23544,6 +23548,11 @@
2354423548
"description" : "Whether to auto startup components when toD is starting up.",
2354523549
"$comment" : "group:advanced",
2354623550
"default" : true
23551+
},
23552+
"parameters" : {
23553+
"type" : "object",
23554+
"title" : "Endpoint Properties",
23555+
"description" : "The key-value pairs of the properties to configure this endpoint"
2354723556
}
2354823557
},
2354923558
"$schema" : "http://json-schema.org/draft-07/schema#"
@@ -74182,6 +74191,11 @@
7418274191
"description" : "Whether to auto startup components when toD is starting up.",
7418374192
"$comment" : "group:advanced",
7418474193
"default" : true
74194+
},
74195+
"parameters" : {
74196+
"type" : "object",
74197+
"title" : "Endpoint Properties",
74198+
"description" : "The key-value pairs of the properties to configure this endpoint"
7418574199
}
7418674200
},
7418774201
"required" : [
@@ -74556,6 +74570,11 @@
7455674570
"InOut"
7455774571
],
7455874572
"$comment" : "group:advanced"
74573+
},
74574+
"parameters" : {
74575+
"type" : "object",
74576+
"title" : "Endpoint Properties",
74577+
"description" : "The key-value pairs of the properties to configure this endpoint"
7455974578
}
7456074579
},
7456174580
"$schema" : "http://json-schema.org/draft-07/schema#"

catalog/camel-main/4.10.7.redhat-00009/index-964a99365552176879ad4e8e713145d7.json renamed to catalog/camel-main/4.10.7.redhat-00009/index-4d3370a9ae2795e4028c2df910cfdea.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name" : "entities",
2020
"description" : "Aggregated Camel catalog for entities",
2121
"version" : "4.10.7.redhat-00009",
22-
"file" : "camel-catalog-aggregate-entities-9df2e4d814eecd8cab17d966e9893c75.json"
22+
"file" : "camel-catalog-aggregate-entities-e4d2992b9c4cc763488818d0fcdb8cdc.json"
2323
},
2424
"functions" : {
2525
"name" : "functions",
@@ -61,7 +61,7 @@
6161
"name" : "patterns",
6262
"description" : "Aggregated Camel catalog for patterns",
6363
"version" : "4.10.7.redhat-00009",
64-
"file" : "camel-catalog-aggregate-patterns-143c536a91a7fdfbc58aded9237eab58.json"
64+
"file" : "camel-catalog-aggregate-patterns-abbc8a2796dc2342320c512f80e4a2e1.json"
6565
}
6666
},
6767
"schemas" : {

catalog/camel-main/4.14.2.redhat-00011/camel-catalog-aggregate-entities-21f1991fa47312a4eaa2b43e48bbd6d1.json renamed to catalog/camel-main/4.14.2.redhat-00011/camel-catalog-aggregate-entities-6b15c1dd9c076f2941fa77f3c92eed2f.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4707,7 +4707,9 @@
47074707
"$comment" : "group:common"
47084708
},
47094709
"parameters" : {
4710-
"type" : "object"
4710+
"type" : "object",
4711+
"title" : "Endpoint Properties",
4712+
"description" : "The key-value pairs of the properties to configure this endpoint"
47114713
}
47124714
},
47134715
"required" : [
@@ -18577,7 +18579,9 @@
1857718579
"$comment" : "group:common"
1857818580
},
1857918581
"parameters" : {
18580-
"type" : "object"
18582+
"type" : "object",
18583+
"title" : "Endpoint Properties",
18584+
"description" : "The key-value pairs of the properties to configure this endpoint"
1858118585
},
1858218586
"steps" : {
1858318587
"type" : "array",
@@ -18780,10 +18784,12 @@
1878018784
"$ref" : "#/definitions/org.apache.camel.model.FromDefinition"
1878118785
},
1878218786
"parameters" : {
18783-
"type" : "array",
18787+
"type" : "object",
1878418788
"items" : {
1878518789
"$ref" : "#/definitions/org.apache.camel.model.RouteTemplateParameterDefinition"
18786-
}
18790+
},
18791+
"title" : "Endpoint Properties",
18792+
"description" : "The key-value pairs of the properties to configure this endpoint"
1878718793
}
1878818794
},
1878918795
"required" : [
@@ -18912,7 +18918,9 @@
1891218918
"$comment" : "group:common"
1891318919
},
1891418920
"parameters" : {
18915-
"type" : "object"
18921+
"type" : "object",
18922+
"title" : "Endpoint Properties",
18923+
"description" : "The key-value pairs of the properties to configure this endpoint"
1891618924
},
1891718925
"steps" : {
1891818926
"type" : "array",
@@ -20137,10 +20145,12 @@
2013720145
}
2013820146
},
2013920147
"parameters" : {
20140-
"type" : "array",
20148+
"type" : "object",
2014120149
"items" : {
2014220150
"$ref" : "#/definitions/org.apache.camel.model.TemplatedRouteParameterDefinition"
20143-
}
20151+
},
20152+
"title" : "Endpoint Properties",
20153+
"description" : "The key-value pairs of the properties to configure this endpoint"
2014420154
}
2014520155
},
2014620156
"required" : [
@@ -21981,7 +21991,9 @@
2198121991
"$comment" : "group:advanced"
2198221992
},
2198321993
"parameters" : {
21984-
"type" : "object"
21994+
"type" : "object",
21995+
"title" : "Endpoint Properties",
21996+
"description" : "The key-value pairs of the properties to configure this endpoint"
2198521997
}
2198621998
}
2198721999
},

catalog/camel-main/4.14.2.redhat-00011/camel-catalog-aggregate-patterns-b6ce011d418b3ee9913ab470e0ee0811.json renamed to catalog/camel-main/4.14.2.redhat-00011/camel-catalog-aggregate-patterns-5d1370b6458d8883729df3bdeaa32e7d.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,9 @@
28002800
"format" : "duration"
28012801
},
28022802
"parameters" : {
2803-
"type" : "object"
2803+
"type" : "object",
2804+
"title" : "Endpoint Properties",
2805+
"description" : "The key-value pairs of the properties to configure this endpoint"
28042806
}
28052807
},
28062808
"$schema" : "http://json-schema.org/draft-07/schema#"
@@ -20863,7 +20865,9 @@
2086320865
"$comment" : "group:common"
2086420866
},
2086520867
"parameters" : {
20866-
"type" : "object"
20868+
"type" : "object",
20869+
"title" : "Endpoint Properties",
20870+
"description" : "The key-value pairs of the properties to configure this endpoint"
2086720871
},
2086820872
"steps" : {
2086920873
"type" : "array",
@@ -23664,6 +23668,11 @@
2366423668
"description" : "Whether to auto startup components when toD is starting up.",
2366523669
"default" : true,
2366623670
"$comment" : "group:advanced"
23671+
},
23672+
"parameters" : {
23673+
"type" : "object",
23674+
"title" : "Endpoint Properties",
23675+
"description" : "The key-value pairs of the properties to configure this endpoint"
2366723676
}
2366823677
},
2366923678
"$schema" : "http://json-schema.org/draft-07/schema#"
@@ -74506,6 +74515,11 @@
7450674515
"description" : "Whether to auto startup components when toD is starting up.",
7450774516
"default" : true,
7450874517
"$comment" : "group:advanced"
74518+
},
74519+
"parameters" : {
74520+
"type" : "object",
74521+
"title" : "Endpoint Properties",
74522+
"description" : "The key-value pairs of the properties to configure this endpoint"
7450974523
}
7451074524
},
7451174525
"required" : [
@@ -74880,6 +74894,11 @@
7488074894
"InOut"
7488174895
],
7488274896
"$comment" : "group:advanced"
74897+
},
74898+
"parameters" : {
74899+
"type" : "object",
74900+
"title" : "Endpoint Properties",
74901+
"description" : "The key-value pairs of the properties to configure this endpoint"
7488374902
}
7488474903
},
7488574904
"$schema" : "http://json-schema.org/draft-07/schema#"

catalog/camel-main/4.14.2.redhat-00011/index-b306ecee84c5d1ba8bd25a56a319b3c1.json renamed to catalog/camel-main/4.14.2.redhat-00011/index-599534fcf69d74f17ca1b185994fc029.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name" : "entities",
2020
"description" : "Aggregated Camel catalog for entities",
2121
"version" : "4.14.2.redhat-00011",
22-
"file" : "camel-catalog-aggregate-entities-21f1991fa47312a4eaa2b43e48bbd6d1.json"
22+
"file" : "camel-catalog-aggregate-entities-6b15c1dd9c076f2941fa77f3c92eed2f.json"
2323
},
2424
"functions" : {
2525
"name" : "functions",
@@ -61,7 +61,7 @@
6161
"name" : "patterns",
6262
"description" : "Aggregated Camel catalog for patterns",
6363
"version" : "4.14.2.redhat-00011",
64-
"file" : "camel-catalog-aggregate-patterns-b6ce011d418b3ee9913ab470e0ee0811.json"
64+
"file" : "camel-catalog-aggregate-patterns-5d1370b6458d8883729df3bdeaa32e7d.json"
6565
}
6666
},
6767
"schemas" : {

catalog/camel-springboot/4.14.4/camel-catalog-aggregate-entities-2b77eb882053fd9089338710b34689ac.json renamed to catalog/camel-main/4.14.4/camel-catalog-aggregate-entities-1b48cd6f9da7ca2c209d5e55b1ca9adc.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4703,7 +4703,9 @@
47034703
"$comment" : "group:common"
47044704
},
47054705
"parameters" : {
4706-
"type" : "object"
4706+
"type" : "object",
4707+
"title" : "Endpoint Properties",
4708+
"description" : "The key-value pairs of the properties to configure this endpoint"
47074709
}
47084710
},
47094711
"required" : [
@@ -18567,7 +18569,9 @@
1856718569
"$comment" : "group:common"
1856818570
},
1856918571
"parameters" : {
18570-
"type" : "object"
18572+
"type" : "object",
18573+
"title" : "Endpoint Properties",
18574+
"description" : "The key-value pairs of the properties to configure this endpoint"
1857118575
},
1857218576
"steps" : {
1857318577
"type" : "array",
@@ -18769,10 +18773,12 @@
1876918773
"$ref" : "#/definitions/org.apache.camel.model.FromDefinition"
1877018774
},
1877118775
"parameters" : {
18772-
"type" : "array",
18776+
"type" : "object",
1877318777
"items" : {
1877418778
"$ref" : "#/definitions/org.apache.camel.model.RouteTemplateParameterDefinition"
18775-
}
18779+
},
18780+
"title" : "Endpoint Properties",
18781+
"description" : "The key-value pairs of the properties to configure this endpoint"
1877618782
}
1877718783
},
1877818784
"required" : [
@@ -18901,7 +18907,9 @@
1890118907
"$comment" : "group:common"
1890218908
},
1890318909
"parameters" : {
18904-
"type" : "object"
18910+
"type" : "object",
18911+
"title" : "Endpoint Properties",
18912+
"description" : "The key-value pairs of the properties to configure this endpoint"
1890518913
},
1890618914
"steps" : {
1890718915
"type" : "array",
@@ -20125,10 +20133,12 @@
2012520133
}
2012620134
},
2012720135
"parameters" : {
20128-
"type" : "array",
20136+
"type" : "object",
2012920137
"items" : {
2013020138
"$ref" : "#/definitions/org.apache.camel.model.TemplatedRouteParameterDefinition"
20131-
}
20139+
},
20140+
"title" : "Endpoint Properties",
20141+
"description" : "The key-value pairs of the properties to configure this endpoint"
2013220142
}
2013320143
},
2013420144
"required" : [
@@ -21967,7 +21977,9 @@
2196721977
"$comment" : "group:advanced"
2196821978
},
2196921979
"parameters" : {
21970-
"type" : "object"
21980+
"type" : "object",
21981+
"title" : "Endpoint Properties",
21982+
"description" : "The key-value pairs of the properties to configure this endpoint"
2197121983
}
2197221984
}
2197321985
},

0 commit comments

Comments
 (0)