[GitHub] [camel-quarkus] jamesnetherton edited a comment on issue #2981: Upgrade to to GraalVM 21.2

2021-08-04 Thread GitBox
jamesnetherton edited a comment on issue #2981: URL: https://github.com/apache/camel-quarkus/issues/2981#issuecomment-892146475 Various things are broken by this upgrade: https://github.com/apache/camel-quarkus/issues/2983 ~~https://github.com/apache/camel-quarkus/issues/2980~~

[GitHub] [camel-kafka-connector] oscerd commented on issue #1242: camel-influxdb-kafka-connector: InfluxDB Connector not usable

2021-08-04 Thread GitBox
oscerd commented on issue #1242: URL: https://github.com/apache/camel-kafka-connector/issues/1242#issuecomment-893210323 Needs to be done at camel level. -- 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

[GitHub] [camel-kafka-connector] sonic-martin opened a new issue #1242: camel-influxdb-kafka-connector: InfluxDB Connector not usable

2021-08-04 Thread GitBox
sonic-martin opened a new issue #1242: URL: https://github.com/apache/camel-kafka-connector/issues/1242 # Description Hey, I tried to use the ```camel-influxdb-kafka-connector``` via Strimzi and Kafka Connect. But as the Connection setup in the [Camel InfluxDB Component](h

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #2990: aws2-ddb: cannot use `url-connection-client` if `quarkus-amazon-dynamodb` is in the classpath

2021-08-04 Thread GitBox
ppalaga edited a comment on issue #2990: URL: https://github.com/apache/camel-quarkus/issues/2990#issuecomment-893203675 > Currently it is not possible to use url-connection-client with quarkus-amazon-dynamodb I vote for documenting this in aws2-ddb limitations.adoc and see whether

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2987: Run cq:sync-versions in the CI build to verify properties are in sync

2021-08-04 Thread GitBox
jamesnetherton merged pull request #2987: URL: https://github.com/apache/camel-quarkus/pull/2987 -- 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. To unsubscribe, e-mail: c

[camel-quarkus] branch main updated: o# This is a combination of 2 commits.

2021-08-04 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 10bf400 o# This is a combination of

[GitHub] [camel-quarkus] ppalaga commented on issue #2990: aws2-ddb: cannot use `url-connection-client` if `quarkus-amazon-dynamodb` is in the classpath

2021-08-04 Thread GitBox
ppalaga commented on issue #2990: URL: https://github.com/apache/camel-quarkus/issues/2990#issuecomment-893203675 > Currently it is not possible to use url-connection-client with quarkus-amazon-dynamodb I vote for documenting this in aws2-ddb limitations.adoc and see whether there i

[camel-quarkus] branch main updated (d3238fa -> a8d0f0e)

2021-08-04 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from d3238fa Updated CHANGELOG.md add a8d0f0e Use shaded spring support dependencies in Spring RabbitM

[GitHub] [camel-quarkus] jamesnetherton closed issue #2980: [Quarkus 2.2.0] Spring RabbitMQ native build fails

2021-08-04 Thread GitBox
jamesnetherton closed issue #2980: URL: https://github.com/apache/camel-quarkus/issues/2980 -- 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. To unsubscribe, e-mail: commit

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2985: Use shaded spring support dependencies in Spring RabbitMQ extension

2021-08-04 Thread GitBox
jamesnetherton merged pull request #2985: URL: https://github.com/apache/camel-quarkus/pull/2985 -- 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. To unsubscribe, e-mail: c

[camel-k-examples] 02/04: Kafka to SQL Server Example: Improved README

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit a7b6f5a039b2f7fda1951d7ceb4aa813ef4d8913 Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:20:10 2021 +0200

[camel-k-examples] 04/04: Examples reordering

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit a2cb78c7aacef3eb6c2650bf55684de2a7bfbfee Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:23:15 2021 +0200

[GitHub] [camel-k-examples] oscerd merged pull request #47: Kafka to sqlserver Example

2021-08-04 Thread GitBox
oscerd merged pull request #47: URL: https://github.com/apache/camel-k-examples/pull/47 -- 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. To unsubscribe, e-mail: commits-un

