[GitHub] [camel-kafka-connector] orpiske commented on issue #835: Error reporting configuration incorrectly handled

2021-01-19 Thread GitBox


orpiske commented on issue #835:
URL: 
https://github.com/apache/camel-kafka-connector/issues/835#issuecomment-763408285


   > @orpiske maybe we could add a little example of this scenario in 
ckc-examples repository, so we could point user there
   
   +1. That's a good idea. I will add an example covering this item. 



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 commented on issue #835: Error reporting configuration incorrectly handled

2021-01-19 Thread GitBox


oscerd commented on issue #835:
URL: 
https://github.com/apache/camel-kafka-connector/issues/835#issuecomment-763407437


   @orpiske maybe we could add a little example of this scenario in 
ckc-examples repository, so we could point user there



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-examples] oscerd opened a new issue #257: Add a docker image pull sink connector example

2021-01-19 Thread GitBox


oscerd opened a new issue #257:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/257


   



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-examples] branch master updated: Added a docker stats source connector example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 35b55c3  Added a docker stats source connector example
35b55c3 is described below

commit 35b55c39729809cdf68e4b7843c7840e967ae8e8
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 08:29:02 2021 +0100

Added a docker stats source connector example
---
 docker/docker-source-stats/README.adoc | 141 +
 .../config/CamelDockerSourceConnector.properties   |  30 +
 2 files changed, 171 insertions(+)

diff --git a/docker/docker-source-stats/README.adoc 
b/docker/docker-source-stats/README.adoc
new file mode 100644
index 000..59330ca
--- /dev/null
+++ b/docker/docker-source-stats/README.adoc
@@ -0,0 +1,141 @@
+= Camel-Kafka-connector Docker Source Consuming Stats
+
+This is an example for Camel-Kafka-connector Docker Source Consuming Stats
+
+== Standalone
+
+=== What is needed
+
+- A Docker daemon
+- A running docker container
+
+=== Preparing the docker container
+
+In my local docker enviroment I have the Debian image for example
+
+[source]
+
+> docker images
+REPOSITORY   TAG   
  IMAGE IDCREATED SIZE
