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

2020-01-03 Thread GitBox
waytoharish commented on issue #1175: Trying to get sample RestWithUndertow working URL: https://github.com/apache/camel-k/issues/1175#issuecomment-570742251 apiVersion: camel.apache.org/v1 kind: Integration metadata: creationTimestamp: "2020-01-04T00:59:49Z" generation: 1

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

2020-01-03 Thread GitBox
waytoharish commented on issue #1175: Trying to get sample RestWithUndertow working URL: https://github.com/apache/camel-k/issues/1175#issuecomment-570741950 apiVersion: v1 items: - apiVersion: camel.apache.org/v1 kind: IntegrationPlatform metadata: creationTimestamp:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
lburgazzoli commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362966591 ## File path: tooling/eclipse-formatter-config.xml ## @@ -267,5 +267,6 @@ +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
ppalaga commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362958478 ## File path: tooling/eclipse-formatter-config.xml ## @@ -267,5 +267,6 @@ +

[camel] 02/03: CAMEL-14354: More optimizations in regards to object allocations

2020-01-03 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 2e54a1202950cb8f760006967142a02a16a9f6b2 Author: Claus Ibsen AuthorDate: Fri Jan 3 18:53:30 2020 +0100 CAMEL-1435

[camel] 01/03: CAMEL-14354: LogProcessor should avoid string.format in some use-cases as it allocates too much objects.

2020-01-03 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 32535554ed6d06c2d39516848fc79d924dbdcb33 Author: Claus Ibsen AuthorDate: Fri Jan 3 17:19:03 2020 +0100 CAMEL-1435

[camel] 03/03: Fixed potential NPE from user forum issue

2020-01-03 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 a059764068b7730efc1baa6717c7277ed627bbf7 Author: Claus Ibsen AuthorDate: Fri Jan 3 21:00:37 2020 +0100 Fixed pote

[camel] branch master updated (19bcc0a -> a059764)

2020-01-03 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 19bcc0a Merge pull request #3458 from ahus1/fix_tag_for_include new 3253555 CAMEL-14354: LogProcessor should

[camel] branch master updated: making include referencing example marked by tag

2020-01-03 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 2348d80 making include referencing example m

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
lburgazzoli commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362891423 ## File path: tooling/eclipse-formatter-config.xml ## @@ -267,5 +267,6 @@ +

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
lburgazzoli commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362890567 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelBeanBuildItem.java

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
lburgazzoli commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362890567 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelBeanBuildItem.java

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
ppalaga commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362879645 ## File path: tooling/eclipse-formatter-config.xml ## @@ -267,5 +267,6 @@ +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #588: Some cleanup and improvements

2020-01-03 Thread GitBox
ppalaga commented on a change in pull request #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362879119 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelBeanBuildItem.java ###

[camel] branch master updated: Polished

2020-01-03 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 534b227 Polished 534b227 is described below

[GitHub] [camel-quarkus] lburgazzoli commented on issue #588: Some cleanup and improvements

2020-01-03 Thread GitBox
lburgazzoli commented on issue #588: Some cleanup and improvements URL: https://github.com/apache/camel-quarkus/pull/588#issuecomment-570615933 ok to test This is an automated message from the Apache Git Service. To respond to

[camel] branch master updated: CAMEL-14354: ReactiveExecutor should avoid unnessasary object allocations for human descriptions for processors that creates many objects for toString representation of

2020-01-03 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 70ec443 CAMEL-14354: ReactiveExecutor should

[camel-quarkus] branch master updated (ebe54ae -> 50d9d59)

2020-01-03 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 ebe54ae chore: include test xml routes in native image add 259b65b Camel-AWS extensions: Cleanup

[GitHub] [camel-quarkus] oscerd merged pull request #586: Camel-AWS extensions: Cleanup

2020-01-03 Thread GitBox
oscerd merged pull request #586: Camel-AWS extensions: Cleanup URL: https://github.com/apache/camel-quarkus/pull/586 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] oscerd commented on issue #586: Camel-AWS extensions: Cleanup

2020-01-03 Thread GitBox
oscerd commented on issue #586: Camel-AWS extensions: Cleanup URL: https://github.com/apache/camel-quarkus/pull/586#issuecomment-570613770 There is a failing test not related to AWS cleanup, about CamelDevModeTest This is an a

[camel-kafka-connector] branch master updated (d70dc4b -> 3b48904)

