[camel] branch master updated: CAMEL-14566: camel-mongodb - Use testcontainers for testing (#3580)

2020-02-14 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 945d066 CAMEL-14566: camel-mongodb - Use test

[GitHub] [camel-quarkus] jamesnetherton closed issue #713: Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
jamesnetherton closed issue #713: Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/issues/713 This is an automated message from the Apache Git Service.

[camel-quarkus] branch master updated: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 e0cfce2 Fix #713 Revisit the Qua

[GitHub] [camel-quarkus] jamesnetherton merged pull request #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
jamesnetherton merged pull request #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/pull/719 This is an automated message from the Apache

[GitHub] [camel-quarkus] jamesnetherton closed issue #716: Move the Atlassian Maven repository to the Jira runtime module.

2020-02-14 Thread GitBox
jamesnetherton closed issue #716: Move the Atlassian Maven repository to the Jira runtime module. URL: https://github.com/apache/camel-quarkus/issues/716 This is an automated message from the Apache Git Service. To respond t

[GitHub] [camel-quarkus] jamesnetherton merged pull request #717: Fix #716 Move the Atlassian Maven repository to the Jira runtime module

2020-02-14 Thread GitBox
jamesnetherton merged pull request #717: Fix #716 Move the Atlassian Maven repository to the Jira runtime module URL: https://github.com/apache/camel-quarkus/pull/717 This is an automated message from the Apache Git Service.

[camel-quarkus] branch master updated: Fix #716 Move the Atlassian Maven repository to the Jira runtime module

2020-02-14 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 5b6685c Fix #716 Move the Atlass

[camel] branch master updated (d1f189c -> d0981b4)

2020-02-14 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from d1f189c Fix CS add d0981b4 CAMEL-11807: Migrated camel-any23 tests to JUnit 5 No new revisions were added

[GitHub] [camel-quarkus] ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/pull/719#issuecomment-586380840 Could please somebody merge this one? -

[GitHub] [camel-quarkus] ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo

2020-02-14 Thread GitBox
ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo URL: https://github.com/apache/camel-quarkus/pull/720#issuecomment-586380234 f833a32 : * Rebased * Reverted the Jira itest, because it still does not work without the custom

[camel] branch master updated (49f9a75 -> d1f189c)

2020-02-14 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.git. from 49f9a75 Camel-aws2-sns: Fixed CS add d1f189c Fix CS No new revisions were added by this update. Summary

[GitHub] [camel-k] nicolaferraro opened a new pull request #1276: Fix #1237: check specific knative serving versions to determine if it…

2020-02-14 Thread GitBox
nicolaferraro opened a new pull request #1276: Fix #1237: check specific knative serving versions to determine if it… URL: https://github.com/apache/camel-k/pull/1276 …'s installed Fix #1237 **Release Note** ```release-note NONE ``` --

[GitHub] [camel-k] nicolaferraro opened a new pull request #1275: Add concurrency control in cronjobs and fix controller switching

2020-02-14 Thread GitBox
nicolaferraro opened a new pull request #1275: Add concurrency control in cronjobs and fix controller switching URL: https://github.com/apache/camel-k/pull/1275 Fix #1200 Fix #1201 **Release Note** ```release-note NONE ```

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379527345 ## File path: integration-tests/pom.xml ## @@ -217,6 +217,7 @@ validator xslt zip

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379524048 ## File path: integration-tests/box/pom.xml ## @@ -0,0 +1,149 @@ + + +http://maven.apache.org/POM/4.0.0"; +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r37953 ## File path: integration-tests/box/README.adoc ## @@ -0,0 +1,17 @@ +== Camel Quarkus Box Integration Tests

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379526021 ## File path: integration-tests/box/src/test/java/org/apache/camel/quarkus/component/box/it/BoxIT.java ## @

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379521457 ## File path: extensions/box/deployment/src/main/java/org/apache/camel/quarkus/component/box/deployment/BoxProcessor.

[GitHub] [camel-quarkus] jamesnetherton merged pull request #718: Schedule sync of quarkus-master branch

2020-02-14 Thread GitBox
jamesnetherton merged pull request #718: Schedule sync of quarkus-master branch URL: https://github.com/apache/camel-quarkus/pull/718 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-quarkus] branch master updated (45d8654 -> d032f1c)

2020-02-14 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 45d8654 Merge pull request #714 from ffang/issues710 add d032f1c Schedule sync of quarkus-maste

[GitHub] [camel-quarkus] ppalaga opened a new issue #723: Surefire 3.0.0-M4 passing even if a build step throws an exception

2020-02-14 Thread GitBox
ppalaga opened a new issue #723: Surefire 3.0.0-M4 passing even if a build step throws an exception URL: https://github.com/apache/camel-quarkus/issues/723 The XsltProcessor is throwing NoSuchMethodError when the app is augmented for testing (the same exception is mentioned in #721 for the

[camel] branch master updated: Camel-aws2-sns: Fixed CS

2020-02-14 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 49f9a75 Camel-aws2-sns: Fixed CS 49f9a75 is

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
oscerd commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379510723 ## File path: extensions/box/deployment/src/main/java/org/apache/camel/quarkus/component/box/deployment/BoxProcessor.j

[GitHub] [camel-quarkus] johnpoth opened a new pull request #722: Resolves #162 adds camel-box support

2020-02-14 Thread GitBox
johnpoth opened a new pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722 Thanks ! This is an automated message from the Apache Git Service. To respond to the message,

[camel] branch master updated: Camel-resources-plugin: Fixed CS

2020-02-14 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 84f8601 Camel-resources-plugin: Fixed CS 84f

[camel-kafka-connector] branch master updated (6106196 -> 26b8faf)

2020-02-14 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 6106196 Small adjustment to sourcechecks. new f3ee827 Decouple the Cassandra container for

[GitHub] [camel-kafka-connector] oscerd merged pull request #92: Adds support for running tests against external Cassandra instances

2020-02-14 Thread GitBox
oscerd merged pull request #92: Adds support for running tests against external Cassandra instances URL: https://github.com/apache/camel-kafka-connector/pull/92 This is an automated message from the Apache Git Service. To re

[camel] branch master updated: Regen

2020-02-14 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 55ccbdc Regen 55ccbdc is described below co

[camel-spring-boot] 04/04: Regen again

2020-02-14 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 commit 875cd0c4b97786e87787c9b527838a3e3175148a Author: Andrea Cosentino AuthorDate: Fri Feb 14 16:25:50 2020 +0

[camel-spring-boot] branch master updated (fd6012f -> 875cd0c)

2020-02-14 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-spring-boot.git. from fd6012f CAMEL-14539: Regen new 0a4e5e2 Regen new 1fd827f Added an aws2-sns starter n

[camel-spring-boot] 01/04: Regen

2020-02-14 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 commit 0a4e5e2324da8450a9a7cbdd2716740a28b57a0a Author: Andrea Cosentino AuthorDate: Fri Feb 14 16:10:55 2020 +0

[camel-spring-boot] 03/04: Added an Aws2-sns starter test

2020-02-14 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 commit ba6f74e74c8b144faada0e5eff17d73856f64c87 Author: Andrea Cosentino AuthorDate: Fri Feb 14 16:20:18 2020 +0

[camel-spring-boot] 02/04: Added an aws2-sns starter

2020-02-14 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 commit 1fd827f7d25e0106ed94a25671cf1d22928d2850 Author: Andrea Cosentino AuthorDate: Fri Feb 14 16:18:43 2020 +0

[GitHub] [camel-kafka-connector] orpiske opened a new pull request #92: Adds support for running tests against external Cassandra instances

2020-02-14 Thread GitBox
orpiske opened a new pull request #92: Adds support for running tests against external Cassandra instances URL: https://github.com/apache/camel-kafka-connector/pull/92 This is an automated message from the Apache Git Service

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

2020-02-14 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 fd6012f CAMEL-14539: Regen fd6012

[camel] branch master updated: CAMEL-14565: Add docs for missing option

2020-02-14 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 83e9c07 CAMEL-14565: Add docs for missing opt

[camel] branch master updated: Fix wrong parent pom

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet 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 90ba0f9 Fix wrong parent pom 90ba0f9 is describe

[camel] branch master updated: [CAMEL-14561] Camel-Blueprint fails on JDK8 with NPE

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet 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 c4b356b [CAMEL-14561] Camel-Blueprint fails on J

[camel] branch master updated: CAMEL-14562: camel-elastichsearch - Use testcontainers for testing

2020-02-14 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 cd90652 CAMEL-14562: camel-elastichsearch -

[camel] 08/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Fixed some tests

2020-02-14 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 d6d388ab71119ab9d4d2dc4dabf6759c4cb42966 Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:51:20 2020 +0100 CAM

[camel] 05/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Fixed CS

2020-02-14 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 4c380814bfc55c36c91adf2260cec62cd94fe8e3 Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:45:21 2020 +0100 CAM

[camel] branch master updated (13f2f6a -> 4b2580e)

2020-02-14 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 13f2f6a CAMEL-14565: Add docs for missing option new e06aad5 CAMEL-14552 - Create an AWS-SNS component base

[camel] 03/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, added component to kit

2020-02-14 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 15d565e438cc8ee9ddd9685a4abda45d83fcbc50 Author: Andrea Cosentino AuthorDate: Fri Feb 14 13:10:00 2020 +0100 CAM

[camel] 01/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2

2020-02-14 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 e06aad5dba95c554edfc3abba21a665edf34cf0b Author: Andrea Cosentino AuthorDate: Fri Feb 14 12:40:15 2020 +0100 CAM

[camel] 09/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Pointing the correct SB starter

2020-02-14 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 b8c06cd2d0b44e6f51c4281a92f7c6b056522dc6 Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:52:12 2020 +0100 CAM

[camel] 04/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Regen

2020-02-14 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 8abd61677bf97f467adf207460a40085743abea5 Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:34:11 2020 +0100 CAM

[camel] 06/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Fixed descriptions

2020-02-14 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 82d8117b98982ff862b699a5a176751bf5c23209 Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:48:00 2020 +0100 CAM

[camel] 11/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Regen

2020-02-14 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 4b2580ecf9d34bf8c69ddc1ba12c9ae9dbfb2edd Author: Andrea Cosentino AuthorDate: Fri Feb 14 15:08:53 2020 +0100 CAM

[camel] 07/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Regen docs

2020-02-14 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 b8d479681a263ee83fb9c2f738e6eff827bd7a4b Author: Andrea Cosentino AuthorDate: Fri Feb 14 14:48:39 2020 +0100 CAM

[camel] 10/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Note about OSGi

2020-02-14 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 d4d6457110035e2b894f431503e74aa1f0fe1614 Author: Andrea Cosentino AuthorDate: Fri Feb 14 15:00:21 2020 +0100 CAM

[camel] 02/11: CAMEL-14552 - Create an AWS-SNS component based on SDK v2, docs

2020-02-14 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 4bac9ea65a9d915ac266fae971c63725f979ba32 Author: Andrea Cosentino AuthorDate: Fri Feb 14 12:49:17 2020 +0100 CAM

[camel] 01/02: CAMEL-14565: Add docs for missing option

2020-02-14 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 7b38974703f0aa15c88fbcd7871596a533f8cb4f Author: Claus Ibsen AuthorDate: Fri Feb 14 15:22:40 2020 +0100 CAMEL-145

[GitHub] [camel-k] astefanutti commented on issue #1204: Slow build time on Minikube reported

2020-02-14 Thread GitBox
astefanutti commented on issue #1204: Slow build time on Minikube reported URL: https://github.com/apache/camel-k/issues/1204#issuecomment-586315313 Buildah support has been merged in #1256, which now becomes the default builder on Minikube. It should improve the average build time. More o

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

2020-02-14 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 7b3be69 CAMEL-14539: Regen 7b3be6

[camel] branch master updated (c88130f -> 13f2f6a)

2020-02-14 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 c88130f [CAMEL-1] Build speed: Use custom plugin for filtering resources new 7b38974 CAMEL-14565: Add d

[camel] 02/02: CAMEL-14565: Add docs for missing option

2020-02-14 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 13f2f6a95689afeae39a5a0838c8870cd74def7e Author: Claus Ibsen AuthorDate: Fri Feb 14 15:25:46 2020 +0100 CAMEL-145

[GitHub] [camel-k] astefanutti closed issue #1209: Integration builds takes lots of time

2020-02-14 Thread GitBox
astefanutti closed issue #1209: Integration builds takes lots of time URL: https://github.com/apache/camel-k/issues/1209 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [camel-k] astefanutti commented on issue #1209: Integration builds takes lots of time

2020-02-14 Thread GitBox
astefanutti commented on issue #1209: Integration builds takes lots of time URL: https://github.com/apache/camel-k/issues/1209#issuecomment-586313120 It should be fixed with #1256. This is an automated message from the Apache

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

2020-02-14 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 8536a5a Regen 8536a5a is describe

[GitHub] [camel-k] nicolaferraro closed issue #1172: Knative integration takes too long to make the service ready

2020-02-14 Thread GitBox
nicolaferraro closed issue #1172: Knative integration takes too long to make the service ready URL: https://github.com/apache/camel-k/issues/1172 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [camel-k] nicolaferraro commented on issue #1172: Knative integration takes too long to make the service ready

2020-02-14 Thread GitBox
nicolaferraro commented on issue #1172: Knative integration takes too long to make the service ready URL: https://github.com/apache/camel-k/issues/1172#issuecomment-586296568 Fixed by #1259 (which reference images directly via digest, so that Knative does not try to contact the registry to

[GitHub] [camel-quarkus] ppalaga commented on issue #671: Camel routes with xslt doesn't work in dev mode

2020-02-14 Thread GitBox
ppalaga commented on issue #671: Camel routes with xslt doesn't work in dev mode URL: https://github.com/apache/camel-quarkus/issues/671#issuecomment-586287686 I have hit a different issue when I tried to reproduce https://github.com/apache/camel-quarkus/issues/721

[GitHub] [camel-quarkus] ppalaga opened a new issue #721: NoSuchMethodError: TransformerFactory.newInstance(String, ClassLoader) in dev mode

2020-02-14 Thread GitBox
ppalaga opened a new issue #721: NoSuchMethodError: TransformerFactory.newInstance(String,ClassLoader) in dev mode URL: https://github.com/apache/camel-quarkus/issues/721 Probably after the upgrade to Quarkus 1.3.0.Alpha1 that brought the new class loading. Steps to reproduce

[camel] 01/02: [CAMEL-14444] Build speed: Use dependency extract instead of shade plugin to grab javamail providers

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 30b7cd2e4e810a31158d868ca49f2c7516f18dc1 Author: Guillaume Nodet AuthorDate: Fri Feb 14 10:48:37 2020 +0100 [CAMEL-1

[camel] 02/02: [CAMEL-14444] Build speed: Use custom plugin for filtering resources

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit c88130fc9b33c452ae6721b11b3c3b1f9ddaf2bb Author: Guillaume Nodet AuthorDate: Fri Feb 14 13:50:26 2020 +0100 [CAMEL-1

[camel] branch master updated (0cc341a -> c88130f)

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 0cc341a camel-cxf - Flaky test on JDK11 for SSL new 30b7cd2 [CAMEL-1] Build speed: Use dependency extract i

[camel] branch master updated (406415e -> 0cc341a)

2020-02-14 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 406415e CAMEL-14564: camel-webhook - Init delegate endpoint eager so its not null for camel-k add 0cc341a c

[GitHub] [camel-k] astefanutti merged pull request #1259: Buildah support

2020-02-14 Thread GitBox
astefanutti merged pull request #1259: Buildah support URL: https://github.com/apache/camel-k/pull/1259 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[camel-k] branch master updated (453aff5 -> 8f9898d)

2020-02-14 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 453aff5 Update docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc add 2a16510 chore(build): Ability to

[GitHub] [camel-k] astefanutti closed issue #1256: Buildah support

2020-02-14 Thread GitBox
astefanutti closed issue #1256: Buildah support URL: https://github.com/apache/camel-k/issues/1256 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[camel] branch master updated (24b1a3f -> 406415e)

2020-02-14 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 24b1a3f CAMEL-14565: Add docs for missing option add 406415e CAMEL-14564: camel-webhook - Init delegate endp

[camel] branch master updated: CAMEL-14565: Add docs for missing option

2020-02-14 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 24b1a3f CAMEL-14565: Add docs for missing opt

[GitHub] [camel-quarkus] ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo

2020-02-14 Thread GitBox
ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo URL: https://github.com/apache/camel-quarkus/pull/720#issuecomment-586232359 ce43991 is using ``` true docker ``` instead of the ol

[GitHub] [camel-quarkus] ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo

2020-02-14 Thread GitBox
ppalaga commented on issue #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo URL: https://github.com/apache/camel-quarkus/pull/720#issuecomment-586229451 OK, I see that the props for the docker build have changed. --

[GitHub] [camel-quarkus] ppalaga opened a new pull request #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo

2020-02-14 Thread GitBox
ppalaga opened a new pull request #720: Fix #598 Use quarkus.package.type=native instead of the native-image mojo URL: https://github.com/apache/camel-quarkus/pull/720 This is an automated message from the Apache Git Service

[GitHub] [camel-quarkus] ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/pull/719#issuecomment-586201242 Removed the reindent commit in a2d431b because it better suits the followup PR. --

[GitHub] [camel-quarkus] ppalaga commented on issue #598: Check whether enableHttpsUrlHandler, enableJni and enableJni are really required for native testing

2020-02-14 Thread GitBox
ppalaga commented on issue #598: Check whether enableHttpsUrlHandler, enableJni and enableJni are really required for native testing URL: https://github.com/apache/camel-quarkus/issues/598#issuecomment-586200275 As noted in #713, Quarkus recommends to stop usisng the `native-image` mojo a

[GitHub] [camel-quarkus] ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
ppalaga commented on issue #719: Fix #713 Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/pull/719#issuecomment-586199170 I successfully tested the change introduced in 1039ef9 with a couple of existing itests.

[GitHub] [camel-quarkus] ppalaga opened a new pull request #719: I713

2020-02-14 Thread GitBox
ppalaga opened a new pull request #719: I713 URL: https://github.com/apache/camel-quarkus/pull/719 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[camel] branch master updated: CAMEL-14564: camel-webhook - Init delegate endpoint eager so its not null for camel-k

2020-02-14 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 ca15b27 CAMEL-14564: camel-webhook - Init del

[camel] branch master updated (3cac00a -> f34ccd1)

2020-02-14 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 3cac00a Fix bad merge add f34ccd1 Fix flaky test No new revisions were added by this update. Summary of ch

[camel-spring-boot] 03/04: CAMEL-14539: Fixed spring-boot -starter adoc generation to include START END markers

2020-02-14 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 commit b2d0ad75ad490b8d01f5dd608de7b428983d930c Author: Claus Ibsen AuthorDate: Fri Feb 14 10:40:09 2020 +0100

[camel-spring-boot] 01/04: CAMEL-14539: Fixed spring-boot -starter adoc generation to include START END markers

2020-02-14 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 commit 1ae004a23a9988da996e32ae50ec5618212d287d Author: Claus Ibsen AuthorDate: Fri Feb 14 10:29:43 2020 +0100

[camel-spring-boot] 04/04: CAMEL-14539: Regen

2020-02-14 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 commit ee8c5a1a06aff76df09e9b03368054fc7c33cfb1 Author: Claus Ibsen AuthorDate: Fri Feb 14 10:43:37 2020 +0100

[camel-spring-boot] branch master updated (e983707 -> ee8c5a1)

2020-02-14 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-spring-boot.git. from e983707 Regen new 1ae004a CAMEL-14539: Fixed spring-boot -starter adoc generation to include ST

[GitHub] [camel-quarkus] ppalaga commented on issue #713: Revisit the Quarkus native image mojo options generated by create-extension

2020-02-14 Thread GitBox
ppalaga commented on issue #713: Revisit the Quarkus native image mojo options generated by create-extension URL: https://github.com/apache/camel-quarkus/issues/713#issuecomment-586178528 They actually recommend stopping to use the `native-image` mojo altogether replacing it with `

[camel] branch master updated (8d0eb6e -> 3cac00a)

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 8d0eb6e [CAMEL-1] Build speed: Make sure the debezium plugin does not overwrite files with the same content

[GitHub] [camel-quarkus] ppalaga commented on issue #698: Camel master update

2020-02-14 Thread GitBox
ppalaga commented on issue #698: Camel master update URL: https://github.com/apache/camel-quarkus/pull/698#issuecomment-586172612 Updated what I wanted, let's wait for the next random error. This is an automated message from t

[camel] 02/02: [CAMEL-14444] Build speed: Make sure the debezium plugin does not overwrite files with the same content

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 8d0eb6edc090a06f5d4a9bb356227f895ed4aa30 Author: Guillaume Nodet AuthorDate: Fri Feb 14 10:15:38 2020 +0100 [CAMEL-1

[camel] branch master updated (761683f -> 8d0eb6e)

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 761683f Upgrade Box Java SDK to version 2.44.1 new e53b036 [CAMEL-14563] The camel api generator maven plugin d

[camel] 01/02: [CAMEL-14563] The camel api generator maven plugin does not support packages correctly

2020-02-14 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit e53b0368c189cac4e1a68545440e43f325fd642e Author: Guillaume Nodet AuthorDate: Fri Feb 14 09:53:35 2020 +0100 [CAMEL-1

[GitHub] [camel-k] nicolaferraro commented on a change in pull request #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
nicolaferraro commented on a change in pull request #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274#discussion_r379315244 ## File path: pkg/trait/trait_types.go ## @@ -95,40 +95,49 @@ type Trait int

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

2020-02-14 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 e983707 Regen e983707 is describe

[GitHub] [camel-k] lburgazzoli commented on a change in pull request #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
lburgazzoli commented on a change in pull request #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274#discussion_r379312725 ## File path: pkg/trait/trait_types.go ## @@ -95,40 +95,49 @@ type Trait inter

[GitHub] [camel-k] nicolaferraro edited a comment on issue #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
nicolaferraro edited a comment on issue #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274#issuecomment-586154069 > I am curious, you are talking about `leader election`. Can you elaborate on that? How does it related

[GitHub] [camel-k] nicolaferraro commented on issue #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
nicolaferraro commented on issue #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274#issuecomment-586154069 > I am curious, you are talking about `leader election`. Can you elaborate on that? How does it related to the

[GitHub] [camel-k] heiko-braun commented on issue #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
heiko-braun commented on issue #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274#issuecomment-586151393 I am curious, you are talking about `leader election`. Can you elaborate on that? How does it related to the addo

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #718: Schedule sync of quarkus-master branch

2020-02-14 Thread GitBox
jamesnetherton opened a new pull request #718: Schedule sync of quarkus-master branch URL: https://github.com/apache/camel-quarkus/pull/718 @lburgazzoli not sure if you want a different schedule syncing `quarkus-master`? For now, I scheduled the sync of both `-master` branches to happen a

[GitHub] [camel-k] nicolaferraro opened a new pull request #1274: Refactoring traits to allow addons and add master trait (as addon)

2020-02-14 Thread GitBox
nicolaferraro opened a new pull request #1274: Refactoring traits to allow addons and add master trait (as addon) URL: https://github.com/apache/camel-k/pull/1274 Fix #1234 Needs https://github.com/apache/camel-k-runtime/pull/242 This removes the trait static lists and all

[camel-spring-boot] branch master updated: Jenkinsfile for JDK11: We should do only one build and run the test in the same step

2020-02-14 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 b149c29 Jenkinsfile for JDK11: W

  1   2   >