+debian   
latest  e7d08cddf7918 days ago  114MB
+
+
+and I need to run it to check the stats
+
+[source]
+
+> docker run -d --name test -it debian
+72d9bc33bd3794e7b2f904405f7dd975d64456002d026148e8c6a56a2379c80b
+
+
+take note of the id.
+
+=== Running Kafka
+
+[source]
+
+$KAFKA_HOME/bin/zookeeper-server-start.sh 
$KAFKA_HOME/config/zookeeper.properties
+$KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties
+$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic mytopic
+
+
+=== Download the connector package
+
+Download the connector package zip and extract the content to a directory. In 
this example we'll use `/home/oscerd/connectors/`
+
+[source]
+
+> cd /home/oscerd/connectors/
+> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.7.0/camel-docker-kafka-connector-0.7.0-package.zip
+> unzip camel-docker-kafka-connector-0.7.0-package.zip
+
+
+=== Configuring Kafka Connect
+
+You'll need to set up the `plugin.path` property in your kafka
+
+Open the `$KAFKA_HOME/config/connect-standalone.properties` and set the 
`plugin.path` property to your choosen location:
+
+[source]
+
+...
+plugin.path=/home/oscerd/connectors
+...
+
+
+=== Setup the connectors
+
+Open the Docker configuration file at 
`$EXAMPLES/docker/docker-source-stats/config/CamelDockerSourceConnector.properties`
+
+[source]
+
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
+tasks.max=1
+
+key.converter=org.apache.kafka.connect.storage.StringConverter
+value.converter=org.apache.kafka.connect.storage.StringConverter
+
+topics=docker-test-events-st
+
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=stats
+camel.source.endpoint.containerId=
+
+
+In this case we are using local unix socket.
+
+For the containerId you'll need to use the value of the running debian 
container.
+
+=== Running the example
+
+Run the kafka connect with the Docker Source connector:
+
+[source]
+
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/docker/docker-source-stats/config/CamelDockerSourceConnector.properties
+
+
+We'll get multiple message with statistics
+
+On a different terminal run the kafkacat consumer
+
+[source]
+
+./kafkacat -b localhost:9092 -t mytopic
+% Auto-selecting Consumer mode (use -P or -C to override)
+Statistics(read=2021-01-20T07:16:22.337418782Z, preread=0001-01-01T00:00:00Z, 
networks={eth0=StatisticNetworksConfig(rxBytes=3868, rxDropped=0, rxErrors=0, 
rxPackets=28, txBytes=0, txDropped=0, txErrors=0, txPackets=0)}, network=null, 
memoryStats=com.github.dockerjava.api.model.MemoryStatsConfig@601ce92b, 
blkioStats=BlkioStatsConfig(ioServiceBytesRecursive=[], ioServicedRecursive=[], 
ioQueueRecursive=[], ioServiceTimeRecursive=[], ioWaitTimeRecursive=[], 
ioMergedRecursive=[], ioTimeRecur [...]
+Statistics(read=2021-01-20T07:16:23.341055565Z, 
preread=2021-01-20T07:16:22.337418782Z, 
networks={eth0=StatisticNetworksConfig(rxBytes=3868, rxDropped=0, rxErrors=0, 
rxPackets=28, txBytes=0, txDropped=0, txErrors=0, txPackets=0)}, network=null, 
memoryStats=com.github.dockerjava.api.model.MemoryStatsConfig@40d8051b, 
blkioStats=BlkioStatsConfig(ioServiceBytesRecursive=[], ioSer

[camel-quarkus] branch master updated: Reimplement creation of minio client to avoid minio extension limitations #2134

2021-01-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 6648464  Reimplement creation of minio client to avoid minio extension 
limitations #2134
6648464 is described below

commit 66484640cd90f6d73ae80e38c6688ce1d93077cf
Author: JiriOndrusek 
AuthorDate: Fri Jan 15 11:19:31 2021 +0100

Reimplement creation of minio client to avoid minio extension limitations 
#2134
---
 .../ROOT/pages/reference/extensions/minio.adoc | 21 ++---
 .../minio/runtime/src/main/doc/configuration.adoc  | 16 +++
 .../minio/runtime/src/main/doc/limitations.adoc|  7 ---
 .../component/minio/it/MinioClientProducer.java| 37 +++
 .../quarkus/component/minio/it/MinioResource.java  | 52 ++
 .../quarkus/component/minio/it/MinioTest.java  | 43 --
 6 files changed, 100 insertions(+), 76 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/minio.adoc 
b/docs/modules/ROOT/pages/reference/extensions/minio.adoc
index f49f0cc..af36da8 100644
--- a/docs/modules/ROOT/pages/reference/extensions/minio.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/minio.adoc
@@ -32,13 +32,22 @@ Please refer to the above link for usage and configuration 
details.
 
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
 
-== Camel Quarkus limitations
+== Additional Camel Quarkus configuration
 
-This extension leverages the Quarkiverse Minio. Standard 
application.properties mechanism is used to define connection (see 
http://github.com/quarkiverse/quarkiverse-minio#configuration-reference[documentation]).
+Depending on Minio configuration, this extension may require SSL encryption on 
its connections. In such cases, you will need
+to add `quarkus.ssl.native=true` to your `application.properties`.
+See also https://quarkus.io/guides/native-and-ssl[Quarkus native SSL guide] 
and xref:user-guide/native-mode.adoc[Native mode]
+section of Camel Quarkus user guide.
 
-It is mandatory to configure the Minio client in properties and Camel will 
autowire client into the Minio component.
-Configuration via application.properties allows definition of only one minio 
client, therefore it isn't possible to define several different minio 
endpoints, which run together.
+There are two different configuration approaches:
 
-Please upvote https://github.com/quarkiverse/quarkiverse-minio/issues/22[this 
issue]
-if you do not like the present state.
+* Minio client can be defined via quarkus properties leveraging the 
Quarkiverse Minio (see 
http://github.com/quarkiverse/quarkiverse-minio#configuration-reference[documentation]).
+Camel will autowire client into the Minio component.
+This configuration allows definition of only one minio client, therefore it 
isn't possible to define several different minio endpoints, which run together.
+
+* Provide client/clients for camel registry (e.g. CDI producer/bean) and 
reference them from endpoint.
+[source,properties]
+
+minio:foo?minioClient=#minioClient
+
 
diff --git a/extensions/minio/runtime/src/main/doc/configuration.adoc 
b/extensions/minio/runtime/src/main/doc/configuration.adoc
new file mode 100644
index 000..d343c36
--- /dev/null
+++ b/extensions/minio/runtime/src/main/doc/configuration.adoc
@@ -0,0 +1,16 @@
+Depending on Minio configuration, this extension may require SSL encryption on 
its connections. In such cases, you will need
+to add `quarkus.ssl.native=true` to your `application.properties`.
+See also https://quarkus.io/guides/native-and-ssl[Quarkus native SSL guide] 
and xref:user-guide/native-mode.adoc[Native mode]
+section of Camel Quarkus user guide.
+
+There are two different configuration approaches:
+
+* Minio client can be defined via quarkus properties leveraging the 
Quarkiverse Minio (see 
http://github.com/quarkiverse/quarkiverse-minio#configuration-reference[documentation]).
+Camel will autowire client into the Minio component.
+This configuration allows definition of only one minio client, therefore it 
isn't possible to define several different minio endpoints, which run together.
+
+* Provide client/clients for camel registry (e.g. CDI producer/bean) and 
reference them from endpoint.
+[source,properties]
+
+minio:foo?minioClient=#minioClient
+
\ No newline at end of file
diff --git a/extensions/minio/runtime/src/main/doc/limitations.adoc 
b/extensions/minio/runtime/src/main/doc/limitations.adoc
deleted file mode 100644
index bb494ad..000
--- a/extensions/minio/runtime/src/main/doc/limitations.adoc
+++ /dev/null
@@ -1,7 +0,0 @@
-This extension leverages the Quarkiverse Minio. Standard 
application.properties mechanism is used to define connection (see 
http://github.com/quarkiverse/quarkiverse-minio#configuration-refe

[GitHub] [camel-kafka-connector-examples] oscerd merged pull request #256: Added a docker stats source connector example

2021-01-19 Thread GitBox


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


   



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-examples] oscerd closed issue #252: Add camel-docker stats source connector example

2021-01-19 Thread GitBox


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


   



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] jamesnetherton merged pull request #2140: Avoid automatic minio client autowiring #2134

2021-01-19 Thread GitBox


jamesnetherton merged pull request #2140:
URL: https://github.com/apache/camel-quarkus/pull/2140


   



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-examples] oscerd opened a new pull request #256: Added a docker stats source connector example

2021-01-19 Thread GitBox


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


   Fixes #252 



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-examples] 01/01: Added a docker stats source connector example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 206e7e9468ca4fd8548008027ca68d95641ad0bb
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 08:29:02 2021 +0100

Added a docker stats source connector example
---
 docker/docker-source-stats/README.adoc | 141 +
 .../config/CamelDockerSourceConnector.properties   |  30 +
 2 files changed, 171 insertions(+)

diff --git a/docker/docker-source-stats/README.adoc 
b/docker/docker-source-stats/README.adoc
new file mode 100644
index 000..59330ca
--- /dev/null
+++ b/docker/docker-source-stats/README.adoc
@@ -0,0 +1,141 @@
+= Camel-Kafka-connector Docker Source Consuming Stats
+
+This is an example for Camel-Kafka-connector Docker Source Consuming Stats
+
+== Standalone
+
+=== What is needed
+
+- A Docker daemon
+- A running docker container
+
+=== Preparing the docker container
+
+In my local docker enviroment I have the Debian image for example
+
+[source]
+
+> docker images
+REPOSITORY   TAG   
  IMAGE IDCREATED SIZE
+debian   
latest  e7d08cddf7918 days ago  114MB
+
+
+and I need to run it to check the stats
+
+[source]
+
+> docker run -d --name test -it debian
+72d9bc33bd3794e7b2f904405f7dd975d64456002d026148e8c6a56a2379c80b
+
+
+take note of the id.
+
+=== Running Kafka
+
+[source]
+
+$KAFKA_HOME/bin/zookeeper-server-start.sh 
$KAFKA_HOME/config/zookeeper.properties
+$KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties
+$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic mytopic
+
+
+=== Download the connector package
+
+Download the connector package zip and extract the content to a directory. In 
this example we'll use `/home/oscerd/connectors/`
+
+[source]
+
+> cd /home/oscerd/connectors/
+> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.7.0/camel-docker-kafka-connector-0.7.0-package.zip
+> unzip camel-docker-kafka-connector-0.7.0-package.zip
+
+
+=== Configuring Kafka Connect
+
+You'll need to set up the `plugin.path` property in your kafka
+
+Open the `$KAFKA_HOME/config/connect-standalone.properties` and set the 
`plugin.path` property to your choosen location:
+
+[source]
+
+...
+plugin.path=/home/oscerd/connectors
+...
+
+
+=== Setup the connectors
+
+Open the Docker configuration file at 
`$EXAMPLES/docker/docker-source-stats/config/CamelDockerSourceConnector.properties`
+
+[source]
+
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
+tasks.max=1
+
+key.converter=org.apache.kafka.connect.storage.StringConverter
+value.converter=org.apache.kafka.connect.storage.StringConverter
+
+topics=docker-test-events-st
+
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=stats
+camel.source.endpoint.containerId=
+
+
+In this case we are using local unix socket.
+
+For the containerId you'll need to use the value of the running debian 
container.
+
+=== Running the example
+
+Run the kafka connect with the Docker Source connector:
+
+[source]
+
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/docker/docker-source-stats/config/CamelDockerSourceConnector.properties
+
+
+We'll get multiple message with statistics
+
+On a different terminal run the kafkacat consumer
+
+[source]
+
+./kafkacat -b localhost:9092 -t mytopic
+% Auto-selecting Consumer mode (use -P or -C to override)
+Statistics(read=2021-01-20T07:16:22.337418782Z, preread=0001-01-01T00:00:00Z, 
networks={eth0=StatisticNetworksConfig(rxBytes=3868, rxDropped=0, rxErrors=0, 
rxPackets=28, txBytes=0, txDropped=0, txErrors=0, txPackets=0)}, network=null, 
memoryStats=com.github.dockerjava.api.model.MemoryStatsConfig@601ce92b, 
blkioStats=BlkioStatsConfig(ioServiceBytesRecursive=[], ioServicedRecursive=[], 
ioQueueRecursive=[], ioServiceTimeRecursive=[], ioWaitTimeRecursive=[], 
ioMergedRecursive=[], ioTimeRecur [...]
+Statistics(read=2021-01-20T07:16:23.341055565Z, 
preread=2021-01-20T07:16:22.337418782Z, 
networks={eth0=StatisticNetworksConfig(rxBytes=3868, rxDropped=0, rxErrors=0, 
rxPackets=28, txBytes=0, txDropped=0, txErrors=0, txPackets=0)}, network=null, 
memoryStats=com.github.dockerjava.api.model.MemoryStatsConfig@40d8051b, 
blkioStats=BlkioStatsConfig(ioServiceBytesRecursive=[], ioServicedRecursive=[], 
ioQueueRecursive=[], ioServiceTimeRecursive=[], ioWaitTimeRecursive=[], 
ioMergedRecursive=[], i [...]
+Statistics(read=2021-01-20

[camel-kafka-connector-examples] branch docker-stats-source created (now 206e7e9)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at 206e7e9  Added a docker stats source connector example

This branch includes the following new commits:

 new 206e7e9  Added a docker stats source connector example

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-examples] oscerd merged pull request #255: Added Docker to examples list

2021-01-19 Thread GitBox


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


   



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-examples] branch master updated: Added Docker to examples list

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ff26418  Added Docker to examples list
ff26418 is described below

commit ff26418f885307581efb9c631994a93c0534596a
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:52:28 2021 +0100

Added Docker to examples list
---
 README.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.adoc b/README.adoc
index eb61a99..6107b2b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,6 +15,7 @@ List of existing examples:
 - Braintree sink example
 - Couchbase sink example
 - CQL source and sink examples
+- Docker source examples
 - Exec sink example
 - File source and sink examples
 - FTP source and sink examples



[GitHub] [camel-kafka-connector-examples] oscerd opened a new pull request #255: Added Docker to examples list

2021-01-19 Thread GitBox


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


   



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-examples] branch docker-list created (now 336fe5a)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at 336fe5a  Added Docker to examples list

No new revisions were added by this update.



[GitHub] [camel-kafka-connector-examples] oscerd opened a new pull request #254: Added CamelDockerSourceConnector.properties for docker-events example

2021-01-19 Thread GitBox


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


   #251 



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-examples] oscerd merged pull request #254: Added CamelDockerSourceConnector.properties for docker-events example

2021-01-19 Thread GitBox


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


   



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-examples] branch master updated: Added CamelDockerSourceConnector.properties for docker-events example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4eceaab  Added CamelDockerSourceConnector.properties for docker-events 
example
4eceaab is described below

commit 4eceaab9878aa75d6d8e073ce9b4ee456d0b4d02
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:50:20 2021 +0100

Added CamelDockerSourceConnector.properties for docker-events example
---
 ...or.properties => CamelDockerSourceConnector.properties} | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git 
a/docker/docker-source-events/config/CamelGithubSourceConnector.properties 
b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
similarity index 69%
rename from 
docker/docker-source-events/config/CamelGithubSourceConnector.properties
rename to 
docker/docker-source-events/config/CamelDockerSourceConnector.properties
index e02889f..2cf99ea 100644
--- a/docker/docker-source-events/config/CamelGithubSourceConnector.properties
+++ b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
@@ -15,17 +15,15 @@
 # limitations under the License.
 #
 
-name=CamelGithubSourceConnector
-connector.class=org.apache.camel.kafkaconnector.github.CamelGithubSourceConnector
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
 tasks.max=1
 
 key.converter=org.apache.kafka.connect.storage.StringConverter
-transforms=EventTransforms
-transforms.EventTransforms.type=com.github.oscerd.EventTransforms
+value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
 
-camel.source.endpoint.repoName=finnhub-java-client
-camel.source.endpoint.repoOwner=oscerd
-camel.source.path.type=event
-camel.source.endpoint.oauthToken=
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=events



[camel-kafka-connector-examples] 01/01: Added CamelDockerSourceConnector.properties for docker-events example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit df7abc70f4a007c31172447626662e3ed434db98
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:50:20 2021 +0100

Added CamelDockerSourceConnector.properties for docker-events example
---
 ...or.properties => CamelDockerSourceConnector.properties} | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git 
a/docker/docker-source-events/config/CamelGithubSourceConnector.properties 
b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
similarity index 69%
rename from 
docker/docker-source-events/config/CamelGithubSourceConnector.properties
rename to 
docker/docker-source-events/config/CamelDockerSourceConnector.properties
index e02889f..2cf99ea 100644
--- a/docker/docker-source-events/config/CamelGithubSourceConnector.properties
+++ b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
@@ -15,17 +15,15 @@
 # limitations under the License.
 #
 
-name=CamelGithubSourceConnector
-connector.class=org.apache.camel.kafkaconnector.github.CamelGithubSourceConnector
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
 tasks.max=1
 
 key.converter=org.apache.kafka.connect.storage.StringConverter
-transforms=EventTransforms
-transforms.EventTransforms.type=com.github.oscerd.EventTransforms
+value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
 
-camel.source.endpoint.repoName=finnhub-java-client
-camel.source.endpoint.repoOwner=oscerd
-camel.source.path.type=event
-camel.source.endpoint.oauthToken=
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=events



[camel-kafka-connector-examples] branch file-conf-docker created (now df7abc7)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at df7abc7  Added CamelDockerSourceConnector.properties for docker-events 
example

This branch includes the following new commits:

 new df7abc7  Added CamelDockerSourceConnector.properties for docker-events 
example

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.




[camel] branch regen_bot updated (3801ec4 -> c39d94d)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from 3801ec4  Regen catalog
 add c39d94d  Sync-properties-maven-plugin: Renamed licenceHeader to 
licenseHeader

No new revisions were added by this update.

Summary of changes:
 catalog/camel-catalog/pom.xml | 2 +-
 .../org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[GitHub] [camel-kafka-connector-examples] oscerd merged pull request #253: Added a docker events source connector example

2021-01-19 Thread GitBox


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


   



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-examples] oscerd closed issue #251: Add camel-docker events source connector example

2021-01-19 Thread GitBox


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


   



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-examples] branch master updated: Added a docker events source connector example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c648471  Added a docker events source connector example
c648471 is described below

commit c6484716b018181f30c5d78b565ffd32514b1727
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:45:48 2021 +0100

Added a docker events source connector example
---
 docker/docker-source-events/README.adoc| 108 +
 .../config/CamelGithubSourceConnector.properties   |  31 ++
 2 files changed, 139 insertions(+)

