[GitHub] [camel-k] lburgazzoli closed issue #1010: camel-k-maven-settings localRepository change is not working

2020-01-02 Thread GitBox
lburgazzoli closed issue #1010: camel-k-maven-settings localRepository change is not working URL: https://github.com/apache/camel-k/issues/1010 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] jamesnetherton opened a new pull request #1177: Auto detect Camel components via FQN classnames

2020-01-02 Thread GitBox
jamesnetherton opened a new pull request #1177: Auto detect Camel components via FQN classnames URL: https://github.com/apache/camel-k/pull/1177 fixes #1095 **Release Note** ```release-note NONE ``` This

[camel] 02/04: Removed more refs to Guice

2020-01-02 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 5a20708c76f9174a09131a62935120651135e905 Author: Andrea Cosentino AuthorDate: Fri Jan 3 08:06:56 2020 +0100

[camel] 01/04: Removed references to Guice in READMEs

2020-01-02 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 5205e4f8d2455704f9680743005cb980af4ddc4c Author: Andrea Cosentino AuthorDate: Fri Jan 3 08:02:32 2020 +0100

[camel] branch master updated (0d1f6ee -> fcc7549)

2020-01-02 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 0d1f6ee CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when not needed new

[camel] 03/04: Removed more refs to Guice

2020-01-02 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 cbcff5e3f6f8787da20b4c0a63f13b3ce982dd4e Author: Andrea Cosentino AuthorDate: Fri Jan 3 08:09:23 2020 +0100

[camel] 04/04: Regen

2020-01-02 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 fcc7549ad82d991c0ef3ef8a0eb1dbc5804d1935 Author: Andrea Cosentino AuthorDate: Fri Jan 3 08:13:00 2020 +0100

[camel] branch master updated: CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when not needed

2020-01-02 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 0d1f6ee CAMEL-14345: camel-core - Optimize

[GitHub] [camel-k] keyone commented on issue #1010: camel-k-maven-settings localRepository change is not working

2020-01-02 Thread GitBox
keyone commented on issue #1010: camel-k-maven-settings localRepository change is not working URL: https://github.com/apache/camel-k/issues/1010#issuecomment-570483751 @lburgazzoli yes you can close it. Thank you for the clarification.

[GitHub] [camel-quarkus] oscerd closed issue #563: Create AWS Lambda extension

2020-01-02 Thread GitBox
oscerd closed issue #563: Create AWS Lambda extension URL: https://github.com/apache/camel-quarkus/issues/563 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [camel-quarkus] oscerd merged pull request #584: Added AWS-Lambda extension

2020-01-02 Thread GitBox
oscerd merged pull request #584: Added AWS-Lambda extension URL: https://github.com/apache/camel-quarkus/pull/584 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[camel-quarkus] 01/01: Merge pull request #584 from apache/aws-lambda-ext

2020-01-02 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-quarkus.git commit fabd5290a2cdd4abc2d302711ab7926ca5b8c6d3 Merge: 8fd7a41 fb8fa44 Author: Andrea Cosentino AuthorDate: Fri Jan

[camel-quarkus] branch master updated (8fd7a41 -> fabd529)

2020-01-02 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-quarkus.git. from 8fd7a41 Merge pull request #581 from lburgazzoli/github-543 add fb8fa44 Added AWS-Lambda extension

[camel] 01/07: CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when not needed

2020-01-02 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 12214d6d15fa25135fa533de3231e62e924678ad Author: Claus Ibsen AuthorDate: Thu Jan 2 19:37:10 2020 +0100

[camel] 06/07: CAMEL-14347: Optimize ServicePool to avoid Key object and endpoint singleton check can be faster

2020-01-02 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 7419ece55acfe586fcda50c028ad4d5481135813 Author: Claus Ibsen AuthorDate: Fri Jan 3 05:35:39 2020 +0100

[camel] 07/07: CAMEL-14351: camel-rest producer may detect multiple rest producer factory. Lets fallback and use the consumer configured name if any and see if its a producer too.

2020-01-02 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 045810164223c493180f1092aa69291ffb8a31f8 Author: Claus Ibsen AuthorDate: Fri Jan 3 05:56:52 2020 +0100

