[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4221: fix line ending

2022-10-28 Thread GitBox
aldettinger opened a new pull request, #4221: URL: https://github.com/apache/camel-quarkus/pull/4221 On my local machine I ended up with message like: ``` warning: CRLF will be replaced by LF in integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/test/resources/linux-image.png. T

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4221: fix line ending

2022-10-28 Thread GitBox
jamesnetherton commented on PR #4221: URL: https://github.com/apache/camel-quarkus/pull/4221#issuecomment-1294580312 Probably better to add `*.png binary` to `.gitattributes`. There's some other stuff that we should probably add like: ``` *.jks binary *.ttf binary *.zip

[GitHub] [camel-quarkus] aldettinger commented on pull request #4221: fix line ending

2022-10-28 Thread GitBox
aldettinger commented on PR #4221: URL: https://github.com/apache/camel-quarkus/pull/4221#issuecomment-1294605390 Sounds like a good idea, let's experiment with that then. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[camel] 01/02: CAMEL-18614: camel-core - Updating route configuration via routes loader

2022-10-28 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 5c6b2d3c3212757182b1b9e728ec3c1dcd2848aa Author: Claus Ibsen AuthorDate: Fri Oct 28 09:39:50 2022 +0200 CAMEL-18614

[camel] branch main updated (797fd4c5fd4 -> ad67fb7fa0e)

2022-10-28 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 797fd4c5fd4 Update route-configuration.adoc new 5c6b2d3c321 CAMEL-18614: camel-core - Updating route configuratio

[camel] 02/02: Update yaml example

2022-10-28 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 ad67fb7fa0e61bcda65236d9269a4818d36880dd Author: Claus Ibsen AuthorDate: Fri Oct 28 09:41:06 2022 +0200 Update yaml

[camel] branch camel-3.18.x updated: CAMEL-18614: camel-core - Updating route configuration via routes loader

2022-10-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.18.x by this push: new 092ad24bd35 CAMEL-18614: camel-cor

[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4222: perf-regression: remove workaround and final fix Java 17 issue #4031

2022-10-28 Thread GitBox
aldettinger opened a new pull request, #4222: URL: https://github.com/apache/camel-quarkus/pull/4222 -- 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. To unsubscribe, e-mail

[GitHub] [camel-quarkus] aldettinger commented on pull request #4221: fix line ending

2022-10-28 Thread GitBox
aldettinger commented on PR #4221: URL: https://github.com/apache/camel-quarkus/pull/4221#issuecomment-1294621217 Seems to work locally. Let's see if the build pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[camel] branch main updated: CAMEL-18614: camel-core - Updating route configuration via routes loader

2022-10-28 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 e44e2f9879e CAMEL-18614: camel-core - Updating rou

[camel] branch camel-3.18.x updated: CAMEL-18614: camel-core - Updating route configuration via routes loader

2022-10-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.18.x by this push: new ed937991d28 CAMEL-18614: camel-cor

[camel-kamelets] 02/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit ef1c32185142b3b0531a415a3e51cb137a6f5aa1 Author: Andrea Cosentino Autho

[camel-kamelets] 03/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 83214c5980d1e06e78fa984687d8ff5708b2020a Author: Andrea Cosentino Autho

[camel-kamelets] branch azure-storage-blob-optional-deleteAfterRead created (now 83214c59)

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git at 83214c59 Azure Storage Blob Source Kamelet: Add a deleteAfterRead pa

[camel-kamelets] 01/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit a9be9c9aa35827b2ba9b3286633136f0377fa908 Author: Andrea Cosentino Autho

[GitHub] [camel-kamelets] oscerd opened a new pull request, #1124: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd opened a new pull request, #1124: URL: https://github.com/apache/camel-kamelets/pull/1124 Fixes #1119 -- 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. To unsubscribe

[camel] branch main updated (e44e2f9879e -> 9836d058cce)

2022-10-28 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 e44e2f9879e CAMEL-18614: camel-core - Updating route configuration via routes loader new eab0922607c Upgrade Pu

[camel] 01/03: Upgrade Pulsar to version 2.10.2

2022-10-28 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 eab0922607ccc1621920164d6c860e079f281a0e Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:21:49 2022 +0200 Upgra

[camel] 03/03: Regen

2022-10-28 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 9836d058cce9872c9cdf4adbff3a36e89e4e8d36 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:27:19 2022 +0200 Regen

[camel] 02/03: Sync deps and regen

2022-10-28 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 8a32a46b296f948e8cb82971a0098a91a3ff734e Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:11:26 2022 +0200 Sync

[GitHub] [camel-kamelets] oscerd merged pull request #1124: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd merged PR #1124: URL: https://github.com/apache/camel-kamelets/pull/1124 -- 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. To unsubscribe, e-mail: commits-unsubscr...@came

[GitHub] [camel-kamelets] oscerd closed issue #1119: Azure Storage Blob Source: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd closed issue #1119: Azure Storage Blob Source: Add a deleteAfterRead parameter URL: https://github.com/apache/camel-kamelets/issues/1119 -- 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 sp

[camel-kamelets] branch main updated (373e9739 -> e8106f53)

2022-10-28 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 373e9739 Updated CHANGELOG.md new c96a4ee5 Azure Storage Blob Source Kamelet: Add a deleteAfterRead pa

[camel-kamelets] 02/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 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 528ff08328bbf46ee34b5dd52dd1a0c08426cae4 Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:34:58 2022 +0200

[camel-kamelets] 01/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 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 c96a4ee53c9988a8953b653df2b992ecc6693cb1 Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:33:03 2022 +0200

[camel-kamelets] 03/03: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 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 e8106f53cef69ed556d7fa1f7e9dfb2f6c0b0b78 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:12:24 2022 +0200

[camel-kamelets] branch azure-storage-blob-optional-deleteAfterRead updated (83214c59 -> 3db7afcd)

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git omit 83214c59 Azure Storage Blob Source Kamelet: Add a deleteAfterRead pa

[camel-kamelets] 01/01: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-storage-blob-optional-deleteAfterRead in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 3db7afcdcc40114cc993b3bd1aeab25ba664ee79 Author: Andrea Cosentino Autho

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

2022-10-28 Thread GitBox
github-actions[bot] opened a new pull request, #1125: URL: https://github.com/apache/camel-kamelets/pull/1125 Regen bot :robot: found some uncommited changes after running build on :camel: kamelets main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automate

[camel-kamelets] branch regen_bot updated (3f4103bd -> a2a9bae9)

2022-10-28 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 3f4103bd Azure Storage Blob Source Kamelet: Add a delay parameter add 373e9739 Updated CHANGELOG.m

[GitHub] [camel-kamelets] oscerd opened a new pull request, #1126: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd opened a new pull request, #1126: URL: https://github.com/apache/camel-kamelets/pull/1126 Signed-off-by: Andrea Cosentino -- 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 comm

[GitHub] [camel-kamelets] oscerd merged pull request #1126: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd merged PR #1126: URL: https://github.com/apache/camel-kamelets/pull/1126 -- 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. To unsubscribe, e-mail: commits-unsubscr...@came

[camel-kamelets] branch main updated: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 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 325bf161 Azure Storage Blob Source Kamel

[GitHub] [camel-kamelets] oscerd merged pull request #1125: Generated sources regen

2022-10-28 Thread GitBox
oscerd merged PR #1125: URL: https://github.com/apache/camel-kamelets/pull/1125 -- 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. To unsubscribe, e-mail: commits-unsubscr...@came

[camel-kamelets] branch main created (now 325bf161)

2022-10-28 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 at 325bf161 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter This branch includes the follo

[camel-kamelets] 01/01: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 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 325bf161d6af7641f6d4c9b065a4d36af02a2b20 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:31:57 2022 +0200

[camel-kamelets] 02/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch deleteAfterRead-0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit f482ea9d0f5dbaa01b9ca2c6c5ec5d0b8b4ba54e Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:3

[GitHub] [camel-kamelets] oscerd merged pull request #1127: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread GitBox
oscerd merged PR #1127: URL: https://github.com/apache/camel-kamelets/pull/1127 -- 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. To unsubscribe, e-mail: commits-unsubscr...@came

[camel-kamelets] branch 0.9.x updated (f150e688 -> 8c28af78)

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git from f150e688 Azure Storage Blob Source Kamelet: Add a delay parameter new 3973fbb2 Azure Storage Blob Sour

[camel-kamelets] 01/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 3973fbb2482ef03186fedbcadb7d5b885833cac9 Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:33:03 2022 +0200

[camel-kamelets] 02/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 3bf2a6def4eabad3f0596136f5be9a17648be421 Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:34:58 2022 +0200

[camel-kamelets] 03/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 7e37c0037bb0dcb97451187c8695264a2e14bce6 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:12:24 2022 +0200

[camel-kamelets] 01/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch deleteAfterRead-0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit c62a8ed3431e559b5ed42b2f6008fca9fd1a4572 Author: Andrea Cosentino AuthorDate: Fri Oct 28 09:3

[camel-kamelets] 03/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch deleteAfterRead-0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit fb89b8ff4f7a8d805d0cfb4d1b090215e5a4 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:1

[camel-kamelets] 04/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch deleteAfterRead-0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 7f0b479b992ea23d45a4475d5060ccdf92363dc2 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:3

[camel-kamelets] branch deleteAfterRead-0.9.x created (now 7f0b479b)

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch deleteAfterRead-0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git at 7f0b479b Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter This branch i

[GitHub] [camel-k] squakez opened a new issue, #3784: Native checks to run on a nightly basis instead of on each PR

2022-10-28 Thread GitBox
squakez opened a new issue, #3784: URL: https://github.com/apache/camel-k/issues/3784 As the time to complete native checks is getting bigger, let's have separated check that run on a nightly basis (we can even put beside the nightly releases to force us to look to it when failures happen).

[camel-kamelets] 04/04: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit 8c28af787e9d0180cdc7271ea1109c0f7310ba49 Author: Andrea Cosentino AuthorDate: Fri Oct 28 10:31:57 2022 +0200

[camel-kamelets] branch regen_bot updated (a2a9bae9 -> 325bf161)

2022-10-28 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 omit a2a9bae9 Regen for commit e8106f53cef69ed556d7fa1f7e9dfb2f6c0b0b78 add 325bf161 Azure Storage Blob

svn commit: r57641 - /dev/camel/camel-kamelets/0.9.2/ /release/camel/camel-kamelets/0.9.2/

2022-10-28 Thread acosentino
Author: acosentino Date: Fri Oct 28 08:47:51 2022 New Revision: 57641 Log: Promote release from dev to release Added: release/camel/camel-kamelets/0.9.2/ - copied from r57640, dev/camel/camel-kamelets/0.9.2/ Removed: dev/camel/camel-kamelets/0.9.2/

[GitHub] [camel] rastislavpapp opened a new pull request, #8643: CAMEL-18255: Address memory leak caused by scheduling MDC.afterProces…

2022-10-28 Thread GitBox
rastislavpapp opened a new pull request, #8643: URL: https://github.com/apache/camel/pull/8643 Backport of c36e6e7305f47b9048e3a64313782fa0bc6c7ad1 fixing CAMEL-18255 for 3.14.x LTS * CAMEL-18255: Address memory leak caused by scheduling MDC.afterProcess. Call the afterProcess from t

[camel] branch regen_bot updated (797fd4c5fd4 -> e44e2f9879e)

2022-10-28 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 797fd4c5fd4 Update route-configuration.adoc add 5c6b2d3c321 CAMEL-18614: camel-core - Updating route config

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

2022-10-28 Thread GitBox
github-actions[bot] opened a new pull request, #8644: URL: https://github.com/apache/camel/pull/8644 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (e44e2f9879e -> 52caa856fa7)

2022-10-28 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 e44e2f9879e CAMEL-18614: camel-core - Updating route configuration via routes loader add eab0922607c Upgra

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

2022-10-28 Thread GitBox
oscerd merged PR #8644: URL: https://github.com/apache/camel/pull/8644 -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.

[camel] branch main updated: Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36

2022-10-28 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 The following commit(s) were added to refs/heads/main by this push: new be5270c6418 Regen for commit 9836d058cce9872c9cdf

[camel] branch regen_bot updated (52caa856fa7 -> be5270c6418)

2022-10-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 52caa856fa7 Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36 add be5270c6418 Regen for commit 9836

[camel-kamelets-examples] branch main updated: Add type converter example

2022-10-28 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-kamelets-examples.git The following commit(s) were added to refs/heads/main by this push: new ca45ec1 Add type converter exam

[camel] 02/02: Java DSL - Fix classloading to use same loader in the same compilation unit.

2022-10-28 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 714d9d57b631b47c3d6f896bd83ffe4bb42b0e5a Author: Claus Ibsen AuthorDate: Fri Oct 28 13:04:41 2022 +0200 Java DSL -

[camel] branch main updated (be5270c6418 -> 714d9d57b63)

2022-10-28 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 be5270c6418 Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36 new 90fd7cd3424 Java DSL - Include more det

[camel] 02/02: Java DSL - Fix classloading to use same loader in the same compilation unit.

2022-10-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 7c686d7ca61502d08ce841ccf7bea9fa64e311bf Author: Claus Ibsen AuthorDate: Fri Oct 28 13:04:41 2022 +0200 Jav

[camel] 01/02: Java DSL - Include more detailed compilation error in exception.

2022-10-28 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 90fd7cd3424264189c0db37d8a38b9a9258baab6 Author: Claus Ibsen AuthorDate: Fri Oct 28 11:10:25 2022 +0200 Java DSL -

[camel] 01/02: Java DSL - Include more detailed compilation error in exception.

2022-10-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 06e76946f962143f5089fe81061d82ff94408002 Author: Claus Ibsen AuthorDate: Fri Oct 28 11:10:25 2022 +0200 Jav

[camel] branch camel-3.18.x updated (ed937991d28 -> 7c686d7ca61)

2022-10-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git from ed937991d28 CAMEL-18614: camel-core - Updating route configuration via routes loader new 06e76946f96 Jav

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-28 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1294869079 Here is a type converter example https://github.com/apache/camel-kamelets-examples/tree/main/jbang/type-converter Beware that doing a type converter from List means th

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-28 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1294869776 However this is not Karavan specific so lets closed this ticket. You can get general Camel help in the zulip chat room, or old fashioned mailing list https://camel.apache.org

[GitHub] [camel-karavan] davsclaus closed issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-28 Thread GitBox
davsclaus closed issue #500: Deployment with a Custom processor throws ClassNotFoundException error URL: https://github.com/apache/camel-karavan/issues/500 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[camel] branch main updated: Use latest Pulsar container image 2.10.2 for test-infra module

2022-10-28 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 The following commit(s) were added to refs/heads/main by this push: new 302cf870e54 Use latest Pulsar container image 2.1

[GitHub] [camel-website] oscerd opened a new pull request, #919: Added Camel Kamelets release 0.9.2

2022-10-28 Thread GitBox
oscerd opened a new pull request, #919: URL: https://github.com/apache/camel-website/pull/919 Signed-off-by: Andrea Cosentino -- 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

[camel-website] branch camel-kamelets-0.9.2 created (now 4cafc20c)

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch camel-kamelets-0.9.2 in repository https://gitbox.apache.org/repos/asf/camel-website.git at 4cafc20c Added Camel Kamelets release 0.9.2 This branch includes the following new commits:

[camel-website] 01/01: Added Camel Kamelets release 0.9.2

2022-10-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-kamelets-0.9.2 in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 4cafc20c5e5863a5c062a05d738311ab89a3116c Author: Andrea Cosentino AuthorDate: Fri Oct 28 13:19:

[camel-website] branch valdar-patch-1 created (now 50195b3a)

2022-10-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch valdar-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-website.git at 50195b3a Create lease-3.18.2.md This branch includes the following new commits: new 50195b3a Cre

[camel-website] 01/01: Create lease-3.18.2.md

2022-10-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch valdar-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 50195b3a23e4e2f1e42105d4aeae5ac13906eff1 Author: Andrea Tarocchi AuthorDate: Fri Oct 28 13:24:03 2022 +02

[GitHub] [camel-karavan] davsclaus commented on issue #504: Update to kamelets 0.9.2

2022-10-28 Thread GitBox
davsclaus commented on issue #504: URL: https://github.com/apache/camel-karavan/issues/504#issuecomment-1294880809 0.9.2 has been released to maven central -- 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

[camel] branch main updated: Upgrade to Kamelets 0.9.2

2022-10-28 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 7f86a04ec60 Upgrade to Kamelets 0.9.2 7f86a04ec60

[GitHub] [camel] oscerd commented on a diff in pull request #8617: add camel-casper component

2022-10-28 Thread GitBox
oscerd commented on code in PR #8617: URL: https://github.com/apache/camel/pull/8617#discussion_r1007960212 ## components/camel-casper/pom.xml: ## @@ -0,0 +1,290 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schema

[GitHub] [camel-karavan] notesronin commented on issue #498: Blank white screen displayed

2022-10-28 Thread GitBox
notesronin commented on issue #498: URL: https://github.com/apache/camel-karavan/issues/498#issuecomment-1294896376 Same issue: Karavan 3.18.4 macOS 13.0 / Apple M1 Pro Visual Studio Code 1.17.2 https://user-images.githubusercontent.com/8729057/198578028-2ef12cd0-ca61-4566-971

[camel] branch regen_bot updated (be5270c6418 -> 714d9d57b63)

2022-10-28 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 be5270c6418 Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36 add 90fd7cd3424 Java DSL - Include mo

[GitHub] [camel-kamelets] oscerd closed issue #1110: Release 0.9.2

2022-10-28 Thread GitBox
oscerd closed issue #1110: Release 0.9.2 URL: https://github.com/apache/camel-kamelets/issues/1110 -- 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. To unsubscribe, e-mail: commi

[GitHub] [camel-kamelets] oscerd opened a new issue, #1128: Release 0.10.0

2022-10-28 Thread GitBox
oscerd opened a new issue, #1128: URL: https://github.com/apache/camel-kamelets/issues/1128 It has already been a while that we are using and testing kamelets with Camel 3.19.0. We need to release 0.10.0 supporting the 3.19.0 version of Camel to be prepared to 3.20.0. When cam

[GitHub] [camel-quarkus] aldettinger merged pull request #4222: perf-regression: remove workaround and final fix Java 17 issue #4031

2022-10-28 Thread GitBox
aldettinger merged PR #4222: URL: https://github.com/apache/camel-quarkus/pull/4222 -- 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. To unsubscribe, e-mail: commits-unsubscr...@

[camel-quarkus] branch main updated: perf-regression: remove workaround and final fix Java 17 issue #4031

2022-10-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 c4a76dd750 perf-regression: remove worka

[GitHub] [camel-quarkus] aldettinger commented on pull request #4221: fix line ending

2022-10-28 Thread GitBox
aldettinger commented on PR #4221: URL: https://github.com/apache/camel-quarkus/pull/4221#issuecomment-1294910905 The CI failure is not related. -- 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 th

[GitHub] [camel-quarkus] aldettinger merged pull request #4221: fix line ending

2022-10-28 Thread GitBox
aldettinger merged PR #4221: URL: https://github.com/apache/camel-quarkus/pull/4221 -- 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. To unsubscribe, e-mail: commits-unsubscr...@

[camel-quarkus] branch main updated: fix CRLF related warnings for *.png files

2022-10-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 95e9e95cd0 fix CRLF related warnings for

[camel] branch regen_bot updated (714d9d57b63 -> 7f86a04ec60)

2022-10-28 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 714d9d57b63 Java DSL - Fix classloading to use same loader in the same compilation unit. add 302cf870e54 U

[GitHub] [camel-quarkus] aldettinger closed issue #4031: perf-regression: adopt hyperfoil-maven-plugin 0.22 when released

2022-10-28 Thread GitBox
aldettinger closed issue #4031: perf-regression: adopt hyperfoil-maven-plugin 0.22 when released URL: https://github.com/apache/camel-quarkus/issues/4031 -- 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

[GitHub] [camel-k] casdtodtenhoefer opened a new issue, #3785: Split with parallelProcessing runs sequentially

2022-10-28 Thread GitBox
casdtodtenhoefer opened a new issue, #3785: URL: https://github.com/apache/camel-k/issues/3785 Hello guys, we encountered a very strange behaviour in our Camel-K integrations. Our body consits of an list with about 10.000 entries and we try to do an parallel split to send them to kaf

[GitHub] [camel-website] oscerd merged pull request #919: Added Camel Kamelets release 0.9.2

2022-10-28 Thread GitBox
oscerd merged PR #919: URL: https://github.com/apache/camel-website/pull/919 -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.a

[camel-website] branch main updated: Added Camel Kamelets release 0.9.2

2022-10-28 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-website.git The following commit(s) were added to refs/heads/main by this push: new fc396164 Added Camel Kamelets release 0.9

[GitHub] [camel-website] github-actions[bot] commented on pull request #919: Added Camel Kamelets release 0.9.2

2022-10-28 Thread GitBox
github-actions[bot] commented on PR #919: URL: https://github.com/apache/camel-website/pull/919#issuecomment-1294951062 🚀 Preview is available at https://pr-919--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [camel-kamelets] oscerd opened a new issue, #1129: Release 0.9.3

2022-10-28 Thread GitBox
oscerd opened a new issue, #1129: URL: https://github.com/apache/camel-kamelets/issues/1129 We have already quite a few fixes for 0.9.x and I think it would be good to have them released. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel-website] branch regen_bot updated (3a8da3fc -> fc396164)

2022-10-28 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-website.git from 3a8da3fc Added Release Camel K Runtime 1.15.1 add fc396164 Added Camel Kamelets release 0.9.2 No n

[GitHub] [camel-karavan] mgubaidullin commented on issue #498: Blank white screen displayed

2022-10-28 Thread GitBox
mgubaidullin commented on issue #498: URL: https://github.com/apache/camel-karavan/issues/498#issuecomment-1294963096 Could you please remove Karavan extension and install the latest build attached to github action ? https://github.com/apache/camel-karavan/actions/runs/3341836217 -- T

[GitHub] [camel-website] github-actions[bot] commented on pull request #920: Create lease-3.18.2.md

2022-10-28 Thread GitBox
github-actions[bot] commented on PR #920: URL: https://github.com/apache/camel-website/pull/920#issuecomment-1294976799 🚀 Preview is available at https://pr-920--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [camel-website] oscerd merged pull request #920: Create lease-3.18.2.md

2022-10-28 Thread GitBox
oscerd merged PR #920: URL: https://github.com/apache/camel-website/pull/920 -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.a

[camel-website] branch main updated: Create lease-3.18.2.md

2022-10-28 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-website.git The following commit(s) were added to refs/heads/main by this push: new 0b5ca48b Create lease-3.18.2.md 0b5ca48b

[camel-website] branch regen_bot updated (fc396164 -> 0b5ca48b)

2022-10-28 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-website.git from fc396164 Added Camel Kamelets release 0.9.2 add 0b5ca48b Create lease-3.18.2.md No new revisions w

[camel-karaf-examples] branch main updated: CAMEL-18554: fix URL and json for chucknorris example

2022-10-28 Thread klease
This is an automated email from the ASF dual-hosted git repository. klease pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git The following commit(s) were added to refs/heads/main by this push: new cdda323 CAMEL-18554: fix URL and json

[GitHub] [camel-karavan] notesronin commented on issue #498: Blank white screen displayed

2022-10-28 Thread GitBox
notesronin commented on issue #498: URL: https://github.com/apache/camel-karavan/issues/498#issuecomment-1295009857 Done. I forgot to specify that the blank screen issue happens when on the "Welcome to Karavan" dialog selecting the Get started button. (Extension 3.18.4) The extensio

  1   2   >