[camel] branch master updated: camel-olingo2 improvements (#4098)

2020-08-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 26392df  camel-olingo2 improvements (#4098)
26392df is described below

commit 26392dfd37f7bd079a11bb48defb587d827df5b5
Author: Christoph Deppisch 
AuthorDate: Wed Aug 19 08:57:06 2020 +0200

camel-olingo2 improvements (#4098)

* fix(CAMEL-15405): Propagate inline count in camel-olingo2 component

Add result count (coming from system query option $inlinecount) to OData 
entries when using splitResults

* fix(CAMEL-15406): Configure entity provider properties on camel-olingo2

Add uri param configuration settings for read/write entity provider 
properties. The entity provider properties are used for each read/write 
operation and specify the way to serialize OData entries as Json/Xml/Atom data.

* fix(CAMEL-15407): Fix merge operation in camel-olingo2

Merge operation must enable isDataBasedPropertySerialization setting in the 
entity provider write properties in order to not overwrite unspecified fields 
with null values.
---
 .../apache/camel/catalog/components/olingo2.json   |   4 +
 .../camel/catalog/docs/olingo2-component.adoc  |   8 +-
 .../camel/component/olingo2/api/Olingo2App.java|  58 +-
 .../component/olingo2/api/impl/Olingo2AppImpl.java |  95 ++-
 .../Olingo2AppEndpointConfigurationConfigurer.java |  11 +-
 .../olingo2/Olingo2ComponentConfigurer.java|  10 +
 .../olingo2/Olingo2ConfigurationConfigurer.java|  10 +
 .../olingo2/Olingo2EndpointConfigurer.java |  10 +
 .../apache/camel/component/olingo2/olingo2.json|   4 +
 .../src/main/docs/olingo2-component.adoc   |   8 +-
 .../camel/component/olingo2/Olingo2Component.java  |   6 +-
 .../component/olingo2/Olingo2Configuration.java|  51 +-
 .../camel/component/olingo2/Olingo2Consumer.java   |   7 +
 .../olingo2/Olingo2ComponentConsumerTest.java  |  42 +-
 .../olingo2/Olingo2ComponentProducerTest.java  |  59 +-
 .../dsl/Olingo2ComponentBuilderFactory.java|  35 ++
 .../dsl/Olingo2EndpointBuilderFactory.java | 665 +
 .../modules/ROOT/pages/olingo2-component.adoc  |   8 +-
 18 files changed, 792 insertions(+), 299 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/olingo2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/olingo2.json
index 73ea43d..c477291 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/olingo2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/olingo2.json
@@ -24,6 +24,8 @@
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.olingo2.Olingo2Configuration", 
"deprecated": false, "secret": false, "description": "To use the shared 
configuration" },
 "connectTimeout": { "kind": "property", "displayName": "Connect Timeout", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": 
"3", "configurationClass": 
"org.apache.camel.component.olingo2.Olingo2Configuration", 
"configurationField": "configuration", "description": "HTTP connection creation 
timeout in milliseconds, defaults to 30,000 (30 seconds)" },
 "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "application\/json;charset=utf-8", "configurationClass": 
"org.apache.camel.component.olingo2.Olingo2Configuration", 
"configurationField": "configuration", "description": "Content-Type header 
value can be used to specify JSON or XML message format, defaults to appli [...]
+"entityProviderReadProperties": { "kind": "property", "displayName": 
"Entity Provider Read Properties", "group": "common", "label": "", "required": 
false, "type": "object", "javaType": 
"org.apache.olingo.odata2.api.ep.EntityProviderReadProperties", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.olingo2.Olingo2Configuration", 
"configurationField": "configuration", "description": "Custom entity provider 
read properties applied to all read operat [...]
+"entityProviderWriteProperties": { "kind": "property", "displayName": 
"Entity Provider Write Properties", "group": "common", "label": "", "required": 
false, "type": "object", "javaType": 
"org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.comp

[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #1540: Add ArangoDB component extension fixes #1533

2020-08-18 Thread GitBox


zbendhiba commented on a change in pull request #1540:
URL: https://github.com/apache/camel-quarkus/pull/1540#discussion_r472778972



##
File path: extensions/arangodb/runtime/pom.xml
##
@@ -0,0 +1,94 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-arangodb-parent
+1.1.0-SNAPSHOT
+../pom.xml
+
+
+camel-quarkus-arangodb
+Camel Quarkus :: ArangoDb :: Runtime
+Perform operations on ArangoDb documents, collections and 
graphs.
+
+
+1.0.0-CR4

Review comment:
   done!





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] davsclaus commented on pull request #4098: camel-olingo2 improvements

2020-08-18 Thread GitBox


davsclaus commented on pull request #4098:
URL: https://github.com/apache/camel/pull/4098#issuecomment-675889885


   The CS is in camel-main not related to your PR



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] davsclaus merged pull request #4098: camel-olingo2 improvements

2020-08-18 Thread GitBox


davsclaus merged pull request #4098:
URL: https://github.com/apache/camel/pull/4098


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-quarkus] branch master updated: Added support for flatpack dataformat fixes #796

2020-08-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
 new 7c082ae  Added support for flatpack dataformat fixes #796
7c082ae is described below

commit 7c082ae3f362cfa10cd8e2c1d7000f6c2ebda47f
Author: aldettinger 
AuthorDate: Tue Aug 18 21:24:17 2020 +0200

Added support for flatpack dataformat fixes #796
---
 docs/modules/ROOT/nav.adoc |   1 +
 docs/modules/ROOT/pages/reference/components.adoc  |   5 +-
 docs/modules/ROOT/pages/reference/dataformats.adoc |   5 +-
 .../ROOT/pages/reference/extensions/flatpack.adoc  |  30 +
 docs/modules/ROOT/pages/reference/index.adoc   |   5 +-
 extensions/flatpack/deployment/pom.xml |  63 ++
 .../flatpack/deployment/FlatpackProcessor.java |  36 ++
 extensions/flatpack/pom.xml|  39 ++
 extensions/flatpack/runtime/pom.xml|  94 +++
 .../main/resources/META-INF/quarkus-extension.yaml |  31 +
 extensions/pom.xml |   1 +
 integration-tests/flatpack/pom.xml | 134 +
 .../component/flatpack/it/FlatPackRoutes.java  |  41 +++
 .../component/flatpack/it/FlatpackResource.java|  81 +
 .../src/main/resources/application.properties  |  17 +++
 .../mappings/INVENTORY-Delimited.pzmap.xml |  27 +
 .../mappings/PEOPLE-FixedLength.pzmap.xml  |  30 +
 .../INVENTORY-CommaDelimitedWithQualifier.txt  |   5 +
 .../src/test/data/fixed/PEOPLE-FixedLength.txt |   4 +
 .../quarkus/component/flatpack/it/FlatpackIT.java  |  24 
 .../component/flatpack/it/FlatpackTest.java|  90 ++
 integration-tests/pom.xml  |   1 +
 poms/bom/pom.xml   |  15 +++
 tooling/scripts/test-categories.yaml   |   1 +
 24 files changed, 777 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 764362e..a9a50bb 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -80,6 +80,7 @@
 *** xref:reference/extensions/fhir.adoc[FHIR]
 *** xref:reference/extensions/file.adoc[File]
 *** xref:reference/extensions/file-watch.adoc[File Watch]
+*** xref:reference/extensions/flatpack.adoc[Flatpack]
 *** xref:reference/extensions/ftp.adoc[FTP]
 *** xref:reference/extensions/github.adoc[GitHub]
 *** xref:reference/extensions/google-bigquery.adoc[Google BigQuery]
diff --git a/docs/modules/ROOT/pages/reference/components.adoc 
b/docs/modules/ROOT/pages/reference/components.adoc
index 5d7fc68..c686f6a 100644
--- a/docs/modules/ROOT/pages/reference/components.adoc
+++ b/docs/modules/ROOT/pages/reference/components.adoc
@@ -4,7 +4,7 @@
 [camel-quarkus-components]
 = Camel components supported on Quarkus
 
-156 components in 121 JAR artifacts (0 deprecated, 17 JVM only)
+157 components in 122 JAR artifacts (0 deprecated, 17 JVM only)
 
 [width="100%",cols="4,1,1,1,5",options="header"]
 |===
@@ -190,6 +190,9 @@ Stable | 0.4.0 | Read and write files.
 | xref:reference/extensions/file-watch.adoc[File Watch] | 
camel-quarkus-file-watch | Native +
 Stable | 1.0.0 | Get notified about file events in a directory using 
java.nio.file.WatchService.
 
+| xref:reference/extensions/flatpack.adoc[Flatpack] | camel-quarkus-flatpack | 
Native +
+Stable | 1.1.0 | Parse fixed width and delimited files using the FlatPack 
library.
+
 | xref:reference/extensions/ftp.adoc[FTP] | camel-quarkus-ftp | Native +
 Stable | 1.0.0 | Upload and download files to/from FTP servers.
 
diff --git a/docs/modules/ROOT/pages/reference/dataformats.adoc 
b/docs/modules/ROOT/pages/reference/dataformats.adoc
index e86b249..739e777 100644
--- a/docs/modules/ROOT/pages/reference/dataformats.adoc
+++ b/docs/modules/ROOT/pages/reference/dataformats.adoc
@@ -4,7 +4,7 @@
 [camel-quarkus-dataformats]
 = Camel data formats supported on Quarkus
 
-27 data formats in 22 JAR artifacts (0 deprecated, 1 JVM only)
+28 data formats in 23 JAR artifacts (0 deprecated, 1 JVM only)
 
 [width="100%",cols="4,1,1,1,5",options="header"]
 |===
@@ -34,6 +34,9 @@ Stable | 0.3.0 | Marshall and unmarshall FHIR objects to/from 
JSON.
 | xref:reference/extensions/fhir.adoc[FHIR XML] | camel-quarkus-fhir | Native +
 Stable | 0.3.0 | Marshall and unmarshall FHIR objects to/from XML.
 
+| xref:reference/extensions/flatpack.adoc[Flatpack] | camel-quarkus-flatpack | 
Native +
+Stable | 1.1.0 | Marshal and unmarshal Java lists and maps to/from flat files 
(such as CSV, delimited, or fixed length formats) using Flatpack library.
+
 | xref:reference/extensions/grok.adoc[Grok] | camel-quarkus-grok | Native +
 Stable | 1.0.0 | Unmarshal unstructured data to objects using Logstash based 
Grok patterns.
 
diff --git a/docs/

[GitHub] [camel-quarkus] aldettinger merged pull request #1542: Added support for flatpack dataformat fixes #796

2020-08-18 Thread GitBox


aldettinger merged pull request #1542:
URL: https://github.com/apache/camel-quarkus/pull/1542


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] aldettinger closed issue #796: Flatpack dataformat support

2020-08-18 Thread GitBox


aldettinger closed issue #796:
URL: https://github.com/apache/camel-quarkus/issues/796


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] christophd commented on pull request #4098: camel-olingo2 improvements

2020-08-18 Thread GitBox


christophd commented on pull request #4098:
URL: https://github.com/apache/camel/pull/4098#issuecomment-675882068


   @davsclaus camel-olingo4 is not having such issues - we can leave it as it 
is. BTW why is the check on this PR failing? I do not see the failure being 
caused by my changes. can you please have a look?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated: Add badges

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
 new 43a3847  Add badges
43a3847 is described below

commit 43a3847f41bd857af249453a760c77cd3e1a61bf
Author: lburgazzoli 
AuthorDate: Wed Aug 19 08:19:09 2020 +0200

Add badges
---
 README.adoc | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index 2e3f282..823d99e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,7 +1,9 @@
-image:https://github.com/apache/camel-k-runtime/workflows/Build%20PR/badge.svg["Build
 Status", 
link="https://github.com/apache/camel-k-runtime/actions?query=workflow%3A%22Build+PR%22";]
-
-
 Apache Camel K Runtime
 ==
 
+image:https://img.shields.io/maven-central/v/org.apache.camel.k/camel-k-runtime-bom.svg["Maven
 Central", link="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.camel.k";]
+image:https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000["Licensed
 under Apache License version 2.0", 
link="https://www.apache.org/licenses/LICENSE-2.0";]
+image:https://badges.gitter.im/apache/camel-k.svg["Chat on Gitter", 
link="https://gitter.im/apache/camel-k";]
+image:https://github.com/apache/camel-k-runtime/workflows/Build/badge.svg["Build
 Status", 