2020-01-03 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-kafka-connector.git. from d70dc4b Merge pull request #60 from orpiske/fix-week-year add 45001af Bump Junit to version

[GitHub] [camel-kafka-connector] oscerd merged pull request #61: Bump Junit to version 4.13

2020-01-03 Thread GitBox
oscerd merged pull request #61: Bump Junit to version 4.13 URL: https://github.com/apache/camel-kafka-connector/pull/61 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[camel-kafka-connector] 01/01: Merge pull request #61 from apache/junit-4.13

2020-01-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 3b48904eea0bf82db5d3558e52368541d6126efb Merge: d70dc4b 45001af Author: Andrea Cosentino AuthorDate:

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #61: Bump Junit to version 4.13

2020-01-03 Thread GitBox
oscerd opened a new pull request #61: Bump Junit to version 4.13 URL: https://github.com/apache/camel-kafka-connector/pull/61 This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel-kafka-connector] branch junit-4.13 created (now 45001af)

2020-01-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch junit-4.13 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at 45001af Bump Junit to version 4.13 No new revisions were added by this update.

[GitHub] [camel-k] aldettinger closed issue #1149: Set the IntegrationConditionServiceNotAvailableReason only when the service trait is disabled

2020-01-03 Thread GitBox
aldettinger closed issue #1149: Set the IntegrationConditionServiceNotAvailableReason only when the service trait is disabled URL: https://github.com/apache/camel-k/issues/1149 This is an automated message from the Apache G

[GitHub] [camel-k] aldettinger commented on issue #1149: Set the IntegrationConditionServiceNotAvailableReason only when the service trait is disabled

2020-01-03 Thread GitBox
aldettinger commented on issue #1149: Set the IntegrationConditionServiceNotAvailableReason only when the service trait is disabled URL: https://github.com/apache/camel-k/issues/1149#issuecomment-570590946 Indeed, we could imagine that the aborted service trait configuration cases mention

[camel] branch master updated: Move resource discovery to ResourceHelper and allow patch mathing against path

2020-01-03 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 d0eefb5 Move resource discovery to Resource

[camel] branch master updated: Optimize a bit

2020-01-03 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 dd05375 Optimize a bit dd05375 is described b

[camel] branch master updated: Optimize a bit

2020-01-03 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 69732ec Optimize a bit 69732ec is described b

[GitHub] [camel-quarkus] lburgazzoli merged pull request #585: chore: include test xml routes in native image

2020-01-03 Thread GitBox
lburgazzoli merged pull request #585: chore: include test xml routes in native image URL: https://github.com/apache/camel-quarkus/pull/585 This is an automated message from the Apache Git Service. To respond to the message,

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

2020-01-03 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 fabd529 Merge pull request #584 from apache/aws-lambda-ext add ebe54ae chore: include test xml rou

[camel] 03/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, getAlias added docs

2020-01-03 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 4869092623a9e410100d2c77f189fe8a862968e7 Author: Andrea Cosentino AuthorDate: Fri Jan 3 13:48:50 2020 +0100 CAME

[camel] 04/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, getAlias added Spring Tests

2020-01-03 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 5ef027e4a33c0563f623315692e8618f6bd80e84 Author: Andrea Cosentino AuthorDate: Fri Jan 3 13:50:05 2020 +0100 CAME

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

2020-01-03 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 c7b7acfe69017270df9064d97af52328e6338e21 Author: Andrea Cosentino AuthorDate: Fri Jan 3 13:45:43 2020 +0100 CAME

[camel] 05/05: Regen

2020-01-03 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 df132ae5905e1897ec3d11aa81f4eb865c0dcbce Author: Andrea Cosentino AuthorDate: Fri Jan 3 13:51:45 2020 +0100 Rege

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

2020-01-03 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 a79c614fb5ac3a773d3cd730dfd19cc174fd17de Author: Andrea Cosentino AuthorDate: Fri Jan 3 13:47:33 2020 +0100 CAME

[camel] branch master updated (6a12be0 -> df132ae)

2020-01-03 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 6a12be0 Optimize a bit new c7b7acf CAMEL-14348 - Camel-AWS Lambda: Add alias operations, getAlias operatio

[camel] branch master updated: Optimize a bit

2020-01-03 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 6a12be0 Optimize a bit 6a12be0 is described b

[camel] branch master updated: Polished

2020-01-03 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 1c7f823 Polished 1c7f823 is described below

