This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new feb579e Sync deps and fixed CS feb579e is described below commit feb579e291f1171e71364968feb47ba7ce8427ba Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 11 21:19:49 2021 +0100 Sync deps and fixed CS --- camel-dependencies/pom.xml | 2 +- .../resources/org/apache/camel/catalog/components/mongodb.json | 2 +- .../MultiCastParallelAndStreamCachingWithEncryptionTest.java | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index c80eb03..6f261b0 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -544,7 +544,7 @@ <swagger-java-version>1.6.2</swagger-java-version> <tagsoup-version>1.2.1</tagsoup-version> <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version> - <testcontainers-version>1.15.1</testcontainers-version> + <testcontainers-version>1.15.2</testcontainers-version> <tika-version>1.25</tika-version> <trimStackTrace>false</trimStackTrace> <twilio-version>7.55.3</twilio-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json index c93cef7..7c9e47e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json @@ -22,7 +22,7 @@ "lenientProperties": false }, "componentProperties": { - "mongoConnection": { "kind": "property", "displayName": "Mongo Connection", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.mongodb.client.MongoClient", "deprecated": false, "autowired": false, "secret": false, "description": "Shared client used for connection. All endpoints generated from the component will share this connection client." }, + "mongoConnection": { "kind": "property", "displayName": "Mongo Connection", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.mongodb.client.MongoClient", "deprecated": false, "autowired": true, "secret": false, "description": "Shared client used for connection. All endpoints generated from the component will share this connection client." }, "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a me [...] "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "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 star [...] "autowiredEnabled": { "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which t [...] diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/MultiCastParallelAndStreamCachingWithEncryptionTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/MultiCastParallelAndStreamCachingWithEncryptionTest.java index 952328f..b55127e 100644 --- a/core/camel-core/src/test/java/org/apache/camel/processor/MultiCastParallelAndStreamCachingWithEncryptionTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/processor/MultiCastParallelAndStreamCachingWithEncryptionTest.java @@ -28,8 +28,8 @@ import org.apache.camel.util.IOHelper; import org.junit.jupiter.api.Test; /** - * Tests the processing of a file stream-cache with encryption by the multi-cast - * processor in the parallel processing mode. + * Tests the processing of a file stream-cache with encryption by the multi-cast processor in the parallel processing + * mode. */ public class MultiCastParallelAndStreamCachingWithEncryptionTest extends ContextTestSupport { @@ -77,8 +77,8 @@ public class MultiCastParallelAndStreamCachingWithEncryptionTest extends Context } /** - * Tests the FileInputStreamCache. The sent input stream is transformed to - * FileInputStreamCache before the multi-cast processor is called. + * Tests the FileInputStreamCache. The sent input stream is transformed to FileInputStreamCache before the + * multi-cast processor is called. * * @throws Exception */