diff --git a/docker/docker-source-events/README.adoc 
b/docker/docker-source-events/README.adoc
new file mode 100644
index 000..fd066b4
--- /dev/null
+++ b/docker/docker-source-events/README.adoc
@@ -0,0 +1,108 @@
+= Camel-Kafka-connector Docker Source Consuming Events
+
+This is an example for Camel-Kafka-connector Docker Source Consuming Events
+
+== Standalone
+
+=== What is needed
+
+- A Docker daemon
+
+=== Running Kafka
+
+[source]
+
+$KAFKA_HOME/bin/zookeeper-server-start.sh 
$KAFKA_HOME/config/zookeeper.properties
+$KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties
+$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic mytopic
+
+
+=== Download the connector package
+
+Download the connector package zip and extract the content to a directory. In 
this example we'll use `/home/oscerd/connectors/`
+
+[source]
+
+> cd /home/oscerd/connectors/
+> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.7.0/camel-docker-kafka-connector-0.7.0-package.zip
+> unzip camel-docker-kafka-connector-0.7.0-package.zip
+
+
+=== Configuring Kafka Connect
+
+You'll need to set up the `plugin.path` property in your kafka
+
+Open the `$KAFKA_HOME/config/connect-standalone.properties` and set the 
`plugin.path` property to your choosen location:
+
+[source]
+
+...
+plugin.path=/home/oscerd/connectors
+...
+
+
+=== Setup the connectors
+
+Open the Docker configuration file at 
`$EXAMPLES/docker/docker-source-events/config/CamelDockerSourceConnector.properties`
+
+[source]
+
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
+tasks.max=1
+
+key.converter=org.apache.kafka.connect.storage.StringConverter
+value.converter=org.apache.kafka.connect.storage.StringConverter
+
+topics=mytopic
+
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=events
+
+
+In this case we are using local unix socket.
+
+=== Running the example
+
+Run the kafka connect with the Docker Source connector:
+
+[source]
+
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/docker/docker-source-events/config/CamelDockerSourceConnector.properties
+
+
+In my local docker enviroment I have the Debian image for example
+
+[source]
+
+> docker images
+REPOSITORY   TAG   
  IMAGE IDCREATED SIZE
+debian   
latest  e7d08cddf7918 days ago  114MB
+
+
+and I want to delete it and check the events in the mytopic Kafka topic
+
+[source]
+
+> docker rmi e7d08cddf791
+Untagged: debian:latest
+Untagged: 
debian@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
+Deleted: 
sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3
+Deleted: 
sha256:4762552ad7d851a9901571428078281985074e5ddb806979dd7ad24748db4ca0
+
+
+I'm expecting 4 events in the kafka topic
+
+On a different terminal run the kafkacat consumer
+
+[source]
+
+./kafkacat -b localhost:9092 -t mytopic 
+% Auto-selecting Consumer mode (use -P or -C to override)
+Event(status=destroy, 
id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7, 
from=debian, node=null, type=CONTAINER, action=destroy, 
actor=EventActor(id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7,
 attributes={image=debian, name=test}), time=1611124880, 
timeNano=1611124880722895527)
+Event(status=untag, 
id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3, 
from=null, node=null, type=IMAGE, action=untag, 
actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3,
 
attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3}),
 time=1611124882, timeNano=1611124882129721717)
+Event(status=untag, 
id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3, 
from=null, node=null, type=IMAGE, action=untag, 
actor=EventActor

[GitHub] [camel-kafka-connector-examples] oscerd opened a new pull request #253: Added a docker events source connector example

2021-01-19 Thread GitBox


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


   



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-examples] 01/01: Added a docker events source connector example

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 5203826636c6d214c0d7f136b96c9039b26627a1
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:45:48 2021 +0100

Added a docker events source connector example
---
 docker/docker-source-events/README.adoc| 108 +
 .../config/CamelGithubSourceConnector.properties   |  31 ++
 2 files changed, 139 insertions(+)

diff --git a/docker/docker-source-events/README.adoc 
b/docker/docker-source-events/README.adoc
new file mode 100644
index 000..fd066b4
--- /dev/null
+++ b/docker/docker-source-events/README.adoc
@@ -0,0 +1,108 @@
+= Camel-Kafka-connector Docker Source Consuming Events
+
+This is an example for Camel-Kafka-connector Docker Source Consuming Events
+
+== Standalone
+
+=== What is needed
+
+- A Docker daemon
+
+=== Running Kafka
+
+[source]
+
+$KAFKA_HOME/bin/zookeeper-server-start.sh 
$KAFKA_HOME/config/zookeeper.properties
+$KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties
+$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic mytopic
+
+
+=== Download the connector package
+
+Download the connector package zip and extract the content to a directory. In 
this example we'll use `/home/oscerd/connectors/`
+
+[source]
+
+> cd /home/oscerd/connectors/
+> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.7.0/camel-docker-kafka-connector-0.7.0-package.zip
+> unzip camel-docker-kafka-connector-0.7.0-package.zip
+
+
+=== Configuring Kafka Connect
+
+You'll need to set up the `plugin.path` property in your kafka
+
+Open the `$KAFKA_HOME/config/connect-standalone.properties` and set the 
`plugin.path` property to your choosen location:
+
+[source]
+
+...
+plugin.path=/home/oscerd/connectors
+...
+
+
+=== Setup the connectors
+
+Open the Docker configuration file at 
`$EXAMPLES/docker/docker-source-events/config/CamelDockerSourceConnector.properties`
+
+[source]
+
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
+tasks.max=1
+
+key.converter=org.apache.kafka.connect.storage.StringConverter
+value.converter=org.apache.kafka.connect.storage.StringConverter
+
+topics=mytopic
+
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=events
+
+
+In this case we are using local unix socket.
+
+=== Running the example
+
+Run the kafka connect with the Docker Source connector:
+
+[source]
+
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/docker/docker-source-events/config/CamelDockerSourceConnector.properties
+
+
+In my local docker enviroment I have the Debian image for example
+
+[source]
+
+> docker images
+REPOSITORY   TAG   
  IMAGE IDCREATED SIZE
+debian   
latest  e7d08cddf7918 days ago  114MB
+
+
+and I want to delete it and check the events in the mytopic Kafka topic
+
+[source]
+
+> docker rmi e7d08cddf791
+Untagged: debian:latest
+Untagged: 
debian@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
+Deleted: 
sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3
+Deleted: 
sha256:4762552ad7d851a9901571428078281985074e5ddb806979dd7ad24748db4ca0
+
+
+I'm expecting 4 events in the kafka topic
+
+On a different terminal run the kafkacat consumer
+
+[source]
+
+./kafkacat -b localhost:9092 -t mytopic 
+% Auto-selecting Consumer mode (use -P or -C to override)
+Event(status=destroy, 
id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7, 
from=debian, node=null, type=CONTAINER, action=destroy, 
actor=EventActor(id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7,
 attributes={image=debian, name=test}), time=1611124880, 
timeNano=1611124880722895527)
+Event(status=untag, 
id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3, 
from=null, node=null, type=IMAGE, action=untag, 
actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3,
 
attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3}),
 time=1611124882, timeNano=1611124882129721717)
+Event(status=untag, 
id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3, 
from=null, node=null, type=IMAGE, action=untag, 
actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3,
 
attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368

[camel-kafka-connector-examples] branch docker-events-source created (now 5203826)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at 5203826  Added a docker events source connector example

This branch includes the following new commits:

 new 5203826  Added a docker events source connector example

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.




[camel] branch regen_bot updated (cf180fa -> 3801ec4)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit cf180fa  Regen for commit 9c17805f921aae35149e769e96fcc3f7ea7daa3f
 add 3801ec4  Regen catalog

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   (cf180fa)
\
 N -- N -- N   refs/heads/regen_bot (3801ec4)

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] [camel] oscerd closed pull request #4904: Generated sources regen

2021-01-19 Thread GitBox


oscerd closed pull request #4904:
URL: https://github.com/apache/camel/pull/4904


   



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 #4904: Generated sources regen

2021-01-19 Thread GitBox


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


   This should be done in a subsequent commit



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 regen_bot updated (61420b8 -> cf180fa)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from 61420b8  Sync deps
 add 0404a33  Update jsonata-component.adoc
 add f49b161  Fixed Jsonata javadoc for inputType
 add 9c17805  Regen
 add cf180fa  Regen for commit 9c17805f921aae35149e769e96fcc3f7ea7daa3f

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/components/jsonata.json| 2 +-
 .../resources/org/apache/camel/catalog/docs/jsonata-component.adoc| 2 +-
 .../resources/org/apache/camel/component/jsonata/jsonata.json | 2 +-
 components/camel-jsonata/src/main/docs/jsonata-component.adoc | 2 +-
 .../main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java | 2 +-
 .../camel/builder/endpoint/dsl/JsonataEndpointBuilderFactory.java | 4 ++--
 docs/components/modules/ROOT/pages/jsonata-component.adoc | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)



[GitHub] [camel] github-actions[bot] opened a new pull request #4904: Generated sources regen

2021-01-19 Thread GitBox


github-actions[bot] opened a new pull request #4904:
URL: https://github.com/apache/camel/pull/4904


   Regen bot :robot: found some uncommited changes after running build on 
:camel: master.
   Please do not delete `regen_bot` branch after merge/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-kafka-connector] oscerd merged pull request #905: Fixed codestyle

2021-01-19 Thread GitBox


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


   



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-master updated: Fixed codestyle

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-master by this push:
 new 4794e96  Fixed codestyle
4794e96 is described below

commit 4794e9607e3ee4e2f83eb744eaff099b106722ce
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:28:36 2021 +0100

Fixed codestyle
---
 core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java 
b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
index b448f41..6715843 100644
--- a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
+++ b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
@@ -29,7 +29,6 @@ import org.junit.jupiter.api.Test;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertThrows;
-import static org.junit.jupiter.api.Assertions.assertTrue;
 
 public class DataFormatTest {
 



[GitHub] [camel-kafka-connector] oscerd opened a new pull request #905: Fixed codestyle

2021-01-19 Thread GitBox


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


   



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 ckc-cs created (now b4f0f4e)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at b4f0f4e  Fixed codestyle

No new revisions were added by this update.



[camel] branch regen_bot updated (c265fc7 -> 61420b8)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from c265fc7  Sync deps
 add 3ac4d48  Upgrade AWS SDK v2 to version 2.15.67
 add 61420b8  Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel-quarkus] 01/01: Upgrade to Quarkus 1.12.0.Final

2021-01-19 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 ae8e69898afec0a3b94af0d17fb6a8d49dc9b862
Author: James Netherton 
AuthorDate: Thu Nov 12 07:00:19 2020 +

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

diff --git a/pom.xml b/pom.xml
index 4e464d7..480109f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
 ${squareup-okio-version}
 7.46.0.Final
 0.2.0
-1.11.0.Final
+999-SNAPSHOT
 0.3.0
 
1.1.1
 0.22.0



[camel-quarkus] branch quarkus-master updated (b7809f4 -> ae8e698)

2021-01-19 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 b7809f4  Upgrade to Quarkus 1.12.0.Final
 add faa6521  add Awaitility + suppress warnings #2127
 add a741225  Move reactor-netty related build steps to a separate support 
extension
 add 3b78554  Azure Storage Queue Service native support #1574
 add ec24320  Upgrade to cq-maven-plugin 0.27, stop using mvnd.rules 