[GitHub] [camel-quarkus] lburgazzoli commented on issue #587: Move MicroProfile metrics camel context configuration to static init

2020-01-03 Thread GitBox
lburgazzoli commented on issue #587: Move MicroProfile metrics camel context configuration to static init URL: https://github.com/apache/camel-quarkus/pull/587#issuecomment-570556292 ok to test This is an automated message fr

[camel] branch master updated: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 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 2696b58 CAMEL-14350: camel-main - Add support

[camel] branch camel-3.0.x updated: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.0.x by this push: new 515c856 CAMEL-14350: camel-main - A

[camel] branch master updated: CAMEL-14349: camel-core - Transformer and Validator registry should be on-demand

2020-01-03 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 e7496e6 CAMEL-14349: camel-core - Tran

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #587: Move MicroProfile metrics camel context configuration to static init

2020-01-03 Thread GitBox
jamesnetherton opened a new pull request #587: Move MicroProfile metrics camel context configuration to static init URL: https://github.com/apache/camel-quarkus/pull/587 This is an automated message from the Apache Git Servi

[camel] branch master updated: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 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 05159bf CAMEL-14350: camel-main - Add support

[camel] branch camel-3.0.x updated: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.0.x by this push: new 75ad080 CAMEL-14350: camel-main - A

[camel] 01/06: CAMEL-14535: Eager init LRUCacheFactory

2020-01-03 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 59bb14f2cee18cf167bd432a53120a3c45de678a Author: Claus Ibsen AuthorDate: Fri Jan 3 11:58:19 2020 +0100 CAMEL-1453

[camel] 04/06: Fixed test to be more robust

2020-01-03 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 f56ae29dd568dc615798b0a8018d04e20e422d22 Author: Claus Ibsen AuthorDate: Fri Jan 3 12:07:15 2020 +0100 Fixed test

[camel] 06/06: Polished

2020-01-03 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 37807ad00aebbf186cd061727408ba47339ae8e3 Author: Claus Ibsen AuthorDate: Fri Jan 3 12:16:36 2020 +0100 Polished -

[camel] 05/06: Polished

2020-01-03 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 336e62856ab7140ee95d79c0839f22ed4735d3e1 Author: Claus Ibsen AuthorDate: Fri Jan 3 12:11:23 2020 +0100 Polished -

[camel] 02/06: Optimize package scan to only create jar cache on-demand when needed

2020-01-03 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 389559890f74ee868a30c5f5a450561efdf2e034 Author: Claus Ibsen AuthorDate: Fri Jan 3 11:59:52 2020 +0100 Optimize p

[camel] 03/06: CAMEL-14535: Eager init LRUCacheFactory

2020-01-03 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 49bb3ea61bee1db93ceabf53c0794f8d1efef7b5 Author: Claus Ibsen AuthorDate: Fri Jan 3 12:06:34 2020 +0100 CAMEL-1453

[camel] branch master updated (a69f735 -> 37807ad)

2020-01-03 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 a69f735 Added logging new 59bb14f CAMEL-14535: Eager init LRUCacheFactory new 3895598 Optimize package

[camel] 02/02: Added logging

2020-01-03 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 a69f735f4d475ae637c92d441994695a6c5d7b90 Author: Claus Ibsen AuthorDate: Fri Jan 3 11:25:01 2020 +0100 Added logg

[camel] 01/02: Optimize package scan to only create jar cache on-demand when needed

2020-01-03 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 f6f636296993daec5b4eaa70d77440836567d707 Author: Claus Ibsen AuthorDate: Fri Jan 3 11:24:54 2020 +0100 Optimize p

[camel] branch master updated (8bda5d2 -> a69f735)

2020-01-03 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 8bda5d2 Upgrade Awaitility to version 4.0.2 new f6f6362 Optimize package scan to only create jar cache on-de

[GitHub] [camel-k] oscerd closed issue #1095: Auto detect Camel components via FQN classnames

2020-01-03 Thread GitBox
oscerd closed issue #1095: Auto detect Camel components via FQN classnames URL: https://github.com/apache/camel-k/issues/1095 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-k] oscerd merged pull request #1177: Auto detect Camel components via FQN classnames

2020-01-03 Thread GitBox
oscerd merged pull request #1177: Auto detect Camel components via FQN classnames URL: https://github.com/apache/camel-k/pull/1177 This is an automated message from the Apache Git Service. To respond to the message, please l

