[GitHub] [camel] orpiske opened a new pull request #4907: Avoid catching Throwable because it could also catch Java Errors that shouldn't be handled

2021-01-21 Thread GitBox
orpiske opened a new pull request #4907: URL: https://github.com/apache/camel/pull/4907 - [x] 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 iss

[camel] branch master updated (5cb42db -> fcd3817)

2021-01-21 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 5cb42db CAMEL-16066: Lambda DSL you can use expressions via the this instance new e6b35ba CAMEL-16068 - Ca

[camel] 01/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 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 e6b35ba74b96a2118757d453e589a3b8ac451a7e Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:39:59 2021 +0100 CAM

[camel] 02/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 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 fcd381790a94b6658ef77fd922f6136ee1ec81a9 Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:40:38 2021 +0100 CAM

[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
github-actions[bot] commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764661159 🚀 Preview for b43e689b4c0cc2cd54019effe5078df573da4525 is available at https://pr-531--camel.netlify.app ---

[GitHub] [camel-k] doru1004 commented on pull request #1924: Fix modeline for inspect.

2021-01-21 Thread GitBox
doru1004 commented on pull request #1924: URL: https://github.com/apache/camel-k/pull/1924#issuecomment-764663531 @apupier I had a look at the error too but it doesn't look like it's related to this patch. This is an automat

[GitHub] [camel-k] squakez opened a new pull request #1932: [backport 1.3.x] fix(cli): check run sources exists

2021-01-21 Thread GitBox
squakez opened a new pull request #1932: URL: https://github.com/apache/camel-k/pull/1932 * Changed the name of run.isLocal func to run.isLocalAndExists as the function does both things * Added a default switch case to report either the file doesn't exist or the URI scheme cannot be par

[camel-spring-boot] branch CAMEL-16055 created (now 8b94c38)

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch CAMEL-16055 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. at 8b94c38 CAMEL-16055: Add spring-boot-parent pom.xml so we can separate spring-boot-bom from unwa

[camel-spring-boot] 03/03: CAMEL-16055: Add spring-boot-parent pom.xml so we can separate spring-boot-bom from unwanted extra dependencies via camel-parent

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-16055 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 8b94c382c9fe18cebdc6b62665a96e640a35682a Author: Claus Ibsen AuthorDate: Thu Jan 21 15:14:56 2021 +01

[camel-spring-boot] 01/03: CAMEL-16055: Add spring-boot-parent pom.xml so we can separate spring-boot-bom from unwanted extra dependencies via camel-parent

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-16055 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit c967a1b66b4e226195423eb3543849c255071704 Author: Claus Ibsen AuthorDate: Thu Jan 21 15:06:32 2021 +01

[camel-spring-boot] 02/03: Regen

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-16055 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit a1cc49bfcc5408cc732e23a8c1d3ea3847c947b8 Author: Claus Ibsen AuthorDate: Thu Jan 21 15:06:44 2021 +01

[GitHub] [camel-k-runtime] jamesnetherton opened a new pull request #588: Support fast-jar packaging for quarkus

2021-01-21 Thread GitBox
jamesnetherton opened a new pull request #588: URL: https://github.com/apache/camel-k-runtime/pull/588 Perquisite for https://github.com/apache/camel-k/pull/1931. I set the itests to use fast-jar. Not sure if that's entirely necessary, so I can drop that commit if necessary.

[GitHub] [camel-spring-boot] davsclaus opened a new pull request #262: Camel Spring Boot BOM prevents performing release

2021-01-21 Thread GitBox
davsclaus opened a new pull request #262: URL: https://github.com/apache/camel-spring-boot/pull/262 CAMEL-16055: Camel Spring Boot BOM prevents performing release This is an automated message from the Apache Git Service. To r

[camel] branch master updated: Polished

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c1e47ec Polished c1e47ec is described below

[camel] branch master updated: Regen

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new d5bfdb7 Regen d5bfdb7 is described below com

[GitHub] [camel-website] ppalaga merged pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga merged pull request #531: URL: https://github.com/apache/camel-website/pull/531 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

[camel-website] branch master updated: Blog: Camel Quarkus 1.6.0

2021-01-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new 728eacb Blog: Camel Quarkus 1.6.0 728ea

[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764706667 Thanks for the suggestions, everybody! This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-kafka-connector] orpiske opened a new issue #910: Java 14 support: gmavenplus-plugin likely not compatible

2021-01-21 Thread GitBox
orpiske opened a new issue #910: URL: https://github.com/apache/camel-kafka-connector/issues/910 Trying to build in CI with JDK 14 causes this issue: ``` [INFO] Building Camel-Kafka-Connector :: Buildtools 0.8.0-SNAPSHOT [3/3] [INFO] [ jar

[GitHub] [camel-k] jon-ruckwood opened a new pull request #1933: Fix helm chart to be compatible with Go 1.14

2021-01-21 Thread GitBox
jon-ruckwood opened a new pull request #1933: URL: https://github.com/apache/camel-k/pull/1933 Additionally, add 'cluster' to fix type error. See https://github.com/helm/helm/issues/7711#issuecomment-593113347 Fixes #1664 --

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764720554 Will this work with local dependency resolution? It would be good to at least try it out with the set of local commands which use the current way of resolving dependencies. For

[GitHub] [camel-k] jon-ruckwood commented on pull request #1933: Fix helm chart to be compatible with Go 1.14

2021-01-21 Thread GitBox
jon-ruckwood commented on pull request #1933: URL: https://github.com/apache/camel-k/pull/1933#issuecomment-764720610 Lint output: ```sh $ helm lint ./helm/camel-k engine.go:159: [INFO] Missing requir

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764723809 > Will this work with local dependency resolution? It would be good to at least try it out with the set of local commands which use the current way of resolving dependenc

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764726552 > I did test that and it looked to be working ok Actually now I think about it a bit more, maybe it isn't The paths listed are to the temp maven build dir

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764729074 If that's the case then we now have even more need of a means of saving the dependencies after the command is completed and the temporary folder is removed. --

[camel-website] branch asf-site updated (ef030f9 -> 86c5d5a)

2021-01-21 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 ef030f9 Website updated to a8f9cc65ba7e4cddc2e8f98c31a140ec97ad069a discard 44e5709 Updated the we

[GitHub] [camel-k-runtime] jamesnetherton commented on pull request #588: Support fast-jar packaging for quarkus

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #588: URL: https://github.com/apache/camel-k-runtime/pull/588#issuecomment-764735043 I dropped the commit that configures fast-jar on the itests. It was causing an NPE somewhere in the Quarkus test framework for native mode. I can look into th

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

2021-01-21 Thread GitBox
doru1004 commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764735914 @astefanutti thanks for pointing out the PR. I left a comment on there. It looks like more of the dependencies will appear in the maven temporary folder hence the need to

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764737470 So I think that today we have the same issue with the jar containing the quarkus-generated main function. If I understand this correctly this will now apply to the rest of the

[GitHub] [camel-k] doru1004 edited a comment on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 edited a comment on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764737470 So I think that today we have the same issue with the jar containing the quarkus-generated main function. If I understand correctly this will now apply to the rest of th

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764743929 Here's some example output from `kamel inspect examples/Sample.java --all-dependencies`. ``` /tmp/maven-485089909/target/quarkus-app/app/camel-k-integration-1.4

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764762022 I see, I mean that would be ok for the narrow purposes of the inspect command but unless they can be saved in another folder then those dependencies will not be there after the

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764766938 > Does the image run successfully? Yes, that part works. The integration tests verify that and I did some of my own testing on it. ---

[camel] branch master updated (d5bfdb7 -> 5eb529d)

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from d5bfdb7 Regen new 1360236 CAMEL-15759: Polished new f0f7dc1 CAMEL-15759: SendDynamicAware should not r

[camel] 01/03: CAMEL-15759: Polished

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 1360236749d3475072d6883b5d0fb61127ad1a2f Author: Claus Ibsen AuthorDate: Thu Jan 21 15:33:41 2021 +0100 CAMEL-157

[camel] 03/03: Fixed CS

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 5eb529de8b5c19526c963c7691871c01d5153e86 Author: Claus Ibsen AuthorDate: Thu Jan 21 16:05:30 2021 +0100 Fixed CS

[camel] 02/03: CAMEL-15759: SendDynamicAware should not rely on RuntimeCamelCatalog.

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit f0f7dc1e7e32e84b52fcad0b1a68f1b1e60e3d0b Author: Claus Ibsen AuthorDate: Thu Jan 21 16:04:37 2021 +0100 CAMEL-157

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764775962 Awesome! This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] branch master updated: Fixed CS

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new ecf39da Fixed CS ecf39da is described below