altogether
 add 5fe7b91  Improve the release docs
 new ae8e698  Upgrade to Quarkus 1.12.0.Final

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   (b7809f4)
\
 N -- N -- N   refs/heads/quarkus-master (ae8e698)

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:
 catalog/pom.xml| 13 
 .../pages/contributor-guide/release-guide.adoc | 21 --
 .../reference/extensions/azure-storage-queue.adoc  | 14 ++--
 .../reference/components/azure-storage-queue.adoc  |  6 +-
 extensions-jvm/apns/integration-test/pom.xml   | 25 ---
 extensions-jvm/asterisk/integration-test/pom.xml   | 25 ---
 extensions-jvm/atmos/integration-test/pom.xml  | 25 ---
 extensions-jvm/atomix/integration-test/pom.xml | 25 ---
 .../aws2-kinesis/integration-test/pom.xml  | 25 ---
 .../deployment/AzureStorageQueueProcessor.java | 46 -
 .../azure-storage-queue/integration-test/pom.xml   | 78 --
 .../queue/it/AzureStorageQueueResource.java| 51 --
 .../storage/queue/it/AzureStorageQueueTest.java| 34 --
 extensions-jvm/beanstalk/integration-test/pom.xml  | 25 ---
 extensions-jvm/bonita/integration-test/pom.xml | 25 ---
 .../cassandraql/integration-test/pom.xml   | 10 ---
 extensions-jvm/chatscript/integration-test/pom.xml | 25 ---
 extensions-jvm/chunk/integration-test/pom.xml  | 25 ---
 extensions-jvm/cm-sms/integration-test/pom.xml | 25 ---
 extensions-jvm/cmis/integration-test/pom.xml   | 25 ---
 extensions-jvm/coap/integration-test/pom.xml   | 25 ---
 extensions-jvm/cometd/integration-test/pom.xml | 25 ---
 extensions-jvm/corda/integration-test/pom.xml  | 25 ---
 extensions-jvm/couchbase/integration-test/pom.xml  | 25 ---
 .../digitalocean/integration-test/pom.xml  | 25 ---
 extensions-jvm/djl/integration-test/pom.xml| 25 ---
 extensions-jvm/dns/integration-test/pom.xml| 25 ---
 extensions-jvm/drill/integration-test/pom.xml  | 25 ---
 extensions-jvm/ehcache/integration-test/pom.xml| 25 ---
 extensions-jvm/elsql/integration-test/pom.xml  | 25 ---
 extensions-jvm/etcd/integration-test/pom.xml   | 25 ---
 extensions-jvm/facebook/integration-test/pom.xml   | 25 ---
 extensions-jvm/flink/integration-test/pom.xml  | 25 ---
 extensions-jvm/ganglia/integration-test/pom.xml| 25 ---
 extensions-jvm/groovy/integration-test/pom.xml | 25 ---
 .../guava-eventbus/integration-test/pom.xml| 25 ---
 extensions-jvm/hbase/integration-test/pom.xml  | 28 
 extensions-jvm/hdfs/integration-test/pom.xml   | 25 ---
 extensions-jvm/iec60870/integration-test/pom.xml   | 25 ---
 extensions-jvm/ignite/integration-test/pom.xml | 25 ---
 extensions-jvm/iota/integration-test/pom.xml   | 25 ---
 extensions-jvm/ipfs/integration-test/pom.xml   | 25 ---
 extensions-jvm/irc/integration-test/pom.xml| 25 ---
 extensions-jvm/jbpm/integration-test/pom.xml   | 25 ---
 extensions-jvm/jooq/integration-test/pom.xml   | 25 ---
 extensions-jvm/nitrite/integration-test/pom.xml| 25 ---
 extensions-jvm/ognl/integration-test/pom.xml   | 25 ---
 extensions-jvm/openstack/integration-test/pom.xml  | 25 ---
 extensions-jvm/pom.xml |  1 -
 extensions-jvm/pubnub/integration-test/pom.xml | 25 ---
 extensions-jvm/pulsar/integration-test/pom.xml | 25 ---
 extensions-jvm/redis/integration-test/pom.xml  | 28 
 extensions-jvm/so

[camel] branch master updated: Sync-properties-maven-plugin: Renamed licenceHeader to licenseHeader

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c39d94d  Sync-properties-maven-plugin: Renamed licenceHeader to 
licenseHeader
c39d94d is described below

commit c39d94d8ae1ece6d0a93ee87cfb92688b62be7e3
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:05:58 2021 +0100

Sync-properties-maven-plugin: Renamed licenceHeader to licenseHeader
---
 catalog/camel-catalog/pom.xml | 2 +-
 .../org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog/pom.xml b/catalog/camel-catalog/pom.xml
index c42e8d4..4b6182f 100644
--- a/catalog/camel-catalog/pom.xml
+++ b/catalog/camel-catalog/pom.xml
@@ -171,7 +171,7 @@
 
 ${basedir}/../../parent/pom.xml
 
${basedir}/../../camel-dependencies/pom.xml
-
${basedir}/../../etc/apache-header.xml
+
${basedir}/../../etc/apache-header.xml
 
 
 
diff --git 
a/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
 
