This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6a4b16302c34ff4fad17976e68212257f1a86e9c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 18 18:44:46 2022 +0100 Sync deps and regen --- camel-dependencies/pom.xml | 2 +- .../resources/org/apache/camel/catalog/components/platform-http.json | 1 - .../generated/resources/org/apache/camel/catalog/models/kamelet.json | 2 +- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 75e00d3..c786809 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -424,7 +424,7 @@ <mockito-version>3.12.4</mockito-version> <mockwebserver-version>0.1.8</mockwebserver-version> <mongo-hadoop-version>1.5.0</mongo-hadoop-version> - <mongo-java-driver-version>4.1.0</mongo-java-driver-version> + <mongo-java-driver-version>4.5.0</mongo-java-driver-version> <msv-version>2013.6.1</msv-version> <mustache-java-version>0.9.10</mustache-java-version> <mvel-version>2.4.13.Final</mvel-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/platform-http.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/platform-http.json index 2cdbcf7..9b3a90f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/platform-http.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/platform-http.json @@ -32,7 +32,6 @@ "consumes": { "kind": "parameter", "displayName": "Consumes", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The content type this endpoint accepts as an input, such as application\/xml or application\/json. null or *\/* mean no restriction." }, "httpMethodRestrict": { "kind": "parameter", "displayName": "Http Method Restrict", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "A comma separated list of HTTP methods to serve, e.g. GET,POST . If no methods are specified, all methods will be served." }, "matchOnUriPrefix": { "kind": "parameter", "displayName": "Match On Uri Prefix", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found." }, - "muteException": { "kind": "parameter", "displayName": "Mute Exception", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace." }, "produces": { "kind": "parameter", "displayName": "Produces", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The content type this endpoint produces, such as application\/xml or application\/json." }, "exceptionHandler": { "kind": "parameter", "displayName": "Exception Handler", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", "deprecated": false, "autowired": false, "secret": false, "description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the con [...] "exchangePattern": { "kind": "parameter", "displayName": "Exchange Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", "InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, "description": "Sets the exchange pattern when the consumer creates an exchange." }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json index b5fc1e7..cb3ab81 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json @@ -3,7 +3,7 @@ "kind": "model", "name": "kamelet", "title": "Kamelet", - "description": "To call Kamelets in special situations", + "description": "To call Kamelets", "deprecated": false, "label": "eip,routing", "javaType": "org.apache.camel.model.KameletDefinition", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index d249fcd..f193c1c 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -712,7 +712,7 @@ Evaluates a JSONPath expression against a JSON message body. <xs:element name="kamelet" type="tns:kameletDefinition"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -To call Kamelets in special situations +To call Kamelets ]]></xs:documentation> </xs:annotation> </xs:element>