Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-29 Thread via GitHub
jamesnetherton commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1831568458 I added this change to #185. -- 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: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-29 Thread via GitHub
jamesnetherton closed pull request #182: Fix message_bridge example crash scenario URL: https://github.com/apache/camel-quarkus-examples/pull/182 -- 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

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-27 Thread via GitHub
zhfeng commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1827773717 Sure, no problem! -- 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] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-27 Thread via GitHub
jamesnetherton commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1827754737 > @jamesnetherton are you going to move main branch to 3.7.0-SNAPSHOT? If this PR is not urgent to merge, then I can incorporate the commit it into the 3.6.0 up

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-27 Thread via GitHub
zhfeng commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1827684765 @jamesnetherton are you going to move `main` branch to `3.7.0-SNAPSHOT`? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-26 Thread via GitHub
avano commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1827284988 thanks @zhfeng ! looks good to me -- 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

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-24 Thread via GitHub
jamesnetherton commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1826037671 > @jamesnetherton CI is failing and it has to wait for camel-quarkus `3.6.0` release? It's because the CQ `main` branch has moved on to `3.7.0-SNAPSHOT`. So the

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-24 Thread via GitHub
zhfeng commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1825920136 @jamesnetherton CI is failing and it has to wait for camel-quarkus `3.6.0` release? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Fix message_bridge example crash scenario [camel-quarkus-examples]

2023-11-24 Thread via GitHub
zhfeng commented on PR #182: URL: https://github.com/apache/camel-quarkus-examples/pull/182#issuecomment-1825876716 Hi @avano , Can you check this fix? I add `FirstResource` interface in `DummyXAResource` and it can be marked as the first resource to commit during the 2PC. So the