[camel] 02/07: CAMEL-14340: Improve tests

2020-01-02 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 a293dd5602aa93b63474f4d35955a2b6d260de8d Author: Claus Ibsen AuthorDate: Thu Jan 2 19:40:59 2020 +0100

[camel] 05/07: CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when not needed

2020-01-02 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 2f8a4e7d144b413ab7fd08f5d5a31a881c5aee7a Author: Claus Ibsen AuthorDate: Fri Jan 3 05:35:05 2020 +0100

[camel] 03/07: CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when not needed

2020-01-02 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 5312b16686e8584871e7c993062eed9bd0304683 Author: Claus Ibsen AuthorDate: Thu Jan 2 20:02:35 2020 +0100

[camel] 04/07: CAMEL-14349: camel-core - Transformer and Validator registry should be on-demand

2020-01-02 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 101382e8b18123c963fae8eef95a5404e1a60dc1 Author: Claus Ibsen AuthorDate: Fri Jan 3 05:30:18 2020 +0100

[camel] branch master updated (4699cf9 -> 0458101)

2020-01-02 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 4699cf9 Regen new 12214d6 CAMEL-14345: camel-core - Optimize SendProcessor to not use ProducerCache when

[camel-quarkus] branch master updated: Add tests for #543

2020-01-02 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new c317614 Add tests for #543 new

[GitHub] [camel-quarkus] oscerd merged pull request #581: Add tests for #543

2020-01-02 Thread GitBox
oscerd merged pull request #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[camel-quarkus] branch master updated: Dozer extension should use JaxbFileRootBuildItem

2020-01-02 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 141c59b Dozer extension should use

[GitHub] [camel-quarkus] oscerd merged pull request #580: Dozer extension should use JaxbFileRootBuildItem

2020-01-02 Thread GitBox
oscerd merged pull request #580: Dozer extension should use JaxbFileRootBuildItem URL: https://github.com/apache/camel-quarkus/pull/580 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] oscerd closed issue #539: Dozer extension should use JaxbFileRootBuildItem

2020-01-02 Thread GitBox
oscerd closed issue #539: Dozer extension should use JaxbFileRootBuildItem URL: https://github.com/apache/camel-quarkus/issues/539 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-k] pchakina opened a new issue #1176: Camel-k with Spring boot

2020-01-02 Thread GitBox
pchakina opened a new issue #1176: Camel-k with Spring boot URL: https://github.com/apache/camel-k/issues/1176 Hi, Based on previous posts, i found that SB support was removed with Camel-k. Please confirm on this. We have few services which was build using Spring boot with Camel

[GitHub] [camel-quarkus] oscerd merged pull request #582: Throw NoSuchLanguageException if a language cannot be found

2020-01-02 Thread GitBox
oscerd merged pull request #582: Throw NoSuchLanguageException if a language cannot be found URL: https://github.com/apache/camel-quarkus/pull/582 This is an automated message from the Apache Git Service. To respond to the

[camel-quarkus] branch master updated: Throw NoSuchLanguageException if a language cannot be found

2020-01-02 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 7164e1a Throw

[GitHub] [camel-k] waytoharish commented on issue #1175: Trying to get sample RestWithUndertow working

2020-01-02 Thread GitBox
waytoharish commented on issue #1175: Trying to get sample RestWithUndertow working URL: https://github.com/apache/camel-k/issues/1175#issuecomment-570292249 I have not manually installed Knative This is an automated message

[GitHub] [camel-k] waytoharish edited a comment on issue #1175: Trying to get sample RestWithUndertow working

2020-01-02 Thread GitBox
waytoharish edited a comment on issue #1175: Trying to get sample RestWithUndertow working URL: https://github.com/apache/camel-k/issues/1175#issuecomment-570292249 I have not manually installed Knative. I have followed the CamelK document and there is no Knative install step.

[camel-quarkus] branch master updated (3bd3938 -> 3ec84a4)

2020-01-02 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 3bd3938 Merge pull request #577 from apache/cleanup add 3ec84a4 Add basic tests for dev mode No