b/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
index 4b3c2ef..eb659a1 100644
--- 
a/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
+++ 
b/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
@@ -59,7 +59,7 @@ public class SyncPropertiesMojo extends AbstractMojo {
  * The license header file.
  */
 @Parameter(defaultValue = "${basedir}/../../etc/apache-header.xml")
-protected File licenceHeader;
+protected File licenseHeader;
 
 @Override
 public void execute() throws MojoExecutionException, MojoFailureException {
@@ -89,7 +89,7 @@ public class SyncPropertiesMojo extends AbstractMojo {
 
 // add license header in top
 String text = IOHelper.loadText(new FileInputStream(targetPom));
-String text2 = IOHelper.loadText(new 
FileInputStream(licenceHeader));
+String text2 = IOHelper.loadText(new 
FileInputStream(licenseHeader));
 StringBuffer sb = new StringBuffer(text);
 int pos = sb.indexOf("

[camel] branch master updated: Regen catalog

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 3801ec4  Regen catalog
3801ec4 is described below

commit 3801ec4fce12c771c3c642f2aa77aba0dc6aef9c
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 07:03:00 2021 +0100

Regen catalog
---
 .../resources/org/apache/camel/catalog/components/jsonata.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
index 0ee7720..f06b322 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
@@ -29,7 +29,7 @@
 "resourceUri": { "kind": "path", "displayName": "Resource Uri", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Path to the resource. You can prefix 
with: classpath, file, http, ref, or bean. classpath, file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will [...]
 "allowContextMapAll": { "kind": "parameter", "displayName": "Allow Context 
Map All", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Sets whether the 
context map should allow access to all details. By default only the message 
body and headers can be accessed. This option can be enabled for full access to 
the current Exchange and CamelContext. [...]
 "contentCache": { "kind": "parameter", "displayName": "Content Cache", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether to use resource 
content cache or not" },
-"inputType": { "kind": "parameter", "displayName": "Input Type", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.jsonata.JsonataInputOutputType", "enum": [ 
"Jackson", "JsonString" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Jackson", "description": "Specifies if the output 
should be Jackson JsonNode or a JSON String." },
+"inputType": { "kind": "parameter", "displayName": "Input Type", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.jsonata.JsonataInputOutputType", "enum": [ 
"Jackson", "JsonString" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Jackson", "description": "Specifies if the input should 
be Jackson JsonNode or a JSON String." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
 "outputType": { "kind": "parameter", "displayName": "Output Type", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.jsonata.JsonataInputOutputType", 
"enum": [ "Jackson", "JsonString" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "Jackson", "description": "Specifies if the 
output should be Jackson JsonNode or a JSON String." }
   }



[camel] 01/02: Fixed Jsonata javadoc for inputType

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit f49b161929542bd947bb71b447b0b2ffbd00bdf0
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 06:51:25 2021 +0100

Fixed Jsonata javadoc for inputType
---
 .../main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-jsonata/src/main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java
 
b/components/camel-jsonata/src/main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java
index a0e49d7..d654f66 100644
--- 
a/components/camel-jsonata/src/main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java
+++ 
b/components/camel-jsonata/src/main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java
@@ -82,7 +82,7 @@ public class JsonataEndpoint extends ResourceEndpoint {
 }
 
 /**
- * Specifies if the output should be Jackson JsonNode or a JSON String.
+ * Specifies if the input should be Jackson JsonNode or a JSON String.
  */
 public void setInputType(JsonataInputOutputType inputType) {
 this.inputType = inputType;



[camel] branch master updated (0404a33 -> 9c17805)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


from 0404a33  Update jsonata-component.adoc
 new f49b161  Fixed Jsonata javadoc for inputType
 new 9c17805  Regen

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.


Summary of changes:
 .../resources/org/apache/camel/catalog/docs/jsonata-component.adoc| 2 +-
 .../resources/org/apache/camel/component/jsonata/jsonata.json | 2 +-
 .../main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java | 2 +-
 .../camel/builder/endpoint/dsl/JsonataEndpointBuilderFactory.java | 4 ++--
 docs/components/modules/ROOT/pages/jsonata-component.adoc | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)



[camel] 02/02: Regen

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 9c17805f921aae35149e769e96fcc3f7ea7daa3f
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 06:52:04 2021 +0100

Regen
---
 .../resources/org/apache/camel/catalog/docs/jsonata-component.adoc| 2 +-
 .../resources/org/apache/camel/component/jsonata/jsonata.json | 2 +-
 .../camel/builder/endpoint/dsl/JsonataEndpointBuilderFactory.java | 4 ++--
 docs/components/modules/ROOT/pages/jsonata-component.adoc | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonata-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonata-component.adoc
index fd0b272..a4750e3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonata-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonata-component.adoc
@@ -90,7 +90,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *allowContextMapAll* (producer) | Sets whether the context map should allow 
access to all details. By default only the message body and headers can be 
accessed. This option can be enabled for full access to the current Exchange 
and CamelContext. Doing so impose a potential security risk as this opens 
access to the full power of CamelContext API. | false | boolean
 | *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
-| *inputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
+| *inputType* (producer) | Specifies if the input should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *outputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 |===
diff --git 
a/components/camel-jsonata/src/generated/resources/org/apache/camel/component/jsonata/jsonata.json
 
b/components/camel-jsonata/src/generated/resources/org/apache/camel/component/jsonata/jsonata.json
index 0ee7720..f06b322 100644
--- 
a/components/camel-jsonata/src/generated/resources/org/apache/camel/component/jsonata/jsonata.json
+++ 
b/components/camel-jsonata/src/generated/resources/org/apache/camel/component/jsonata/jsonata.json
@@ -29,7 +29,7 @@
 "resourceUri": { "kind": "path", "displayName": "Resource Uri", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Path to the resource. You can prefix 
with: classpath, file, http, ref, or bean. classpath, file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will [...]
 "allowContextMapAll": { "kind": "parameter", "displayName": "Allow Context 
Map All", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Sets whether the 
context map should allow access to all details. By default only the message 
body and headers can be accessed. This option can be enabled for full access to 
the current Exchange and CamelContext. [...]
 "contentCache": { "kind": "parameter", "displayName": "Content Cache", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether to use resource 
content cache or not" },
-"inputType": { "kind": "parameter", "displayName": "Input Type", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.jsonata.JsonataInputOutputType", "enum": [ 
"Jackson", "JsonString" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Jackson", "description": "Specifies if the 

[camel] branch master updated: Update jsonata-component.adoc

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0404a33  Update jsonata-component.adoc
0404a33 is described below

commit 0404a336086edbf172f57b834b14daf3d18aea7b
Author: Rifki Yandhi 
AuthorDate: Wed Jan 20 08:25:14 2021 +0800

Update jsonata-component.adoc

Update documentation due to wrong reference.
---
 components/camel-jsonata/src/main/docs/jsonata-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jsonata/src/main/docs/jsonata-component.adoc 
b/components/camel-jsonata/src/main/docs/jsonata-component.adoc
index fd0b272..a4750e3 100644
--- a/components/camel-jsonata/src/main/docs/jsonata-component.adoc
+++ b/components/camel-jsonata/src/main/docs/jsonata-component.adoc
@@ -90,7 +90,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *allowContextMapAll* (producer) | Sets whether the context map should allow 
access to all details. By default only the message body and headers can be 
accessed. This option can be enabled for full access to the current Exchange 
and CamelContext. Doing so impose a potential security risk as this opens 
access to the full power of CamelContext API. | false | boolean
 | *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
-| *inputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
+| *inputType* (producer) | Specifies if the input should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *outputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 |===



[GitHub] [camel] oscerd commented on pull request #4903: Update jsonata-component.adoc - Wrong param description

2021-01-19 Thread GitBox


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







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 merged pull request #4903: Update jsonata-component.adoc - Wrong param description

2021-01-19 Thread GitBox


oscerd merged pull request #4903:
URL: https://github.com/apache/camel/pull/4903


   



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] 02/02: Sync deps

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 61420b87d0a5bad0e3e7e23b022f70163b7a850c
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 06:47:36 2021 +0100

Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index fafc527..91eece0 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -71,7 +71,7 @@
 4.0.3
 1.11.22
 1.11.714
-2.15.66
+2.15.67
 2.6.1
 1.2.14
 
1.3.1



[camel] 01/02: Upgrade AWS SDK v2 to version 2.15.67

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 3ac4d48addf63edfed10772c77ebbefb61596442
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 06:37:45 2021 +0100

Upgrade AWS SDK v2 to version 2.15.67
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 92b5d71..57ef88c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -78,7 +78,7 @@
 1.10.1
 4.0.3
 1.11.714
-2.15.66
+2.15.67
 1.11.22
 2.6.1
 1.2.14



[camel] branch master updated (c265fc7 -> 61420b8)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


from c265fc7  Sync deps
 new 3ac4d48  Upgrade AWS SDK v2 to version 2.15.67
 new 61420b8  Sync deps

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.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel-kafka-connector] branch camel-master updated: Fix DataformatTest assertion

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-master by this push:
 new c239f28  Fix DataformatTest assertion
c239f28 is described below

commit c239f289cd637acbe19a06193f07c3c894232594
Author: Andrea Cosentino 
AuthorDate: Wed Jan 20 06:40:46 2021 +0100

Fix DataformatTest assertion
---
 core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java 
b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
index 4e309d4..b448f41 100644
--- a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
+++ b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
@@ -141,7 +141,7 @@ public class DataFormatTest {
 
 cms.start();
 HL7DataFormat hl7dfLoaded = 
(HL7DataFormat)dcc.resolveDataFormat("hl7");
-assertTrue(hl7dfLoaded.isValidate());
+assertFalse(hl7dfLoaded.isValidate());
 cms.stop();
 }
 }



[GitHub] [camel-kafka-connector] oscerd merged pull request #904: Fix DataformatTest assertion

2021-01-19 Thread GitBox


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


   



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 opened a new pull request #904: Fix DataformatTest assertion

2021-01-19 Thread GitBox


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


   



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 hl7-camel-master created (now d8337ec)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at d8337ec  Fix DataformatTest assertion

No new revisions were added by this update.



[GitHub] [camel-spring-boot] oscerd merged pull request #261: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2021-01-19 Thread GitBox


oscerd merged pull request #261:
URL: https://github.com/apache/camel-spring-boot/pull/261


   



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 master updated: [create-pull-request] automated change

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b99af65  [create-pull-request] automated change
b99af65 is described below

commit b99af659a164da8bfc57b29ee0ad71824b8cfe8e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 20 01:10:01 2021 +

[create-pull-request] automated change
---
 .../catalog/components/aws2-kinesis-firehose.json  |  4 
 .../src/main/docs/aws2-kinesis-starter.adoc|  4 +++-
 .../KinesisFirehose2ComponentConfiguration.java| 26 ++
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc  |  4 +++-
 4 files changed, 36 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
index f6970d9..351780a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
@@ -25,6 +25,7 @@
 "amazonKinesisFirehoseClient": { "kind": "property", "displayName": 
"Amazon Kinesis Firehose Client", "group": "producer", "label": "", "required": 
false, "type": "object", "javaType": 
"software.amazon.awssdk.services.firehose.FirehoseClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Amazon Kinesi [...]
 "cborEnabled": { "kind": "property", "displayName": "Cbor Enabled", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "This option will set the 
CBOR_ENABLED property during the execution" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
+"overrideEndpoint": { "kind": "property", "displayName": "Override 
Endpoint", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Set the need for 
overidding the endpoint. This option needs to be used in combi [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Operations", "enum": 
[ "sendBatchRecord", "createDeliveryStream", "deleteDeliveryStream", 
"describeDeliveryStream", "updateDestination" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose [...]
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "To define a proxy host 
when instantiating the Kinesis Firehose client" },
@@ -32,6 +33,7 @@
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "softwa

[GitHub] [camel] aryankoul commented on pull request #4697: [CAMEL-15341] Create camel-azure-storage-datalake to serve Azure DataLakes Gen2

2021-01-19 Thread GitBox


aryankoul commented on pull request #4697:
URL: https://github.com/apache/camel/pull/4697#issuecomment-763326293


   > hey @aryankoul, any progress on this PR?
   
   Hi @omarsmak , i have pushed new changes. please review the same.



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] 01/01: Upgrade to Camel 3.8.0

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit bc0f2909d4c86b1517df0c828ea53a5ea94d3567
Author: James Netherton 
AuthorDate: Wed Jan 6 08:53:07 2021 +

Upgrade to Camel 3.8.0
---
 docs/modules/ROOT/pages/reference/extensions/jsonata.adoc   |  2 +-
 docs/modules/ROOT/pages/reference/extensions/sjms.adoc  |  3 +--
 .../modules/ROOT/partials/reference/components/jclouds.adoc |  2 +-
 .../modules/ROOT/partials/reference/components/jsonata.adoc |  4 ++--
 .../ROOT/partials/reference/components/sjms-batch.adoc  | 13 -
 .../ROOT/partials/reference/components/spring-rabbitmq.adoc |  1 +
 .../apache/camel/component/qute/QuteEndpointConfigurer.java |  3 ---
 .../apache/camel/component/qute/QuteEndpointUriFactory.java |  3 +--
 .../resources/org/apache/camel/component/qute/qute.json |  3 +--
 pom.xml |  4 ++--
 10 files changed, 10 insertions(+), 28 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc 
b/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc
index d22514b..3b53fd3 100644
--- a/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc
@@ -16,7 +16,7 @@ JSON to JSON transformation using JSONATA.
 
 == What's inside
 
-* xref:{cq-camel-components}::jsonata-component.adoc[JSONATA component], URI 
syntax: `jsonata:resourceUri`
+* xref:{cq-camel-components}::jsonata-component.adoc[JSONata component], URI 
syntax: `jsonata:resourceUri`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/sjms.adoc 
b/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
index a9c8263..ccbfe90 100644
--- a/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
@@ -18,9 +18,8 @@ Send and receive messages to/from a JMS Queue or Topic using 
plain JMS 1.x API.
 == What's inside
 
 * xref:{cq-camel-components}::sjms-component.adoc[Simple JMS component], URI 
syntax: `sjms:destinationType:destinationName`
-* xref:{cq-camel-components}::sjms-batch-component.adoc[Simple JMS Batch 
component], URI syntax: `sjms-batch:destinationName`
 
-Please refer to the above links for usage and configuration details.
+Please refer to the above link for usage and configuration details.
 
 == Maven coordinates
 
diff --git a/docs/modules/ROOT/partials/reference/components/jclouds.adoc 
b/docs/modules/ROOT/partials/reference/components/jclouds.adoc
index 8dadf36..a05618e 100644
--- a/docs/modules/ROOT/partials/reference/components/jclouds.adoc
+++ b/docs/modules/ROOT/partials/reference/components/jclouds.adoc
@@ -9,5 +9,5 @@
 :cq-native-since: n/a
 :cq-camel-part-name: jclouds
 :cq-camel-part-title: JClouds
-:cq-camel-part-description: Interact with jclouds compute & blobstore service.
+:cq-camel-part-description: Interact with jclouds compute and blobstore 
service.
 :cq-extension-page-title: JClouds
diff --git a/docs/modules/ROOT/partials/reference/components/jsonata.adoc 
b/docs/modules/ROOT/partials/reference/components/jsonata.adoc
index 0e6518d..2b9f794 100644
--- a/docs/modules/ROOT/partials/reference/components/jsonata.adoc
+++ b/docs/modules/ROOT/partials/reference/components/jsonata.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.6.0
 :cq-native-since: 1.6.0
 :cq-camel-part-name: jsonata
-:cq-camel-part-title: JSONATA
-:cq-camel-part-description: JSON to JSON transformation using JSONATA.
+:cq-camel-part-title: JSONata
+:cq-camel-part-description: Transforms JSON payload using JSONata 
transformation.
 :cq-extension-page-title: JSONATA
diff --git a/docs/modules/ROOT/partials/reference/components/sjms-batch.adoc 
b/docs/modules/ROOT/partials/reference/components/sjms-batch.adoc
deleted file mode 100644
index eff2868..000
--- a/docs/modules/ROOT/partials/reference/components/sjms-batch.adoc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Do not edit directly!
-// This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
-:cq-artifact-id: camel-quarkus-sjms
-:cq-artifact-id-base: sjms
-:cq-native-supported: true
-:cq-status: Stable
-:cq-deprecated: false
-:cq-jvm-since: 1.0.0
-:cq-native-since: 1.0.0
-:cq-camel-part-name: sjms-batch
-:cq-camel-part-title: Simple JMS Batch
-:cq-camel-part-description: Highly performant and transactional batch 
consumption of messages from a JMS queue.
-:cq-extension-page-title: Simple JMS
diff --git 
a/docs/modules/ROOT/partials/reference/components/spring-rabbitmq.adoc 
b/docs/modules/ROOT/partials/reference/components/spring-rabbitmq.adoc
new file mode 100644
index 000..a509c1d
--- /dev/null
+++ b/docs/modules/ROOT/partials/reference/components/spring-rabbitmq.adoc
@@ -0,0 +1 @@
+// Empty partial for a Camel bit unsupported by Camel Qua

[camel-quarkus] branch camel-master updated (8552f2f -> bc0f290)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 discard 8552f2f  Upgrade to Camel 3.8.0
 add faa6521  add Awaitility + suppress warnings #2127
 add a741225  Move reactor-netty related build steps to a separate support 
extension
 add 3b78554  Azure Storage Queue Service native support #1574
 add ec24320  Upgrade to cq-maven-plugin 0.27, stop using mvnd.rules 
altogether
 add 5fe7b91  Improve the release docs
 new bc0f290  Upgrade to Camel 3.8.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   (8552f2f)
\
 N -- N -- N   refs/heads/camel-master (bc0f290)

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:
 catalog/pom.xml| 13 
 .../pages/contributor-guide/release-guide.adoc | 21 --
 .../reference/extensions/azure-storage-queue.adoc  | 14 ++--
 .../reference/components/azure-storage-queue.adoc  |  6 +-
 extensions-jvm/apns/integration-test/pom.xml   | 25 ---
 extensions-jvm/asterisk/integration-test/pom.xml   | 25 ---
 extensions-jvm/atmos/integration-test/pom.xml  | 25 ---
 extensions-jvm/atomix/integration-test/pom.xml | 25 ---
 .../aws2-kinesis/integration-test/pom.xml  | 25 ---
 .../deployment/AzureStorageQueueProcessor.java | 46 -
 .../azure-storage-queue/integration-test/pom.xml   | 78 --
 .../queue/it/AzureStorageQueueResource.java| 51 --
 .../storage/queue/it/AzureStorageQueueTest.java| 34 --
 extensions-jvm/beanstalk/integration-test/pom.xml  | 25 ---
 extensions-jvm/bonita/integration-test/pom.xml | 25 ---
 .../cassandraql/integration-test/pom.xml   | 10 ---
 extensions-jvm/chatscript/integration-test/pom.xml | 25 ---
 extensions-jvm/chunk/integration-test/pom.xml  | 25 ---
 extensions-jvm/cm-sms/integration-test/pom.xml | 25 ---
 extensions-jvm/cmis/integration-test/pom.xml   | 25 ---
 extensions-jvm/coap/integration-test/pom.xml   | 25 ---
 extensions-jvm/cometd/integration-test/pom.xml | 25 ---
 extensions-jvm/corda/integration-test/pom.xml  | 25 ---
 extensions-jvm/couchbase/integration-test/pom.xml  | 25 ---
 .../digitalocean/integration-test/pom.xml  | 25 ---
 extensions-jvm/djl/integration-test/pom.xml| 25 ---
 extensions-jvm/dns/integration-test/pom.xml| 25 ---
 extensions-jvm/drill/integration-test/pom.xml  | 25 ---
 extensions-jvm/ehcache/integration-test/pom.xml| 25 ---
 extensions-jvm/elsql/integration-test/pom.xml  | 25 ---
 extensions-jvm/etcd/integration-test/pom.xml   | 25 ---
 extensions-jvm/facebook/integration-test/pom.xml   | 25 ---
 extensions-jvm/flink/integration-test/pom.xml  | 25 ---
 extensions-jvm/ganglia/integration-test/pom.xml| 25 ---
 extensions-jvm/groovy/integration-test/pom.xml | 25 ---
 .../guava-eventbus/integration-test/pom.xml| 25 ---
 extensions-jvm/hbase/integration-test/pom.xml  | 28 
 extensions-jvm/hdfs/integration-test/pom.xml   | 25 ---
 extensions-jvm/iec60870/integration-test/pom.xml   | 25 ---
 extensions-jvm/ignite/integration-test/pom.xml | 25 ---
 extensions-jvm/iota/integration-test/pom.xml   | 25 ---
 extensions-jvm/ipfs/integration-test/pom.xml   | 25 ---
 extensions-jvm/irc/integration-test/pom.xml| 25 ---
 extensions-jvm/jbpm/integration-test/pom.xml   | 25 ---
 extensions-jvm/jooq/integration-test/pom.xml   | 25 ---
 extensions-jvm/nitrite/integration-test/pom.xml| 25 ---
 extensions-jvm/ognl/integration-test/pom.xml   | 25 ---
 extensions-jvm/openstack/integration-test/pom.xml  | 25 ---
 extensions-jvm/pom.xml |  1 -
 extensions-jvm/pubnub/integration-test/pom.xml | 25 ---
 extensions-jvm/pulsar/integration-test/pom.xml | 25 ---
 extensions-jvm/redis/integration-test/pom.xml  | 28 
 extensions-jvm/soroush/integration-test

[GitHub] [camel-k] doru1004 commented on pull request #1816: Add option to save transitive dependencies into custom location

2021-01-19 Thread GitBox


doru1004 commented on pull request #1816:
URL: https://github.com/apache/camel-k/pull/1816#issuecomment-763293833


   @nicolaferraro any thoughts on this? It looks like it could be useful to 
have this option.



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] doru1004 edited a comment on issue #1921: kamel inspect is not providing dependencies specified in modeline

2021-01-19 Thread GitBox


doru1004 edited a comment on issue #1921:
URL: https://github.com/apache/camel-k/issues/1921#issuecomment-763291477


   Thanks for reporting this.
   
   Solved by: https://github.com/apache/camel-k/pull/1924



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] doru1004 commented on issue #1921: kamel inspect is not providing dependencies specified in modeline

2021-01-19 Thread GitBox


doru1004 commented on issue #1921:
URL: https://github.com/apache/camel-k/issues/1921#issuecomment-763291477


   Thanks for reporting this.
   
   Solved by: https://github.com/apache/camel-k/pull/1924/files



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] doru1004 opened a new pull request #1924: Fix modeline for inspect.

2021-01-19 Thread GitBox


doru1004 opened a new pull request #1924:
URL: https://github.com/apache/camel-k/pull/1924


   
   
   
   Enable modeline options for inspect command.
   
   
   
   **Release Note**
   ```release-note
   Enable modeline support for inspect.
   ```
   



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-spring-boot] github-actions[bot] opened a new pull request #261: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2021-01-19 Thread GitBox


github-actions[bot] opened a new pull request #261:
URL: https://github.com/apache/camel-spring-boot/pull/261


   Periodic Sync of Camel Spring Boot Master Branch with main Camel Master.
   see 
https://github.com/apache/camel-spring-boot/blob/master/.github/workflows/automatic-sync-master.yml



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 (bc771b9 -> 21b631d)

2021-01-19 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 bc771b9  [create-pull-request] automated change
 add 1695d18  [create-pull-request] automated change
 add 84d7d22  [CAMEL-16063]should consider multiple ApplicationContext 
instances when specifying another management.server.port (#260)
 add 21b631d  [create-pull-request] automated change

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   (bc771b9)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (21b631d)

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:
 .../catalog/components/aws2-kinesis-firehose.json  |  4 
 .../src/main/docs/aws2-kinesis-starter.adoc|  4 +++-
 .../KinesisFirehose2ComponentConfiguration.java| 26 ++
 .../boot/CamelSpringBootApplicationListener.java   |  3 ++-
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc  |  4 +++-
 5 files changed, 38 insertions(+), 3 deletions(-)



[GitHub] [camel] ikyandhi opened a new pull request #4903: Update jsonata-component.adoc - Wrong param description

2021-01-19 Thread GitBox


ikyandhi opened a new pull request #4903:
URL: https://github.com/apache/camel/pull/4903


   Update documentation due to wrong reference.
   
   - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/master/CONTRIBUTING.md



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 asf-site updated (baa99cf -> fb993d6)

2021-01-19 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard baa99cf  Website updated to fbc7a8e6d7a0448ef7606ee3e12b510a77f1f476
 discard d5f9fd3  Updated the website to b19baea
 new 00b5a56  Updated the website to b19baea
 new fb993d6  Website updated to fbc7a8e6d7a0448ef7606ee3e12b510a77f1f476

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   (baa99cf)
\
 N -- N -- N   refs/heads/asf-site (fb993d6)

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 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.


Summary of changes:
 .../latest/camel-compatibility-matrix.html |2 +-
 .../latest/contributor-guide/release-guide.html|6 +-
 manual/latest/camel-3x-upgrade-guide-3_8.html  |2 +-
 releases/ckc-0.6.1/index.html  |2 +-
 releases/ckc-0.7.0/index.html  |2 +-
 sitemap-camel-k.xml|  168 +-
 sitemap-camel-kafka-connector.xml  | 3330 +++
 sitemap-camel-karaf.xml|   42 +-
 sitemap-camel-quarkus.xml  |  664 +--
 sitemap-camel-spring-boot.xml  | 1942 -
 sitemap-components.xml | 4300 ++--
 sitemap-manual.xml |  484 +--
 12 files changed, 5473 insertions(+), 5471 deletions(-)



[GitHub] [camel] jeremyross opened a new pull request #4902: CAMEL-13455: Add salesforce Bulk API 2.0 support

2021-01-19 Thread GitBox


jeremyross opened a new pull request #4902:
URL: https://github.com/apache/camel/pull/4902


   Bulk 2.0 API came out a few years ago. It is more modern and has a 
simplified model – it's not just the next version of the Bulk API. Bulk and 
Bulk 2.0 both exist and evolve for the time being. 
   
   
https://developer.salesforce.com/docs/atlas.en-us.api_bulk_v2.meta/api_bulk_v2



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] amitsadaphule opened a new issue #1923: [ppc64le] bundle image generated using `bundle` and `bundle-build` targets incompatible with `opm`

2021-01-19 Thread GitBox


amitsadaphule opened a new issue #1923:
URL: https://github.com/apache/camel-k/issues/1923


   ## SUMMARY
   
   I was able to build the binary and image on ppc64le platform. Also, I was 
able to get `kamel install` and `kamel run` commands to work with `--olm=false` 
flag on ocp cluster (4.6.8). But in order to get this to work with OLM, I did 
the following steps in order to use the bundle image to create a custom catalog 
source for camel-k:
   
   ```
   make bundle
   operator-sdk bundle validate ./bundle
   sed -i 
's/docker.io\/apache\/camel-k:1.3.0-SNAPSHOT/image-registry.openshift-image-registry.svc:5000\/camelk\/camel-k:1.3.0/g'
 bundle/manifests/camel-k.clusterserviceversion.yaml
   cd bundle
   podman build -f Dockerfile -t docker.io/amitsadaphule/camel-k-bundle:1.3.0 .
   podman login docker.io -u amitsadaphule -p 
   podman push docker.io/amitsadaphule/camel-k-bundle:1.3.0
   opm index add -u podman --bundles 
docker.io/amitsadaphule/camel-k-bundle:1.3.0 --tag 
$HOST/camelk/camel-k-catalog:1.3.0 -p podman
   ```
   
   But that failed with the error "Invalid bundle", log below:
   
   ```
   # opm index add -u podman --bundles 
docker.io/amitsadaphule/camel-k-bundle:1.3.0 --tag 
$HOST/camelk/camel-k-catalog:1.3.0 -p podman
   INFO[] building the index
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]"
   INFO[] running /usr/bin/podman pull 
docker.io/amitsadaphule/camel-k-bundle:1.3.0  
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]"
   INFO[0001] running podman create 
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]"
   INFO[0001] running podman cp 
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]"
   INFO[0002] running podman rm 
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]"
   INFO[0003] Could not find optional dependencies file 
dir=bundle_tmp166963961 file=bundle_tmp166963961/metadata load=annotations
   INFO[0003] found csv, loading bundle 
dir=bundle_tmp166963961 file=bundle_tmp166963961/manifests load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel-k-operator_v1_serviceaccount.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel-k.clusterserviceversion.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel-k.clusterserviceversion.yaml.bkp 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_builds.yaml load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_camelcatalogs.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_integrationkits.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests 
file=camel.apache.org_integrationplatforms.yaml load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_integrations.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_kameletbindings.yaml 
load=bundle
   INFO[0003] loading bundle file   
dir=bundle_tmp166963961/manifests file=camel.apache.org_kamelets.yaml 
load=bundle
   ERRO[0003] permissive mode disabled  
bundles="[docker.io/amitsadaphule/camel-k-bundle:1.3.0]" error="Invalid bundle 
camel-k.v1.3.0, replaces nonexistent bundle camel-k-operator.v1.2.0"
   Error: Invalid bundle camel-k.v1.3.0, replaces nonexistent bundle 
camel-k-operator.v1.2.0
   ```
   
   ### camel-k VERSION
   
   Camel K Client 1.3.0
   
   # OS, environment
   
   RHEL 8.2 ppc64le
   OCP 4.6.8
   
   ## Expected Results
   
   `opm index add` should be successful in creating the catalog image, which 
can then be used to create a catalogsource, which in turn can help with OLM 
based installation of the operator.
   
   ## References
   
   https://medium.com/swlh/deploying-operator-webhooks-with-olm-be5612795840
   http://krsacme.com/k8s-operator-custom-catalog/
   
https://redhat-connect.gitbook.io/certified-operator-guide/ocp-deployment/openshift-deployment
   
https://www.openshift.com/blog/custom-operator-registry-catalog-source-for-openshift-4.5
   
   Please help me resolve this issue or point me in the right direction to test 
the OLM based installation using locally generated camel-k image. Thanks!



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

[camel] branch camel-2.25.x updated: [CAMEL-16063]should consider multiple ApplicationContext instances when specifying another management.server.port

2021-01-19 Thread ffang
This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
 new 7c1c597  [CAMEL-16063]should consider multiple ApplicationContext 
instances when specifying another management.server.port
7c1c597 is described below

commit 7c1c597f6f78c7aa5d0779713c1b98a5a512df3c
Author: Freeman Fang 
AuthorDate: Tue Jan 19 14:36:18 2021 -0500

[CAMEL-16063]should consider multiple ApplicationContext instances when 
specifying another management.server.port
---
 .../src/main/java/org/apache/camel/spring/boot/RoutesCollector.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
index e0064f5..a52e215 100644
--- 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
+++ 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java
@@ -84,7 +84,8 @@ public class RoutesCollector implements 
ApplicationListener

[GitHub] [camel-spring-boot] ffang commented on pull request #260: [CAMEL-16063]should consider multiple ApplicationContext instances wh…

2021-01-19 Thread GitBox


ffang commented on pull request #260:
URL: https://github.com/apache/camel-spring-boot/pull/260#issuecomment-763072064


   Thanks @oscerd !



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 master updated: [CAMEL-16063]should consider multiple ApplicationContext instances when specifying another management.server.port (#260)

2021-01-19 Thread ffang
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 84d7d22  [CAMEL-16063]should consider multiple ApplicationContext 
instances when specifying another management.server.port (#260)
84d7d22 is described below

commit 84d7d22d5c46d95cf2b3d355f43ad9afed79775c
Author: Freeman(Yue) Fang 
AuthorDate: Tue Jan 19 14:21:12 2021 -0500

[CAMEL-16063]should consider multiple ApplicationContext instances when 
specifying another management.server.port (#260)
---
 .../apache/camel/spring/boot/CamelSpringBootApplicationListener.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelSpringBootApplicationListener.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelSpringBootApplicationListener.java
index 1bc09af..ba06952 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelSpringBootApplicationListener.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelSpringBootApplicationListener.java
@@ -85,7 +85,8 @@ public class CamelSpringBootApplicationListener implements 
ApplicationListener

[GitHub] [camel-spring-boot] ffang merged pull request #260: [CAMEL-16063]should consider multiple ApplicationContext instances wh…

2021-01-19 Thread GitBox


ffang merged pull request #260:
URL: https://github.com/apache/camel-spring-boot/pull/260


   



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-spring-boot] ffang opened a new pull request #260: [CAMEL-16063]should consider multiple ApplicationContext instances wh…

2021-01-19 Thread GitBox


ffang opened a new pull request #260:
URL: https://github.com/apache/camel-spring-boot/pull/260


   …en specifying another management.server.port



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 opened a new issue #903: Add removeHeaders documentation

2021-01-19 Thread GitBox


oscerd opened a new issue #903:
URL: https://github.com/apache/camel-kafka-connector/issues/903


   



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-examples] oscerd opened a new issue #252: Add camel-docker stats source connector example

2021-01-19 Thread GitBox


oscerd opened a new issue #252:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/252


   



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-examples] oscerd opened a new issue #251: Add camel-docker events source connector example

2021-01-19 Thread GitBox


oscerd opened a new issue #251:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/251


   



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] zbendhiba opened a new pull request #4901: CAMEL-16035 HazelcastQueueConsumer : do not send NULL when nothing is…

2021-01-19 Thread GitBox


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


   … polled from queue
   
   - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/master/CONTRIBUTING.md



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] valdar commented on issue #902: create a toHeader SMT

2021-01-19 Thread GitBox


valdar commented on issue #902:
URL: 
https://github.com/apache/camel-kafka-connector/issues/902#issuecomment-762971748


   @luigidemasi fancy having 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




[GitHub] [camel-kafka-connector] valdar commented on issue #902: create a toHeader SMT

2021-01-19 Thread GitBox


valdar commented on issue #902:
URL: 
https://github.com/apache/camel-kafka-connector/issues/902#issuecomment-762967688


   should help with #644 



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] valdar opened a new issue #902: create a toHeader SMT

2021-01-19 Thread GitBox


valdar opened a new issue #902:
URL: https://github.com/apache/camel-kafka-connector/issues/902


   That SMT should take fields from a configured record value (supporting 
struct + schema or map cases) and copy the value in a configure header like:
   ```
   transforms=toHeader
   transforms.toHeader.type=org.apache.camel.kafkaconnect.transforms.ToHeader
   transforms.toHeaderader.fields=to.address,cc.addresses
   transforms.toHeaderr.headers=CamelHeader.to,CamelHeader.cc
   ```



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 merged pull request #901: Strimzi project is now using Quay for their images

2021-01-19 Thread GitBox


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


   



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 master updated: Strimzi project is now using Quay for their images

2021-01-19 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4ea52dc  Strimzi project is now using Quay for their images
4ea52dc is described below

commit 4ea52dc1234cdba0e69d002a7da260cd5a355cf4
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jan 19 16:52:38 2021 +0100

Strimzi project is now using Quay for their images
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fc087a7..1bf2078 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -59,8 +59,8 @@
 1.6.2
 2.5.8
 
-
strimzi/kafka:0.21.1-kafka-2.7.0
-
strimzi/kafka:0.21.1-kafka-2.7.0
+
quay.io/strimzi/kafka:0.21.1-kafka-2.7.0
+
quay.io/strimzi/kafka:0.21.1-kafka-2.7.0
 
 false
 



[GitHub] [camel-kafka-connector] orpiske merged pull request #900: (chores) Cleanup unused annotations

2021-01-19 Thread GitBox


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


   



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 master updated (e1d54c1 -> 062a02c)

2021-01-19 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from e1d54c1  Removed unused HDFS test files that were migrated to 
camel-test-infra
 add 062a02c  (chores) Cleanup unused annotations

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/kafkaconnector/http/sink/CamelSinkHTTPITCase.java  | 2 --
 .../org/apache/camel/kafkaconnector/jdbc/sink/CamelSinkJDBCITCase.java  | 2 --
 .../camel/kafkaconnector/jdbc/sink/CamelSinkJDBCNoDataSourceITCase.java | 2 --
 .../org/apache/camel/kafkaconnector/sjms2/sink/CamelSinkJMSITCase.java  | 2 --
 .../camel/kafkaconnector/sjms2/sink/CamelSinkWithDLQJMSITCase.java  | 2 --
 .../apache/camel/kafkaconnector/sjms2/source/CamelSourceJMSITCase.java  | 2 --
 .../apache/camel/kafkaconnector/slack/sink/CamelSinkSlackITCase.java| 2 --
 .../camel/kafkaconnector/slack/source/CamelSourceSlackITCase.java   | 2 --
 .../org/apache/camel/kafkaconnector/sql/sink/CamelSinkSQLITCase.java| 2 --
 .../apache/camel/kafkaconnector/sql/source/CamelSourceSQLITCase.java| 2 --
 .../org/apache/camel/kafkaconnector/ssh/sink/CamelSinkSshITCase.java| 2 --
 .../apache/camel/kafkaconnector/syslog/sink/CamelSinkSyslogITCase.java  | 2 --
 .../camel/kafkaconnector/syslog/source/CamelSourceSyslogITCase.java | 2 --
 .../camel/kafkaconnector/timer/source/CamelSourceTimerITCase.java   | 2 --
 .../kafkaconnector/rabbitmq/source/RabbitMQSourcePerformanceITCase.java | 2 --
 15 files changed, 30 deletions(-)



[GitHub] [camel-kafka-connector] orpiske merged pull request #899: Removed unused HDFS test files that were migrated to camel-test-infra

2021-01-19 Thread GitBox


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


   



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 master updated (cf776d4 -> e1d54c1)

2021-01-19 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from cf776d4  Fixed version in compatibility matrix for 0.6.1
 add e1d54c1  Removed unused HDFS test files that were migrated to 
camel-test-infra

No new revisions were added by this update.

Summary of changes:
 .../camel/kafkaconnector/hdfs/services/Dockerfile  | 57 --
 .../kafkaconnector/hdfs/services/core-site.xml | 27 --
 .../kafkaconnector/hdfs/services/hdfs-site.xml | 48 --
 .../kafkaconnector/hdfs/services/run-datanode.sh   | 19 
 .../kafkaconnector/hdfs/services/run-namenode.sh   | 23 -
 5 files changed, 174 deletions(-)
 delete mode 100644 
tests/itests-hdfs/src/test/resources/org/apache/camel/kafkaconnector/hdfs/services/Dockerfile
 delete mode 100644 
tests/itests-hdfs/src/test/resources/org/apache/camel/kafkaconnector/hdfs/services/core-site.xml
 delete mode 100644 
tests/itests-hdfs/src/test/resources/org/apache/camel/kafkaconnector/hdfs/services/hdfs-site.xml
 delete mode 100755 
tests/itests-hdfs/src/test/resources/org/apache/camel/kafkaconnector/hdfs/services/run-datanode.sh
 delete mode 100755 
tests/itests-hdfs/src/test/resources/org/apache/camel/kafkaconnector/hdfs/services/run-namenode.sh



[GitHub] [camel] mathewsreji commented on a change in pull request #4900: [CAMEL-16001] Camel component for HuaweiCloud Simple Notification Services (SMN) se…

2021-01-19 Thread GitBox


mathewsreji commented on a change in pull request #4900:
URL: https://github.com/apache/camel/pull/4900#discussion_r560303397



##
File path: 
components/camel-huaweicloud-smn/src/main/java/org/apache/camel/component/huaweicloud/smn/SimpleNotificationProducer.java
##
@@ -0,0 +1,366 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.huaweicloud.smn;
+
+import java.util.HashMap;
+
+import com.huaweicloud.sdk.core.auth.BasicCredentials;
+import com.huaweicloud.sdk.core.http.HttpConfig;
+import com.huaweicloud.sdk.smn.v2.SmnClient;
+import com.huaweicloud.sdk.smn.v2.model.PublishMessageRequest;
+import com.huaweicloud.sdk.smn.v2.model.PublishMessageRequestBody;
+import com.huaweicloud.sdk.smn.v2.model.PublishMessageResponse;
+import org.apache.camel.Exchange;
+import org.apache.camel.component.huaweicloud.smn.constants.SmnConstants;
+import org.apache.camel.component.huaweicloud.smn.constants.SmnOperations;
+import org.apache.camel.component.huaweicloud.smn.constants.SmnServices;
+import org.apache.camel.component.huaweicloud.smn.models.ClientConfigurations;
+import org.apache.camel.support.DefaultProducer;
+import org.apache.camel.util.ObjectHelper;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+public class SimpleNotificationProducer extends DefaultProducer {
+private static final Logger LOG = 
LoggerFactory.getLogger(SimpleNotificationProducer.class);
+private SimpleNotificationEndpoint simpleNotificationEndpoint;
+private SmnClient smnClient;
+private ClientConfigurations clientConfigurations;
+
+public SimpleNotificationProducer(SimpleNotificationEndpoint endpoint) {
+super(endpoint);
+this.simpleNotificationEndpoint = endpoint;
+}
+
+public void process(Exchange exchange) throws Exception {
+
+/**
+ * the produce method is invoked when a message arrives at producer 
endpoint (lazy init of SmnClient on first
+ * message)
+ */
+if (this.smnClient == null) {
+if (LOG.isDebugEnabled()) {
+LOG.debug("Initializing the SmnClient");
+}
+validateAndInitializeSmnClient(simpleNotificationEndpoint);
+}
+
+String service = simpleNotificationEndpoint.getSmnService();
+
+if (!ObjectHelper.isEmpty(service)) {
+switch (service) {
+case SmnServices.PUBLISH_MESSAGE:
+if (LOG.isDebugEnabled()) {
+LOG.debug("Using message publishing service");
+}
+
performPublishMessageServiceOperations(simpleNotificationEndpoint, exchange);
+if (LOG.isDebugEnabled()) {
+LOG.debug("Completed publishing message");
+}
+break;
+default:
+if (LOG.isErrorEnabled()) {
+LOG.error("Unsupported service name {}", service);
+}
+throw new 
UnsupportedOperationException(String.format("service %s is not a supported 
service", service));
+}
+} else {
+if (LOG.isErrorEnabled()) {
+LOG.error("Service name is null/empty");
+}
+throw new IllegalStateException("service name cannot be 
null/empty");
+}
+}
+
+/**
+ * Publish message service operations
+ *
+ * @param endpoint
+ * @param exchange
+ */
+private void 
performPublishMessageServiceOperations(SimpleNotificationEndpoint endpoint, 
Exchange exchange) {
+PublishMessageResponse response;
+
+PublishMessageRequestBody apiBody;
+this.clientConfigurations = validateServiceConfigurations(endpoint, 
exchange);
+
+if (LOG.isDebugEnabled()) {
+LOG.debug("Checking operation name");
+}
+switch (clientConfigurations.getOperation()) {
+
+case SmnOperations.PUBLISH_AS_TEXT_MESSAGE:
+if (LOG.isDebugEnabled()) {
+LOG.debug("Publishing as text message");
+}
+apiBody = new PublishMessageRequestBody()
+   

[GitHub] [camel-kafka-connector] orpiske commented on pull request #901: Strimzi project is now using Quay for their images

2021-01-19 Thread GitBox


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


   > I thought it wasn't needed directly.
   
   I think it has to be configured on the docker config to resolve quay.io 
automatically. 



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] mathewsreji commented on pull request #4900: [CAMEL-16001] Camel component for HuaweiCloud Simple Notification Services (SMN) se…

2021-01-19 Thread GitBox


mathewsreji commented on pull request #4900:
URL: https://github.com/apache/camel/pull/4900#issuecomment-762951341


   @WillemJiang @oscerd - thanks for the review comments. I will resolve each 
of them shortly.



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] apupier commented on issue #1867: Release 1.3.0

2021-01-19 Thread GitBox


apupier commented on issue #1867:
URL: https://github.com/apache/camel-k/issues/1867#issuecomment-762946290


   the Camel website has not been updated yet: 
https://camel.apache.org/download/#camel-k



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-examples] ppalaga commented on pull request #17: Upgrade to Camel Quarkus 1.6.0

2021-01-19 Thread GitBox


ppalaga commented on pull request #17:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/17#issuecomment-762936585


   Thanks for doing this, @jamesnetherton !



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 commented on pull request #901: Strimzi project is now using Quay for their images

2021-01-19 Thread GitBox


oscerd commented on pull request #901:
URL: 
https://github.com/apache/camel-kafka-connector/pull/901#issuecomment-762935377


   I thought it wasn't needed directly.



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 issue #2149: Release: Update Apache Committee Report Helper for camel-quarkus-1.6.0 released on 2021-01-18

2021-01-19 Thread GitBox


ppalaga commented on issue #2149:
URL: https://github.com/apache/camel-quarkus/issues/2149#issuecomment-762931501


   Thanks for the info @zregvart , I'll try next time



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 merged pull request #2150: Improve the release docs

2021-01-19 Thread GitBox


ppalaga merged pull request #2150:
URL: https://github.com/apache/camel-quarkus/pull/2150


   



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: Improve the release docs

2021-01-19 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository.

ppalaga 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 5fe7b91  Improve the release docs
5fe7b91 is described below

commit 5fe7b916d115b2bed9ed2f80bce29f543432341c
Author: Peter Palaga 
AuthorDate: Tue Jan 19 13:49:21 2021 +0100

Improve the release docs
---
 .../ROOT/pages/contributor-guide/release-guide.adoc | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 52ee37c..f850cb1 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -76,12 +76,20 @@ $ git commit -m "Next is $NEXT_RELEASE"
 
 Once the staging repository has been released, the Apache Camel Quarkus 
distribution subversion repository should be updated as sketched below.
 
-First, checkout the Apache Camel Quarkus distribution subversion repository:
+If you are doing this for the first time you need to checkout the Apache Camel 
Quarkus distribution subversion repository:
 [source,shell]
 
-$ svn co 'https://dist.apache.org/repos/dist/release/camel' camel-releases-dist
+$ svn checkout 'https://dist.apache.org/repos/dist/release/camel' 
camel-releases-dist
 
-Add your public key to the file named `KEYS` if not already done.
+
+In case you have performed the above step during some release in the past, you 
need to update your working copy:
+
+[source,shell]
+
+$ svn update 'https://dist.apache.org/repos/dist/release/camel' 
camel-releases-dist
+
+
+Make sure your public key is present in the `KEYS` file. Add it, if it is not 
there yet.
 
 Assemble the Apache Camel Quarkus distribution:
 [source,shell]
@@ -109,16 +117,15 @@ $ svn diff
 Commit the changes:
 [source,shell]
 
-$ svn commit -m "Apache Camel Quarkus $VERSION released artifacts."
+$ cd camel-releases-dist
+$ svn add --force .
+$ svn commit -m "Apache Camel Quarkus $VERSION released artifacts"
 
 
 == Further steps
 
 In addition to the above, the following is needed:
 
-* After releasing the staging repository on 
https://repository.apache.org[https://repository.apache.org], update the
-value of `camel-quarkus-last-release` attribute in 
https://github.com/apache/camel-quarkus/blob/master/docs/antora.yml#L25[docs/antora.yml]
-https://github.com/apache/camel-quarkus/blob/master/docs/antora.yml#L25[antora.yml
 component descriptor].
 * When writing the release announcement blog post, do not forget to add the 
release note section in 
https://github.com/apache/camel-website/tree/master/content/releases/q
 * https://github.com/apache/camel-quarkus/issues/new[Create a ticket] asking a 
https://projects.apache.org/committee.html?camel[PMC member] to update the 
https://reporter.apache.org/addrelease.html?camel[Apache Committee Report 
Helper]. The ticket title could be as follow.
   Release: The Apache Committee Report Helper should be updated by a PMC 
member as camel-quarkus-X.Y.Z has been released on -MM-DD.



[GitHub] [camel-k] apupier opened a new issue #1922: Restart debugger on automatic reload with development mode

2021-01-19 Thread GitBox


apupier opened a new issue #1922:
URL: https://github.com/apache/camel-k/issues/1922


   When the integration is deployed using the --dev mode and a debugger is 
attached (`kamel debug`), it would be convenient to recreate the debugger when 
the integration is automatically restarted.
   
   currently:
   - `kamel start Xx.java --dev`
   - `kamel debug x-x`
   - update Xx.java and save it. The debugger is closed.
   - need to call again `kamel debug x-x`



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 regen_bot updated (f6177c6 -> c265fc7)

2021-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from f6177c6  Sync deps
 add fc1217a  Upgrade Flink to version 1.12.1
 add c265fc7  Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel-kafka-connector] branch 0.6.1.typo created (now 1a4d8fc)

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at 1a4d8fc  Fixed version in compatibility matrix for 0.6.1

No new revisions were added by this update.



[camel-kafka-connector] branch master updated: Fixed version in compatibility matrix for 0.6.1

2021-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new cf776d4  Fixed version in compatibility matrix for 0.6.1
cf776d4 is described below

commit cf776d46b239fac4a0f73e5d691a360a5bea4723
Author: Andrea Cosentino 
AuthorDate: Tue Jan 19 15:05:32 2021 +0100

Fixed version in compatibility matrix for 0.6.1
---
 docs/modules/ROOT/pages/camel-compatibility-matrix.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc 
b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
index 7c60bc1..5b52e84 100644
--- a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
+++ b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
@@ -13,6 +13,6 @@ In this section we report the compatibility matrix between 
Camel and Camel Kafka
 |0.4.4 |3.4.4 |2.5.0 |yes 
|camel-kafka-connector-0.4.x
 |0.5.0 |3.5.0 |2.5.0 |no  
|camel-kafka-connector-0.5.x
 |0.6.0 |3.6.0 |2.5.0 |no  
|camel-kafka-connector-0.6.x
-|0.6.0 |3.6.1 |2.5.0 |no  
|camel-kafka-connector-0.6.x
+|0.6.1 |3.6.1 |2.5.0 |no  
|camel-kafka-connector-0.6.x
 |0.7.0 |3.7.0 |2.6.0 |yes 
|camel-kafka-connector-0.7.x
 
|=



  1   2   3   >