[GitHub] [camel] davsclaus commented on pull request #4969: CAMEL-16119 Update vertx to version 4.0.0.

2021-01-30 Thread GitBox
davsclaus commented on pull request #4969: URL: https://github.com/apache/camel/pull/4969#issuecomment-770343032 Thanks for this work, but the vertx upgrade should be coordinated upgrade with camel quarkus when we upgrade to quarkus 2 (vertx 4 based). So this is a bit too soon. Howe

[GitHub] [camel] jameshilliard opened a new pull request #4969: CAMEL-16119 Update vertx to version 4.0.0.

2021-01-30 Thread GitBox
jameshilliard opened a new pull request #4969: URL: https://github.com/apache/camel/pull/4969 - [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 JI

[camel-karaf] branch automatic-periodic-sync updated (86023b7 -> 51364e7)

2021-01-30 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-karaf.git. omit 86023b7 [create-pull-request] automated change add 51364e7 [create-pull-request] aut

[camel-spring-boot] branch automatic-periodic-sync updated (b0feb20 -> 998be66)

2021-01-30 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 b0feb20 [create-pull-request] automated change add f78e1d2 [create-pull-reques

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

2021-01-30 Thread GitBox
github-actions[bot] commented on issue #2182: URL: https://github.com/apache/camel-quarkus/issues/2182#issuecomment-770305244 The [camel-master](https://github.com/apache/camel-quarkus/tree/camel-master) branch build is still failing: * Build ID: 524315486-179-11a52e8b-6da3-471d-87a

[camel] branch regen_bot updated (ab18d30 -> af1c532)

2021-01-30 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 ab18d30 CAMEL-16091: Fixed Enricher EIP to handover onCompletions to UoW so they are executed at end of routi

[camel] branch master updated: Update camel-3-migration-guide.adoc

2021-01-30 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 af1c532 Update camel-3-migration-guide.adoc

[GitHub] [camel] oscerd merged pull request #4968: Update camel-3-migration-guide.adoc

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

[GitHub] [camel] fg78nc opened a new pull request #4968: Update camel-3-migration-guide.adoc

2021-01-30 Thread GitBox
fg78nc opened a new pull request #4968: URL: https://github.com/apache/camel/pull/4968 ModelHelper is no longer available since v3.1, updating documentation to reflect right way to load XML RouteDefinitions. - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/brow

[GitHub] [camel-k] bvahdat opened a new issue #1963: A simple XML-DSL based integration with Spring doesn't work

2021-01-30 Thread GitBox
bvahdat opened a new issue #1963: URL: https://github.com/apache/camel-k/issues/1963 Following the steps to reproduce (using `camel-k 1.3.0`) ``` kamel init camel-spring.xml ``` Then change the content of the generated `camel-spring.xml` as following: ```

[camel] branch regen_bot updated (7718417 -> ab18d30)

2021-01-30 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 7718417 Regen for commit 666b57bce5e36e8e67e1b4ce3bac9fc85e0f8508 add dfdcafa Polished add ab18d30

[camel] 01/02: Polished

2021-01-30 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 02a4bce5b8ee1d139aaccd8db232694b653c Author: Claus Ibsen AuthorDate: Sat Jan 30 15:47:43 2021 +0100 Poli

[camel] 02/02: CAMEL-16091: Fixed Enricher EIP to handover onCompletions to UoW so they are executed at end of routing. PollEnricher already did this. Thanks to Michał Ostrowski for test case in camel

2021-01-30 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 2bf4694c2b15c53be5ec685bcae8e7a27a575471 Author: Claus Ibsen AuthorDate: Sat Jan 30 16:07:27 2021 +0100 CAME

[camel] branch camel-3.7.x updated (59e6848 -> 2bf4694)

2021-01-30 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git. from 59e6848 CAMEL-16114: Fixed jackson dataformat unmarshal type for arrays. Thanks to Bob Paulin for unit test.

[camel] branch master updated: CAMEL-16091: Fixed Enricher EIP to handover onCompletions to UoW so they are executed at end of routing. PollEnricher already did this. Thanks to Michał Ostrowski for te

2021-01-30 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 ab18d30 CAMEL-16091: Fixed Enricher EIP to ha

[camel] branch regen_bot updated (12b6234 -> 7718417)

2021-01-30 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 12b6234 Regen for commit 666b57bce5e36e8e67e1b4ce3bac9fc85e0f8508 add 7718417 Regen for commit 666b57bce

[camel] branch master updated: Polished

2021-01-30 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 dfdcafa Polished dfdcafa is described below

[camel] branch master updated: Regen for commit 666b57bce5e36e8e67e1b4ce3bac9fc85e0f8508

2021-01-30 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 7718417 Regen for commit 666b57bce5e36e8e67e

[GitHub] [camel] oscerd merged pull request #4967: Generated sources regen

2021-01-30 Thread GitBox
oscerd merged pull request #4967: URL: https://github.com/apache/camel/pull/4967 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] branch regen_bot updated (5239139 -> 12b6234)

2021-01-30 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 5239139 CAMEL-16114: Fixed jackson dataformat unmarshal type for arrays. Thanks to Bob Paulin for unit test.

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

2021-01-30 Thread GitBox
github-actions[bot] opened a new pull request #4967: URL: https://github.com/apache/camel/pull/4967 Regen bot :robot: found some uncommited changes after running build on :camel: master. Please do not delete `regen_bot` branch after merge/rebase. ---

[camel-spring-boot] branch camel-spring-boot-3.7.x updated: CAMEL-16109: Fixed camel-hystrix-starter to not create clash with camel-servlet-starter

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

[camel-spring-boot] branch master updated: CAMEL-16109: Fixed camel-hystrix-starter to not create clash with camel-servlet-starter

2021-01-30 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-spring-boot.git The following commit(s) were added to refs/heads/master by this push: new 998be66 CAMEL-16109: Fixed camel-

[camel-spring-boot] branch master updated: Regen

2021-01-30 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-spring-boot.git The following commit(s) were added to refs/heads/master by this push: new 5b40d99 Regen 5b40d99 is describe

[camel] branch master updated (5239139 -> 666b57b)

2021-01-30 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 5239139 CAMEL-16114: Fixed jackson dataformat unmarshal type for arrays. Thanks to Bob Paulin for unit test.

[camel] 01/02: CAMEL-16114: camel-jacksonxml should also use configurer for unarmshaltype

2021-01-30 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 e1d506c2ce93c5a2b71e2bd03b5b2fe9a4cdda52 Author: Claus Ibsen AuthorDate: Sat Jan 30 12:18:26 2021 +0100 CAMEL-161

[camel] 02/02: CAMEL-16114: dataformats with unmarshal should be configurable via configurer via string class name.

2021-01-30 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 666b57bce5e36e8e67e1b4ce3bac9fc85e0f8508 Author: Claus Ibsen AuthorDate: Sat Jan 30 14:19:18 2021 +0100 CAMEL-161

[camel] branch regen_bot updated (18fd16f -> 5239139)

2021-01-30 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 18fd16f Regen for commit 23388220fab7008098998bc4b67274f845262554 (#4966) add 5239139 CAMEL-16114: Fixe

[camel] branch regen_bot updated (2f2ee12 -> 18fd16f)

2021-01-30 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 2f2ee12 Regen for commit 23388220fab7008098998bc4b67274f845262554 add 18fd16f Regen for commit 23388220f

[camel] branch master updated: CAMEL-16114: Fixed jackson dataformat unmarshal type for arrays. Thanks to Bob Paulin for unit test.

2021-01-30 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 5239139 CAMEL-16114: Fixed jackson dataformat

[camel] branch camel-3.7.x updated: CAMEL-16114: Fixed jackson dataformat unmarshal type for arrays. Thanks to Bob Paulin for unit test.

2021-01-30 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 59e6848 CAMEL-16114: Fixed jackson

[camel] branch master updated: Regen for commit 23388220fab7008098998bc4b67274f845262554 (#4966)

2021-01-30 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 18fd16f Regen for commit 23388220fab700809899

[GitHub] [camel] davsclaus merged pull request #4966: Generated sources regen

2021-01-30 Thread GitBox
davsclaus merged pull request #4966: URL: https://github.com/apache/camel/pull/4966 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 regen_bot updated (27ead32 -> 2f2ee12)

2021-01-30 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 27ead32 camel-format-plugin to be less noisy add 2338822 Upgrade maven build helper plugin add 2f2e

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

2021-01-30 Thread GitBox
github-actions[bot] opened a new pull request #4966: URL: https://github.com/apache/camel/pull/4966 Regen bot :robot: found some uncommited changes after running build on :camel: master. Please do not delete `regen_bot` branch after merge/rebase. ---

[camel] branch regen_bot updated (29605cd -> 27ead32)

2021-01-30 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 29605cd Upgrade impsort maven plugin add 27ead32 camel-format-plugin to be less noisy No new revisions

[camel] branch regen_bot updated (9aec78c -> 29605cd)

2021-01-30 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 9aec78c Sync deps add f53b7ad Upgrade maven format plugin add 3cfb84e CAMEL-16112: Fix camel-rest

[camel] branch master updated: Upgrade maven build helper plugin

2021-01-30 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 2338822 Upgrade maven build helper plugin 233

[camel] branch master updated: camel-format-plugin to be less noisy

2021-01-30 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 27ead32 camel-format-plugin to be less noisy

[camel] 01/03: Upgrade maven format plugin

2021-01-30 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 f53b7ad6ece036e8913923182ed95271aaf6f5ed Author: Claus Ibsen AuthorDate: Sat Jan 30 09:14:36 2021 +0100 Upgrade m

[camel] branch master updated (9aec78c -> 29605cd)

2021-01-30 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 9aec78c Sync deps new f53b7ad Upgrade maven format plugin new 3cfb84e CAMEL-16112: Fix camel-rest shou

[camel] 02/03: CAMEL-16112: Fix camel-rest should create new instance of data formats. Thanks to Krzysztof Jamroz for reporting and unit test.

2021-01-30 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 3cfb84e905279390382d059fb0f520e716610a07 Author: Claus Ibsen AuthorDate: Sat Jan 30 09:59:19 2021 +0100 CAMEL-161

[camel] 03/03: Upgrade impsort maven plugin

2021-01-30 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 29605cdda5214058418fb59a99ba6f4ec3eb36b7 Author: Claus Ibsen AuthorDate: Sat Jan 30 10:02:08 2021 +0100 Upgrade i

[camel] branch camel-3.7.x updated: CAMEL-16112: Fix camel-rest should create new instance of data formats. Thanks to Krzysztof Jamroz for reporting and unit test.

2021-01-30 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new d60c8a0 CAMEL-16112: Fix camel-rest

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

2021-01-30 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-karaf.git The following commit(s) were added to refs/heads/master by this push: new 51364e7 [create-pull-request] automate

[GitHub] [camel-karaf] oscerd merged pull request #62: [Github Actions] Periodic Sync Camel Karaf Master Branch

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

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

2021-01-30 Thread GitBox
oscerd merged pull request #272: URL: https://github.com/apache/camel-spring-boot/pull/272 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-spring-boot] branch master updated: [create-pull-request] automated change

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