[GitHub] [camel-quarkus] lburgazzoli merged pull request #583: Add basic tests for dev mode

2020-01-02 Thread GitBox
lburgazzoli merged pull request #583: Add basic tests for dev mode URL: https://github.com/apache/camel-quarkus/pull/583 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #584: Added AWS-Lambda extension

2020-01-02 Thread GitBox
oscerd commented on a change in pull request #584: Added AWS-Lambda extension URL: https://github.com/apache/camel-quarkus/pull/584#discussion_r362537782 ## File path:

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #584: Added AWS-Lambda extension

2020-01-02 Thread GitBox
jamesnetherton commented on a change in pull request #584: Added AWS-Lambda extension URL: https://github.com/apache/camel-quarkus/pull/584#discussion_r362532430 ## File path:

[camel] 01/02: Fixed typo in AWS-Lambda documentation

2020-01-02 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 c806417ee62e9b02967e8bbe4aa39d0c644083a0 Author: Andrea Cosentino AuthorDate: Thu Jan 2 17:04:11 2020 +0100

[camel] branch master updated (7b5147c -> 4699cf9)

2020-01-02 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 7b5147c Delete not used class new c806417 Fixed typo in AWS-Lambda documentation new 4699cf9 Regen

[camel] 02/02: Regen

2020-01-02 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 4699cf98fed4f6f121311917dbf28d6f6075b426 Author: Andrea Cosentino AuthorDate: Thu Jan 2 17:05:24 2020 +0100

[GitHub] [camel-quarkus] oscerd commented on issue #584: Added AWS-Lambda extension

2020-01-02 Thread GitBox
oscerd commented on issue #584: Added AWS-Lambda extension URL: https://github.com/apache/camel-quarkus/pull/584#issuecomment-570252143 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] oscerd opened a new pull request #584: Added AWS-Lambda extension

2020-01-02 Thread GitBox
oscerd opened a new pull request #584: Added AWS-Lambda extension URL: https://github.com/apache/camel-quarkus/pull/584 Fixes #563 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-quarkus] branch aws-lambda-ext updated (498cccc -> fb8fa44)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch aws-lambda-ext in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. discard 498 Added AWS-Lambda extension new fb8fa44 Added AWS-Lambda extension This update

[camel-quarkus] 01/01: Added AWS-Lambda extension

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-lambda-ext in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit fb8fa44589d22f8eab3edbf54d4a0a9093d274a8 Author: Andrea Cosentino AuthorDate: Thu Jan 2 16:57:57

[camel-quarkus] branch aws-lambda-ext created (now 498cccc)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch aws-lambda-ext in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at 498 Added AWS-Lambda extension This branch includes the following new commits: new

[camel-quarkus] 01/01: Added AWS-Lambda extension

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-lambda-ext in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 498aee573f495fbf4c8a177131a98cb86b37 Author: Andrea Cosentino AuthorDate: Thu Jan 2 16:57:57

[camel-website] branch master updated: Capi-Gateway: Fixed Rodrigo's surname, sorry Rodrigo

2020-01-02 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-website.git The following commit(s) were added to refs/heads/master by this push: new ee58216 Capi-Gateway: Fixed

[camel] 02/02: Delete not used class

2020-01-02 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 7b5147c69b468f525852d244930dfe61400fb0ea Author: Claus Ibsen AuthorDate: Thu Jan 2 16:16:44 2020 +0100 Delete

[camel] branch master updated (15776f7 -> 7b5147c)

2020-01-02 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 15776f7 CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias docs regen new 972bbda5

[camel] 01/02: CAMEL-14349: camel-core - Transformer and Validator registry should be on-demand

2020-01-02 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 972bbda5e4c883249933bc1fd5f24af9fb1d800c Author: Claus Ibsen AuthorDate: Thu Jan 2 16:15:46 2020 +0100

[GitHub] [camel-quarkus] lburgazzoli commented on issue #580: Dozer extension should use JaxbFileRootBuildItem

2020-01-02 Thread GitBox
lburgazzoli commented on issue #580: Dozer extension should use JaxbFileRootBuildItem URL: https://github.com/apache/camel-quarkus/pull/580#issuecomment-570230161 ok to test This is an automated message from the Apache Git