[camel-k] branch master updated: Auto detect Camel components via FQN classnames

2020-01-03 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-k.git The following commit(s) were added to refs/heads/master by this push: new bd6d9cf Auto detect Camel components via F

[GitHub] [camel-k] aldettinger commented on a change in pull request #1142: Added unit tests for the prometheus trait #255

2020-01-03 Thread GitBox
aldettinger commented on a change in pull request #1142: Added unit tests for the prometheus trait #255 URL: https://github.com/apache/camel-k/pull/1142#discussion_r357786287 ## File path: pkg/trait/prometheus_test.go ## @@ -0,0 +1,215 @@ +/* +Licensed to the Apache Softwa

[camel] branch master updated: Upgrade Awaitility to version 4.0.2

2020-01-03 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 8bda5d2 Upgrade Awaitility to version 4.0.2

[GitHub] [camel-quarkus] oscerd commented on issue #586: Camel-AWS extensions: Cleanup

2020-01-03 Thread GitBox
oscerd commented on issue #586: Camel-AWS extensions: Cleanup URL: https://github.com/apache/camel-quarkus/pull/586#issuecomment-570512780 Ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #583: Add basic tests for dev mode

2020-01-03 Thread GitBox
ppalaga commented on a change in pull request #583: Add basic tests for dev mode URL: https://github.com/apache/camel-quarkus/pull/583#discussion_r362740596 ## File path: extensions/core-xml/deployment/src/test/java/org/apache/camel/quarkus/component/xml/deployment/CamelSupportServl

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #583: Add basic tests for dev mode

2020-01-03 Thread GitBox
ppalaga commented on a change in pull request #583: Add basic tests for dev mode URL: https://github.com/apache/camel-quarkus/pull/583#discussion_r362741010 ## File path: extensions/core-xml/deployment/src/test/resources/routes.1 ## @@ -0,0 +1,31 @@ + Review comment:

[GitHub] [camel-quarkus] oscerd opened a new pull request #586: Camel-AWS extensions: Cleanup

2020-01-03 Thread GitBox
oscerd opened a new pull request #586: Camel-AWS extensions: Cleanup URL: https://github.com/apache/camel-quarkus/pull/586 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel-quarkus] branch cleanup-aws created (now 259b65b)

2020-01-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch cleanup-aws in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at 259b65b Camel-AWS extensions: Cleanup This branch includes the following new commits: new 259

[camel-quarkus] 01/01: Camel-AWS extensions: Cleanup

2020-01-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cleanup-aws in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 259b65bc1515c52a5f5b0579d2de7dc3da424e95 Author: Andrea Cosentino AuthorDate: Fri Jan 3 10:06:20 2020 +0

[GitHub] [camel-quarkus] lburgazzoli commented on issue #585: chore: include test xml routes in native image

2020-01-03 Thread GitBox
lburgazzoli commented on issue #585: chore: include test xml routes in native image URL: https://github.com/apache/camel-quarkus/pull/585#issuecomment-570508573 ok to test This is an automated message from the Apache Git Serv

[camel] branch camel-3.0.x updated: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.0.x by this push: new 8671e6f CAMEL-14350: camel-main - A

[camel-website] branch master updated: Polished

2020-01-03 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-website.git The following commit(s) were added to refs/heads/master by this push: new cf5d12c Polished cf5d12c is described

[camel] 01/02: Polished test

2020-01-03 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 c60bcb387c5067b6eadf9eb1cb8a23c8da2a9d77 Author: Claus Ibsen AuthorDate: Fri Jan 3 09:02:14 2020 +0100 Polished t

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

2020-01-03 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 fcc7549 Regen new c60bcb3 Polished test new 0b9c0c0 CAMEL-14350: camel-main - Add support for file pre

[camel] 02/02: CAMEL-14350: camel-main - Add support for file prefix in loading XML routes.

2020-01-03 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 0b9c0c00339938c6f4f55c1da1db6923afdff106 Author: Claus Ibsen AuthorDate: Fri Jan 3 09:14:00 2020 +0100 CAMEL-1435

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

2020-01-03 Thread GitBox
lburgazzoli commented on issue #1175: Trying to get sample RestWithUndertow working URL: https://github.com/apache/camel-k/issues/1175#issuecomment-570496028 can you post the output of: 1. oc get integrationplatform -o yaml 2. oc get integration withrest -o yaml -