[camel-k-examples] branch main updated (23d05e0 -> a2cb78c)

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git. from 23d05e0 Added Example to list new 03f081c Kafka to SQLServer Skeleton new a7b6f5a Kafka to S

[camel-k-examples] 03/04: Kafka to SQL Server Example: Added to example list

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit b04c76ff842c2d2584e7b2b7e1fd04f0e86c9aab Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:22:55 2021 +0200

[camel-k-examples] 01/04: Kafka to SQLServer Skeleton

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit 03f081cbe756756f9b4466f9c345ad94d6aec6b5 Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:09:42 2021 +0200

[camel-k-examples] 03/04: Kafka to SQL Server Example: Added to example list

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-to-sqlserver in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit 873e5b82b2553c6abef58ec9b13a67e4550355dd Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:22:

[camel-k-examples] branch kafka-to-sqlserver created (now 0ff6274)

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch kafka-to-sqlserver in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git. at 0ff6274 Examples reordering This branch includes the following new commits: new 722

[camel-k-examples] 01/04: Kafka to SQLServer Skeleton

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-to-sqlserver in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit 722267770383508c00570ad86fa943c48b75a893 Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:09:

[camel-k-examples] 04/04: Examples reordering

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-to-sqlserver in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit 0ff627455620221e1bc74144258007973f70c0c2 Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:23:

[camel-k-examples] 02/04: Kafka to SQL Server Example: Improved README

2021-08-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-to-sqlserver in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git commit c090b0029413a904aef96de6cb620cadf329e363 Author: Andrea Cosentino AuthorDate: Thu Aug 5 07:20:

[GitHub] [camel] orpiske opened a new pull request #5929: camel-kubernetes: fixed commands in test documentation

2021-08-04 Thread GitBox
orpiske opened a new pull request #5929: URL: https://github.com/apache/camel/pull/5929 -- 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. To unsubscribe, e-mail: commits-un

[GitHub] [camel-kafka-connector] oscerd commented on issue #1241: Endpoint doesn't get resolved when using Camel Splunk HEC Kafka connector

2021-08-04 Thread GitBox
oscerd commented on issue #1241: URL: https://github.com/apache/camel-kafka-connector/issues/1241#issuecomment-893168123 Yes, have a look at https://github.com/apache/camel/blob/main/components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIT.java

[GitHub] [camel-kafka-connector] arjun180 commented on issue #1241: Endpoint doesn't get resolved when using Camel Splunk HEC Kafka connector

2021-08-04 Thread GitBox
arjun180 commented on issue #1241: URL: https://github.com/apache/camel-kafka-connector/issues/1241#issuecomment-893167535 Aah I see - so the endpoint that is being verified is still `https://hec.splunk..com:`? The complete error log from the Kafka Connect instance is : ```

[GitHub] [camel-kafka-connector] oscerd commented on issue #1241: Endpoint doesn't get resolved when using Camel Splunk HEC Kafka connector

2021-08-04 Thread GitBox
oscerd commented on issue #1241: URL: https://github.com/apache/camel-kafka-connector/issues/1241#issuecomment-893162749 splunk-hec is the camel component scheme. So, when you set the splunkURL it will be part of the URI after the scheme name, splunk-hec: It's not really clear and t

[GitHub] [camel-k] tadayosi commented on issue #2473: Make sure Camel K runs on Microshift

2021-08-04 Thread GitBox
tadayosi commented on issue #2473: URL: https://github.com/apache/camel-k/issues/2473#issuecomment-893161242 With the custom docker registry and using `Spectrum` build push strategy I could build a kit into the registry. However, the integration pod creation fails with `ErrImagePull` error

[camel-quarkus] branch main updated: Updated CHANGELOG.md

2021-08-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new d3238fa Updated CHANGELOG.md d3238fa is

[camel-k] branch main updated: Updated CHANGELOG.md

2021-08-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new cba7eaf Updated CHANGELOG.md cba7eaf is descri

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2021-08-04 Thread GitBox
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-893119774 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 1099618312-365-808a4758-d7e1-4c54-ad3d-ce77dc87

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2021-08-04 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-893109599 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 1099898703-469-5d53eb1b-fa18-453d-9c16-602

[camel] branch regen_bot updated (47009b5 -> 043fd9a)