[GitHub] [camel-quarkus] jstakun edited a comment on issue #543: Unmarshal json in spring xml

2020-01-02 Thread GitBox
jstakun edited a comment on issue #543: Unmarshal json in spring xml URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-570227498 Thanks. Adding camel-quarkus-bean to the pom deps solved this issue This is

[GitHub] [camel-quarkus] jstakun closed issue #543: Unmarshal json in spring xml

2020-01-02 Thread GitBox
jstakun closed issue #543: Unmarshal json in spring xml URL: https://github.com/apache/camel-quarkus/issues/543 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [camel-quarkus] jstakun commented on issue #543: Unmarshal json in spring xml

2020-01-02 Thread GitBox
jstakun commented on issue #543: Unmarshal json in spring xml URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-570227498 Thanks. Addidng camel-quarkus-bean to the pom deps solved this issue This is an

[camel] 02/05: CAMEL-14348 - Fixed tests

2020-01-02 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 d8fd547fe46b0e6b4a7795f219a531d5f0fb9109 Author: Andrea Cosentino AuthorDate: Thu Jan 2 15:08:43 2020 +0100

[camel] 04/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias operation docs

2020-01-02 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 fecb161ff4a700fd9873ede38cfc0fdb5d764c0a Author: Andrea Cosentino AuthorDate: Thu Jan 2 15:17:20 2020 +0100

[camel] 03/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias operation Spring test

2020-01-02 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 5c6202d70c69739fa74542cd82ad04e46cc15472 Author: Andrea Cosentino AuthorDate: Thu Jan 2 15:11:48 2020 +0100

[camel] 01/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias operation

2020-01-02 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 509c218c305cb84934aabfcce5a2caebdba2d57f Author: Andrea Cosentino AuthorDate: Thu Jan 2 15:04:13 2020 +0100

[camel] 05/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias docs regen

2020-01-02 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 15776f7f791cf5c269f00d10629986d2388e08eb Author: Andrea Cosentino AuthorDate: Thu Jan 2 15:24:02 2020 +0100

[camel] branch master updated (62fb825 -> 15776f7)

2020-01-02 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 62fb825 CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias fix implementation new 509c218

[camel] branch master updated: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias fix implementation

2020-01-02 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 62fb825 CAMEL-14348 - Camel-AWS Lambda: Add

[camel-website] branch master updated: Fixed list in Capi gateway article

2020-01-02 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-website.git The following commit(s) were added to refs/heads/master by this push: new 1087648 Fixed list in Capi gateway

[camel] 03/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias operation Spring test

2020-01-02 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 129a721388fe1d0f47deef9127ec8849e2810111 Author: Andrea Cosentino AuthorDate: Thu Jan 2 13:25:13 2020 +0100

[camel] branch master updated (36d44c7 -> ca446ee)

2020-01-02 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 36d44c7 Some small improvements of the grammar and style of the migration guides. new 68494c4 CAMEL-14348

[camel] 05/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias docs regen

2020-01-02 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 ca446eebac9d234215a615fa1bb3f0627635bdb2 Author: Andrea Cosentino AuthorDate: Thu Jan 2 13:32:38 2020 +0100

[camel] 01/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias operation

2020-01-02 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 68494c45144a4aa262ac95f0209348843279ce19 Author: Andrea Cosentino AuthorDate: Thu Jan 2 13:22:12 2020 +0100

[camel] 04/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias operation docs

2020-01-02 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 77c09ab3a25171088bfbf99322d9a66323655db3 Author: Andrea Cosentino AuthorDate: Thu Jan 2 13:27:51 2020 +0100

[camel] 02/05: CAMEL-14348 - Fixed tests

2020-01-02 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 358fd221f78c7ef05b46a43a3f56e7525220f87d Author: Andrea Cosentino AuthorDate: Thu Jan 2 13:23:26 2020 +0100

[camel-website] 01/01: Merge pull request #145 from apache/capi-gateway