link="https://github.com/apache/camel-k-runtime/actions?query=workflow%3ABuild";]
+
 This repository contains the Apache Camel-K Runtime bits used by the 
https://github.com/apache/camel-k[_main project_]



[camel-k-runtime] branch master updated: Add badges

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
 new 43a3847  Add badges
43a3847 is described below

commit 43a3847f41bd857af249453a760c77cd3e1a61bf
Author: lburgazzoli 
AuthorDate: Wed Aug 19 08:19:09 2020 +0200

Add badges
---
 README.adoc | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index 2e3f282..823d99e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,7 +1,9 @@
-image:https://github.com/apache/camel-k-runtime/workflows/Build%20PR/badge.svg["Build
 Status", 
link="https://github.com/apache/camel-k-runtime/actions?query=workflow%3A%22Build+PR%22";]
-
-
 Apache Camel K Runtime
 ==
 
+image:https://img.shields.io/maven-central/v/org.apache.camel.k/camel-k-runtime-bom.svg["Maven
 Central", link="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.camel.k";]
+image:https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000["Licensed
 under Apache License version 2.0", 
link="https://www.apache.org/licenses/LICENSE-2.0";]
+image:https://badges.gitter.im/apache/camel-k.svg["Chat on Gitter", 
link="https://gitter.im/apache/camel-k";]
+image:https://github.com/apache/camel-k-runtime/workflows/Build/badge.svg["Build
 Status", 
link="https://github.com/apache/camel-k-runtime/actions?query=workflow%3ABuild";]
+
 This repository contains the Apache Camel-K Runtime bits used by the 
https://github.com/apache/camel-k[_main project_]



[GitHub] [camel] gnodet merged pull request #4089: Removes unreachable branch on camel-aws-s3 client implementations

2020-08-18 Thread GitBox


gnodet merged pull request #4089:
URL: https://github.com/apache/camel/pull/4089


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] gnodet closed pull request #4096: CAMEL-14578 : Reformat source code automatically

2020-08-18 Thread GitBox


gnodet closed pull request #4096:
URL: https://github.com/apache/camel/pull/4096


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel] branch master updated: Removes unreachable branch on camel-aws-s3 client implementations

2020-08-18 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet 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 d4c7912  Removes unreachable branch on camel-aws-s3 client 
implementations
d4c7912 is described below

commit d4c79120a839402bcd1f730c50d8a920519f527a
Author: Otavio Rodolfo Piske 
AuthorDate: Thu Aug 13 19:12:22 2020 +0200

Removes unreachable branch on camel-aws-s3 client implementations
---
 .../component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java   | 9 +
 .../camel/component/aws/s3/client/impl/S3ClientStandardImpl.java | 4 +---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git 
a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java
 
