Skip to content

Commit

Permalink
Upgrade to Camel 4.4.3 and Kamelets 4.4.3 (#1659)
Browse files Browse the repository at this point in the history
* Upgrade to Camel 4.4.3 and Kamelets 4.4.3

* Regen on 4.4.3 Camel
  • Loading branch information
davsclaus authored Jul 8, 2024
1 parent 3351c11 commit 0636e31
Show file tree
Hide file tree
Showing 221 changed files with 556 additions and 552 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.loggingFeatureEnabled": {
"name": "camel.sink.endpoint.loggingFeatureEnabled",
"description": "This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.loggingSizeLimit": {
"name": "camel.sink.endpoint.loggingSizeLimit",
"description": "To limit the total size of number of bytes the logger will output when logging feature has been enabled.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.modelRef": {
"name": "camel.sink.endpoint.modelRef",
"description": "This option is used to specify the model file which is useful for the resource class without annotation. When using this option, then the service class can be omitted, to emulate document-only endpoints",
Expand Down Expand Up @@ -183,6 +170,20 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.loggingFeatureEnabled": {
"name": "camel.sink.endpoint.loggingFeatureEnabled",
"description": "This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.loggingSizeLimit": {
"name": "camel.sink.endpoint.loggingSizeLimit",
"description": "To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.",
"defaultValue": "49152",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxfrs.lazyStartProducer": {
"name": "camel.component.cxfrs.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingFeatureEnabled": {
"name": "camel.source.endpoint.loggingFeatureEnabled",
"description": "This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingSizeLimit": {
"name": "camel.source.endpoint.loggingSizeLimit",
"description": "To limit the total size of number of bytes the logger will output when logging feature has been enabled.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.modelRef": {
"name": "camel.source.endpoint.modelRef",
"description": "This option is used to specify the model file which is useful for the resource class without annotation. When using this option, then the service class can be omitted, to emulate document-only endpoints",
Expand Down Expand Up @@ -170,6 +157,20 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingFeatureEnabled": {
"name": "camel.source.endpoint.loggingFeatureEnabled",
"description": "This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.loggingSizeLimit": {
"name": "camel.source.endpoint.loggingSizeLimit",
"description": "To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.",
"defaultValue": "49152",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cxfrs.bridgeErrorHandler": {
"name": "camel.component.cxfrs.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hostnameVerification": {
"name": "camel.sink.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.allowSerializedHeaders": {
"name": "camel.sink.endpoint.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -330,6 +323,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hostnameVerification": {
"name": "camel.sink.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyStoreFile": {
"name": "camel.sink.endpoint.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down Expand Up @@ -547,13 +547,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.hostnameVerification": {
"name": "camel.component.netty-http.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.allowSerializedHeaders": {
"name": "camel.component.netty-http.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -715,6 +708,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.hostnameVerification": {
"name": "camel.component.netty-http.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.keyStoreFile": {
"name": "camel.component.netty-http.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.hostnameVerification": {
"name": "camel.source.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.allowSerializedHeaders": {
"name": "camel.source.endpoint.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -431,6 +424,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.hostnameVerification": {
"name": "camel.source.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyStoreFile": {
"name": "camel.source.endpoint.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down Expand Up @@ -716,13 +716,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.hostnameVerification": {
"name": "camel.component.netty-http.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.allowSerializedHeaders": {
"name": "camel.component.netty-http.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -884,6 +877,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.hostnameVerification": {
"name": "camel.component.netty-http.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty-http.keyStoreFile": {
"name": "camel.component.netty-http.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hostnameVerification": {
"name": "camel.sink.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.allowSerializedHeaders": {
"name": "camel.sink.endpoint.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -330,6 +323,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hostnameVerification": {
"name": "camel.sink.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyStoreFile": {
"name": "camel.sink.endpoint.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down Expand Up @@ -547,13 +547,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.hostnameVerification": {
"name": "camel.component.netty.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.allowSerializedHeaders": {
"name": "camel.component.netty.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -703,6 +696,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.hostnameVerification": {
"name": "camel.component.netty.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.keyStoreFile": {
"name": "camel.component.netty.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.hostnameVerification": {
"name": "camel.source.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.allowSerializedHeaders": {
"name": "camel.source.endpoint.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -376,6 +369,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.hostnameVerification": {
"name": "camel.source.endpoint.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyStoreFile": {
"name": "camel.source.endpoint.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down Expand Up @@ -642,13 +642,6 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.hostnameVerification": {
"name": "camel.component.netty.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.allowSerializedHeaders": {
"name": "camel.component.netty.allowSerializedHeaders",
"description": "Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchange. Otherwise Camel will exclude any non-serializable objects and log it at WARN level.",
Expand Down Expand Up @@ -798,6 +791,13 @@
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.hostnameVerification": {
"name": "camel.component.netty.hostnameVerification",
"description": "To enable\/disable hostname verification on SSLEngine",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.netty.keyStoreFile": {
"name": "camel.component.netty.keyStoreFile",
"description": "Client side certificate keystore to be used for encryption",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: aws-cloudtrail-source
annotations:
camel.apache.org/kamelet.support.level: "Stable"
camel.apache.org/catalog.version: "4.4.2"
camel.apache.org/catalog.version: "4.4.3"
camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNzQuMzc1IDg1IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48dXNlIHhsaW5rOmhyZWY9IiNBIiB4PSIyLjE4OCIgeT0iMi41Ii8+PHN5bWJvbCBpZD0iQSIgb3ZlcmZsb3c9InZpc2libGUiPjxnIHN0cm9rZT0ibm9uZSI+PHBhdGggZD0iTTkuOTY2IDM1LjQ5M2wtMi4yODguMTc2TDAgMzUuMzc2bDIuMTIzLTEwLjAzOSA3Ljg0MyAxMC4xNTZ6IiBmaWxsPSIjM2M0OTI5Ii8+PHBhdGggZD0iTTkuOTY2IDQ0LjgzbC0yLjI4OC0uMTc2TDAgNDQuOTQ3bDIuMTIzIDEwLjAzOUw5Ljk2NiA0NC44M3oiIGZpbGw9IiNiN2NhOWQiLz48cGF0aCBkPSJNMi4xMjMgNDUuMTQxTDAgNDQuOTQ2djkuNDM0bDIuMTIzLjYwNXYtOS44NDR6IiBmaWxsPSIjNGI2MTJjIi8+PHBhdGggZD0iTTkuOTY2IDU0LjAxOWwtNy44NDMuOTY2di05LjgzNGw3Ljg0My0uMzIydjkuMTl6IiBmaWxsPSIjNzU5YzNlIi8+PHBhdGggZD0iTTI0LjM0MyA0NS42MDFsLTYuMzA3LS40NTktMTEuMDI4LjUyNyA1LjkwNSAxNy45NjEgMTEuNDMtMTguMDI5eiIgZmlsbD0iI2I3Y2E5ZCIvPjxwYXRoIGQ9Ik0yLjEyMyAzNS4xNzFMMCAzNS4zNzZ2LTkuNDM0bDIuMTIzLS42MDV2OS44MzR6IiBmaWxsPSIjNGI2MTJjIi8+PHBhdGggZD0iTTkuOTY2IDI2LjMwM2wtNy44NDMtLjk2NnY5LjgyNGw3Ljg0My4zMzJ2LTkuMTl6IiBmaWxsPSIjNzU5YzNlIi8+PHBhdGggZD0iTTI0LjM0MyAzNC43MjJsLTYuMzA3LjQ0OS0xMS4wMjgtLjUxNyA1LjkwNS0xNy45MzIgMTEuNDMgMTh6IiBmaWxsPSIjM2M0OTI5Ii8+PHBhdGggZD0iTTcuMDA4IDE4LjYyNGw1LjkwNS0xLjkwMnYxNy4zNjZsLTUuOTA1LjU2NlYxOC42MjR6IiBmaWxsPSIjNGI2MTJjIi8+PHBhdGggZD0iTTI0LjM0NCAxOS4wNzNsLTExLjQzLTIuMzUxdjE3LjM2NmwxMS40My42MzRWMTkuMDczeiIgZmlsbD0iIzc1OWMzZSIvPjxwYXRoIGQ9Ik03LjAwOCA2MS41NjFsNS45MDUgMi4wNjhWNDYuMjM0bC01LjkwNS0uNTY2djE1Ljg5M3oiIGZpbGw9IiM0YjYxMmMiLz48cGF0aCBkPSJNMjQuMzQ0IDYxLjM5NWwtMTEuNDMgMi4yMzRWNDYuMjM0bDExLjQzLS42MzR2MTUuNzk1eiIgZmlsbD0iIzc1OWMzZSIvPjxwYXRoIGQ9Ik0yMC4yIDcyLjk5NUwzNC45ODkgODBsMzQuNjYtNDAtMzQuNjYtNDBMMjAuMiA3LjAwNXY2NS45OXoiIGZpbGw9IiM0YjYxMmMiLz48cGF0aCBkPSJNNzAgNjMuNDM0TDM0Ljk5IDgwVjBMNzAgMTYuNTY2djQ2Ljg2OHoiIGZpbGw9IiM3NTljM2UiLz48L2c+PC9zeW1ib2w+PC9zdmc+"
camel.apache.org/provider: "Apache Software Foundation"
camel.apache.org/kamelet.group: "AWS Cloudtrail"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
name: aws-cloudwatch-sink
annotations:
camel.apache.org/kamelet.support.level: "Stable"
camel.apache.org/catalog.version: "4.4.2"
camel.apache.org/catalog.version: "4.4.3"
camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIwNyIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZD0iTTI1NiAxOTkuMzA1bC0xMjcuOTU3LTE4Ljc5N0wwIDE5OS4zMjlsMTI4LjAxIDQ3LjQzOUwyNTYgMTk5LjMwNSIgZmlsbD0iI0I3Q0E5RCIvPjxwYXRoIGQ9Ik0yNS42MjEgMTk3LjExM2wyMS42MyA2Ljc2MSAxLjk3MS0yLjIzOFY1MC4yODRsLTEuOTcxLTIuNTg1LTIxLjYzIDguMjc0djE0MS4xNCIgZmlsbD0iIzRCNjEyQyIvPjxwYXRoIGQ9Ik0xMjMuODMyIDE5MC40MjNsLTc2LjU4MSAxMy40NTFWNDcuNzAzbDc2LjU4MSAxNy4yMjJ2MTI1LjQ5OCIgZmlsbD0iIzc1OUMzRSIvPjxwYXRoIGQ9Ik04OS42ODYgMjE2Ljg4OWwtMjkuODQ4LTkuMjAxVjE0LjkyOEw4OS42ODYuMDA0bDIuNjEyIDIuODQ1djIxMC44NThsLTIuNjEyIDMuMTgyIiBmaWxsPSIjNEI2MTJDIi8+PHBhdGggZD0iTTE5MS45NjcgMTkyLjg5NEw4OS42ODYgMjE2Ljg4OVYwbDEwMi4yODEgMzkuODY2djE1My4wMjgiIGZpbGw9IiM3NTlDM0UiLz48cGF0aCBkPSJNMTI3Ljk2NSAyNDQuNzE0TDAgMTk5LjMyOXYyNi4zMjRsMTI3Ljk2NSA2My45ODN2LTQ0LjkyMiIgZmlsbD0iIzRCNjEyQyIvPjxwYXRoIGQ9Ik0yNTYgMjI1LjYyMmwtMTI4LjAzNSA2NC4wMTR2LTQ0LjkyMkwyNTYgMTk5LjMwNXYyNi4zMTciIGZpbGw9IiM3NTlDM0UiLz48cGF0aCBkPSJNMjIwLjAzOSAxNTUuNjkyaC0zMS4wMjZsLTg4LjQ0NSA2LjAyNkwxMjggMTY2Ljc3NWw5Mi4wMzktMTEuMDgzIiBmaWxsPSIjQjdDQTlEIi8+PHBhdGggZD0iTTEwMC41NjggMjE5LjkwNmwyNy40MiA4LjIyNi43ODktLjg0OS0uMDIzLTYxLjg0OS0uNzg5LS43NTgtMjcuMzk3LTIuOTU4djU4LjE4OCIgZmlsbD0iIzRCNjEyQyIvPjxwYXRoIGQ9Ik0yMjAuMDM5IDE1NS42OTJsLTkyLjA3NCA4Ljk4LjAyMyA2My40NiA5Mi4wNTEtMjcuNzExdi00NC43MjkiIGZpbGw9IiM3NTlDM0UiLz48L3N2Zz4K"
camel.apache.org/provider: "Apache Software Foundation"
camel.apache.org/kamelet.group: "AWS Cloudwatch"
Expand Down
10 changes: 5 additions & 5 deletions connectors/camel-aws-ddb-sink-kafka-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-kafka-connector</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-yaml-dsl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets-utils</artifactId>
<version>4.4.2</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-yaml-dsl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down
Loading

0 comments on commit 0636e31

Please sign in to comment.