2020-01-02 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-website.git commit 4794a96fa3c691fdaf5159d5e3ccf06f47772e93 Merge: 560a3b3 2f74512 Author: Andrea Cosentino AuthorDate: Thu Jan

[camel-website] branch master updated (560a3b3 -> 4794a96)

2020-01-02 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-website.git. from 560a3b3 Add twitter followers stats add 71a5ca3 Adding a guest posts about European Commission and

[GitHub] [camel-website] oscerd merged pull request #145: Adding a guest posts about European Commission and the usage of Apach…

2020-01-02 Thread GitBox
oscerd merged pull request #145: Adding a guest posts about European Commission and the usage of Apach… URL: https://github.com/apache/camel-website/pull/145 This is an automated message from the Apache Git Service. To

[camel-website] branch capi-gateway updated (5c5802e -> 2f74512)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git. from 5c5802e Fixed trailing whitespaces add 2f74512 Capi-Gateway: Added arch png No new

[GitHub] [camel-quarkus] lburgazzoli commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570182846 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] lburgazzoli commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570179714 xml is now included in the native image This is an automated message from the Apache Git

[camel-website] branch capi-gateway updated (71a5ca3 -> 5c5802e)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git. from 71a5ca3 Adding a guest posts about European Commission and the usage of Apache Camel add

[GitHub] [camel-quarkus] lburgazzoli commented on issue #582: Throw NoSuchLanguageException if a language cannot be found

2020-01-02 Thread GitBox
lburgazzoli commented on issue #582: Throw NoSuchLanguageException if a language cannot be found URL: https://github.com/apache/camel-quarkus/pull/582#issuecomment-570177499 ok to test This is an automated message from the

[GitHub] [camel-quarkus] lburgazzoli edited a comment on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli edited a comment on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570176487 Peter, we already agreed that we need to create some consolidated test for the quarkus platform.

[GitHub] [camel-quarkus] lburgazzoli commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570176487 Peter, we already agreed that we need to create some consolidated test for the quarkus platform. T

[GitHub] [camel-quarkus] ppalaga commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
ppalaga commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570176069 > We can but then we need to include the routes in the native image which is not yet done automatically I'd vote for including the XML file in the native

[camel] branch master updated: Some small improvements of the grammar and style of the migration guides.

2020-01-02 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 36d44c7 Some small improvements of

[camel-website] branch capi-gateway updated (5c53853 -> 71a5ca3)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard 5c53853 Capi-gateway: Fixed post discard 89a28f9 Addind a guest posts about European Commission

[GitHub] [camel-website] oscerd closed pull request #144: Addind a guest posts about European Commission and the usage of Apach…

2020-01-02 Thread GitBox
oscerd closed pull request #144: Addind a guest posts about European Commission and the usage of Apach… URL: https://github.com/apache/camel-website/pull/144 This is an automated message from the Apache Git Service. To

[GitHub] [camel-website] oscerd opened a new pull request #145: Adding a guest posts about European Commission and the usage of Apach…

2020-01-02 Thread GitBox
oscerd opened a new pull request #145: Adding a guest posts about European Commission and the usage of Apach… URL: https://github.com/apache/camel-website/pull/145 …e Camel This is an automated message from the Apache Git

[GitHub] [camel-website] oscerd commented on issue #144: Addind a guest posts about European Commission and the usage of Apach…

2020-01-02 Thread GitBox
oscerd commented on issue #144: Addind a guest posts about European Commission and the usage of Apach… URL: https://github.com/apache/camel-website/pull/144#issuecomment-570173769 ok to test This is an automated message from

[camel-website] branch capi-gateway updated (89a28f9 -> 5c53853)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git. from 89a28f9 Addind a guest posts about European Commission and the usage of Apache Camel add

[GitHub] [camel-quarkus] lburgazzoli commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570170496 We can but then we need to include the routes in the native image which is not yet done automatically, in general we should not assume that all the test

[camel] branch master updated: CAMEL-14347: camel-core - Remove default producer/consumer service pool from CamelContext

2020-01-02 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 2f11f02 CAMEL-14347: camel-core - Remove

[GitHub] [camel-quarkus] lburgazzoli commented on issue #543: Unmarshal json in spring xml

