[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4581: Update qute.json to 3.0.0-SNAPSHOT

2023-02-16 Thread via GitHub
jamesnetherton commented on PR #4581: URL: https://github.com/apache/camel-quarkus/pull/4581#issuecomment-1432676797 > I'm not sure if there is anything need to check. Move the `camel-package-maven-plugin` execution to phase `process-classes`. Otherwise the Jandex index that it querie

[camel] branch main updated: CAMEL-19033: camel-jbang - get trace -> trace

2023-02-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 b99d3effb74 CAMEL-19033: camel-jbang - get trace -

[GitHub] [camel-karavan] davsclaus merged pull request #649: #358 Renamed postman demo to parceldemo

2023-02-16 Thread via GitHub
davsclaus merged PR #649: URL: https://github.com/apache/camel-karavan/pull/649 -- 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-karavan] branch main updated: #358 Renamed postman demo to parceldemo (#649)

2023-02-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-karavan.git The following commit(s) were added to refs/heads/main by this push: new b6491473 #358 Renamed postman demo to parc

[camel-karavan] branch main updated: #358 Renamed postman demo to parceldemo (#649)

2023-02-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-karavan.git The following commit(s) were added to refs/heads/main by this push: new 1dde9c46 #358 Renamed postman demo to parc

[GitHub] [camel-karavan] davsclaus closed issue #358: Rename postman demo to parceldemo

2023-02-16 Thread via GitHub
davsclaus closed issue #358: Rename postman demo to parceldemo URL: https://github.com/apache/camel-karavan/issues/358 -- 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 unsubs

[GitHub] [camel-quarkus] aldettinger commented on pull request #4580: create itest project for xml-io + bean #4579

2023-02-16 Thread via GitHub
aldettinger commented on PR #4580: URL: https://github.com/apache/camel-quarkus/pull/4580#issuecomment-1432704635 OK, let's merge what's ready. We can always revert later if this prove to be useless. Many thanks all for stepping in. -- This is an automated message from the Apache Git Serv

[GitHub] [camel-quarkus] aldettinger merged pull request #4580: create itest project for xml-io + bean #4579

2023-02-16 Thread via GitHub
aldettinger merged PR #4580: URL: https://github.com/apache/camel-quarkus/pull/4580 -- 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: create itest project for xml-io + bean #4579

2023-02-16 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 05feb33bfd create itest project for xml-

[GitHub] [camel-quarkus] aldettinger closed issue #4579: xml-io-with-beans: create itest project for xml-io + bean

2023-02-16 Thread via GitHub
aldettinger closed issue #4579: xml-io-with-beans: create itest project for xml-io + bean URL: https://github.com/apache/camel-quarkus/issues/4579 -- 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

[GitHub] [camel] davsclaus closed pull request #9343: `[CAMEL-19045] OSGi integration for camel-cdi based on aries-cdi

2023-02-16 Thread via GitHub
davsclaus closed pull request #9343: `[CAMEL-19045] OSGi integration for camel-cdi based on aries-cdi URL: https://github.com/apache/camel/pull/9343 -- 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 t

[GitHub] [camel] rastislavpapp opened a new pull request, #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
rastislavpapp opened a new pull request, #9359: URL: https://github.com/apache/camel/pull/9359 Fixes problem introduced in CAMEL-18411 in `BeanInfo` class, in 3.14.x, where methods from synthetic classes are no longer considered as overriding the original methods (via a change in the `#find

[GitHub] [camel] davsclaus commented on pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
davsclaus commented on PR #9359: URL: https://github.com/apache/camel/pull/9359#issuecomment-1432713653 Can you test with 3.18, or 3.20 before special PRs against an old Camel version. We have fixed stuff and its likely there is another existing PR that can be backported instead. -- T

[GitHub] [camel] davsclaus commented on a diff in pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
davsclaus commented on code in PR #9359: URL: https://github.com/apache/camel/pull/9359#discussion_r1108168752 ## components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java: ## @@ -63,7 +63,9 @@ public class BeanInfo { private static final Logger LOG

[GitHub] [camel] bvahdat merged pull request #9358: Split init of contextPropagators to separate method.

2023-02-16 Thread via GitHub
bvahdat merged PR #9358: URL: https://github.com/apache/camel/pull/9358 -- 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: Split init of contextPropagators to separate method. (#9358)

2023-02-16 Thread bvahdat
This is an automated email from the ASF dual-hosted git repository. bvahdat 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 d5bc6c0826e Split init of contextPropagators to sepa

[GitHub] [camel] rastislavpapp commented on a diff in pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
rastislavpapp commented on code in PR #9359: URL: https://github.com/apache/camel/pull/9359#discussion_r1108173292 ## components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java: ## @@ -63,7 +63,9 @@ public class BeanInfo { private static final Logger

[camel] branch regen_bot updated (87ad2def611 -> b99d3effb74)

2023-02-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 87ad2def611 (chores) documentation: updates to the Exchange guides (#9357) add b99d3effb74 CAMEL-19033: ca

[camel] branch main updated: CAMEL-19033: camel-jbang - get trace -> trace

2023-02-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 95c32bcfc19 CAMEL-19033: camel-jbang - get trace -

[GitHub] [camel-k] essobedo commented on pull request #4021: Ref #3023: Add native compilation with sources

2023-02-16 Thread via GitHub
essobedo commented on PR #4021: URL: https://github.com/apache/camel-k/pull/4021#issuecomment-1432769232 Sounds good to be reviewed now, the build `native / install-native` only failed during the cleanup phase, the tests pass -- This is an automated message from the Apache Git Service. To

[GitHub] [camel] rastislavpapp commented on pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
rastislavpapp commented on PR #9359: URL: https://github.com/apache/camel/pull/9359#issuecomment-1432773160 In addition to the problems above, I've found out that the solution does not work if the proxy is based on an interface. -- This is an automated message from the Apache Git Service.

[GitHub] [camel] rastislavpapp commented on a diff in pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
rastislavpapp commented on code in PR #9359: URL: https://github.com/apache/camel/pull/9359#discussion_r1108214988 ## components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java: ## @@ -63,7 +63,9 @@ public class BeanInfo { private static final Logger

[GitHub] [camel] oscerd commented on a diff in pull request #9359: CAMEL-19049 - unwrap aries proxy & bytebuddy proxy classes when introspecting

2023-02-16 Thread via GitHub
oscerd commented on code in PR #9359: URL: https://github.com/apache/camel/pull/9359#discussion_r1108216493 ## components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java: ## @@ -63,7 +63,9 @@ public class BeanInfo { private static final Logger LOG = L

[camel] branch regen_bot updated (b99d3effb74 -> d5bc6c0826e)

2023-02-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 b99d3effb74 CAMEL-19033: camel-jbang - get trace -> trace add d5bc6c0826e Split init of contextPropagators

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108219812 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -81,6 +110,29 @@ public void configure() throws Exception {

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108221961 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -64,6 +70,29 @@ public void testTimeoutHasNoEffectIfCompleted() throws Exception {

[camel] branch main updated (95c32bcfc19 -> 7a01703c377)

2023-02-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 95c32bcfc19 CAMEL-19033: camel-jbang - get trace -> trace add 7a01703c377 CAMEL-19033: camel-jbang - get trace ->

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108224176 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -64,6 +70,29 @@ public void testTimeoutHasNoEffectIfCompleted() throws Exception {

[GitHub] [camel] zhfeng commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1432790368 Thanks @essobedo for reviewing. In term of saga doc, we have opened a discussion on [narayana zulip](https://narayana.zulipchat.com/#narrow/stream/323714-users/topic/Saga.20timeout.20value.2

[camel] 01/02: Upgrade Msal4j to version 1.13.4

2023-02-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 08cfbb9804b5ecbf0fad37e6631e1f2f1c63fe9a Author: Andrea Cosentino AuthorDate: Thu Feb 16 10:04:31 2023 +0100 Upgra

[camel] 02/02: Sync deps

2023-02-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 7dc4b0c21638739afca659b10a895ad12a469aa4 Author: Andrea Cosentino AuthorDate: Thu Feb 16 10:37:26 2023 +0100 Sync

[camel] branch main updated (7a01703c377 -> 7dc4b0c2163)

2023-02-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 7a01703c377 CAMEL-19033: camel-jbang - get trace -> trace new 08cfbb9804b Upgrade Msal4j to version 1.13.4

[camel] 01/02: CAMEL-19059 - camel-snmp - Use original JAR instead of SMX wrap

2023-02-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 bf424dedd65005d17328f75aa58917afd4d881fb Author: Andrea Cosentino AuthorDate: Thu Feb 16 10:48:39 2023 +0100 CAMEL

[camel] branch main updated (7dc4b0c2163 -> dc21af5ffc8)

2023-02-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 7dc4b0c2163 Sync deps new bf424dedd65 CAMEL-19059 - camel-snmp - Use original JAR instead of SMX wrap new

[camel] 02/02: Sync deps

2023-02-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 dc21af5ffc81319bdf4d07eeaff8bc9e65123b15 Author: Andrea Cosentino AuthorDate: Thu Feb 16 10:49:16 2023 +0100 Sync

[GitHub] [camel-quarkus] zhfeng commented on pull request #4581: Update qute.json to 3.0.0-SNAPSHOT

2023-02-16 Thread via GitHub
zhfeng commented on PR #4581: URL: https://github.com/apache/camel-quarkus/pull/4581#issuecomment-1432808911 @jamesnetherton Hmm, but there is no `jandex-maven-plugin` in `extensions/qute/component/pom.xml`. -- This is an automated message from the Apache Git Service. To respond to the me

[camel] branch regen_bot updated (d5bc6c0826e -> 95c32bcfc19)

2023-02-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 d5bc6c0826e Split init of contextPropagators to separate method. (#9358) add 95c32bcfc19 CAMEL-19033: came

[GitHub] [camel] essobedo commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
essobedo commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108257530 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -64,6 +70,29 @@ public void testTimeoutHasNoEffectIfCompleted() throws Exception

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4581: Update qute.json to 3.0.0-SNAPSHOT

2023-02-16 Thread via GitHub
jamesnetherton commented on PR #4581: URL: https://github.com/apache/camel-quarkus/pull/4581#issuecomment-1432824445 > @jamesnetherton Hmm, but there is no `jandex-maven-plugin` in `extensions/qute/component/pom.xml`. IIRC it's not needed. The `camel-package-maven-plugin` generates th

[GitHub] [camel] essobedo commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
essobedo commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108261541 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -64,6 +70,29 @@ public void testTimeoutHasNoEffectIfCompleted() throws Exception

[GitHub] [camel-k] squakez opened a new issue, #4061: Remove deprecated linters

2023-02-16 Thread via GitHub
squakez opened a new issue, #4061: URL: https://github.com/apache/camel-k/issues/4061 Since we moved to go 1.18 we have the following linterns warnings: ``` level=warning msg="[linters context] rowserrcheck is disabled because of go1.18. You can track the evolution of the go1.18 suppor

[camel] branch regen_bot updated (95c32bcfc19 -> 7a01703c377)

2023-02-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 95c32bcfc19 CAMEL-19033: camel-jbang - get trace -> trace add 7a01703c377 CAMEL-19033: camel-jbang - get tr

[GitHub] [camel-quarkus] aldettinger commented on pull request #4581: Update qute.json to 3.0.0-SNAPSHOT

2023-02-16 Thread via GitHub
aldettinger commented on PR #4581: URL: https://github.com/apache/camel-quarkus/pull/4581#issuecomment-1432844518 The release process mention to [regen Qute Camel component metadata](https://camel.apache.org/camel-quarkus/2.16.x/contributor-guide/release-guide.html#_next_version_in_camel_qua

[GitHub] [camel-quarkus] aldettinger merged pull request #4576: test - Define routes in YAML DSL using beans declared in Java

2023-02-16 Thread via GitHub
aldettinger merged PR #4576: URL: https://github.com/apache/camel-quarkus/pull/4576 -- 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 2.13.x updated: test - Define routes in YAML DSL using beans declared in Java

2023-02-16 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/2.13.x by this push: new 65541c5ff4 test - Define routes in Y

[GitHub] [camel-k] squakez commented on issue #4002: Release 1.12.0

2023-02-16 Thread via GitHub
squakez commented on issue #4002: URL: https://github.com/apache/camel-k/issues/4002#issuecomment-1432852990 I am also working to complete #4055 and have the CRD dependency published beside the rest of artifacts. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [camel] chen19980 commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
chen19980 commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1432854930 @zhfeng Yes, I can help to fix the doc about saga timeout description.But how do I edit or fix this issue ? -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [camel] github-actions[bot] commented on pull request #9360: (chores) docs: refined CamelContext documentation

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #9360: URL: https://github.com/apache/camel/pull/9360#issuecomment-1432856047 :no_entry_sign: There are (likely) no components to be tested in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [camel] orpiske merged pull request #9360: (chores) docs: refined CamelContext documentation

2023-02-16 Thread via GitHub
orpiske merged PR #9360: URL: https://github.com/apache/camel/pull/9360 -- 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: (chores) docs: refined CamelContext documentation

2023-02-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 afee765b608 (chores) docs: refined CamelContext docu

[camel] branch regen_bot updated (7a01703c377 -> 7dc4b0c2163)

2023-02-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 7a01703c377 CAMEL-19033: camel-jbang - get trace -> trace add 08cfbb9804b Upgrade Msal4j to version 1.13.4

[camel] branch regen_bot updated (7dc4b0c2163 -> dc21af5ffc8)

2023-02-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 7dc4b0c2163 Sync deps add bf424dedd65 CAMEL-19059 - camel-snmp - Use original JAR instead of SMX wrap

[camel] branch main updated (afee765b608 -> d0d1fbb7474)

2023-02-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 afee765b608 (chores) docs: refined CamelContext documentation new b981becfb63 CAMEL-19062 - Clean up Parent POM

[camel] 03/04: CAMEL-19062 - Clean up Parent POM - Cassandra

2023-02-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 05cb798d0b0e9390a9293e0a8e8ad936217f4a5b Author: Andrea Cosentino AuthorDate: Thu Feb 16 11:59:48 2023 +0100 CAMEL

[camel] 01/04: CAMEL-19062 - Clean up Parent POM - Cassandra

2023-02-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 b981becfb6333983858cafe844f695e5fcbab61e Author: Andrea Cosentino AuthorDate: Thu Feb 16 11:58:57 2023 +0100 CAMEL

[camel] 02/04: CAMEL-19062 - Clean up Parent POM - Cassandra

2023-02-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 9a4fd27f4dca5df7c02c57a963f3edad27e00f0a Author: Andrea Cosentino AuthorDate: Thu Feb 16 11:59:27 2023 +0100 CAMEL

[camel] 04/04: CAMEL-19062 - Clean up Parent POM - Cassandra

2023-02-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 d0d1fbb74740edcda81c06db5977960051f10923 Author: Andrea Cosentino AuthorDate: Thu Feb 16 12:02:42 2023 +0100 CAMEL

[GitHub] [camel-quarkus] zhfeng merged pull request #4581: Update qute.json to 3.0.0-SNAPSHOT

2023-02-16 Thread via GitHub
zhfeng merged PR #4581: URL: https://github.com/apache/camel-quarkus/pull/4581 -- 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

[camel-quarkus] branch main updated (05feb33bfd -> e66138a492)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 05feb33bfd create itest project for xml-io + bean #4579 add e66138a492 Update qute.json to 3.0.0-SNAPSHOT (#

[GitHub] [camel] zhfeng commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1432934947 @chen19980 No, you don't need to edit this PR. You can create a new PR to fix `core/camel-core-engine/src/main/docs/modules/eips/pages/saga-eip.adoc`. Feel free to ping me if you have any pr

[camel] branch regen_bot updated (dc21af5ffc8 -> afee765b608)

2023-02-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 dc21af5ffc8 Sync deps add afee765b608 (chores) docs: refined CamelContext documentation No new revisions w

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108346789 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -81,6 +110,29 @@ public void configure() throws Exception {

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1108347116 ## core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java: ## @@ -64,6 +70,29 @@ public void testTimeoutHasNoEffectIfCompleted() throws Exception {

[GitHub] [camel] essobedo commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
essobedo commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1432947564 I still believe that the way timeouts are managed when set on saga participants, doesn't seem to be correct as they should only apply to the participant itself while for now, it affects th

[GitHub] [camel] zhfeng commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1432953155 @essobedo Did you check this [discussion](https://narayana.zulipchat.com/#narrow/stream/323714-users/topic/Saga.20timeout.20value.20depend.20on.20what.20.3F) on narayana zulip? >When

[camel-spring-boot] branch main updated: CAMEL-19062 - Clean up Parent POM - Cassandra - Regen

2023-02-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 fe90250ed8c CAMEL-19062 - Clean up Pa

[GitHub] [camel-quarkus] ppalaga commented on issue #4515: syndication test fails to compile to native with Camel 4 and Quarkus 3

2023-02-16 Thread via GitHub
ppalaga commented on issue #4515: URL: https://github.com/apache/camel-quarkus/issues/4515#issuecomment-1432959735 > There's one here which seems quite lightweight and has zero dependencies: > > https://github.com/w3stling/rssreader I'd be all for it. Any thoughts on that @davsc

[GitHub] [camel-quarkus] AnetaCadova commented on a diff in pull request #4577: [backport to main] test - Define routes in YAML DSL using beans declared in Java

2023-02-16 Thread via GitHub
AnetaCadova commented on code in PR #4577: URL: https://github.com/apache/camel-quarkus/pull/4577#discussion_r1108373870 ## integration-tests/main-yaml/src/main/java/org/apache/camel/quarkus/main/GreetingBean.java: ## @@ -16,8 +16,13 @@ */ package org.apache.camel.quarkus.mai

[camel] branch regen_bot updated (afee765b608 -> d0d1fbb7474)

2023-02-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 afee765b608 (chores) docs: refined CamelContext documentation add b981becfb63 CAMEL-19062 - Clean up Parent

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4582: Expand micrometer test coverage

2023-02-16 Thread via GitHub
JiriOndrusek opened a new issue, #4582: URL: https://github.com/apache/camel-quarkus/issues/4582 The following scenarios from the [documentation](https://camel.apache.org/components/3.20.x/micrometer-component.html) are not covered in Camel Quarkus: - message headers (just increment/

[GitHub] [camel-quarkus] oscerd commented on issue #4515: syndication test fails to compile to native with Camel 4 and Quarkus 3

2023-02-16 Thread via GitHub
oscerd commented on issue #4515: URL: https://github.com/apache/camel-quarkus/issues/4515#issuecomment-1432985998 It makes sense to switch to something maintained. License for that project is fine, so we could try to switch. -- This is an automated message from the Apache Git Service. To

[GitHub] [camel-quarkus] aldettinger commented on a diff in pull request #4577: [backport to main] test - Define routes in YAML DSL using beans declared in Java

2023-02-16 Thread via GitHub
aldettinger commented on code in PR #4577: URL: https://github.com/apache/camel-quarkus/pull/4577#discussion_r1108383231 ## integration-tests/main-yaml/src/main/java/org/apache/camel/quarkus/main/GreetingBean.java: ## @@ -16,8 +16,13 @@ */ package org.apache.camel.quarkus.mai

[GitHub] [camel-quarkus] oscerd commented on issue #4515: syndication test fails to compile to native with Camel 4 and Quarkus 3

2023-02-16 Thread via GitHub
oscerd commented on issue #4515: URL: https://github.com/apache/camel-quarkus/issues/4515#issuecomment-1432987231 Can you please open an upstream issue on Camel JIRA? We could try to have the features parity between the old and new component, but it needs some investigation -- This is a

[camel] branch main updated: CAMEL-19033: camel-jbang - get trace -> trace

2023-02-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 0eb9f01dc94 CAMEL-19033: camel-jbang - get trace -

[GitHub] [camel-karavan] davsclaus opened a new issue, #660: Upgarde to jkube 1.11.x

2023-02-16 Thread via GitHub
davsclaus opened a new issue, #660: URL: https://github.com/apache/camel-karavan/issues/660 Eclipse JKube 1.11.0 was just released -- 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 com

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - JQ

2023-02-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 The following commit(s) were added to refs/heads/main by this push: new 7e04f8a8503 CAMEL-19062 - Clean up Parent POM - J

[camel-spring-boot] branch main updated: CAMEL-19062 - Clean up Parent POM - JQ

2023-02-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 28d13681194 CAMEL-19062 - Clean up Pa

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - Jasminb

2023-02-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 The following commit(s) were added to refs/heads/main by this push: new 963c0d0da10 CAMEL-19062 - Clean up Parent POM - J

[GitHub] [camel] github-actions[bot] commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
github-actions[bot] commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1433011064 :no_entry_sign: There are (likely) no components to be tested in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [camel-quarkus] AnetaCadova commented on a diff in pull request #4577: [backport to main] test - Define routes in YAML DSL using beans declared in Java

2023-02-16 Thread via GitHub
AnetaCadova commented on code in PR #4577: URL: https://github.com/apache/camel-quarkus/pull/4577#discussion_r1108405994 ## integration-tests/main-yaml/src/main/java/org/apache/camel/quarkus/main/GreetingBean.java: ## @@ -16,8 +16,13 @@ */ package org.apache.camel.quarkus.mai

[GitHub] [camel] zhfeng merged pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
zhfeng merged PR #9344: URL: https://github.com/apache/camel/pull/9344 -- 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: CAMEL-19031: Check current saga status is RUNNING before add a step (#9344)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng 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 c897bb0b72f CAMEL-19031: Check current saga status is

[GitHub] [camel-k] claudio4j commented on pull request #4025: Free Camel K from runtime dependency

2023-02-16 Thread via GitHub
claudio4j commented on PR #4025: URL: https://github.com/apache/camel-k/pull/4025#issuecomment-1433018582 Hi Pasquale, overall I run various integrations concurrently in minikube and it seems fine, good job. -- This is an automated message from the Apache Git Service. To respond to th

[camel] branch camel-3.x updated: CAMEL-19031: Check current saga status is RUNNING before add a step (#9344)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.x by this push: new f8a5e74ecd8 CAMEL-19031: Check current saga

[camel] branch camel-3.20.x updated: CAMEL-19031: Check current saga status is RUNNING before add a step (#9344)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.20.x by this push: new 8f2c93f1b1e CAMEL-19031: Check curren

[camel-spring-boot] branch main updated: CAMEL-19062 - Clean up Parent POM - Jasminb

2023-02-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 2bf416a254e CAMEL-19062 - Clean up Pa

[camel] branch camel-3.18.x updated: CAMEL-19031: Check current saga status is RUNNING before add a step (#9344)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng 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 752a81883ac CAMEL-19031: Check curren

[camel] branch camel-3.14.x updated: CAMEL-19031: Check current saga status is RUNNING before add a step (#9344)

2023-02-16 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.14.x by this push: new 2cedf13a2cf CAMEL-19031: Check curren

[camel-spring-boot] branch main updated: CAMEL-19062 - Clean up Parent POM - Fastjson

2023-02-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 2b5cb63252a CAMEL-19062 - Clean up Pa

[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4583: Fix contributor guide

2023-02-16 Thread via GitHub
aldettinger opened a new pull request, #4583: URL: https://github.com/apache/camel-quarkus/pull/4583 -- 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-19062 - Clean up Parent POM - Fastjson

2023-02-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 The following commit(s) were added to refs/heads/main by this push: new cd2cae3b899 CAMEL-19062 - Clean up Parent POM - F

[GitHub] [camel-quarkus] aldettinger commented on pull request #4583: Fix contributor guide

2023-02-16 Thread via GitHub
aldettinger commented on PR #4583: URL: https://github.com/apache/camel-quarkus/pull/4583#issuecomment-1433037431 @AnetaCadova Fixed there. -- 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 spe

[GitHub] [camel-quarkus] aldettinger merged pull request #4583: Fix contributor guide

2023-02-16 Thread via GitHub
aldettinger merged PR #4583: URL: https://github.com/apache/camel-quarkus/pull/4583 -- 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 contributor guide

2023-02-16 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 17101de3eb Fix contributor guide 17101de

[camel] branch regen_bot updated (d0d1fbb7474 -> 0eb9f01dc94)

2023-02-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 d0d1fbb7474 CAMEL-19062 - Clean up Parent POM - Cassandra add 0eb9f01dc94 CAMEL-19033: camel-jbang - get tr

[GitHub] [camel] essobedo commented on pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-16 Thread via GitHub
essobedo commented on PR #9344: URL: https://github.com/apache/camel/pull/9344#issuecomment-1433044815 > @essobedo Did you check this [discussion](https://narayana.zulipchat.com/#narrow/stream/323714-users/topic/Saga.20timeout.20value.20depend.20on.20what.20.3F) on narayana zulip? >

[camel] branch regen_bot updated (0eb9f01dc94 -> 7e04f8a8503)

2023-02-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 0eb9f01dc94 CAMEL-19033: camel-jbang - get trace -> trace add 7e04f8a8503 CAMEL-19062 - Clean up Parent POM

[camel] branch main updated: CAMEL-19033: camel-jbang - get trace -> trace

2023-02-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 bf33e5bcb0c CAMEL-19033: camel-jbang - get trace -

[GitHub] [camel-quarkus] ldrozdo commented on pull request #4578: Split json dataformats to different modules

2023-02-16 Thread via GitHub
ldrozdo commented on PR #4578: URL: https://github.com/apache/camel-quarkus/pull/4578#issuecomment-1433058665 @aldettinger thank you! Yes, for sure we can split it, I will add it to my backlog :) -- This is an automated message from the Apache Git Service. To respond to the message, ple

[camel] branch regen_bot updated (7e04f8a8503 -> 963c0d0da10)

2023-02-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 7e04f8a8503 CAMEL-19062 - Clean up Parent POM - JQ add 963c0d0da10 CAMEL-19062 - Clean up Parent POM - Jasm

  1   2   3   >