b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java
index d14abbc..185aeb8 100644
--- 
a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java
+++ 
b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java
@@ -73,15 +73,16 @@ public class S3ClientIAMOptimizedImpl implements S3Client {
 
 if (!configuration.isUseEncryption()) {
 clientBuilder = 
AmazonS3ClientBuilder.standard().withCredentials(new 
InstanceProfileCredentialsProvider(false));
-} else if (configuration.isUseEncryption()) {
+
+if (configuration.hasProxyConfiguration()) {
+clientBuilder = 
clientBuilder.withClientConfiguration(clientConfiguration);
+}
+} else {
 StaticEncryptionMaterialsProvider encryptionMaterialsProvider
 = new 
StaticEncryptionMaterialsProvider(configuration.getEncryptionMaterials());
 encClientBuilder = 
AmazonS3EncryptionClientBuilder.standard().withClientConfiguration(clientConfiguration)
 .withEncryptionMaterials(encryptionMaterialsProvider)
 .withCredentials(new 
InstanceProfileCredentialsProvider(false));
-} else {
-clientBuilder = 
AmazonS3ClientBuilder.standard().withClientConfiguration(clientConfiguration)
-.withCredentials(new 
InstanceProfileCredentialsProvider(false));
 }
 
 if (!configuration.isUseEncryption()) {
diff --git 
a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientStandardImpl.java
 
b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientStandardImpl.java
index 886137c..d7bf52f 100644
--- 
a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientStandardImpl.java
+++ 
b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientStandardImpl.java
@@ -76,14 +76,12 @@ public class S3ClientStandardImpl implements S3Client {
 if (!configuration.isUseEncryption()) {
 clientBuilder = 
AmazonS3ClientBuilder.standard().withClientConfiguration(clientConfiguration)
 .withCredentials(credentialsProvider);
-} else if (configuration.isUseEncryption()) {
+} else {
 StaticEncryptionMaterialsProvider encryptionMaterialsProvider
 = new 
StaticEncryptionMaterialsProvider(configuration.getEncryptionMaterials());
 encClientBuilder = 
AmazonS3EncryptionClientBuilder.standard().withClientConfiguration(clientConfiguration)
 .withCredentials(credentialsProvider)
 .withEncryptionMaterials(encryptionMaterialsProvider);
-} else {
-clientBuilder = 
AmazonS3ClientBuilder.standard().withCredentials(credentialsProvider);
 }
 
 if (!configuration.isUseEncryption()) {



[camel-quarkus] branch master updated: Switch from restcountries.eu to estcountries.com as the .eu service is not reliable anymorei #1538

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
 new fcd238d  Switch from restcountries.eu to estcountries.com as the .eu 
service is not reliable anymorei #1538
fcd238d is described below

commit fcd238dcc4a080a27719b5d4d132f4c5815026df
Author: lburgazzoli 
AuthorDate: Tue Aug 18 15:49:17 2020 +0200

Switch from restcountries.eu to estcountries.com as the .eu service is not 
reliable anymorei #1538
---
 .../org/apache/camel/quarkus/component/http/it/HttpResource.java| 6 +++---
 .../java/org/apache/camel/quarkus/component/http/it/HttpTest.java   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/HttpResource.java
 
b/integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/HttpResource.java
index 181930b..dcb7616 100644
--- 
a/integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/HttpResource.java
+++ 
b/integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/HttpResource.java
@@ -60,7 +60,7 @@ public class HttpResource {
 @Produces(MediaType.TEXT_PLAIN)
 public String getHttps() {
 return producerTemplate
-
.to("ahc:https://restcountries.eu/rest/v2/alpha/cz?bridgeEndpoint=true";)
+
.to("ahc:https://restcountries.com/v2/alpha/cz?bridgeEndpoint=true";)
 .withHeader(Exchange.HTTP_METHOD, "GET")
 .request(String.class);
 }
@@ -117,7 +117,7 @@ public class HttpResource {
 @Produces(MediaType.TEXT_PLAIN)
 public String httpGetHttps() {
 return producerTemplate
-
.to("https://restcountries.eu/rest/v2/alpha/cz?bridgeEndpoint=true";)
+
.to("https://restcountries.com/v2/alpha/cz?bridgeEndpoint=true";)
 .withHeader(Exchange.HTTP_METHOD, "GET")
 .request(String.class);
 }
@@ -156,7 +156,7 @@ public class HttpResource {
 @Produces(MediaType.TEXT_PLAIN)
 public String nettyHttpGetHttps() {
 return producerTemplate
-
.to("netty-http:https://restcountries.eu/rest/v2/alpha/cz?ssl=true&passphrase=changeit&keyStoreResource=classpath:jsse/keystore.p12&trustStoreResource=file:{{javax.net.ssl.trustStore}}";)
+
.to("netty-http:https://restcountries.com/v2/alpha/cz?ssl=true&passphrase=changeit&keyStoreResource=classpath:jsse/keystore.p12&trustStoreResource=file:{{javax.net.ssl.trustStore}}";)
 .withHeader(Exchange.HTTP_METHOD, "GET")
 .request(String.class);
 }
diff --git 
a/integration-tests/http/src/test/java/org/apache/camel/quarkus/component/http/it/HttpTest.java
 
b/integration-tests/http/src/test/java/org/apache/camel/quarkus/component/http/it/HttpTest.java
index a1f7d48..a730a72 100644
--- 
a/integration-tests/http/src/test/java/org/apache/camel/quarkus/component/http/it/HttpTest.java
+++ 
b/integration-tests/http/src/test/java/org/apache/camel/quarkus/component/http/it/HttpTest.java
@@ -68,11 +68,11 @@ class HttpTest {
 public void restcountries() throws Exception {
 RestAssured
 .given()
-.baseUri("https://restcountries.eu";)
+.baseUri("https://restcountries.com";)
 .port(443)
 .when()
 .accept("application/json")
-.get("/rest/v2/alpha/cz")
+.get("/v2/alpha/cz")
 .then()
 .statusCode(200)
 .body(containsString("Czech Republic"));



[GitHub] [camel-quarkus] lburgazzoli merged pull request #1539: Switch from restcountries.eu to estcountries.com as the .eu service is not reliable anymore

2020-08-18 Thread GitBox


lburgazzoli merged pull request #1539:
URL: https://github.com/apache/camel-quarkus/pull/1539


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] orpiske commented on pull request #4089: Removes unreachable branch on camel-aws-s3 client implementations

2020-08-18 Thread GitBox


orpiske commented on pull request #4089:
URL: https://github.com/apache/camel/pull/4089#issuecomment-675847103


   @oscerd @gnodet Anything I can do to help with the review for this PR? If 
you want, I can describe my reasoning for the change and what, exactly, is the 
unreachable part. 
   
   Obs.: not trying to be pushy or anything like that. Just trying to learn if 
I should have done something better on the PR and if I can make your review 
easier.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-website] AemieJ commented on pull request #461: fix: remove underline for logos

2020-08-18 Thread GitBox


AemieJ commented on pull request #461:
URL: https://github.com/apache/camel-website/pull/461#issuecomment-675842641


   @zregvart I observed that but there are some additional checks it has failed.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-quarkus] branch quarkus-master updated (d5764b5 -> 880b3f6)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard d5764b5  Upgrade to Quarkus 1.8.0 - WIP
 add ea33d45  Upgarde to camel v3.4.3
 add e6a93fd  Upgarde to camel v3.4.3 (fix MainShutdownStrategy)
 add c11d8da  Let the list of extensions page show extensions, move list of 
supported components, languages, etc. to separate pages.
 add b20618d  chore(build): configure ci to run on release rbanches
 add 80e6d75  Fixup c11d8da9 Let the list of extensions page show extensions
 new 880b3f6  Upgrade to Quarkus 1.8.0 - WIP

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d5764b5)
\
 N -- N -- N   refs/heads/quarkus-master (880b3f6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-build.yaml|   2 +
 .github/workflows/pr-validate.yml  |   1 +
 docs/modules/ROOT/nav.adoc | 173 ++-
 .../contributor-guide/extension-documentation.adoc |   2 +-
 .../pages/list-of-camel-quarkus-extensions.adoc| 488 ---
 docs/modules/ROOT/pages/reference/components.adoc  | 480 +++
 docs/modules/ROOT/pages/reference/dataformats.adoc |  93 
 .../pages/{ => reference}/extensions/activemq.adoc |   1 +
 .../pages/{ => reference}/extensions/ahc-ws.adoc   |   1 +
 .../ROOT/pages/{ => reference}/extensions/ahc.adoc |   1 +
 .../pages/{ => reference}/extensions/amqp.adoc |   1 +
 .../{ => reference}/extensions/attachments.adoc|   1 +
 .../pages/{ => reference}/extensions/avro-rpc.adoc |   1 +
 .../pages/{ => reference}/extensions/avro.adoc |   1 +
 .../pages/{ => reference}/extensions/aws-ec2.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-ecs.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-eks.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-iam.adoc  |   1 +
 .../{ => reference}/extensions/aws-kinesis.adoc|   1 +
 .../pages/{ => reference}/extensions/aws-kms.adoc  |   1 +
 .../{ => reference}/extensions/aws-lambda.adoc |   1 +
 .../pages/{ => reference}/extensions/aws-s3.adoc   |   1 +
 .../pages/{ => reference}/extensions/aws-sdb.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-sns.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-sqs.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws-swf.adoc  |   1 +
 .../{ => reference}/extensions/aws-translate.adoc  |   1 +
 .../{ => reference}/extensions/aws2-athena.adoc|   1 +
 .../pages/{ => reference}/extensions/aws2-cw.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws2-ddb.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-ec2.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-ecs.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-eks.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-iam.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-kms.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-mq.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws2-msk.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-s3.adoc  |   1 +
 .../pages/{ => reference}/extensions/aws2-ses.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-sns.adoc |   1 +
 .../pages/{ => reference}/extensions/aws2-sqs.adoc |   1 +
 .../{ => reference}/extensions/aws2-translate.adoc |   1 +
 .../pages/{ => reference}/extensions/azure.adoc|   1 +
 .../pages/{ => reference}/extensions/base64.adoc   |   1 +
 .../{ => reference}/extensions/bean-validator.adoc |   1 +
 .../pages/{ => reference}/extensions/bean.adoc |   3 +-
 .../pages/{ => reference}/extensions/bindy.adoc|   1 +
 .../ROOT/pages/{ => reference}/extensions/box.adoc |   1 +
 .../{ => reference}/extensions/braintree.adoc  |   1 +
 .../extensions/caffeine-lrucache.adoc  |   1 +
 .../{ => reference}/extensions/cassandraql.adoc|   1 +
 .../{ => reference}/extensions/componentdsl.adoc   |   1 +
 .../pages/{ => reference}/extensions/consul.adoc   |   1 +
 .../{ => reference}/extensions/controlbus.adoc |   1 +
 .../{ => reference}/extensions/core-cloud.adoc |   1 +
 .../p

[camel-quarkus] 01/01: Upgrade to Quarkus 1.8.0 - WIP

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 880b3f64265537c0b9cce2131bd1c73b07b9f51e
Author: James Netherton 
AuthorDate: Mon Aug 3 08:28:35 2020 +0100

Upgrade to Quarkus 1.8.0 - WIP
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 549b9a6..06951c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
 1.3.72
 3.14.6
 1.17.2
-1.7.0.Final
+999-SNAPSHOT
 0.17.0
 3.11.1
 2.5.0



[GitHub] [camel] davsclaus commented on pull request #4098: camel-olingo2 improvements

2020-08-18 Thread GitBox


davsclaus commented on pull request #4098:
URL: https://github.com/apache/camel/pull/4098#issuecomment-675838524


   Should we have similar changes into camel-olingo4 ? if so you are welcome to 
provide a PR for this component too.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-spring-boot] branch automatic-periodic-sync updated (20f5f36 -> ef88c82)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


omit 20f5f36  [create-pull-request] automated change
 add c877c6b  [create-pull-request] automated change
 add ef88c82  Regen

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (20f5f36)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (ef88c82)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/springboot/catalog/components/cql.json  | 2 +-
 components-starter/README.adoc | 2 +-
 .../cassandra/springboot/CassandraComponentConfiguration.java  | 3 ++-
 docs/modules/ROOT/pages/list.adoc  | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)



[GitHub] [camel-website] zregvart commented on pull request #466: CAMEL-15421: render of AsciiDoc admonitions for antora

2020-08-18 Thread GitBox


zregvart commented on pull request #466:
URL: https://github.com/apache/camel-website/pull/466#issuecomment-675712075


   I've fiddled with this a bit, I think it looks a bit nicer without the 
rounded corners:
   
   ![Screenshot_2020-08-18 Camel Quarkus extensions reference Apache 
Camel(1)](https://user-images.githubusercontent.com/1306050/90563869-b70a1980-e1a4-11ea-9285-26f87cd2bcc8.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-website] zregvart commented on pull request #466: CAMEL-15421: render of AsciiDoc admonitions for antora

2020-08-18 Thread GitBox


zregvart commented on pull request #466:
URL: https://github.com/apache/camel-website/pull/466#issuecomment-675710999


   Awesome, thanks! Perhaps we could tweak the background coluor a bit, that 
green is a bit off brand for Camel. It can be changed here:
   
   
https://github.com/apache/camel-website/blob/c86e67a1b072cd004325a1b7ff80a4d537a97345/antora-ui-camel/src/css/vars.css#L87
   
   Perhaps a lighter version of the ASF blue would suit us better?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-website] zregvart commented on pull request #467: fix: justify button to center

2020-08-18 Thread GitBox


[GitHub] [camel-website] zregvart merged pull request #467: fix: justify button to center

2020-08-18 Thread GitBox


zregvart merged pull request #467:
URL: https://github.com/apache/camel-website/pull/467


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-website] branch master updated (d34ce6c -> c86e67a)

2020-08-18 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


from d34ce6c  Emulate the parts of FontAwesome that we use
 add c86e67a  fix: justify button to center

No new revisions were added by this update.

Summary of changes:
 antora-ui-camel/src/css/docs.css | 7 ---
 antora-ui-camel/src/css/vars.css | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)



[GitHub] [camel-website] zregvart opened a new pull request #468: fix: remove underline for logos

2020-08-18 Thread GitBox


zregvart opened a new pull request #468:
URL: https://github.com/apache/camel-website/pull/468


   Rebased from #461 by @AemieJ



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-website] 01/01: fix: remove underline for logos

2020-08-18 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch pr/fix-underline
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 2cbd5d85bea3279e9b9f8a91f8d786d414bb01be
Author: Zoran Regvart 
AuthorDate: Tue Aug 18 22:38:50 2020 +0200

fix: remove underline for logos

Rebased from #461 by @AemieJ
---
 antora-ui-camel/src/css/blog.css  |  2 ++
 antora-ui-camel/src/css/category.css  | 10 +-
 antora-ui-camel/src/css/docs.css  |  5 +
 antora-ui-camel/src/css/frontpage.css |  1 +
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 460cec2..e9e0930 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -42,6 +42,7 @@ article.blog p {
 .blog a.continue {
   font-weight: bold;
   text-decoration: none;
+  background: none;
 }
 
 .blog header h1 {
@@ -81,6 +82,7 @@ article.blog p {
 .blog a.arrow {
   font-size: 1rem;
   text-decoration: none;
+  background: none;
 }
 
 .blog a.arrow.prev::after {
diff --git a/antora-ui-camel/src/css/category.css 
b/antora-ui-camel/src/css/category.css
index dadcbc0..e421eee 100644
--- a/antora-ui-camel/src/css/category.css
+++ b/antora-ui-camel/src/css/category.css
@@ -8,7 +8,6 @@ a.category:first-child {
 }
 
 a.category {
-  background-color: var(--color-camel-orange);
   border-radius: 0.2rem;
   margin-left: 1px;
   color: var(--color-white);
@@ -24,6 +23,15 @@ li > a.category {
   line-height: 2;
 }
 
+a.category,
+li > a.category {
+  background-color: var(--color-camel-orange);
+  background-image: none;
+  background-position: 0;
+  background-repeat: no-repeat;
+  background-size: 0;
+}
+
 a.category:hover {
   color: var(--color-white);
 }
diff --git a/antora-ui-camel/src/css/docs.css b/antora-ui-camel/src/css/docs.css
index c91fb2a..ea9f1e4 100644
--- a/antora-ui-camel/src/css/docs.css
+++ b/antora-ui-camel/src/css/docs.css
@@ -56,6 +56,11 @@
   border-radius: 10px;
 }
 
+.section > a,
+.camel-project > a {
+  background: none;
+}
+
 .section a > img,
 .camel-project a > img {
   display: inline-block;
diff --git a/antora-ui-camel/src/css/frontpage.css 
b/antora-ui-camel/src/css/frontpage.css
index 3fd7a1a..4def659 100644
--- a/antora-ui-camel/src/css/frontpage.css
+++ b/antora-ui-camel/src/css/frontpage.css
@@ -149,6 +149,7 @@ li.blog-post .content p {
 li.blog-post .content a {
   font-weight: bold;
   white-space: nowrap;
+  background: none;
 }
 
 li.blog-post {



[GitHub] [camel-website] zregvart commented on pull request #461: fix: remove underline for logos

2020-08-18 Thread GitBox


zregvart commented on pull request #461:
URL: https://github.com/apache/camel-website/pull/461#issuecomment-675706519


   I guess something went wrong with the rebase, I've created #468 to 
compensate.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-website] branch pr/fix-underline created (now 2cbd5d8)

2020-08-18 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a change to branch pr/fix-underline
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


  at 2cbd5d8  fix: remove underline for logos

This branch includes the following new commits:

 new 2cbd5d8  fix: remove underline for logos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [camel-website] zregvart merged pull request #457: Emulate the parts of FontAwesome that we use

2020-08-18 Thread GitBox


zregvart merged pull request #457:
URL: https://github.com/apache/camel-website/pull/457


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-website] branch master updated: Emulate the parts of FontAwesome that we use

2020-08-18 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
 new d34ce6c  Emulate the parts of FontAwesome that we use
d34ce6c is described below

commit d34ce6c059881ed7342c56cd08f2b130cd7ccff0
Author: Peter Palaga 
AuthorDate: Mon Aug 17 12:55:50 2020 +0200

Emulate the parts of FontAwesome that we use
---
 antora-ui-camel/src/css/fa-emulated.css | 9 +
 antora-ui-camel/src/css/site.css| 1 +
 2 files changed, 10 insertions(+)

diff --git a/antora-ui-camel/src/css/fa-emulated.css 
b/antora-ui-camel/src/css/fa-emulated.css
new file mode 100644
index 000..a5b3007
--- /dev/null
+++ b/antora-ui-camel/src/css/fa-emulated.css
@@ -0,0 +1,9 @@
+/* For perf reasons, we emulate only those few parts of Font Awesome css that 
we use without actually pulling the FA font */
+
+.fa {
+  display: inline-block;
+}
+
+.fa-lock::before {
+  content: "🔒";
+}
diff --git a/antora-ui-camel/src/css/site.css b/antora-ui-camel/src/css/site.css
index 04a1122..e00ed3e 100644
--- a/antora-ui-camel/src/css/site.css
+++ b/antora-ui-camel/src/css/site.css
@@ -1,5 +1,6 @@
 @import 'typeface-open-sans.css';
 @import 'typeface-droid-sans-mono.css';
+@import 'fa-emulated.css';
 @import 'vars.css';
 @import 'base.css';
 @import 'body.css';



[GitHub] [camel-website] zregvart commented on pull request #457: Emulate the parts of FontAwesome that we use

2020-08-18 Thread GitBox


zregvart commented on pull request #457:
URL: https://github.com/apache/camel-website/pull/457#issuecomment-675696724


   > > 
   > 
   > In our situation, it is rather hard to do, because we get 
`icon:lock[title=Fixed at build time]` hard coded from Quarkus tooling 
[https://github.com/quarkusio/quarkus/blob/master/core/processor/src/main/java/io/quarkus/annotation/processor/Constants.java#L78](https://github.com/quarkusio/quarkus/blob/master/core/processor/src/main/java/io/quarkus/annotation/processor/Constants.java?rgh-link-date=2020-08-18T08%3A27%3A36Z#L78)
 and I'd prefer not to rewrite it.
   
   Right, I thought we were in full control of the docs.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] christophd opened a new pull request #4098: camel-olingo2 improvements

2020-08-18 Thread GitBox


christophd opened a new pull request #4098:
URL: https://github.com/apache/camel/pull/4098


   - fix(CAMEL-15405): Propagate inline count in camel-olingo2 component
   
   Add result count (coming from system query option $inlinecount) to OData 
entries when using splitResults
   
   - fix(CAMEL-15406): Configure entity provider properties on camel-olingo2
   
   Add uri param configuration settings for read/write entity provider 
properties. The entity provider properties are used for each read/write 
operation and specify the way to serialize OData entries as Json/Xml/Atom data.
   
   - fix(CAMEL-15407): Fix merge operation in camel-olingo2
   
   Merge operation must enable isDataBasedPropertySerialization setting in the 
entity provider write properties in order to not overwrite unspecified fields 
with null values.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #438: build(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0

2020-08-18 Thread GitBox


lburgazzoli merged pull request #438:
URL: https://github.com/apache/camel-k-runtime/pull/438


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #437: build(deps): bump maven-remote-resources-plugin from 1.5 to 1.7.0

2020-08-18 Thread GitBox


lburgazzoli merged pull request #437:
URL: https://github.com/apache/camel-k-runtime/pull/437


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated: build(deps): bump maven-remote-resources-plugin from 1.5 to 1.7.0

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
 new e891e68  build(deps): bump maven-remote-resources-plugin from 1.5 to 
1.7.0
e891e68 is described below

commit e891e688ab29440ae643bfbbd9b388556a342c20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 19:00:56 2020 +

build(deps): bump maven-remote-resources-plugin from 1.5 to 1.7.0

Bumps 
[maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin)
 from 1.5 to 1.7.0.
- [Release 
notes](https://github.com/apache/maven-remote-resources-plugin/releases)
- 
[Commits](https://github.com/apache/maven-remote-resources-plugin/compare/maven-remote-resources-plugin-1.5...maven-remote-resources-plugin-1.7.0)

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b2e335..1a8e01e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
 1.10.0
 3.8.1
 3.0.0-M5
-
1.5
+
1.7.0
 3.0.0-M5
 2.8.1
 0.3.1



[camel-k-runtime] branch master updated (a7e96b1 -> bcd012e)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from a7e96b1  build(deps): bump jaeger-client from 1.2.0 to 1.3.2
 add bcd012e  build(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-k-runtime] lburgazzoli merged pull request #439: build(deps): bump jaeger-client from 1.2.0 to 1.3.2

2020-08-18 Thread GitBox


lburgazzoli merged pull request #439:
URL: https://github.com/apache/camel-k-runtime/pull/439


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated (f4878f7 -> a7e96b1)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from f4878f7  build(deps): add junit-pioneer to ease test that require env 
vars or properties
 add a7e96b1  build(deps): bump jaeger-client from 1.2.0 to 1.3.2

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-quarkus] aldettinger opened a new pull request #1542: Added support for flatpack dataformat fixes #796

2020-08-18 Thread GitBox


aldettinger opened a new pull request #1542:
URL: https://github.com/apache/camel-quarkus/pull/1542


   [ ] An issue should be filed for the change unless this is a trivial change 
(fixing a typo or similar). One issue should ideally be fixed by not more than 
one commit and the other way round, each commit should fix just one issue, 
without pulling in other changes.
   [ ] Each commit in the pull request should have a meaningful and properly 
spelled subject line and body. Copying the title of the associated issue is 
typically enough. Please include the issue number in the commit message 
prefixed by #.
   [ ] The pull request description should explain what the pull request does, 
how, and why. If the info is available in the associated issue or some other 
external document, a link is enough.
   [ ] Phrases like Fix # or Fixes # will auto-close 
the named issue upon merging the pull request. Using them is typically a good 
idea.
   [ ] Please run mvn process-resources -Pformat (and amend the changes if 
necessary) before sending the pull request.
   [ ] Contributor guide is your good friend: 
https://camel.apache.org/camel-quarkus/latest/contributor-guide.html



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] aldettinger opened a new issue #1541: Flatpack component support

2020-08-18 Thread GitBox


aldettinger opened a new issue #1541:
URL: https://github.com/apache/camel-quarkus/issues/1541


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch dependabot/maven/io.jaegertracing-jaeger-client-1.3.2 created (now 0c8d366)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.jaegertracing-jaeger-client-1.3.2
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 0c8d366  build(deps): bump jaeger-client from 1.2.0 to 1.3.2

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #438: build(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0

2020-08-18 Thread GitBox


dependabot[bot] opened a new pull request #438:
URL: https://github.com/apache/camel-k-runtime/pull/438


   Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) 
from 1.6.0 to 3.0.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/exec-maven-plugin/releases";>exec-maven-plugin's
 releases.
   
   exec-maven-plugin-3.0.0
   🐞 Bug Fixes
   
   Resolving "target" dir via 
"${project.build.directory}", so to make s… https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/124";>#124
   Ensure mojo descriptors are extracted after compilation https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/123";>#123
   Argument file for modulepath is generated wrongly when paths contains 
spaces https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/115";>#115
   java.lang.String cannot be cast to org.codehaus.mojo.exec.Modulepath https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/75";>#75
   
   ⭐ Enhancement
   
   Resolves https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/152";>#152
 - Adds option to redirect program output of exec:exec to the maven logger. https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/153";>#153
   Program output can be difficult to trace and may be jumbled with Maven 
logs when running Maven with multiple threads https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/152";>#152
   Fix type in Property.java https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/147";>#147
   Correct spelling and remove redundant "small" https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/142";>#142
   Fix typo https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/140";>#140
    configuration parameter https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/128";>#128
   Methodhandles https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/119";>#119
   Introduce Mock Repository Manager https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/117";>#117
   Improved docs about  config of exec:exec 
goal  https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/104";>#104
   Add CodeTriage badge to mojohaus/exec-maven-plugin https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/pull/96";>#96
   [Enhancement] Support for JPMS module path for exec:java https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/90";>#90
   
   :heart: Contributors
   We'd like to thank all the contributors who worked on this release!
   
   https://github.com/elharo";>@elharo
   https://github.com/britter";>@britter
   https://github.com/stokito";>@stokito
   https://github.com/hankolerd";>@hankolerd
   https://github.com/rfscholte";>@rfscholte
   https://github.com/gaurav9822";>@gaurav9822
   https://github.com/codetriage-readme-bot";>@codetriage-readme-bot
   
   
   
   
   Commits
   
   https://github.com/mojohaus/exec-maven-plugin/commit/9705839246711bd375bf7712df05c621b168fbb1";>9705839
 [maven-release-plugin] prepare release exec-maven-plugin-3.0.0
   https://github.com/mojohaus/exec-maven-plugin/commit/66563e6891ce812a189d649352f4a0ac95e57050";>66563e6
 get this working with java11
   https://github.com/mojohaus/exec-maven-plugin/commit/13d1369e039f0f75e2d565a903368dbd5b2c20af";>13d1369
 Merge pull request https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/153";>#153
 from hankolerd/master
   https://github.com/mojohaus/exec-maven-plugin/commit/7935062de951ab332cd50fbc05d8ab2070d2b205";>7935062
 152 - Adds option to redirect program output of exec:exec to the maven 
logger.
   https://github.com/mojohaus/exec-maven-plugin/commit/dbe2c733dd3ae9728ac35f76ec05472444e7b13e";>dbe2c73
 use mojo parent 50
   https://github.com/mojohaus/exec-maven-plugin/commit/c7c3fe36232003f19d8e5d2109e4f7ab4f3c4546";>c7c3fe3
 Merge pull request https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/142";>#142
 from elharo/patch-1
   https://github.com/mojohaus/exec-maven-plugin/commit/1bb783822860c78e9daf8c7155f3ad2d1814a51d";>1bb7838
 Merge pull request https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/140";>#140
 from britter/patch-1
   https://github.com/mojohaus/exec-maven-plugin/commit/0a9b9cb33a0aa3062c258c695af4eed6fea72f22";>0a9b9cb
 Merge pull request https://github-redirect.dependabot.com/mojohaus/exec-maven-plugin/issues/147";>#147
 from gaurav9822/master
   https://github.com/mojohaus/exec-maven-plugin/commit/581e6ed87b1e4ac3d9fa0abdab85275d60983626";>581e6ed
 Added OpenJDK 14
   https://github.com/mojohaus/exec-maven-plugin/commit/52d75dc2744669e76f568759df6ba34f6d308aaa";>52d75dc
 Update Property.java
   Additional commits viewable in https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.6.0...exec-maven-plugin-3.0.0"

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #439: build(deps): bump jaeger-client from 1.2.0 to 1.3.2

2020-08-18 Thread GitBox


dependabot[bot] opened a new pull request #439:
URL: https://github.com/apache/camel-k-runtime/pull/439


   Bumps [jaeger-client](https://github.com/jaegertracing/jaeger-client-java) 
from 1.2.0 to 1.3.2.
   
   Release notes
   Sourced from https://github.com/jaegertracing/jaeger-client-java/releases";>jaeger-client's
 releases.
   
   Release 1.3.2
   
   Log SenderExceptions the first time they occur in a row (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/729";>#729)
 -- Phillip Schichtel
   Make UdpSender lazy to be able to recover from early DNS issues (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/726";>#726)
 -- Phillip Schichtel
   
   Release 1.3.0
   
   Add MDCScopeManager for correlating logs with trace context (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/718";>#718)
 -- Avi Maslati
   Fix publishing jaeger-thrift shadow artifact (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/704";>#704)
 -- Zbigniew Halas
   Do not encode span context in HTTP_HEADERS format (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/721";>#721)
 -- Clément MATHIEU
   Support microseconds timestamp accuracy for JDK 9 and above (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/712";>#712)
 -- Idan Sheinberg
   Ignore case when extracting W3C TraceContext (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/711";>#711)
 -- Yanming Zhou
   Support jaeger-debug-id in TraceContextCodec (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/701";>#701)
 -- Yanming Zhou
   Avoid warning if traceparent not present (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/698";>#698)
 -- Yanming Zhou
   
   
   
   
   Changelog
   Sourced from https://github.com/jaegertracing/jaeger-client-java/blob/master/CHANGELOG.md";>jaeger-client's
 changelog.
   
   1.3.2 (2020-09-03)
   
   Log SenderExceptions the first time they occur in a row (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/729";>#729)
 -- Phillip Schichtel
   Make UdpSender lazy to be able to recover from early DNS issues (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/726";>#726)
 -- Phillip Schichtel
   
   1.3.1 (2020-06-29)
   Same as 1.3.1 (due to issues with artifact publishing)
   1.3.0 (2020-06-29)
   
   Add MDCScopeManager for correlating logs with trace context (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/718";>#718)
 -- Avi Maslati
   Fix publishing jaeger-thrift shadow artifact (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/704";>#704)
 -- Zbigniew Halas
   Do not encode span context in HTTP_HEADERS format (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/721";>#721)
 -- Clément MATHIEU
   Support microseconds timestamp accuracy for JDK 9 and above (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/712";>#712)
 -- Idan Sheinberg
   Ignore case when extracting W3C TraceContext (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/711";>#711)
 -- Yanming Zhou
   Support jaeger-debug-id in TraceContextCodec (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/701";>#701)
 -- Yanming Zhou
   Avoid warning if traceparent not present (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/698";>#698)
 -- Yanming Zhou
   
   
   
   
   Commits
   
   https://github.com/jaegertracing/jaeger-client-java/commit/ae5e35f6039f783d0051b4e35ecff1b52f91f413";>ae5e35f
 [Gradle Release Plugin] - pre tag commit:  'v1.3.2'.
   https://github.com/jaegertracing/jaeger-client-java/commit/8b25726f6421e0e27bc4364186affcf7082aa3f3";>8b25726
 Preparing release 1.3.2 (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/731";>#731)
   https://github.com/jaegertracing/jaeger-client-java/commit/e1f80374d798d80c3fbafea25fe6dc8e5382828e";>e1f8037
 Log SenderExceptions the first time they occur in a row (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/729";>#729)
   https://github.com/jaegertracing/jaeger-client-java/commit/27059eb73e176e5974252dfee0e701662ed759d1";>27059eb
 Make UdpSender lazy to be able to recover from early DNS issues (https://github-redirect.dependabot.com/jaegertracing/jaeger-client-java/issues/726";>#726)
   https://github.com/jaegertracing/jaeger-client-java/commit/9b0ed164e445a9466a436781830939e80b6e8539";>9b0ed16
 Record 1.3.1 release
   https://github.com/jaegertracing/jaeger-client-java/commit/8453d4a14347d70a955691eda1fdd1d1dcda97ce";>8453d4a
 [Gradle Release Plugin] - new version commit:  'v1.3.1'.
   https://github.com/jaegertracing/jaeger-client-java/commit/8ff2e2f7a230e0

[camel-k-runtime] branch dependabot/maven/org.apache.maven.plugins-maven-remote-resources-plugin-1.7.0 created (now e2fdd02)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-remote-resources-plugin-1.7.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at e2fdd02  build(deps): bump maven-remote-resources-plugin from 1.5 to 
1.7.0

No new revisions were added by this update.



[camel-k-runtime] branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.0.0 created (now 0bb145c)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 0bb145c  build(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #437: build(deps): bump maven-remote-resources-plugin from 1.5 to 1.7.0

2020-08-18 Thread GitBox


dependabot[bot] opened a new pull request #437:
URL: https://github.com/apache/camel-k-runtime/pull/437


   Bumps 
[maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin)
 from 1.5 to 1.7.0.
   
   Commits
   
   https://github.com/apache/maven-remote-resources-plugin/commit/e81f39260da526852df71bea509158b8614b32cc";>e81f392
 [maven-release-plugin] prepare release maven-remote-resources-plugin-1.7.0
   https://github.com/apache/maven-remote-resources-plugin/commit/331f9ada62b1f4fb922ce00a3d8864f9cae2f19d";>331f9ad
 fix code formatting
   https://github.com/apache/maven-remote-resources-plugin/commit/33022e15c1f6212443bd9d10367f07b666fb69b6";>33022e1
 [MRRESOURCES-114] use reproducible project.build.outputTimestamp
   https://github.com/apache/maven-remote-resources-plugin/commit/09f77658d4041d82ae946e8bada4c92c59772568";>09f7765
 Corrected small grammar mistake in usage.apt.vm
   https://github.com/apache/maven-remote-resources-plugin/commit/df37e43faecf42fc7e2c6da327145e69943d7e39";>df37e43
 Adjust test for Jenkins on Windows
   https://github.com/apache/maven-remote-resources-plugin/commit/ba044a9492add0b47a06332aeb0e09376d82744a";>ba044a9
 [MRRESOURCES-112] Require Java 7
   https://github.com/apache/maven-remote-resources-plugin/commit/a67d69c081ccbe60c669e20771f108a6456d7770";>a67d69c
 added README.md
   https://github.com/apache/maven-remote-resources-plugin/commit/aa416d5293a9e1d2d3c8f8ae45fbc32417854c46";>aa416d5
 [maven-release-plugin] prepare for next development iteration
   https://github.com/apache/maven-remote-resources-plugin/commit/ce78dc0b33480e14cd4c19e5581da5a243f4b922";>ce78dc0
 [maven-release-plugin] prepare release maven-remote-resources-plugin-1.6.0
   https://github.com/apache/maven-remote-resources-plugin/commit/7e2a84eba512d4852af2014fe2e91cd639a77132";>7e2a84e
 fixed rendering issue
   Additional commits viewable in https://github.com/apache/maven-remote-resources-plugin/compare/maven-remote-resources-plugin-1.5...maven-remote-resources-plugin-1.7.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-remote-resources-plugin&package-manager=maven&previous-version=1.5&new-version=1.7.0)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #1540: Add ArangoDB component extension fixes #1533

2020-08-18 Thread GitBox


ppalaga commented on a change in pull request #1540:
URL: https://github.com/apache/camel-quarkus/pull/1540#discussion_r47237



##
File path: extensions/arangodb/runtime/pom.xml
##
@@ -0,0 +1,94 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-arangodb-parent
+1.1.0-SNAPSHOT
+../pom.xml
+
+
+camel-quarkus-arangodb
+Camel Quarkus :: ArangoDb :: Runtime
+Perform operations on ArangoDb documents, collections and 
graphs.
+
+
+1.0.0-CR4

Review comment:
   ```suggestion
   1.1.0
   ```
   
   You probably generated the modules before 1.0.0. If you did it now, you'd 
get the currently correct firstVersion 1.1.0
   
   After changing this, please rebase (the structure of the docs changed a bit) 
and run `mvn process-resources -Pformat`





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel] branch master updated: [CAMEL-14578] Ignore generated files for source checks

2020-08-18 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet 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 875ae2c  [CAMEL-14578] Ignore generated files for source checks
875ae2c is described below

commit 875ae2ccdefe4374032fb917aa7af717b8dadec9
Author: Guillaume Nodet 
AuthorDate: Tue Aug 18 19:50:15 2020 +0200

[CAMEL-14578] Ignore generated files for source checks
---
 core/camel-main/pom.xml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/core/camel-main/pom.xml b/core/camel-main/pom.xml
index 7edbe4f..53f8668 100644
--- a/core/camel-main/pom.xml
+++ b/core/camel-main/pom.xml
@@ -159,6 +159,20 @@
 
 
 
+
+net.revelc.code
+impsort-maven-plugin
+
+
**/package-info.java,**/MySecondFooConfigurer.java,**/MySecondBarConfigurer.java
+
+
+
+net.revelc.code.formatter
+formatter-maven-plugin
+
+
**/MySecondFooConfigurer.java,**/MySecondBarConfigurer.java
+
+
 
 
 



[GitHub] [camel] gnodet commented on pull request #4051: CAMEL-14578 : Reformat source code automatically

2020-08-18 Thread GitBox


gnodet commented on pull request #4051:
URL: https://github.com/apache/camel/pull/4051#issuecomment-675605201


   @oscerd I'll have a look tomorrow



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel] oscerd commented on pull request #4051: CAMEL-14578 : Reformat source code automatically

2020-08-18 Thread GitBox


oscerd commented on pull request #4051:
URL: https://github.com/apache/camel/pull/4051#issuecomment-675583363


   The automatic reformat doesn't seem to work with generated configurer, we 
have failing cs check on camel-main @gnodet 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-kafka-connector] oscerd closed issue #379: Bump to Camel 3.4.3

2020-08-18 Thread GitBox


oscerd closed issue #379:
URL: https://github.com/apache/camel-kafka-connector/issues/379


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #435: build(deps): add junit-pioneer to ease test that require env vars or properties

2020-08-18 Thread GitBox


lburgazzoli merged pull request #435:
URL: https://github.com/apache/camel-k-runtime/pull/435


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated: build(deps): add junit-pioneer to ease test that require env vars or properties

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
 new f4878f7  build(deps): add junit-pioneer to ease test that require env 
vars or properties
f4878f7 is described below

commit f4878f776ae0ce76fa9f45bfa09a017d20096e85
Author: lburgazzoli 
AuthorDate: Tue Aug 18 17:14:24 2020 +0200

build(deps): add junit-pioneer to ease test that require env vars or 
properties
---
 pom.xml  | 6 ++
 tooling/camel-k-test/pom.xml | 4 
 2 files changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 046b5f1..cf11d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
 1.0.0
 ${camel.version}
 5.6.2
+0.9.0
 0.9.13
 3.11
 1.9
@@ -646,6 +647,11 @@
 junit-jupiter
 ${junit.version}
 
+
+org.junit-pioneer
+junit-pioneer
+${junit-pioneer.version}
+
 
 
 org.assertj
diff --git a/tooling/camel-k-test/pom.xml b/tooling/camel-k-test/pom.xml
index f9625df..364c095 100644
--- a/tooling/camel-k-test/pom.xml
+++ b/tooling/camel-k-test/pom.xml
@@ -33,6 +33,10 @@
 org.junit.jupiter
 junit-jupiter
 
+
+org.junit-pioneer
+junit-pioneer
+
 
 
 org.assertj



[camel-k-runtime] branch master updated (41e6ae8 -> 7504750)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from 41e6ae8  build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0
 add 7504750  build(ci): build on push and skip build for some paths

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{pr-build.yml => ci-build.yml} | 21 ++---
 1 file changed, 18 insertions(+), 3 deletions(-)
 rename .github/workflows/{pr-build.yml => ci-build.yml} (90%)



[GitHub] [camel-k-runtime] lburgazzoli merged pull request #436: build(ci): build on push and skip build for some paths

2020-08-18 Thread GitBox


lburgazzoli merged pull request #436:
URL: https://github.com/apache/camel-k-runtime/pull/436


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-quarkus] zbendhiba opened a new pull request #1540: Add ArangoDB component extension fixes #1533

2020-08-18 Thread GitBox


zbendhiba opened a new pull request #1540:
URL: https://github.com/apache/camel-quarkus/pull/1540


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-kafka-connector] orpiske opened a new pull request #386: Fix flaky syslog test

2020-08-18 Thread GitBox


orpiske opened a new pull request #386:
URL: https://github.com/apache/camel-kafka-connector/pull/386


   This should fix #367. Also adjusts the burn-in script used to verify the fix.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] branch camel-kafka-connector-0.4.x updated: Fixed version for aws2-athena and resteasy kafka connector

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-kafka-connector-0.4.x by 
this push:
 new 1d5fe06  Fixed version for aws2-athena and resteasy kafka connector
1d5fe06 is described below

commit 1d5fe06e144f7c241d260595f6e19e09067b3ad7
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 17:49:11 2020 +0200

Fixed version for aws2-athena and resteasy kafka connector
---
 connectors/camel-aws2-athena-kafka-connector/pom.xml | 2 +-
 connectors/camel-resteasy-kafka-connector/pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/connectors/camel-aws2-athena-kafka-connector/pom.xml 
b/connectors/camel-aws2-athena-kafka-connector/pom.xml
index 1d4163b..f921875 100644
--- a/connectors/camel-aws2-athena-kafka-connector/pom.xml
+++ b/connectors/camel-aws2-athena-kafka-connector/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.kafkaconnector
 connectors
-0.4.0-SNAPSHOT
+0.4.1-SNAPSHOT
   
   camel-aws2-athena-kafka-connector
   Camel-Kafka-Connector :: aws2-athena
diff --git a/connectors/camel-resteasy-kafka-connector/pom.xml 
b/connectors/camel-resteasy-kafka-connector/pom.xml
index 75f317f..9d06b95 100644
--- a/connectors/camel-resteasy-kafka-connector/pom.xml
+++ b/connectors/camel-resteasy-kafka-connector/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.kafkaconnector
 connectors
-0.4.0-SNAPSHOT
+0.4.1-SNAPSHOT
   
   camel-resteasy-kafka-connector
   Camel-Kafka-Connector :: resteasy



[GitHub] [camel-kafka-connector] oscerd merged pull request #384: Point to correct branch in github workflows

2020-08-18 Thread GitBox


oscerd merged pull request #384:
URL: https://github.com/apache/camel-kafka-connector/pull/384


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] 01/01: Merge pull request #384 from apache/gh-workflows-0.4.x

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 17fb63b3591425bc3f6ef429c2095acaa697d419
Merge: 8e798d2 c47468f
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 17:47:09 2020 +0200

Merge pull request #384 from apache/gh-workflows-0.4.x

Point to correct branch in github workflows

 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-kafka-connector] oscerd merged pull request #385: Point to correct branch in gh workflows

2020-08-18 Thread GitBox


oscerd merged pull request #385:
URL: https://github.com/apache/camel-kafka-connector/pull/385


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] 01/01: Merge pull request #385 from apache/gh-workflows-0.4.x-1

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 0dec167c86b63d12613f3f3d75e202a627477a5b
Merge: 17fb63b e4d19aa
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 17:47:20 2020 +0200

Merge pull request #385 from apache/gh-workflows-0.4.x-1

Point to correct branch in gh workflows

 .github/workflows/master-push-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel-kafka-connector] branch camel-kafka-connector-0.4.x updated (17fb63b -> 0dec167)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


from 17fb63b  Merge pull request #384 from apache/gh-workflows-0.4.x
 add e4d19aa  Point to correct branch in gh workflows
 new 0dec167  Merge pull request #385 from apache/gh-workflows-0.4.x-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/master-push-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel-kafka-connector] branch camel-kafka-connector-0.4.x updated (8e798d2 -> 17fb63b)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


from 8e798d2  Merge pull request #382 from apache/3.4.3-camel
 add c47468f  Point to correct branch in github workflows
 new 17fb63b  Merge pull request #384 from apache/gh-workflows-0.4.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-kafka-connector] 01/01: Point to correct branch in gh workflows

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch gh-workflows-0.4.x-1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit e4d19aab82a24e2d9ca4aab41faab8d214a2d523
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 17:45:49 2020 +0200

Point to correct branch in gh workflows
---
 .github/workflows/master-push-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index 035fff7..e4f51eb 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master build
+name: camel-kafka-connector-0.4.x build
 
 on:
   push:
 branches:
-  - master
+  - camel-kafka-connector-0.4.x
 jobs:
   build:
 runs-on: ubuntu-latest



[camel-kafka-connector] branch gh-workflows-0.4.x-1 created (now e4d19aa)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch gh-workflows-0.4.x-1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


  at e4d19aa  Point to correct branch in gh workflows

This branch includes the following new commits:

 new e4d19aa  Point to correct branch in gh workflows

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [camel-kafka-connector] oscerd opened a new pull request #385: Point to correct branch in gh workflows

2020-08-18 Thread GitBox


oscerd opened a new pull request #385:
URL: https://github.com/apache/camel-kafka-connector/pull/385


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] branch gh-workflows-0.4.x created (now c47468f)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch gh-workflows-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


  at c47468f  Point to correct branch in github workflows

No new revisions were added by this update.



[GitHub] [camel-kafka-connector] oscerd opened a new pull request #384: Point to correct branch in github workflows

2020-08-18 Thread GitBox


oscerd opened a new pull request #384:
URL: https://github.com/apache/camel-kafka-connector/pull/384


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli opened a new pull request #436: build(ci): build on push and skip build for some paths

2020-08-18 Thread GitBox


lburgazzoli opened a new pull request #436:
URL: https://github.com/apache/camel-k-runtime/pull/436


   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli opened a new pull request #435: build(deps): add junit-pioneer to ease test that require env vars or properties

2020-08-18 Thread GitBox


lburgazzoli opened a new pull request #435:
URL: https://github.com/apache/camel-k-runtime/pull/435


   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #433: build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

2020-08-18 Thread GitBox


lburgazzoli merged pull request #433:
URL: https://github.com/apache/camel-k-runtime/pull/433


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #430: Bump maven-assembly-plugin from 3.2.0 to 3.3.0

2020-08-18 Thread GitBox


lburgazzoli merged pull request #430:
URL: https://github.com/apache/camel-k-runtime/pull/430


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated: build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
 new 41e6ae8  build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0
41e6ae8 is described below

commit 41e6ae83c6f666c10d1b4b735a658c8500327dff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 14:45:22 2020 +

build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.9.0 
to 1.10.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](https://github.com/groovy/GMavenPlus/compare/1.9.0...1.10.0)

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba47b53..046b5f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
 1.2.0
 2.2.14
 
-1.9.0
+1.10.0
 3.8.1
 3.0.0-M5
 
1.5



[camel-k-runtime] branch master updated (b32ba40 -> 37d081f)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from b32ba40  build(deps): replace code depending on guava with camel's 
helpers
 add 37d081f  build(deps): bump jaxb-api from 2.3.0 to 2.3.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-k-runtime] branch master updated (37d081f -> 6f91834)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from 37d081f  build(deps): bump jaxb-api from 2.3.0 to 2.3.1
 add 6f91834  Bump maven-assembly-plugin from 3.2.0 to 3.3.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-k-runtime] lburgazzoli merged pull request #434: build(deps): bump jaxb-api from 2.3.0 to 2.3.1

2020-08-18 Thread GitBox


lburgazzoli merged pull request #434:
URL: https://github.com/apache/camel-k-runtime/pull/434


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-kafka-connector] orpiske commented on pull request #383: Added a simple troubleshooting guide

2020-08-18 Thread GitBox


orpiske commented on pull request #383:
URL: 
https://github.com/apache/camel-kafka-connector/pull/383#issuecomment-675535438


   I am marking this one as a draft as there may be more stuff to 
add/adjust/etc and feedback too.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-kafka-connector] orpiske opened a new pull request #383: Added a simple troubleshooting guide

2020-08-18 Thread GitBox


orpiske opened a new pull request #383:
URL: https://github.com/apache/camel-kafka-connector/pull/383


   A basic troubleshooting guide as proposed on #381 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] branch camel-kafka-connector-0.4.x updated (4371561 -> 8e798d2)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


from 4371561  Merge pull request #371 from apache/backport-raw-fixes
 add fd7b9f0  Upgrade Camel to version 3.4.3
 add 048a9eb  Regen after upgrade
 new 8e798d2  Merge pull request #382 from apache/3.4.3-camel

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/docs/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../src/main/docs/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../src/main/docs/examples/CamelPgeventSinkConnector.properties   | 2 +-
 .../src/main/docs/examples/CamelPgeventSourceConnector.properties | 2 +-
 .../camel/kafkaconnector/pgevent/CamelPgeventSinkConnectorConfig.java | 2 +-
 .../kafkaconnector/pgevent/CamelPgeventSourceConnectorConfig.java | 2 +-
 .../src/main/docs/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../src/main/docs/camel-salesforce-kafka-source-connector.adoc| 2 +-
 .../kafkaconnector/salesforce/CamelSalesforceSinkConnectorConfig.java | 4 ++--
 .../salesforce/CamelSalesforceSourceConnectorConfig.java  | 4 ++--
 .../src/main/docs/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../camel/kafkaconnector/sjms/CamelSjmsSourceConnectorConfig.java | 4 ++--
 .../src/main/docs/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 .../camel/kafkaconnector/sjms2/CamelSjms2SourceConnectorConfig.java   | 4 ++--
 .../ROOT/pages/connectors/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../ROOT/pages/connectors/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../pages/connectors/camel-salesforce-kafka-source-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 parent/pom.xml| 2 +-
 pom.xml   | 2 +-
 22 files changed, 30 insertions(+), 30 deletions(-)



[camel-kafka-connector] 01/01: Merge pull request #382 from apache/3.4.3-camel

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-kafka-connector-0.4.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 8e798d2c4a805741e95aef83eb4a5c82aa231d8d
Merge: 4371561 048a9eb
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 16:45:38 2020 +0200

Merge pull request #382 from apache/3.4.3-camel

Camel 3.4.3

 .../src/main/docs/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../src/main/docs/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../src/main/docs/examples/CamelPgeventSinkConnector.properties   | 2 +-
 .../src/main/docs/examples/CamelPgeventSourceConnector.properties | 2 +-
 .../camel/kafkaconnector/pgevent/CamelPgeventSinkConnectorConfig.java | 2 +-
 .../kafkaconnector/pgevent/CamelPgeventSourceConnectorConfig.java | 2 +-
 .../src/main/docs/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../src/main/docs/camel-salesforce-kafka-source-connector.adoc| 2 +-
 .../kafkaconnector/salesforce/CamelSalesforceSinkConnectorConfig.java | 4 ++--
 .../salesforce/CamelSalesforceSourceConnectorConfig.java  | 4 ++--
 .../src/main/docs/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../camel/kafkaconnector/sjms/CamelSjmsSourceConnectorConfig.java | 4 ++--
 .../src/main/docs/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 .../camel/kafkaconnector/sjms2/CamelSjms2SourceConnectorConfig.java   | 4 ++--
 .../ROOT/pages/connectors/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../ROOT/pages/connectors/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../pages/connectors/camel-salesforce-kafka-source-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 parent/pom.xml| 2 +-
 pom.xml   | 2 +-
 22 files changed, 30 insertions(+), 30 deletions(-)



[camel-kafka-connector] 02/02: Regen after upgrade

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 3.4.3-camel
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 048a9ebf23f0c9915fced6d959ffa79d520c077d
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 15:08:43 2020 +0200

Regen after upgrade
---
 .../src/main/docs/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../src/main/docs/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../src/main/docs/examples/CamelPgeventSinkConnector.properties   | 2 +-
 .../src/main/docs/examples/CamelPgeventSourceConnector.properties | 2 +-
 .../camel/kafkaconnector/pgevent/CamelPgeventSinkConnectorConfig.java | 2 +-
 .../kafkaconnector/pgevent/CamelPgeventSourceConnectorConfig.java | 2 +-
 .../src/main/docs/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../src/main/docs/camel-salesforce-kafka-source-connector.adoc| 2 +-
 .../kafkaconnector/salesforce/CamelSalesforceSinkConnectorConfig.java | 4 ++--
 .../salesforce/CamelSalesforceSourceConnectorConfig.java  | 4 ++--
 .../src/main/docs/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../camel/kafkaconnector/sjms/CamelSjmsSourceConnectorConfig.java | 4 ++--
 .../src/main/docs/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 .../camel/kafkaconnector/sjms2/CamelSjms2SourceConnectorConfig.java   | 4 ++--
 .../ROOT/pages/connectors/camel-pgevent-kafka-sink-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-pgevent-kafka-source-connector.adoc   | 2 +-
 .../ROOT/pages/connectors/camel-salesforce-kafka-sink-connector.adoc  | 2 +-
 .../pages/connectors/camel-salesforce-kafka-source-connector.adoc | 2 +-
 .../ROOT/pages/connectors/camel-sjms-kafka-source-connector.adoc  | 4 ++--
 .../ROOT/pages/connectors/camel-sjms2-kafka-source-connector.adoc | 4 ++--
 20 files changed, 28 insertions(+), 28 deletions(-)

diff --git 
a/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-sink-connector.adoc
 
b/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-sink-connector.adoc
index baf6bbc..3f6e2d3 100644
--- 
a/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-sink-connector.adoc
+++ 
b/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-sink-connector.adoc
@@ -24,7 +24,7 @@ The camel-pgevent sink connector supports 12 options, which 
are listed below.
 | Name | Description | Default | Priority
 | *camel.sink.path.host* | To connect using hostname and port to the database. 
| "localhost" | MEDIUM
 | *camel.sink.path.port* | To connect using hostname and port to the database. 
| "5432" | MEDIUM
-| *camel.sink.path.database* | The database name | null | HIGH
+| *camel.sink.path.database* | The database name. The database name can take 
any characters because it is sent as a quoted identifier. It is part of the 
endpoint URI, so diacritical marks and non-Latin letters have to be URL 
encoded. | null | HIGH
 | *camel.sink.path.channel* | The channel name | null | HIGH
 | *camel.sink.endpoint.datasource* | To connect using the given 
javax.sql.DataSource instead of using hostname and port. | null | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | 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 cre [...]
diff --git 
a/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-source-connector.adoc
 
b/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-source-connector.adoc
index 0bdcca2..2d0d6a1 100644
--- 
a/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-source-connector.adoc
+++ 
b/connectors/camel-pgevent-kafka-connector/src/main/docs/camel-pgevent-kafka-source-connector.adoc
@@ -24,7 +24,7 @@ The camel-pgevent source connector supports 14 options, which 
are listed below.
 | Name | Description | Default | Priority
 | *camel.source.path.host* | To connect using hostname and port to the 
database. | "localhost" | MEDIUM
 | *camel.source.path.port* | To connect using hostname and port to the 
database. | "5432" | MEDIUM
-| *camel.source.path.database* | The database name | null | HIGH
+| *camel.source.path.database* | The database name. The database name can take 
any characters because it is sent as a quoted identifier. It is part of the 
endpoint URI, so diacritical marks and non-Latin letters have to be URL 
encoded. | null | HIGH
 | *camel.source.path.channel* | The channel name | null | HIGH
 | *camel.source.endpoint.datasource*

[GitHub] [camel-kafka-connector] oscerd merged pull request #382: Camel 3.4.3

2020-08-18 Thread GitBox


oscerd merged pull request #382:
URL: https://github.com/apache/camel-kafka-connector/pull/382


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] branch 3.4.3-camel created (now 048a9eb)

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 3.4.3-camel
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


  at 048a9eb  Regen after upgrade

This branch includes the following new commits:

 new fd7b9f0  Upgrade Camel to version 3.4.3
 new 048a9eb  Regen after upgrade

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [camel-kafka-connector] oscerd opened a new pull request #382: Camel 3.4.3

2020-08-18 Thread GitBox


oscerd opened a new pull request #382:
URL: https://github.com/apache/camel-kafka-connector/pull/382


   Fixes #379 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-kafka-connector] 01/02: Upgrade Camel to version 3.4.3

2020-08-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 3.4.3-camel
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit fd7b9f098ba8c37c4cf772397183a34c98395ecd
Author: Andrea Cosentino 
AuthorDate: Tue Aug 18 12:18:11 2020 +0200

Upgrade Camel to version 3.4.3
---
 parent/pom.xml | 2 +-
 pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7000498..e48ee9b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
 UTF-8
 
 2.5.0
-3.4.2
+3.4.3
 1.8
 20.0
 1.3.2
diff --git a/pom.xml b/pom.xml
index 263de88..0e6add0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.4.2
+3.4.3
 
 
 org.apache.camel.kafkaconnector



[camel-k-runtime] branch dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.3.0 updated (180620d -> 7a3fd6d)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


 discard 180620d  Bump maven-assembly-plugin from 3.2.0 to 3.3.0
 add 4cc2888  chore(deps): tune dependabot for jackson
 add cd947f8  chore(deps): tune dependabot for checkstyle
 add b32ba40  build(deps): replace code depending on guava with camel's 
helpers
 add 7a3fd6d  Bump maven-assembly-plugin from 3.2.0 to 3.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (180620d)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.3.0
 (7a3fd6d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml   | 3 ++-
 tooling/camel-k-maven-plugin/pom.xml | 5 -
 .../camel/k/tooling/maven/GenerateYamlLoaderSupportClasses.java  | 4 ++--
 3 files changed, 4 insertions(+), 8 deletions(-)



[camel-k-runtime] branch dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.10.0 updated (d262f9c -> a741e12)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.10.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


 discard d262f9c  build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0
 add cd947f8  chore(deps): tune dependabot for checkstyle
 add b32ba40  build(deps): replace code depending on guava with camel's 
helpers
 add a741e12  build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d262f9c)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.10.0 
(a741e12)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml   | 1 +
 tooling/camel-k-maven-plugin/pom.xml | 5 -
 .../camel/k/tooling/maven/GenerateYamlLoaderSupportClasses.java  | 4 ++--
 3 files changed, 3 insertions(+), 7 deletions(-)



[camel-k-runtime] branch dependabot/maven/javax.xml.bind-jaxb-api-2.3.1 updated (022a861 -> 949f363)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/javax.xml.bind-jaxb-api-2.3.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


 discard 022a861  build(deps): bump jaxb-api from 2.3.0 to 2.3.1
 add b32ba40  build(deps): replace code depending on guava with camel's 
helpers
 add 949f363  build(deps): bump jaxb-api from 2.3.0 to 2.3.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (022a861)
\
 N -- N -- N   
refs/heads/dependabot/maven/javax.xml.bind-jaxb-api-2.3.1 (949f363)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 tooling/camel-k-maven-plugin/pom.xml | 5 -
 .../camel/k/tooling/maven/GenerateYamlLoaderSupportClasses.java  | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)



[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #430: Bump maven-assembly-plugin from 3.2.0 to 3.3.0

2020-08-18 Thread GitBox


lburgazzoli commented on pull request #430:
URL: https://github.com/apache/camel-k-runtime/pull/430#issuecomment-675521903


   @dependabot rebase



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #434: build(deps): bump jaxb-api from 2.3.0 to 2.3.1

2020-08-18 Thread GitBox


lburgazzoli commented on pull request #434:
URL: https://github.com/apache/camel-k-runtime/pull/434#issuecomment-675521689


   @dependabot rebase



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch master updated (cd947f8 -> b32ba40)

2020-08-18 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


from cd947f8  chore(deps): tune dependabot for checkstyle
 add b32ba40  build(deps): replace code depending on guava with camel's 
helpers

No new revisions were added by this update.

Summary of changes:
 tooling/camel-k-maven-plugin/pom.xml | 5 -
 .../camel/k/tooling/maven/GenerateYamlLoaderSupportClasses.java  | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)



[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #433: build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

2020-08-18 Thread GitBox


lburgazzoli commented on pull request #433:
URL: https://github.com/apache/camel-k-runtime/pull/433#issuecomment-675521808


   @dependabot rebase



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] lburgazzoli closed pull request #429: Bump guava from 20.0 to 23.0

2020-08-18 Thread GitBox


lburgazzoli closed pull request #429:
URL: https://github.com/apache/camel-k-runtime/pull/429


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch dependabot/maven/javax.xml.bind-jaxb-api-2.3.1 created (now 022a861)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/javax.xml.bind-jaxb-api-2.3.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 022a861  build(deps): bump jaxb-api from 2.3.0 to 2.3.1

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #429: Bump guava from 20.0 to 23.0

2020-08-18 Thread GitBox


dependabot[bot] commented on pull request #429:
URL: https://github.com/apache/camel-k-runtime/pull/429#issuecomment-675520548


   OK, I won't notify you again about this release, but will get in touch when 
a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #434: build(deps): bump jaxb-api from 2.3.0 to 2.3.1

2020-08-18 Thread GitBox


dependabot[bot] opened a new pull request #434:
URL: https://github.com/apache/camel-k-runtime/pull/434


   Bumps [jaxb-api](https://github.com/javaee/jaxb-spec) from 2.3.0 to 2.3.1.
   
   Commits
   
   https://github.com/javaee/jaxb-spec/commit/7de2ca118a0cfc4a373872915aef59148dff5f93";>7de2ca1
 Preparing for release 2.3.1
   https://github.com/javaee/jaxb-spec/commit/5cbac0ca2e5c136ffa888d0df86b437e3ed6a590";>5cbac0c
 Merge pull request https://github-redirect.dependabot.com/javaee/jaxb-spec/issues/62";>#62
 from lukasj/fix
   https://github.com/javaee/jaxb-spec/commit/c61c8df68b40cd719aa65545f9e7f203f6e882da";>c61c8df
 fix cp year
   https://github.com/javaee/jaxb-spec/commit/bd6cdf69bcfaac10e81709345ebc82f9ea4a5264";>bd6cdf6
 Revert "Removed usage of .internal package pointing to JavaSE."
   https://github.com/javaee/jaxb-spec/commit/4d09bb12f5e21f473971e9bb23a8247d3b38a64a";>4d09bb1
 allow running in OSGi on newer jdks
   https://github.com/javaee/jaxb-spec/commit/e9625c89af6fc1cf78db5066bb7f2e752254173a";>e9625c8
 Preparing for development 2.3.2-SNAPSHOT
   https://github.com/javaee/jaxb-spec/commit/9ef650f2416263068742df413b171322733d301b";>9ef650f
 Preparing for release 2.3.1-RC1
   https://github.com/javaee/jaxb-spec/commit/7acf248d5e09d9e8faea076058570ab526edfe6e";>7acf248
 Preparing for development 2.3.2-SNAPSHOT
   https://github.com/javaee/jaxb-spec/commit/c44722d4318b00cccdb8f7eb830d631620486b5e";>c44722d
 Preparing for release 2.3.1-RC1
   https://github.com/javaee/jaxb-spec/commit/f7862405fb19cde4749df0bf7a03a3065dc40033";>f786240
 Preparing for development 2.3.2-SNAPSHOT
   Additional commits viewable in https://github.com/javaee/jaxb-spec/compare/2.3.0...2.3.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=javax.xml.bind:jaxb-api&package-manager=maven&previous-version=2.3.0&new-version=2.3.1)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[camel-k-runtime] branch dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.10.0 created (now d262f9c)

2020-08-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.10.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at d262f9c  build(deps): bump gmavenplus-plugin from 1.9.0 to 1.10.0

No new revisions were added by this update.



  1   2   >