2020-01-02 Thread GitBox
lburgazzoli commented on issue #543: Unmarshal json in spring xml URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-570165941 @jstakun I'vre created some tests: https://github.com/apache/camel-quarkus/pull/581 And an example:

[GitHub] [camel-quarkus] lburgazzoli commented on issue #581: Add tests for #543

2020-01-02 Thread GitBox
lburgazzoli commented on issue #581: Add tests for #543 URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570165528 ok to test This is an automated message from the Apache Git Service. To respond to the

[camel] 01/03: Polished

2020-01-02 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 034acccf79bcda6ec1890eaeaff209a5d4072c1d Author: Claus Ibsen AuthorDate: Thu Jan 2 10:41:28 2020 +0100 Polished

[camel] 03/03: Avoid initializing IntrospectionSupport CACHE if its not needed

2020-01-02 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 64d9ed760cc62c2c2f4f776bde488651e3a8ece8 Author: Claus Ibsen AuthorDate: Thu Jan 2 10:58:50 2020 +0100 Avoid

[camel] 02/03: Polished

2020-01-02 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 fd88071a9bfc1869a20403f22b21c3421e33999e Author: Claus Ibsen AuthorDate: Thu Jan 2 10:47:00 2020 +0100 Polished

[camel] branch master updated (550cada -> 64d9ed7)

2020-01-02 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 550cada CAMEL-14346 - Regen new 034accc Polished new fd88071 Polished new 64d9ed7 Avoid

[GitHub] [camel-quarkus] jamesnetherton commented on issue #580: Dozer extension should use JaxbFileRootBuildItem

2020-01-02 Thread GitBox
jamesnetherton commented on issue #580: Dozer extension should use JaxbFileRootBuildItem URL: https://github.com/apache/camel-quarkus/pull/580#issuecomment-570161778 ok to test This is an automated message from the Apache

[GitHub] [camel-website] oscerd opened a new pull request #144: Addind a guest posts about European Commission and the usage of Apach…

2020-01-02 Thread GitBox
oscerd opened a new pull request #144: Addind a guest posts about European Commission and the usage of Apach… URL: https://github.com/apache/camel-website/pull/144 …e Camel This is an automated message from the Apache Git

[camel-website] branch capi-gateway created (now 89a28f9)

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git. at 89a28f9 Addind a guest posts about European Commission and the usage of Apache Camel This branch

[camel-website] 01/01: Addind a guest posts about European Commission and the usage of Apache Camel

2020-01-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch capi-gateway in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 89a28f9fac01313eed774c9f90b877a6d409cf01 Author: Andrea Cosentino AuthorDate: Thu Jan 2 10:55:11 2020

[GitHub] [camel-quarkus] lburgazzoli commented on issue #444: Ugly re-formatted code

2020-01-02 Thread GitBox
lburgazzoli commented on issue #444: Ugly re-formatted code URL: https://github.com/apache/camel-quarkus/issues/444#issuecomment-570155228 Another case is `given/then` notation with RestAssured what I'd like:

[camel] 03/03: CAMEL-14346 - Regen

2020-01-02 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 550cada29f3aebaea234fc08482cc739030292f8 Author: Andrea Cosentino AuthorDate: Thu Jan 2 09:46:53 2020 +0100

[camel] 02/03: Camel-CoAP: Fixed CS

2020-01-02 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 64e8b84cf6676eefa0f3db58c1d151861605b7d3 Author: Andrea Cosentino AuthorDate: Thu Jan 2 09:15:12 2020 +0100

[camel] branch master updated (9bcb94a -> 550cada)

2020-01-02 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 9bcb94a CAMEL-14342: Add cacheSize option to @RecipientList EIP annotation new fd31b31 CAMEL-14346 -

[camel] 01/03: CAMEL-14346 - Camel-CoAP: Add a recommendedCipherSuitesOnly option to the endpoint

2020-01-02 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 fd31b312f21d8ad92d2e4bfaccf11085497512f1 Author: Andrea Cosentino AuthorDate: Thu Jan 2 09:13:22 2020 +0100

  1   2   >