[GitHub] [camel-quarkus] juangon commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862140859 Here is my quarkus and camel-quarkus dependencies: ```xml io.quarkus quarkus-hibernate-orm io.quarkus

[GitHub] [camel-quarkus] aldettinger commented on a change in pull request #2790: Fix JSON Jackson jacksonConversionPojo test-addressed feedback #2726

2021-06-16 Thread GitBox
aldettinger commented on a change in pull request #2790: URL: https://github.com/apache/camel-quarkus/pull/2790#discussion_r652467145 ## File path: extensions/jackson/deployment/src/test/java/org/apache/camel/quarkus/component/jackson/JacksonTypeConverterSimpleTest.java ## @@

[GitHub] [camel-quarkus] juangon opened a new issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon opened a new issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793 When using Quarkus (v 1.13.7, didn't check others) and using http routes (camel-quarkus-http) trying to build native, it throws this error: ``` Error:

[camel] 02/02: Sync deps

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 0e17de9a63b08227d4f13badae5ec3ad7bb423c4 Author: Andrea Cosentino AuthorDate: Wed Jun 16 08:28:28 2021 +0200 Sync

[GitHub] [camel-quarkus] juangon commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862131402 BTw I use a toD too as I need to get some dynamic values from header: ```java .toD("https://; + url +

[GitHub] [camel-quarkus] juangon edited a comment on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon edited a comment on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862131402 BTw I use a toD too as I need to get some dynamic values from header: ```java .toD("https://; + url +

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
jamesnetherton commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862137951 It was the `AuthSchemeBase` & `NTLMScheme` parts of the stacktrace that interested me. Do you have any authentication options configured? -- This is an automated

[camel-spring-boot] branch main updated: Upgrade Spring Boot to version 2.5.1

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new 6d90514 Upgrade Spring Boot to

[camel] 01/02: Upgrade Snakeyaml to version 1.29

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit ac9605e0df9d57fe72535913a829e4a2a13f987f Author: Andrea Cosentino AuthorDate: Wed Jun 16 08:21:15 2021 +0200

[camel] branch main updated (443d22c -> 0e17de9)

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git. from 443d22c Sync deps new ac9605e Upgrade Snakeyaml to version 1.29 new 0e17de9 Sync deps The 2 revisions

[camel] branch main updated (4b5be67 -> 66f30dc)

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git. from 4b5be67 Sync deps new 4845cf9 CAMEL-16718: camel-netty - If netty producer fails writing at a early phase

[camel] 01/02: CAMEL-16718: camel-netty - If netty producer fails writing at a early phase then netty does not trigger exceptionCaught in the client handler, so we need to do something when operation

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 4845cf938e423355ea96ed7a3e1942fcceac2de3 Author: Claus Ibsen AuthorDate: Wed Jun 16 09:49:05 2021 +0200

[camel] 02/02: CAMEL-16718: camel-netty - If netty producer fails writing at a early phase then netty does not trigger exceptionCaught in the client handler, so we need to do something when operation

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 66f30dcb328e225f0bf248d825d52b0774c593ed Author: Claus Ibsen AuthorDate: Wed Jun 16 09:58:30 2021 +0200

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2794: Expand HTTP extension test coverage

2021-06-16 Thread GitBox
jamesnetherton opened a new issue #2794: URL: https://github.com/apache/camel-quarkus/issues/2794 We should add some coverage for: * Using proxies * Authentication * Compression -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #2792: Avoid leaking localstack containers when ryuk is disabled

2021-06-16 Thread GitBox
jamesnetherton opened a new pull request #2792: URL: https://github.com/apache/camel-quarkus/pull/2792 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] [camel-quarkus] grigoni commented on issue #764: CXF JAX-WS support

2021-06-16 Thread GitBox
grigoni commented on issue #764: URL: https://github.com/apache/camel-quarkus/issues/764#issuecomment-862136497 it would really help me to implement SOAP services, I hope the extension comes soon thanks to all who contributes to it -- This is an automated message from the Apache Git

[GitHub] [camel-quarkus] juangon commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862139767 The only auth thing I did was manually set Authorization header like this: ```java .setHeader("Authorization", constant("Basic " + basicAuth)) ``` -- This is an

[camel] branch camel-3.4.x updated: Properly exclude docs/node and docs/.yarn

2021-06-16 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 6ad5925 Properly exclude docs/node

[camel] branch regen_bot updated (443d22c -> 0e17de9)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 443d22c Sync deps add ac9605e Upgrade Snakeyaml to version 1.29 add 0e17de9 Sync deps No new

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
jamesnetherton commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862126922 Please can you provide some more information about how your `http` endpoint is configured. -- This is an automated message from the Apache Git Service. To respond to

[camel] branch regen_bot updated (4b5be67 -> 66f30dc)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 4b5be67 Sync deps add 4845cf9 CAMEL-16718: camel-netty - If netty producer fails writing at a early

[camel] branch regen_bot updated (a8cd7bf -> 443d22c)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from a8cd7bf CAMEL-16717: Adding functional test cases (#5671) add 7467440 (chores) cleaned up assertions in

[GitHub] [camel-quarkus] juangon commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
juangon commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862130429 Sure @jamesnetherton , there are multiple "to" like this: ```java .toF("https://%s%s?throwExceptionOnFailure=false=#instanceCookieHandler&..;, a,b) ``` I have

[camel] 02/02: Sync deps

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 4b5be678d8415e022dd8a016cc196c624c2ebc73 Author: Andrea Cosentino AuthorDate: Wed Jun 16 09:37:02 2021 +0200 Sync

[camel] branch main updated (0e17de9 -> 4b5be67)

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git. from 0e17de9 Sync deps new e6dbcef Upgrade Spring to version 5.3.8 new 4b5be67 Sync deps The 2 revisions

[camel] 01/02: Upgrade Spring to version 5.3.8

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit e6dbcef08a9c88aa0306b3d708afd0e88c0f23e2 Author: Andrea Cosentino AuthorDate: Wed Jun 16 09:32:56 2021 +0200

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2793: camel-quarkus-http doesn't build native image - Random/SplittableRandom

2021-06-16 Thread GitBox
jamesnetherton commented on issue #2793: URL: https://github.com/apache/camel-quarkus/issues/2793#issuecomment-862146373 Unfortunately we lack native test coverage for authentication (https://github.com/apache/camel-quarkus/issues/2794). So this issue was not noticed. As a

[camel] branch regen_bot updated (0e17de9 -> 4b5be67)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 0e17de9 Sync deps add e6dbcef Upgrade Spring to version 5.3.8 add 4b5be67 Sync deps No new

[GitHub] [camel-quarkus] aldettinger commented on a change in pull request #2790: Fix JSON Jackson jacksonConversionPojo test-addressed feedback #2726

2021-06-16 Thread GitBox
aldettinger commented on a change in pull request #2790: URL: https://github.com/apache/camel-quarkus/pull/2790#discussion_r652466568 ## File path: extensions/jackson/deployment/src/test/java/org/apache/camel/quarkus/component/jackson/JacksonTypeConverterPojoTest.java ## @@

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2786: fix Issue/2733 : Native support for kamelet.yaml discovery

2021-06-16 Thread GitBox
ppalaga commented on a change in pull request #2786: URL: https://github.com/apache/camel-quarkus/pull/2786#discussion_r652481412 ## File path: extensions/kamelet/runtime/src/main/doc/usage.adoc ## @@ -0,0 +1,20 @@ +=== Pre-load Kamelets at build-time + +This extension allow

[camel-website] branch main updated: chore: ApacheCon schedules blog post

2021-06-16 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/main by this push: new 588e50b chore: ApacheCon schedules blog

[GitHub] [camel-website] zregvart merged pull request #590: chore: ApacheCon schedules blog post

2021-06-16 Thread GitBox
zregvart merged pull request #590: URL: https://github.com/apache/camel-website/pull/590 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [camel-quarkus] ppalaga commented on pull request #2786: fix Issue/2733 : Native support for kamelet.yaml discovery

2021-06-16 Thread GitBox
ppalaga commented on pull request #2786: URL: https://github.com/apache/camel-quarkus/pull/2786#issuecomment-862204207 The test failures are strange. Can you think of any explanation, @jamesnetherton? -- This is an automated message from the Apache Git Service. To respond to the

[camel-quarkus] branch main updated: Avoid leaking localstack containers when ryuk is disabled

2021-06-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 4ca94cf Avoid leaking localstack

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
JiriOndrusek commented on a change in pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795#discussion_r652531933 ## File path: integration-tests/mongodb/src/test/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbTest.java ## @@ -277,13 +280,19 @@

[camel-website] branch asf-site updated (02a5748 -> 1e874bf)

2021-06-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard 02a5748 Website updated to 9b2ce99490791e0e4eb317035947c9cb96b8209b discard 4016f41 Website

[GitHub] [camel-quarkus] ppalaga commented on pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
ppalaga commented on pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795#issuecomment-862203329 cc @JiriOndrusek -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[camel] branch regen_bot updated (6704050 -> 735948f)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 6704050 Properly exclude docs/node and docs/.yarn add c6f6391 Upgrade AssertJ to version 3.20.0

[camel] branch main updated: (chores) logging cleanups (#5675)

2021-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 0ce3184 (chores) logging cleanups (#5675) 0ce3184

[camel] branch regen_bot updated (735948f -> 0ce3184)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 735948f Sync deps add 0ce3184 (chores) logging cleanups (#5675) No new revisions were added by this

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2792: Avoid leaking localstack containers when ryuk is disabled

2021-06-16 Thread GitBox
jamesnetherton merged pull request #2792: URL: https://github.com/apache/camel-quarkus/pull/2792 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[camel-quarkus] branch main updated: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer() and MongoDbTest.testPersistentTailingConsumer()

2021-06-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new e4d2f9d Fixup #2658 Intermittent failures

[GitHub] [camel-quarkus] ppalaga merged pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
ppalaga merged pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[camel] branch yaml-maven updated (4fa37c9 -> 7cd9b17)

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch yaml-maven in repository https://gitbox.apache.org/repos/asf/camel.git. from 4fa37c9 CAMEL-16726: openapi generator: generate YAML DSL add 7cd9b17 CAMEL-16726: openapi generator:

[camel-kamelets] 03/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch s3-batch-size in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit d5f3becd657abf0e95bf170b99e94b748e50fdc0 Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:32:39

[camel-kamelets] 01/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch s3-batch-size in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 9f0ece516e4a13b263351b77fb9364288c182e5f Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:30:41

[camel-kamelets] 02/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch s3-batch-size in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 3c9bddb0b85066ea627fc5310e2287723cff4c34 Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:32:23

[camel-kamelets] branch s3-batch-size created (now d5f3bec)

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch s3-batch-size in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git. at d5f3bec AWS S3 Streaming Upload: Added Batch Size option This branch includes the following new

[camel-kamelets] branch main updated (18eab92 -> eda3c74)

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git. from 18eab92 Regen new cde6961 AWS S3 Streaming Upload: Added Batch Size option new 92804ed AWS S3

[camel-kamelets] 02/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 92804ed4829ab3dffda6b87852a2d231b1a2ac67 Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:32:23 2021 +0200

[camel-kamelets] 01/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit cde6961ee300e1853ecf3578acee812288aba31c Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:30:41 2021 +0200

[camel-kamelets] 03/03: AWS S3 Streaming Upload: Added Batch Size option

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit eda3c7417a21041942dc1d2a161c45dee9b2023e Author: Andrea Cosentino AuthorDate: Wed Jun 16 14:32:39 2021 +0200

[camel-kamelets] branch regen_bot updated (18eab92 -> eda3c74)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git. from 18eab92 Regen add cde6961 AWS S3 Streaming Upload: Added Batch Size option add 92804ed

[camel] branch main updated: Properly exclude docs/node and docs/.yarn

2021-06-16 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 6704050 Properly exclude docs/node and docs/.yarn

[GitHub] [camel-quarkus] ppalaga opened a new pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
ppalaga opened a new pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795 …) and MongoDbTest.testPersistentTailingConsumer() The tests are still failing intermittently. I have added some debug code and increased the awaitility timeout -- This is an automated

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
ppalaga commented on a change in pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795#discussion_r652522202 ## File path: integration-tests/mongodb/src/test/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbTest.java ## @@ -277,13 +280,19 @@

[GitHub] [camel-quarkus] ppalaga commented on pull request #2786: fix Issue/2733 : Native support for kamelet.yaml discovery

2021-06-16 Thread GitBox
ppalaga commented on pull request #2786: URL: https://github.com/apache/camel-quarkus/pull/2786#issuecomment-862231192 Solr and MongoDB are known to be flaky but there are more tests failing here, which I find truly strange. I added https://github.com/apache/camel-quarkus/pull/2795 for

[GitHub] [camel-website] github-actions[bot] commented on pull request #590: chore: ApacheCon schedules blog post

2021-06-16 Thread GitBox
github-actions[bot] commented on pull request #590: URL: https://github.com/apache/camel-website/pull/590#issuecomment-862187681  Preview is available at https://pr-590--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #2795: Fixup #2658 Intermittent failures in MongoDbTest.testTailingConsumer(…

2021-06-16 Thread GitBox
zbendhiba commented on a change in pull request #2795: URL: https://github.com/apache/camel-quarkus/pull/2795#discussion_r652520037 ## File path: integration-tests/mongodb/src/test/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbTest.java ## @@ -277,13 +280,19 @@

[camel] branch regen_bot updated (66f30dc -> 6704050)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 66f30dc CAMEL-16718: camel-netty - If netty producer fails writing at a early phase then netty does not

[camel] branch camel-3.7.x updated: Properly exclude docs/node and docs/.yarn

2021-06-16 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 74e589f Properly exclude docs/node

[GitHub] [camel-quarkus] zbendhiba commented on issue #2578: Atlasmap : use jandex index for atlasmap bean discovery

2021-06-16 Thread GitBox
zbendhiba commented on issue #2578: URL: https://github.com/apache/camel-quarkus/issues/2578#issuecomment-862209094 PR [atlasmap-jandex](https://github.com/atlasmap/atlasmap/pull/2966) is merged. Wait for Atlasmap 2.3.0 is released and updated in Camel. -- This is an automated message

[camel-kamelets] branch regen_bot updated (6cb9c14 -> 18eab92)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git. from 6cb9c14 Regen for commit f9a150b669e170868aa8147fe6c61581c245b8c3 add 18eab92 Regen No new

[camel-kamelets] branch main updated: Regen

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git The following commit(s) were added to refs/heads/main by this push: new 18eab92 Regen 18eab92 is described

[camel] branch main updated (6704050 -> 735948f)

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git. from 6704050 Properly exclude docs/node and docs/.yarn new c6f6391 Upgrade AssertJ to version 3.20.0 new

[camel] 01/02: Upgrade AssertJ to version 3.20.0

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit c6f639123c072afd0344368d8fee5d6cc31a Author: Andrea Cosentino AuthorDate: Wed Jun 16 11:16:17 2021 +0200

[camel] 02/02: Sync deps

2021-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 735948fc0895c662aab90b6c5a7238e1dda448a2 Author: Andrea Cosentino AuthorDate: Wed Jun 16 11:24:20 2021 +0200 Sync

[GitHub] [camel-quarkus] valdar commented on pull request #2786: fix Issue/2733 : Native support for kamelet.yaml discovery

2021-06-16 Thread GitBox
valdar commented on pull request #2786: URL: https://github.com/apache/camel-quarkus/pull/2786#issuecomment-862210998 They seems to be mostly related to `solr` component? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[camel-k] 16/20: chore(crd): configmap/secret eky filtering regen

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 7a31b305ed3c8465214b6b0777d9671172a3f373 Author: Pasquale Congiusti AuthorDate: Mon Jun 7 12:38:13 2021 +0200

[camel-k] 03/20: refactor(example): resource run option

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 95a51ef752af8f4d830b6ea27503f553112b882a Author: Pasquale Congiusti AuthorDate: Tue Jun 1 10:43:05 2021 +0200

[camel-k] 14/20: fix(e2e): test name typo

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit fdf7fe4fec55db566f646cb145b548b961a52a13 Author: Pasquale Congiusti AuthorDate: Thu Jun 3 16:43:56 2021 +0200

[camel-k] 12/20: chore(e2e): run option with destination path

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit ad5831aecdedd0f6d9a5878d67846ef9af361477 Author: Pasquale Congiusti AuthorDate: Thu Jun 3 11:28:47 2021 +0200

[camel-k] 08/20: chore(crd): autogen update

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 573ea1bb56455d69c8e970c45dbe9c90fb99a107 Author: Pasquale Congiusti AuthorDate: Wed Jun 2 15:25:34 2021 +0200

[camel-k] 09/20: doc(example): resource @path

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 1446a6ce64323f85c34918a0662f5041ec6d5ec4 Author: Pasquale Congiusti AuthorDate: Wed Jun 2 15:26:07 2021 +0200

[camel-k] 07/20: feat(cmd/run): resource @path support

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 1f958527c5b1db1ed27b99e93c857a3d16f8716d Author: Pasquale Congiusti AuthorDate: Wed Jun 2 15:24:59 2021 +0200

[camel-k] 11/20: refactor(cmd/run): synch all option files

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit ba4a25fc7ffdab51c14b99ffc10e7539ce84e609 Author: Pasquale Congiusti AuthorDate: Thu Jun 3 11:07:57 2021 +0200

[camel-k] 17/20: chore(e2e): configmap/secret key test

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 90cbbda23ee38feb294fcaf4add219b7be1a7960 Author: Pasquale Congiusti AuthorDate: Mon Jun 7 12:38:43 2021 +0200

[camel-k] 18/20: doc(example): configmap/secret key selection

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 18f34ac4573c1870d10df6dacf63e668de74cb4d Author: Pasquale Congiusti AuthorDate: Mon Jun 7 12:41:39 2021 +0200

[camel-k] 06/20: feat(cmd/run): modeline resource support

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 165fa3aa86075bcb59d44878dbe66d1ca25c8b91 Author: Pasquale Congiusti AuthorDate: Tue Jun 1 16:23:26 2021 +0200

[camel-k] 15/20: feat(cmd/run): configmap/secret key filtering

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit e938c50fc43db9ad9b3cb85f8d944dc354aa3511 Author: Pasquale Congiusti AuthorDate: Mon Jun 7 12:37:25 2021 +0200

[camel-k] 19/20: feat(cmd/run): warn when using path on --config

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 4465e1a8bd6fb6e036bf79b19c8d84a2db890208 Author: Pasquale Congiusti AuthorDate: Mon Jun 7 14:44:59 2021 +0200

[camel-k] 05/20: feat(cmd/run): --resource filename compatibility

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit b9dbe12e7d8d1e058bbdc796aebea87b29ac5e38 Author: Pasquale Congiusti AuthorDate: Tue Jun 1 16:04:41 2021 +0200

[camel-k] branch main updated (18e9916 -> 73339cf)

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 18e9916 Updated CHANGELOG.md new 890b4df feat(cmd/run): resource option refactoring new 252eb52

[camel-k] 01/20: feat(cmd/run): resource option refactoring

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 890b4df49c71b08040373a74fc2f8b70d6ebedff Author: Pasquale Congiusti AuthorDate: Tue Jun 1 10:41:48 2021 +0200

[camel-k] 02/20: refactor(crd): configuration resource type

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 252eb5227e767b1ada91f07904c13f656d1eff96 Author: Pasquale Congiusti AuthorDate: Tue Jun 1 10:42:28 2021 +0200

[camel-k] 04/20: refactor(e2e): resource option integration test

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 44ba5644a1a7ad73ab196505413f520df76ea3de Author: Pasquale Congiusti AuthorDate: Tue Jun 1 10:43:36 2021 +0200

[camel-k] 20/20: chore(cmd/run): single resource dir and cli syntax description

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 73339cf8657de13cff07a0dc4723cf74f27f9f95 Author: Pasquale Congiusti AuthorDate: Wed Jun 16 12:21:41 2021 +0200

[camel-k] 13/20: feat(cmd/run): validate destination path

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 3cd69e4babf80f355cb7d19ef1219f549a3254f8 Author: Pasquale Congiusti AuthorDate: Thu Jun 3 16:39:49 2021 +0200

[camel-k] 10/20: feat(cmd/run): file size limitation

2021-06-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 4697722476e3c2366578dc0b7eaae8ea4cc24487 Author: Pasquale Congiusti AuthorDate: Thu Jun 3 10:01:23 2021 +0200

[camel] branch yaml-maven updated (7cd9b17 -> 35f1d79)

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch yaml-maven in repository https://gitbox.apache.org/repos/asf/camel.git. from 7cd9b17 CAMEL-16726: openapi generator: generate YAML DSL add 35f1d79 CAMEL-16726: openapi generator:

[camel-quarkus] 01/01: Upgrade to Quarkus 2.0.0.Final

2021-06-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 723aee1e0d20bd5880338033da51faa4c79e83d9 Author: Peter Palaga AuthorDate: Tue Jun 8 08:42:40 2021 +0200

[camel-quarkus] branch quarkus-main updated (9117018 -> 723aee1)

2021-06-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. omit 9117018 Upgrade to Quarkus 2.0.0.Final add 040da37 fix Unable to determine the status of the

[camel] branch main updated: (chores) removed unused variables (#5679)

2021-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 5d49436 (chores) removed unused variables (#5679)

[camel-kafka-connector] branch main updated: Added documentation on how to run Salesforce integration tests.

2021-06-16 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/main by this push: new 4e07d45 Added documentation on how

[camel] branch main updated: (chores) camel-tarfile cleanup (#5681)

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 1fa4fd9 (chores) camel-tarfile cleanup (#5681)

[camel] branch yaml-maven updated (35f1d79 -> 5bc5b4d)

2021-06-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch yaml-maven in repository https://gitbox.apache.org/repos/asf/camel.git. from 35f1d79 CAMEL-16726: openapi generator: generate YAML DSL add 5bc5b4d CAMEL-16726: openapi generator:

[camel] branch regen_bot updated (30cdc05 -> d29136d)

2021-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. from 30cdc05 FunctionGraph Update Comments (#5677) add 1efa2cb [Lambda] Also check CamelAwsLambdaZipFile in

[camel-k] branch main updated (73339cf -> 8a5ef37)

2021-06-16 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 73339cf chore(cmd/run): single resource dir and cli syntax description new 6b098ec doc: new configuration

[camel-k] 05/06: doc(examples): databases

2021-06-16 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 0b132c937a9d59e5cf4ab9cef7bcd50668d51fde Author: Pasquale Congiusti AuthorDate: Tue Jun 15 10:13:27 2021 +0200

[camel-k] 03/06: fix(doc): kube-config global flag

2021-06-16 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit aa4efb718e52defc780b993b1709b6e2fd634d7f Author: Pasquale Congiusti AuthorDate: Tue Jun 8 17:44:41 2021 +0200

  1   2   >