2021-08-04 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 47009b5 CAMEL-16839: fixed camel-kubernetes consumer tests (#5927) add 043fd9a (chores) camel-kubernetes

[camel] branch main updated: (chores) camel-kubernetes: avoid using generic exceptions and remove unused ones (#5928)

2021-08-04 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 043fd9a (chores) camel-kubernetes: avoid using gene

[GitHub] [camel] orpiske merged pull request #5928: (chores) camel-kubernetes: avoid using generic exceptions and remove unused ones

2021-08-04 Thread GitBox
orpiske merged pull request #5928: URL: https://github.com/apache/camel/pull/5928 -- 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. To unsubscribe, e-mail: commits-unsubscr

[camel-quarkus] branch main updated: Upgrade Quarkus to 2.1.1.Final

2021-08-04 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new b29c25f Upgrade Quarkus to 2.1.1.Fin

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2986: Upgrade Quarkus to 2.1.1.Final

2021-08-04 Thread GitBox
jamesnetherton merged pull request #2986: URL: https://github.com/apache/camel-quarkus/pull/2986 -- 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. To unsubscribe, e-mail: c

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #2986: Upgrade Quarkus to 2.1.1.Final

2021-08-04 Thread GitBox
jamesnetherton commented on a change in pull request #2986: URL: https://github.com/apache/camel-quarkus/pull/2986#discussion_r682946411 ## File path: pom.xml ## @@ -585,7 +585,7 @@ default-test -

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2986: Upgrade Quarkus to 2.1.1.Final

2021-08-04 Thread GitBox
ppalaga commented on a change in pull request #2986: URL: https://github.com/apache/camel-quarkus/pull/2986#discussion_r682926665 ## File path: pom.xml ## @@ -585,7 +585,7 @@ default-test -

[camel-website] branch asf-site updated (9fa7590 -> 9991d86)

2021-08-04 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 9fa7590 Website updated to 158cb4bd6661485d15bfa9576dec55e266c4d1d2 discard b4f76d0 Website update

[GitHub] [camel-k] jeffgbradley2 removed a comment on issue #2537: Multiple of the examples fail on Minikube

2021-08-04 Thread GitBox
jeffgbradley2 removed a comment on issue #2537: URL: https://github.com/apache/camel-k/issues/2537#issuecomment-892839664 Still trying to get simple examples to run and failing. Only single java files seem to work, although I _can_ add a property file. XML files, Groovy files, do not work.

[GitHub] [camel-k] astefanutti merged pull request #2547: fix: Fix cross-namespace creator resource events

2021-08-04 Thread GitBox
astefanutti merged pull request #2547: URL: https://github.com/apache/camel-k/pull/2547 -- 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. To unsubscribe, e-mail: commits-un

[camel-k] branch main updated: fix: Fix cross-namespace creator resource events

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 1eb8dd5 fix: Fix cross-namespace creator reso

[camel] branch regen_bot updated (540e5f8 -> 47009b5)

2021-08-04 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 540e5f8 CAMEL-16842: camel-jbang - Cannot build on JDK8 add 47009b5 CAMEL-16839: fixed camel-kubernetes

[GitHub] [camel-k] jeffgbradley2 edited a comment on issue #2537: Multiple of the examples fail on Minikube

2021-08-04 Thread GitBox
jeffgbradley2 edited a comment on issue #2537: URL: https://github.com/apache/camel-k/issues/2537#issuecomment-892839664 Still trying to get simple examples to run and failing. Only single java files seem to work, although I _can_ add a property file. XML files, Groovy files, do not work.

[GitHub] [camel-k] jsnouffer opened a new issue #2549: Remove "attributeRestrictions" from operator-role.yaml

2021-08-04 Thread GitBox
jsnouffer opened a new issue #2549: URL: https://github.com/apache/camel-k/issues/2549 The field "attributeRestrictions" is no longer a valid field for Role and should be removed from camel-k/helm/camel-k/templates/operator-role.yaml. Upon deployment, this field is dropped from the

[GitHub] [camel-kafka-connector] arjun180 opened a new issue #1241: Endpoint doesn't get resolved when using Camel Splunk HEC Kafka connector

2021-08-04 Thread GitBox
arjun180 opened a new issue #1241: URL: https://github.com/apache/camel-kafka-connector/issues/1241 Hello, I have been using the Camel Splunk HEC Kafka connector version 0.9.0 to send data from a Kafka topic to Splunk. My connector looks like this ``` apiVersion: kafka.stri

[GitHub] [camel-k] jeffgbradley2 commented on issue #2537: Multiple of the examples fail on Minikube

2021-08-04 Thread GitBox
jeffgbradley2 commented on issue #2537: URL: https://github.com/apache/camel-k/issues/2537#issuecomment-892839664 Still trying to get simple examples to run and failing. Only single java files seem to work, although I _can_ add a property file. XML files, Groovy files, do not work. For exa

[GitHub] [camel-k] astefanutti opened a new pull request #2548: fix(e2e): Update base CSV for 1.5.x release branch

2021-08-04 Thread GitBox
astefanutti opened a new pull request #2548: URL: https://github.com/apache/camel-k/pull/2548 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [camel] orpiske opened a new pull request #5928: (chores) camel-kubernetes: avoid using generic exceptions and remove unused ones

2021-08-04 Thread GitBox
orpiske opened a new pull request #5928: URL: https://github.com/apache/camel/pull/5928 -- 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. To unsubscribe, e-mail: commits-un

[camel] branch main updated: CAMEL-16839: fixed camel-kubernetes consumer tests (#5927)

2021-08-04 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 47009b5 CAMEL-16839: fixed camel-kubernetes consume

[GitHub] [camel] orpiske merged pull request #5927: CAMEL-16839: fixed camel-kubernetes consumer tests

2021-08-04 Thread GitBox
orpiske merged pull request #5927: URL: https://github.com/apache/camel/pull/5927 -- 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. To unsubscribe, e-mail: commits-unsubscr

[camel-k] 03/03: Fix #2530: fix test to check actual resources on the namespace

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.5.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit be736c4090bc10b267aa408209e41f46941f07ef Author: nicolaferraro AuthorDate: Thu Jul 29 13:46:46 2021 +0200

[camel-k] 01/03: Fix #2530: fix type and do not add cross-namespace owner references

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.5.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 1c74469b4ff95d4635376a6a503786e1e09838f4 Author: nicolaferraro AuthorDate: Wed Jul 28 17:58:10 2021 +0200

[camel-k] 02/03: Fix #2530: revert direct creation of image puller and use platform as owner

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.5.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 07b52bd29689419e7ada129d144c1dcce1b8604a Author: nicolaferraro AuthorDate: Thu Jul 29 12:58:58 2021 +0200

[GitHub] [camel-k] astefanutti merged pull request #2546: Backport #2535 to 1.5.x

2021-08-04 Thread GitBox
astefanutti merged pull request #2546: URL: https://github.com/apache/camel-k/pull/2546 -- 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. To unsubscribe, e-mail: commits-un

[camel-k] branch release-1.5.x updated (8a736e9 -> be736c4)

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch release-1.5.x in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 8a736e9 fix(cmd/bind): nullable error-handler new 1c74469 Fix #2530: fix type and do not add cros

[camel] branch regen_bot updated (6c3b40b -> 540e5f8)

2021-08-04 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 6c3b40b Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake add 540e5f8 CAM

[camel] branch main updated: CAMEL-16842: camel-jbang - Cannot build on JDK8

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 540e5f8 CAMEL-16842: camel-jbang - Cannot build o

[camel] branch regen_bot updated (8795282 -> 6c3b40b)

2021-08-04 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 8795282 CAMEL-16846: ensure that the operation is present for producers otherwise they may throw NPEs (#5926)

[camel-spring-boot-examples] branch main updated: Fixed example. Thanks to John Lauder for providing a patch with a fix.

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git The following commit(s) were added to refs/heads/main by this push: new 03652c8 Fixed example. Thank

[GitHub] [camel] orpiske opened a new pull request #5927: CAMEL-16839: fixed camel-kubernetes consumer tests

2021-08-04 Thread GitBox
orpiske opened a new pull request #5927: URL: https://github.com/apache/camel/pull/5927 - fixed namespaces consumer test - fixed config maps consumer test - fixed nodes consumer test - fixed pods consumer test - fixed replication controllers consumer test - fixed services cons

[camel-k] branch main updated: fix(builder): Fix race-condition when Build transitions to running phase

2021-08-04 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 3f3ba2e fix(builder): Fix race-condition when

[GitHub] [camel-k] astefanutti merged pull request #2545: fix(builder): Fix race-condition when Build transitions to running phase

2021-08-04 Thread GitBox
astefanutti merged pull request #2545: URL: https://github.com/apache/camel-k/pull/2545 -- 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. To unsubscribe, e-mail: commits-un

[GitHub] [camel-k] astefanutti opened a new pull request #2547: fix: Fix cross-namespace creator resource events

2021-08-04 Thread GitBox
astefanutti opened a new pull request #2547: URL: https://github.com/apache/camel-k/pull/2547 The _creator_ resource retrieval fails when it's in another namespace, like for IntegrationKits in global installation, which leads to errors when emitting events. **Release Note** ```re

[camel-quarkus] branch camel-main updated (f5c978b -> 5974f3d)

2021-08-04 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. omit f5c978b Camel 3.12 : Dataformat fix attributes names omit 2379b64 Upgrade spark and hadoop versio

[camel-quarkus] 01/04: Upgrade Camel to 3.12.0

2021-08-04 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit cf675535e55a12545a867280b5646428088e6382 Author: James Netherton AuthorDate: Tue Jun 29 11:56:56 2021 +010

[camel-quarkus] 02/04: Upgrade spark and hadoop versions

2021-08-04 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 00d8c1ffcb018476a53a0c1659b118c436127be0 Author: Zineb Bendhiba AuthorDate: Tue Jul 6 14:30:31 2021 +0200

[camel-quarkus] 04/04: Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version

2021-08-04 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 5974f3d22525e1fe9cd0b4eecc376fabfdd3a517 Author: Zineb Bendhiba AuthorDate: Wed Aug 4 17:10:58 2021 +0200

[camel-quarkus] 03/04: Camel 3.12 : Dataformat fix attributes names

2021-08-04 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 708c803071717d06f318dcd1b8183134eabbb779 Author: Zineb Bendhiba AuthorDate: Tue Jul 6 17:35:09 2021 +0200

[GitHub] [camel-quarkus] JiriOndrusek edited a comment on pull request #2988: Expand AWS DDB tests #2776

2021-08-04 Thread GitBox
JiriOndrusek edited a comment on pull request #2988: URL: https://github.com/apache/camel-quarkus/pull/2988#issuecomment-892739650 Item 4 is not valid anymore. Current PR **doesn't verify that extension works when quarkus-amazon-dynamodb is in the class path.**, because using `@Inject Dyna

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2988: Expand AWS DDB tests #2776

2021-08-04 Thread GitBox
JiriOndrusek commented on pull request #2988: URL: https://github.com/apache/camel-quarkus/pull/2988#issuecomment-892739650 Item 4 is not valid anymore. Current PT**doesn't verify that extension works when quarkus-amazon-dynamodb is in the class path.**, because using `@Inject DynamoDbClie

[camel] branch regen_bot updated (7ab5585 -> 8795282)

2021-08-04 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 7ab5585 CAMEL-16788: route templates (aka kamelets) should always use local parameter value if present, inste

[camel] branch camel-3.11.x updated: Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 6f6fced Move class to camel-main

[camel] branch main updated: Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 6c3b40b Move class to camel-main where it belongs

[GitHub] [camel-quarkus] jamesnetherton closed issue #2367: Nightly branch sync issue reporting sometimes does not work

2021-08-04 Thread GitBox
jamesnetherton closed issue #2367: URL: https://github.com/apache/camel-quarkus/issues/2367 -- 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. To unsubscribe, e-mail: commit

[GitHub] [camel-quarkus] jamesnetherton closed issue #2393: [CI] - Camel Master Branch Build Failure

2021-08-04 Thread GitBox
jamesnetherton closed issue #2393: URL: https://github.com/apache/camel-quarkus/issues/2393 -- 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. To unsubscribe, e-mail: commit

[GitHub] [camel-quarkus] jamesnetherton closed issue #2375: [CI] - Quarkus Master Branch Build Failure

2021-08-04 Thread GitBox
jamesnetherton closed issue #2375: URL: https://github.com/apache/camel-quarkus/issues/2375 -- 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. To unsubscribe, e-mail: commit

[GitHub] [camel-quarkus] jamesnetherton closed issue #2762: Apple M1 cannot build the camel-quarkus project

2021-08-04 Thread GitBox
jamesnetherton closed issue #2762: URL: https://github.com/apache/camel-quarkus/issues/2762 -- 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. To unsubscribe, e-mail: commit

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2762: Apple M1 cannot build the camel-quarkus project

2021-08-04 Thread GitBox
jamesnetherton commented on issue #2762: URL: https://github.com/apache/camel-quarkus/issues/2762#issuecomment-892720341 This was fixed in https://github.com/apache/camel-quarkus/commit/cb05578bdb99db11b90a8b55eaadb64f062676d0. -- This is an automated message from the Apache Git Service.

[camel] branch regen_bot updated (1e4f715 -> 7ab5585)

2021-08-04 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 1e4f715 CAMEL-16786: Add labels to JARs that didnt have any. add 34442f1 CAMEL-16832: camel-kafka - file

[GitHub] [camel-k] davsclaus commented on pull request #2536: feat: Quarkus native build support

2021-08-04 Thread GitBox
davsclaus commented on pull request #2536: URL: https://github.com/apache/camel-k/pull/2536#issuecomment-892708413 yeah focus on native for kamelets via yaml - and then later java pre-compiled (not to use joor) and also pre compiled csimple language to reduce overhead -- This is an auto

[GitHub] [camel-k] astefanutti commented on pull request #2536: feat: Quarkus native build support

2021-08-04 Thread GitBox
astefanutti commented on pull request #2536: URL: https://github.com/apache/camel-k/pull/2536#issuecomment-892706020 @ppalaga I'd say polyglot native build has too high a price at the moment to be included: +700MB operator/builder image size, x2 memory requirement, x2 build duration. I'm i

[GitHub] [camel-k] astefanutti opened a new pull request #2546: Backport #2535 to 1.5.x

2021-08-04 Thread GitBox
astefanutti opened a new pull request #2546: URL: https://github.com/apache/camel-k/pull/2546 Back port #2535 to 1.5.x as automated back port failed because of conflicts. **Release Note** ```release-note Fix ImagePullError when using global operator in OpenShift ``` --

[camel] branch main updated: CAMEL-16846: ensure that the operation is present for producers otherwise they may throw NPEs (#5926)

2021-08-04 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 8795282 CAMEL-16846: ensure that the operation is p

[GitHub] [camel] orpiske merged pull request #5926: CAMEL-16846: ensure that the operation is present for producers otherwise they may throw NPEs

2021-08-04 Thread GitBox
orpiske merged pull request #5926: URL: https://github.com/apache/camel/pull/5926 -- 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. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [camel] ttyy1112 closed pull request #5890: FIX: can not use endChoice() in nest choice DSL

2021-08-04 Thread GitBox
ttyy1112 closed pull request #5890: URL: https://github.com/apache/camel/pull/5890 -- 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. To unsubscribe, e-mail: commits-unsubsc

[camel] branch main updated (34442f1 -> 7ab5585)

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git. from 34442f1 CAMEL-16832: camel-kafka - file descriptor leak contd. (#5925) new a6175cf CAMEL-16788: route template

[camel] 02/02: CAMEL-16788: route templates (aka kamelets) should always use local parameter value if present, instead of picking up ENV variable that may have a naming clash when using host, port, as

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 7ab5585409835fed0a9be34f2e55533237011d7e Author: Claus Ibsen AuthorDate: Wed Aug 4 15:55:33 2021 +0200 CAMEL-16788:

[camel] 01/02: CAMEL-16788: route templates (aka kamelets) should always use local parameter value if present, instead of picking up ENV variable that may have a naming clash when using host, port, as

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit a6175cf19ed63b8522ede9131f53e4b324f256ad Author: Claus Ibsen AuthorDate: Wed Aug 4 15:50:23 2021 +0200 CAMEL-16788:

[camel] branch regen_bot updated (34442f1 -> 1e4f715)

2021-08-04 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 34442f1 CAMEL-16832: camel-kafka - file descriptor leak contd. (#5925) This update removed existing revisions

[camel] branch regen_bot updated (0fad4b1 -> 34442f1)

2021-08-04 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 0fad4b1 Polished add 1e4f715 CAMEL-16786: Add labels to JARs that didnt have any. add 34442f1 CAME

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2988: Expand AWS DDB tests #2776

2021-08-04 Thread GitBox
JiriOndrusek commented on pull request #2988: URL: https://github.com/apache/camel-quarkus/pull/2988#issuecomment-892661605 Or we can ask quarkus team to allow creation of the client even if there is no obvious registration of such a bean. -- This is an automated message from the Apache

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2988: Expand AWS DDB tests #2776

2021-08-04 Thread GitBox
JiriOndrusek commented on pull request #2988: URL: https://github.com/apache/camel-quarkus/pull/2988#issuecomment-892660675 @ppalaga Item 4 is not nice, we can document it. Do you think that it is enough? (it seems that autowiring of the client doesn't trigger condition required for `quark

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #2987: Run cq:sync-versions in the CI build to verify properties are in sync

2021-08-04 Thread GitBox
jamesnetherton commented on pull request #2987: URL: https://github.com/apache/camel-quarkus/pull/2987#issuecomment-892658222 I'll eventually rebase on https://github.com/apache/camel-quarkus/pull/2986 as it has the pom formatting changes that probably failed the build here. -- This is a

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #2991: Aws2-ddb: Reminder to add tests once CAMEL-16837 is fixed

2021-08-04 Thread GitBox
JiriOndrusek opened a new issue #2991: URL: https://github.com/apache/camel-quarkus/issues/2991 See item 3 from this [PR](https://github.com/apache/camel-quarkus/pull/2988) for more details. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #2990: Aws2-ddb: It could be possible to use `url-connection-client` with `quarkus-amazon-dynamodb` on classpath

2021-08-04 Thread GitBox
JiriOndrusek opened a new issue #2990: URL: https://github.com/apache/camel-quarkus/issues/2990 See item 2 from this [PR](https://github.com/apache/camel-quarkus/pull/2988) for more details. Currently it is not possible to use `url-connection-client` with `quarkus-amazon-dynamodb` b

[GitHub] [camel-k] astefanutti opened a new pull request #2545: fix(builder): Fix race-condition when Build transitions to running phase

2021-08-04 Thread GitBox
astefanutti opened a new pull request #2545: URL: https://github.com/apache/camel-k/pull/2545 **Release Note** ```release-note fix(builder): Fix race-condition when Build transitions to running phase ``` -- This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #2989: Aws2-ddb: Document usage of quarkus-amazon-dynamodb for client creation (and limitations)

2021-08-04 Thread GitBox
JiriOndrusek opened a new issue #2989: URL: https://github.com/apache/camel-quarkus/issues/2989 See item 3 (and 2) from this [PR](https://github.com/apache/camel-quarkus/pull/2988) for more details. Shortly: `quarkus-amazon-dynamodb` can be used with aws2-ddb extension, but there is

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request #2988: Expand AWS DDB tests #2776

2021-08-04 Thread GitBox
JiriOndrusek opened a new pull request #2988: URL: https://github.com/apache/camel-quarkus/pull/2988 fixes https://github.com/apache/camel-quarkus/issues/2776 There are several items, which has to be handled separately: 1. Test for aws2-ddbstream **Batch consumer** is not prepa

[GitHub] [camel] jenskordowski commented on pull request #5925: CAMEL-16832: camel-kafka - file descriptor leak contd.

2021-08-04 Thread GitBox
jenskordowski commented on pull request #5925: URL: https://github.com/apache/camel/pull/5925#issuecomment-892643780 The "other" suspect was the above return-routine. I added another consumer.close() in this merge request already. -- This is an automated message from the Apache Git Servi

[camel] branch camel-3.11.x updated: CAMEL-16832: camel-kafka - file descriptor leak contd. (#5925)

2021-08-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 88b20d4 CAMEL-16832: camel-kafka

  1   2   >