[GitHub] [camel] davsclaus merged pull request #4906: camel-bean: prevent a NPE if parametersExpression is null

2021-01-21 Thread GitBox
davsclaus merged pull request #4906: URL: https://github.com/apache/camel/pull/4906 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

[camel] branch master updated (ecf39da -> 45dc9fe)

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from ecf39da Fixed CS add 45dc9fe camel-bean: prevent a NPE if parametersExpression is null (#4906) No new revi

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

2021-01-21 Thread GitBox
doru1004 commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764784812 To put all the discussion points together here is a summary of proposed changes: - tranform current inspect command to: `kamel local inspect` - rename `kamel local create`

[GitHub] [camel] davsclaus commented on pull request #4902: CAMEL-13455: Add salesforce Bulk API 2.0 support

2021-01-21 Thread GitBox
davsclaus commented on pull request #4902: URL: https://github.com/apache/camel/pull/4902#issuecomment-764785443 Is this ready to merge? This is an automated message from the Apache Git Service. To respond to the message, pl

[camel] branch master updated: Fixed CS

2021-01-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 651c9ab Fixed CS 651c9ab is described below

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

2021-01-21 Thread GitBox
astefanutti commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764797344 @doru1004 thanks, that looks good to me from an end-user standpoint. From the implementation, I would suggest to try reusing the builder API for local operations as mu

[GitHub] [camel-k] astefanutti commented on pull request #1933: Fix helm chart so it is compatible with Go 1.14

2021-01-21 Thread GitBox
astefanutti commented on pull request #1933: URL: https://github.com/apache/camel-k/pull/1933#issuecomment-764798383 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on t

[camel-k] branch master updated: Fix helm chart to be compatible with Go 1.14

2021-01-21 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/master by this push: new 51f3c9f Fix helm chart to be compatible w

[GitHub] [camel-k] astefanutti merged pull request #1933: Fix helm chart so it is compatible with Go 1.14

2021-01-21 Thread GitBox
astefanutti merged pull request #1933: URL: https://github.com/apache/camel-k/pull/1933 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-k] astefanutti closed issue #1664: camel-K installation failed with Helm on GKE

2021-01-21 Thread GitBox
astefanutti closed issue #1664: URL: https://github.com/apache/camel-k/issues/1664 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 t

svn commit: r45529 - /release/camel/apache-camel/3.7.1/

2021-01-21 Thread gzurowski
Author: gzurowski Date: Thu Jan 21 17:31:21 2021 New Revision: 45529 Log: Apache Camel 3.7.1 release distro placeholder. Added: release/camel/apache-camel/3.7.1/

svn commit: r45530 - in /release/camel/apache-camel/3.7.1: apache-camel-3.7.1-src.zip apache-camel-3.7.1-src.zip.asc apache-camel-3.7.1-src.zip.sha512 apache-camel-3.7.1.pom apache-camel-3.7.1.pom.asc

2021-01-21 Thread gzurowski
Author: gzurowski Date: Thu Jan 21 17:35:03 2021 New Revision: 45530 Log: Apache Camel 3.7.1 released artifacts. Added: release/camel/apache-camel/3.7.1/apache-camel-3.7.1-src.zip (with props) release/camel/apache-camel/3.7.1/apache-camel-3.7.1-src.zip.asc release/camel/apache-camel

svn commit: r45531 - /release/camel/apache-camel/3.7.0/

2021-01-21 Thread gzurowski
Author: gzurowski Date: Thu Jan 21 17:38:19 2021 New Revision: 45531 Log: Removed the old release Removed: release/camel/apache-camel/3.7.0/

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

2021-01-21 Thread GitBox
doru1004 commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764826092 @astefanutti I have tried reusing as much as possible, perhaps there is more reuse which I have missed, I will definitely consider your suggestions since you know the code bett

[camel] branch CAMEL-16068-3.7.x created (now f316fa7)

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-16068-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git. at f316fa7 CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exi

[camel] 01/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-16068-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit ef8e11f493f4ed7e2a327fe68e309ea801ec028a Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:39:59 2021 +01

[GitHub] [camel] oscerd opened a new pull request #4908: Camel 16068 3.7.x

2021-01-21 Thread GitBox
oscerd opened a new pull request #4908: URL: https://github.com/apache/camel/pull/4908 - [ ] 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 issu

[GitHub] [camel] oscerd merged pull request #4908: Camel 16068 3.7.x

2021-01-21 Thread GitBox
oscerd merged pull request #4908: URL: https://github.com/apache/camel/pull/4908 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

[camel] 02/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-16068-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit f316fa73eb9877cf5953edf74c9d29571eb9dd18 Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:40:38 2021 +01

[camel] branch camel-3.7.x updated (779f554 -> 9fb5bef)

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git. from 779f554 CAMEL-16035 HazelcastQueueConsumer : do not send NULL when nothing is polled from queue (#4901)

[camel] 01/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 9a9bb6424a8dac6a85e3d09d1862c9b951e3880e Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:39:59 2021 +0100

[camel] 02/02: CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 9fb5bef33b7efb45c70e555c460fd3552be498a4 Author: Andrea Cosentino AuthorDate: Thu Jan 21 14:40:38 2021 +0100

[camel-kafka-connector] branch fix-cron-deps-0.7.x created (now 6ec43af)

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch fix-cron-deps-0.7.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at 6ec43af Camel-Cron connector: We need to add at least camel-quartz as dependency T

[camel-kafka-connector] 01/01: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-cron-deps-0.7.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 6ec43af4dd89942cab5ab16fbd0d9768600205c8 Author: Andrea Cosentino AuthorDate: Thu Jan 21

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #911: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread GitBox
oscerd opened a new pull request #911: URL: https://github.com/apache/camel-kafka-connector/pull/911 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[camel-kafka-connector] branch camel-kafka-connector-0.7.x updated: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-kafka-connector-0.7.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/camel-kafka-connector-0.7.x by this p

[GitHub] [camel-kafka-connector] oscerd merged pull request #911: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread GitBox
oscerd merged pull request #911: URL: https://github.com/apache/camel-kafka-connector/pull/911 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [camel] jeremyross commented on pull request #4902: CAMEL-13455: Add salesforce Bulk API 2.0 support

2021-01-21 Thread GitBox
jeremyross commented on pull request #4902: URL: https://github.com/apache/camel/pull/4902#issuecomment-764842113 @davsclaus yes it's ready. This is an automated message from the Apache Git Service. To respond to the message,

[camel] 01/01: Merge branch 'release/3.7.1' into camel-3.7.x

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit bea555aad1d0830a708090f31fedd9bf00961949 Merge: 9fb5bef 39a1ca2 Author: Gregor Zurowski AuthorDate: Thu Jan 21 18

[camel] branch camel-3.7.x updated (9fb5bef -> bea555a)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git. from 9fb5bef CAMEL-16068 - Camel-AWS2-S3: Fix condition for throwing exception in case bucket does not exist

[camel] branch release/3.7.1 deleted (was 39a1ca2)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch release/3.7.1 in repository https://gitbox.apache.org/repos/asf/camel.git. was 39a1ca2 [maven-release-plugin] prepare for next development iteration The revisions that were on this bran

[GitHub] [camel] jeremyross closed pull request #4854: CAMEL-14138: camel-salesforce: Deprecate synchronous processing

2021-01-21 Thread GitBox
jeremyross closed pull request #4854: URL: https://github.com/apache/camel/pull/4854 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

[GitHub] [camel] jeremyross commented on pull request #4854: CAMEL-14138: camel-salesforce: Deprecate synchronous processing

2021-01-21 Thread GitBox
jeremyross commented on pull request #4854: URL: https://github.com/apache/camel/pull/4854#issuecomment-764849685 Closing, was resolved in another commit. This is an automated message from the Apache Git Service. To respond t

[camel-spring-boot] 01/02: Merge branch 'release/3.7.1' into camel-spring-boot-3.7.x

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit c953ff6af09df0682ecd57bc4505f3ada643aac8 Merge: 88f0511 5df43e5 Author: Gregor Zurowski A

[camel-spring-boot] branch camel-spring-boot-3.7.x updated (88f0511 -> 1419b7e)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. from 88f0511 CAMEL-16042: Upgrade to Spring Boot 2.4.2 add 285b6f5 Target Camel 3.7.

[camel-spring-boot] 02/02: Target Camel 3.7.2-SNAPSHOT for development

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 1419b7edf41665fcf914dd3a3f2908d2c196f5a2 Author: Gregor Zurowski AuthorDate: Thu Jan 21 1

[camel-spring-boot] branch release/3.7.1 deleted (was 5df43e5)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch release/3.7.1 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. was 5df43e5 [maven-release-plugin] prepare for next development iteration The revisions that were

[camel-karaf] 02/02: Target Camel 3.7.2-SNAPSHOT for development

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-karaf-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git commit 1af1addd8473aa31a0798710b8063444928f0c59 Author: Gregor Zurowski AuthorDate: Thu Jan 21 18:32:45 2021

[camel-karaf] branch camel-karaf-3.7.x updated (33cad78 -> 1af1add)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch camel-karaf-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git. from 33cad78 Upgrade XStream bundle to version 1.4.15_1 add b259466 Target Camel 3.7.1 for relea

[camel-karaf] 01/02: Merge branch 'release/3.7.1' into camel-karaf-3.7.x

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-karaf-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git commit 7335ae3d98328e2680545e19a092b10bec541137 Merge: 33cad78 8dbed2a Author: Gregor Zurowski AuthorDate: T

[camel-karaf] branch release/3.7.1 deleted (was 8dbed2a)

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch release/3.7.1 in repository https://gitbox.apache.org/repos/asf/camel-karaf.git. was 8dbed2a [maven-release-plugin] prepare for next development iteration The revisions that were on thi

[camel-website] branch asf-site updated (86c5d5a -> 04bca0f)

2021-01-21 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 86c5d5a Website updated to 728eacbf402eb05c8d49227f0bb031ae076754f7 discard e42559f Updated the we

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

2021-01-21 Thread GitBox
jeremyross merged pull request #4902: URL: https://github.com/apache/camel/pull/4902 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

[camel] branch master updated: CAMEL-13455: Add salesforce Bulk API 2.0 support (#4902)

2021-01-21 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository. jeremyross 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 2f7c396 CAMEL-13455: Add salesforce Bulk API

[camel-website] branch master updated: Add release note and blog entry for release 3.7.1

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 5987363a Add release note and blog ent

[camel-website] branch asf-site updated (04bca0f -> d64381c)

2021-01-21 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 04bca0f Website updated to 50b5bd6ea452a13984cd9051d8bf5e60c7d26f0a discard 0f04257 Updated the we

[camel-website] branch master updated: [Minor] Fix line break

2021-01-21 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new e6e6aaa [Minor] Fix line break e6e6aa

[GitHub] [camel] attrobit opened a new pull request #4909: camel-milo: added possibility to read node values via producer.

2021-01-21 Thread GitBox
attrobit opened a new pull request #4909: URL: https://github.com/apache/camel/pull/4909 - [ ] 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 is

[camel-website] branch asf-site updated (d64381c -> f53c4e9)

2021-01-21 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 d64381c Website updated to 5987363a6a2a4a1e26bf95078e28c93c3981df8a discard b45cf85 Updated the we

[camel-spring-boot] branch automatic-periodic-sync created (now 9e20a9c)

2021-01-21 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. at 9e20a9c [create-pull-request] automated change No new revisions were added by this

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request #263: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2021-01-21 Thread GitBox
github-actions[bot] opened a new pull request #263: URL: https://github.com/apache/camel-spring-boot/pull/263 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

[GitHub] [camel-quarkus] github-actions[bot] opened a new issue #2157: [CI] - Camel Master Branch Build Failure

2021-01-21 Thread GitBox
github-actions[bot] opened a new issue #2157: URL: https://github.com/apache/camel-quarkus/issues/2157 The [camel-master](https://github.com/apache/camel-quarkus/tree/camel-master) branch build is failing: * Build ID: 502562539-170-e903537c-8834-401d-8c06-fa47aede6773 * Camel Qua

[GitHub] [camel-kafka-connector] github-actions[bot] opened a new pull request #912: [Github Actions] Periodic Sync Camel-kafka-connector camel-master Branch

2021-01-21 Thread GitBox
github-actions[bot] opened a new pull request #912: URL: https://github.com/apache/camel-kafka-connector/pull/912 Periodic Sync of Camel Kafka connector camel-master Branch with main Camel Master. see https://github.com/apache/camel-kafka-connector/blob/master/.github/workflows/automati

[camel-kafka-connector] branch automatic-periodic-sync updated (4320548 -> 936a975)

2021-01-21 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-kafka-connector.git. omit 4320548 [create-pull-request] automated change add 0d0fd7c [create-pull-re

[camel-kafka-connector] branch camel-master updated: [create-pull-request] automated change

2021-01-21 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 a50dd04 [create-

[GitHub] [camel-kafka-connector] oscerd merged pull request #912: [Github Actions] Periodic Sync Camel-kafka-connector camel-master Branch

2021-01-21 Thread GitBox
oscerd merged pull request #912: URL: https://github.com/apache/camel-kafka-connector/pull/912 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-21 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 a68e59a [create-pull-request] au

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

2021-01-21 Thread GitBox
oscerd merged pull request #263: URL: https://github.com/apache/camel-spring-boot/pull/263 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

[GitHub] [camel-k] nicolaferraro merged pull request #1926: Fix saga example

2021-01-21 Thread GitBox
nicolaferraro merged pull request #1926: URL: https://github.com/apache/camel-k/pull/1926 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

[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
aldettinger commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561790751 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,91 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date: 202

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2155: Re-think MockBackendUtils class so it is not needed to use it manually

2021-01-21 Thread GitBox
jamesnetherton commented on issue #2155: URL: https://github.com/apache/camel-quarkus/issues/2155#issuecomment-764460311 IMO we should make `MockBackendUtils` as unintrusive as possible. E.g make it so that test implementors don't need to know anything about it, other than to fulfil a cont

<    1   2   3   >