Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
gnodet commented on PR #13823: URL: https://github.com/apache/camel/pull/13823#issuecomment-2060419731 In addition to the two minor comments above, I think it would be really nice if the test case you wrote could be slightly reworked as a unit test and added to this PR. -- This is an

Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
gnodet commented on code in PR #13823: URL: https://github.com/apache/camel/pull/13823#discussion_r1568243577 ## core/camel-core-model/src/main/java/org/apache/camel/model/NoOutputDefinition.java: ## @@ -29,4 +29,10 @@ public List> getOutputs() { return

Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
gnodet commented on code in PR #13823: URL: https://github.com/apache/camel/pull/13823#discussion_r1568234017 ## core/camel-core-model/src/main/java/org/apache/camel/model/RouteTemplateDefinition.java: ## @@ -416,10 +421,10 @@ public RouteDefinition asRouteDefinition() {

(camel) branch main updated: Regen

2024-04-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 7a9cf4781c7 Regen 7a9cf4781c7 is described below

Re: [I] [CI] - Quarkus Main Branch Build Failure [camel-quarkus]

2024-04-16 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2060234259 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID:

[PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13825: URL: https://github.com/apache/camel/pull/13825 CAMEL-20614: deep-copy output processors during instantiation of a route template # Description When multiple threads try to instantiate and send an exchange to the same kamelet in

Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13825: URL: https://github.com/apache/camel/pull/13825#issuecomment-2060215703 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**.

[PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13824: URL: https://github.com/apache/camel/pull/13824 CAMEL-20614: deep-copy output processors during instantiation of a route template # Description When multiple threads try to instantiate and send an exchange to the same kamelet in

Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13824: URL: https://github.com/apache/camel/pull/13824#issuecomment-2060202703 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

Re: [PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13823: URL: https://github.com/apache/camel/pull/13823#issuecomment-2060202116 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-20614: deep-copy output processors during instantiation of a route template [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13823: URL: https://github.com/apache/camel/pull/13823 CAMEL-20614: deep-copy output processors during instantiation of a route template # Description When multiple threads try to instantiate and send an exchange to the same kamelet in

Re: [I] Provide default value in a specific field for trait properties in CRD [camel-k]

2024-04-16 Thread via GitHub
github-actions[bot] commented on issue #4726: URL: https://github.com/apache/camel-k/issues/4726#issuecomment-2060105456 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s

Re: [I] [CI] - Camel Main Branch Build Failure [camel-quarkus]

2024-04-16 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2060105091 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID:

(camel-k) branch main updated: chore: nightly automatic updates

2024-04-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 4e98a26d1 chore: nightly automatic updates

Re: [PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13822: URL: https://github.com/apache/camel/pull/13822#issuecomment-2060075478 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**.

[PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13822: URL: https://github.com/apache/camel/pull/13822 CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet to prevent ConcurrentModificationException # Description If a thread iterates over the list of strategies

Re: [PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13821: URL: https://github.com/apache/camel/pull/13821#issuecomment-2060033415 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13821: URL: https://github.com/apache/camel/pull/13821 CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet to prevent ConcurrentModificationException # Description If a thread iterates over the list of strategies

Re: [PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrenHashSet [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13820: URL: https://github.com/apache/camel/pull/13820#issuecomment-2060025491 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrenHashSet [camel]

2024-04-16 Thread via GitHub
bartoszpop opened a new pull request, #13820: URL: https://github.com/apache/camel/pull/13820 CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet to prevent ConcurrentModificationException # Description If a thread iterates over the list of strategies

Re: [I] Builder trait maven-profiles expect the profile in the operator namespace [camel-k]

2024-04-16 Thread via GitHub
claudio4j commented on issue #5372: URL: https://github.com/apache/camel-k/issues/5372#issuecomment-2059968870 > shoud the user be able to build a Camel K Integration project defining its own maven profile Yes, as the there is the user scoped `-t builder.maven-profiles` parameter,

[PR] Upgrade to cq-maven-plugin 4.6.8 [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga opened a new pull request, #6008: URL: https://github.com/apache/camel-quarkus/pull/6008 (no comment) -- 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

(camel-quarkus) 02/02: Manage org.apache.httpcomponents.core5:httpcore5-h2 to avoid convergence issues with CXF

2024-04-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 6ce03167992155210b4737d9a1d8d24ab0acf308 Author: Peter Palaga AuthorDate: Tue Apr 16 16:07:37 2024 +0200

Re: [PR] Dependency management improvements [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga merged PR #6007: URL: https://github.com/apache/camel-quarkus/pull/6007 -- 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:

(camel-quarkus) 02/02: Manage org.apache.httpcomponents.core5:httpcore5-h2 to avoid convergence issues with CXF

2024-04-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 commit 67759776a616eb1219522f735cad821d16b614d3 Author: Peter Palaga AuthorDate: Tue Apr 16 16:07:37 2024 +0200

(camel-quarkus) branch 3.8.x updated (74b847a350 -> 6ce0316799)

2024-04-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 74b847a350 Jt400: tests are not cleaning after themselves and parallel run fails new da8e9589e9 Ban

(camel-quarkus) 01/02: Ban com.google.guava:listenablefuture because it does not contain any code anyway

2024-04-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit da8e9589e9e420a3a7977ec523e330f8fbc65933 Author: Peter Palaga AuthorDate: Tue Apr 16 16:05:32 2024 +0200

(camel-quarkus) branch main updated (5b74e44183 -> 67759776a6)

2024-04-16 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 5b74e44183 Jt400: tests are not cleaning after themselves and parallel run fails new c147881c8e Ban

(camel-quarkus) 01/02: Ban com.google.guava:listenablefuture because it does not contain any code anyway

2024-04-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 commit c147881c8e113a4c9f41b2a517d71f8aa9366854 Author: Peter Palaga AuthorDate: Tue Apr 16 16:05:32 2024 +0200 Ban

Re: [PR] [3.8.x] Dependency management improvements [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga merged PR #6006: URL: https://github.com/apache/camel-quarkus/pull/6006 -- 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:

Re: [PR] Dependency management improvements [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga commented on PR #6007: URL: https://github.com/apache/camel-quarkus/pull/6007#issuecomment-2059852028 The port in use on Windows seems to be intermittent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] chore(e2e): Remove unnecessary jvm.option in test [camel-k]

2024-04-16 Thread via GitHub
gansheer commented on PR #5371: URL: https://github.com/apache/camel-k/pull/5371#issuecomment-2059667779 Will be backported on 2.3.x -- 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

(camel-k) branch main updated: chore(e2e): Remove unnecessary jvm.option in test

2024-04-16 Thread gfournier
This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 9a576ded8 chore(e2e): Remove unnecessary

Re: [PR] chore(e2e): Remove unnecessary jvm.option in test [camel-k]

2024-04-16 Thread via GitHub
gansheer merged PR #5371: URL: https://github.com/apache/camel-k/pull/5371 -- 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:

(camel) branch main updated (08e6f734d6e -> 3d19fa07839)

2024-04-16 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 08e6f734d6e (chores) camel-core: removed unused operations in tests new fb57f363db6 [CAMEL-19779] Refactor code

Re: [PR] [CAMEL-19779] Refactor code generators to use velocity templates (work in progress) [camel]

2024-04-16 Thread via GitHub
gnodet merged PR #13343: URL: https://github.com/apache/camel/pull/13343 -- 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:

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #5119: URL: https://github.com/apache/camel-k/pull/5119#issuecomment-2059440873 :warning: Unit test coverage report - coverage decreased from 38% to 37.9% (**-0.1%**) -- This is an automated message from the Apache Git Service. To respond to the

[PR] Dependency management improvements [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga opened a new pull request, #6007: URL: https://github.com/apache/camel-quarkus/pull/6007 (no comment) -- 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

[PR] [3.8.x] Dependency management improvements [camel-quarkus]

2024-04-16 Thread via GitHub
ppalaga opened a new pull request, #6006: URL: https://github.com/apache/camel-quarkus/pull/6006 (no comment) -- 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

Re: [PR] Upgrade Quarkus to 3.10.0.CR1 [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton commented on PR #6005: URL: https://github.com/apache/camel-quarkus/pull/6005#issuecomment-2059321237 The [cxf-soap](https://github.com/apache/camel-quarkus-examples/tree/main/cxf-soap) example project build will fail. I'll fix it up after merge. -- This is an automated

Re: [PR] [3.8.x] Jt400: tests are not cleaning after themselves and parallel run fails [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton merged PR #6003: URL: https://github.com/apache/camel-quarkus/pull/6003 -- 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:

(camel-quarkus) branch 3.8.x updated: Jt400: tests are not cleaning after themselves and parallel run fails

2024-04-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/3.8.x by this push: new 74b847a350 Jt400: tests are not

(camel-spring-boot-examples) branch main updated: [CAMEL-20683]use spring-boot-starter-undertow as the embedded servlet server and demonstrate how to configure undertow handlers

2024-04-16 Thread ffang
This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git The following commit(s) were added to refs/heads/main by this push: new aa7c0c5 [CAMEL-20683]use

[PR] Document how to generate a new example project [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton opened a new pull request, #6004: URL: https://github.com/apache/camel-quarkus/pull/6004 (no comment) -- 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

Re: [PR] [DO NOT MERGE] Check -race option performance [camel-k]

2024-04-16 Thread via GitHub
gansheer commented on code in PR #5374: URL: https://github.com/apache/camel-k/pull/5374#discussion_r1567426070 ## pkg/client/client.go: ## @@ -54,7 +54,7 @@ const ( kubeConfigEnvVar = "KUBECONFIG" ) -var newClientMutex sync.Mutex +var newClientMutex

Re: [PR] (fix#5280): Basic integration fails on ARM64 [camel-k]

2024-04-16 Thread via GitHub
tdiesler closed pull request #5286: (fix#5280): Basic integration fails on ARM64 URL: https://github.com/apache/camel-k/pull/5286 -- 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

Re: [PR] (chores) camel-core: more test cleanups [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13819: URL: https://github.com/apache/camel/pull/13819#issuecomment-2059037413 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] (chores) camel-core: more test cleanups [camel]

2024-04-16 Thread via GitHub
orpiske opened a new pull request, #13819: URL: https://github.com/apache/camel/pull/13819 (no comment) -- 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) 02/05: (chores) camel-core: cleaned up duplicated code

2024-04-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 commit 0fbcc1e5a8b2917fa11d31ee207b96329f0ef1a4 Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 15 13:46:44 2024 +0200

(camel) 03/05: (chores) camel-core: cleaned up duplicated code dealing with variable repositories

2024-04-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 commit 782c7e527cbb339c1c7caaa29cc535cfade4f25a Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 15 13:46:55 2024 +0200

Re: [PR] (chores) camel-core: more minor cleanups (reduced code duplications) [camel]

2024-04-16 Thread via GitHub
orpiske merged PR #13818: URL: https://github.com/apache/camel/pull/13818 -- 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:

(camel) 05/05: (chores) camel-core: removed unused operations in tests

2024-04-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 commit 08e6f734d6e9bff05b1a09178d760959c6ee67b4 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 16 12:01:10 2024 +0200

(camel) 01/05: (chores) camel-core: removed unused operations in tests

2024-04-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 commit 793a8e8bd57a7549392c05afa8f45ae2526824cd Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 15 13:10:12 2024 +0200

(camel) 04/05: (chores) camel-core: separate setup from test execution

2024-04-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 commit 672316de1c0a9502d6799fa85d86da41b4333e78 Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 15 17:50:01 2024 +0200

(camel) branch main updated (5a4421ab9f9 -> 08e6f734d6e)

2024-04-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 5a4421ab9f9 CAMEL-20678: camel-google-sheets - Error setting scopes parameter (#13817) new 793a8e8bd57 (chores)

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
lburgazzoli commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2059026010 > How do we keep those json files up to date, if you do a change in the java file, then the json file is updated also ? Yes they are, those json have been auto

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
lburgazzoli commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2059025028 > > This is a draft implementation of [CAMEL-20675](https://issues.apache.org/jira/browse/CAMEL-20675), for the code POV, I think it is pretty ready, but I don't know how

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
lburgazzoli commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2059024231 > Today I think there are not much docs, the only thing is those tables with all the SB starter options. And with this PR those for cluster/cloud is moved out. >

Re: [PR] [DO NOT MERGE] Check -race option performance [camel-k]

2024-04-16 Thread via GitHub
tdiesler commented on code in PR #5374: URL: https://github.com/apache/camel-k/pull/5374#discussion_r1567303112 ## pkg/client/client.go: ## @@ -54,7 +54,7 @@ const ( kubeConfigEnvVar = "KUBECONFIG" ) -var newClientMutex sync.Mutex +var newClientMutex

Re: [PR] [DO NOT MERGE] Check -race option performance [camel-k]

2024-04-16 Thread via GitHub
tdiesler commented on code in PR #5374: URL: https://github.com/apache/camel-k/pull/5374#discussion_r1567303112 ## pkg/client/client.go: ## @@ -54,7 +54,7 @@ const ( kubeConfigEnvVar = "KUBECONFIG" ) -var newClientMutex sync.Mutex +var newClientMutex

Re: [PR] -- investigate GHA failure with -Djib.from.platforms=linux/amd64,linu… [camel-k]

2024-04-16 Thread via GitHub
tdiesler closed pull request #5293: -- investigate GHA failure with -Djib.from.platforms=linux/amd64,linu… URL: https://github.com/apache/camel-k/pull/5293 -- 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

Re: [I] Bug - Tag for 4.4.1 is missing [camel-karavan]

2024-04-16 Thread via GitHub
mgubaidullin closed issue #1228: Bug - Tag for 4.4.1 is missing URL: https://github.com/apache/camel-karavan/issues/1228 -- 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

[PR] Jt400: tests are not cleaning after themselves and parallel run fails [camel-quarkus]

2024-04-16 Thread via GitHub
JiriOndrusek opened a new pull request, #6003: URL: https://github.com/apache/camel-quarkus/pull/6003 Cherry-picked cea672aaa261c8ad0e8386ae314f43151672f2b8 Upstream PR: https://github.com/apache/camel-quarkus/pull/6001 -- This is an automated message from the Apache Git

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #5119: URL: https://github.com/apache/camel-k/pull/5119#issuecomment-2058785527 :warning: Unit test coverage report - coverage decreased from 38% to 37.9% (**-0.1%**) -- This is an automated message from the Apache Git Service. To respond to the

(camel-quarkus) branch main updated (930b3bce90 -> 5b74e44183)

2024-04-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 930b3bce90 Upgrade upload & download GitHub actions to v4 add 5b74e44183 Jt400: tests are not

Re: [PR] Jt400: tests are not cleaning after themselves and parallel run fails [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton merged PR #6001: URL: https://github.com/apache/camel-quarkus/pull/6001 -- 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:

Re: [I] Jt400: tests are not cleaning after themselves and parallel run fails [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton closed issue #5999: Jt400: tests are not cleaning after themselves and parallel run fails URL: https://github.com/apache/camel-quarkus/issues/5999 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Use `xml-io-dsl` instead of `xml-jaxb` when using the `management` extension. [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton closed pull request #5983: Use `xml-io-dsl` instead of `xml-jaxb` when using the `management` extension. URL: https://github.com/apache/camel-quarkus/pull/5983 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Use `xml-io-dsl` instead of `xml-jaxb` when using the `management` extension. [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton commented on PR #5983: URL: https://github.com/apache/camel-quarkus/pull/5983#issuecomment-2058773459 Thanks @ammachado. I reworked things a little in #6002. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] Use xml-io-dsl instead of xml-jaxb when using the management extension [camel-quarkus]

2024-04-16 Thread via GitHub
jamesnetherton opened a new pull request, #6002: URL: https://github.com/apache/camel-quarkus/pull/6002 Rework of #5983. -- 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

(camel) branch gs deleted (was 33790197f91)

2024-04-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch gs in repository https://gitbox.apache.org/repos/asf/camel.git was 33790197f91 CAMEL-20678: camel-google-sheets - Error setting scopes parameter The revisions that were on this branch

Re: [PR] CAMEL-20678: camel-google-sheets - Error setting scopes parameter [camel]

2024-04-16 Thread via GitHub
davsclaus merged PR #13817: URL: https://github.com/apache/camel/pull/13817 -- 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:

(camel) branch main updated: CAMEL-20678: camel-google-sheets - Error setting scopes parameter (#13817)

2024-04-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 5a4421ab9f9 CAMEL-20678: camel-google-sheets -

Re: [PR] fix(#5362): Cannot run make test-smoke on arm64 out of the box [camel-k]

2024-04-16 Thread via GitHub
tdiesler commented on PR #5370: URL: https://github.com/apache/camel-k/pull/5370#issuecomment-2058724808 This is ready to merge -- 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

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
Croway commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2058717078 > This is a draft implementation of [CAMEL-20675](https://issues.apache.org/jira/browse/CAMEL-20675), for the code POV, I think it is pretty ready, but I don't know how to deal

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
davsclaus commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2058712452 How do we keep those json files up to date, if you do a change in the java file, then the json file is updated also ? -- This is an automated message from the Apache Git

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
davsclaus commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2058710785 Today I think there are not much docs, the only thing is those tables with all the SB starter options. And with this PR those for cluster/cloud is moved out. I guess

(camel) branch gs updated (42ccb38827b -> 33790197f91)

2024-04-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch gs in repository https://gitbox.apache.org/repos/asf/camel.git from 42ccb38827b CAMEL-20678: camel-google-sheets - Error setting scopes parameter add 33790197f91 CAMEL-20678:

Re: [PR] CAMEL-20678: camel-google-sheets - Error setting scopes parameter [camel]

2024-04-16 Thread via GitHub
oscerd commented on PR #13817: URL: https://github.com/apache/camel/pull/13817#issuecomment-2058673336 Needs regen. -- 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

Re: [PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
lburgazzoli commented on PR #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130#issuecomment-2058650301 This is a draft implementation of [CAMEL-20675](https://issues.apache.org/jira/browse/CAMEL-20675), for the code POV, I think it is pretty ready, but I don't know how to

[PR] [CAMEL-20675] move cluster service implementations to dedicated starters [camel-spring-boot]

2024-04-16 Thread via GitHub
lburgazzoli opened a new pull request, #1130: URL: https://github.com/apache/camel-spring-boot/pull/1130 - **[CAMEL-20675] move kubernetes cluster service to its own starter** - **[CAMEL-20675] move file lock cluster service to its own starter** - **[CAMEL-20675] move jgroups raft

Re: [PR] CAMEL-20383: convert CI jobs to a Matrix job. [camel]

2024-04-16 Thread via GitHub
orpiske commented on PR #13816: URL: https://github.com/apache/camel/pull/13816#issuecomment-2058623768 You can look at how the looks will look like at here: https://ci-builds.apache.org/job/Camel/job/Camel%20(Pipeline%20Modernization%20work)/job/devel-camel-20383/ -- This is an

Re: [PR] CAMEL-20383: convert CI jobs to a Matrix job. [camel]

2024-04-16 Thread via GitHub
orpiske commented on PR #13816: URL: https://github.com/apache/camel/pull/13816#issuecomment-2058624400 Or, even better, in the blue ocean: https://ci-builds.apache.org/blue/organizations/jenkins/Camel%2FCamel%20%28Pipeline%20Modernization%20work%29/branches/ -- This is an automated

(camel) branch devel-camel-20383 updated (3d0e3152db5 -> 58477d2b261)

2024-04-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch devel-camel-20383 in repository https://gitbox.apache.org/repos/asf/camel.git discard 3d0e3152db5 Added echo statement for post build step. discard 8990d29b467 Updated matrix post build

(camel) 01/01: CAMEL-20383: convert CI jobs to a Matrix job.

2024-04-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch devel-camel-20383 in repository https://gitbox.apache.org/repos/asf/camel.git commit 58477d2b2612779ab9c89d7c678bfe91f81deda2 Author: Otavio Rodolfo Piske AuthorDate: Wed Mar 20 11:16:25 2024

Re: [PR] (chores) camel-core: more minor cleanups (reduced code duplications) [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13818: URL: https://github.com/apache/camel/pull/13818#issuecomment-2058613167 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

Re: [PR] CAMEL-20383: convert CI jobs to a Matrix job. [camel]

2024-04-16 Thread via GitHub
VaishnaviR18 commented on code in PR #13816: URL: https://github.com/apache/camel/pull/13816#discussion_r1567019151 ## pom.xml: ## @@ -338,6 +338,9 @@ SCRIPT_STYLE SCRIPT_STYLE SCRIPT_STYLE

Re: [I] fatal error: concurrent map read and map write [camel-k]

2024-04-16 Thread via GitHub
tdiesler commented on issue #5315: URL: https://github.com/apache/camel-k/issues/5315#issuecomment-2058609916 Reported here: https://github.com/kubernetes-sigs/controller-runtime/issues/2782 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] CAMEL-20383: convert CI jobs to a Matrix job. [camel]

2024-04-16 Thread via GitHub
orpiske commented on code in PR #13816: URL: https://github.com/apache/camel/pull/13816#discussion_r1567014812 ## pom.xml: ## @@ -338,6 +338,9 @@ SCRIPT_STYLE SCRIPT_STYLE SCRIPT_STYLE +

Re: [PR] CAMEL-20678: camel-google-sheets - Error setting scopes parameter [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13817: URL: https://github.com/apache/camel/pull/13817#issuecomment-2058603116 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

(camel) branch gs created (now 42ccb38827b)

2024-04-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch gs in repository https://gitbox.apache.org/repos/asf/camel.git at 42ccb38827b CAMEL-20678: camel-google-sheets - Error setting scopes parameter This branch includes the following new

(camel) 01/01: CAMEL-20678: camel-google-sheets - Error setting scopes parameter

2024-04-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch gs in repository https://gitbox.apache.org/repos/asf/camel.git commit 42ccb38827bdb70fa45f3778ec368f12fb49f392 Author: Claus Ibsen AuthorDate: Tue Apr 16 11:05:11 2024 +0200 CAMEL-20678:

[PR] CAMEL-20678: camel-google-sheets - Error setting scopes parameter [camel]

2024-04-16 Thread via GitHub
davsclaus opened a new pull request, #13817: URL: https://github.com/apache/camel/pull/13817 # Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) #

[PR] CAMEL-20383: convert CI jobs to a Matrix job. [camel]

2024-04-16 Thread via GitHub
VaishnaviR18 opened a new pull request, #13816: URL: https://github.com/apache/camel/pull/13816 Issue link - https://issues.apache.org/jira/browse/CAMEL-20383 # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`,

(camel) branch dependabot/maven/commons-io-commons-io-2.16.1 deleted (was 4bff13a2075)

2024-04-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.16.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 4bff13a2075 Bump commons-io:commons-io from 2.15.1 to 2.16.1 The

(camel) branch main updated: Bump commons-io:commons-io from 2.15.1 to 2.16.1 (#13806)

2024-04-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 0a4ba0624d0 Bump commons-io:commons-io from

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.1 [camel]

2024-04-16 Thread via GitHub
davsclaus merged PR #13806: URL: https://github.com/apache/camel/pull/13806 -- 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:

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.1 [camel]

2024-04-16 Thread via GitHub
davsclaus commented on PR #13806: URL: https://github.com/apache/camel/pull/13806#issuecomment-2058559510 /component-test camel-chunk camel-exec camel-mail camel-rss camel-tika camel-xj -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.1 [camel]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #13806: URL: https://github.com/apache/camel/pull/13806#issuecomment-2058560218 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(camel) branch main updated: Bump org.snmp4j:snmp4j from 3.7.8 to 3.8.0 (#13814)

2024-04-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 29a688a1926 Bump org.snmp4j:snmp4j from 3.7.8 to

  1   2   3   >