[GitHub] [camel] github-actions[bot] commented on pull request #8568: Doc update for camel-rest-openapi component (#8550)

2022-10-18 Thread GitBox
github-actions[bot] commented on PR #8568: URL: https://github.com/apache/camel/pull/8568#issuecomment-1282198041 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel] djcoleman opened a new pull request, #8568: Doc update for camel-rest-openapi component (#8550)

2022-10-18 Thread GitBox
djcoleman opened a new pull request, #8568: URL: https://github.com/apache/camel/pull/8568 Cherry-pick from main branch to 3.18.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 speci

[GitHub] [camel] orpiske commented on pull request #8567: (backport) Github CI fixes

2022-10-18 Thread GitBox
orpiske commented on PR #8567: URL: https://github.com/apache/camel/pull/8567#issuecomment-1282186096 > ### Components tested: > Total Tested Failed ❌Passed ✅ > 2 2 1 2 Awesome. It worked. I'll remove the cherry-picked cleanups and we should be good to

[GitHub] [camel] github-actions[bot] commented on pull request #8567: (backport) Github CI fixes

2022-10-18 Thread GitBox
github-actions[bot] commented on PR #8567: URL: https://github.com/apache/camel/pull/8567#issuecomment-1282150030 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 2 | 2 | 1 | 2 | -- This is an automated message fr

[GitHub] [camel-k] phantomjinx commented on issue #3751: e2e testing: refactor to remove deprecated functions

2022-10-18 Thread GitBox
phantomjinx commented on issue #3751: URL: https://github.com/apache/camel-k/issues/3751#issuecomment-1282141214 Please assign to me. Thanx -- 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-k] phantomjinx opened a new issue, #3751: e2e testing: refactor to remove deprecated functions

2022-10-18 Thread GitBox
phantomjinx opened a new issue, #3751: URL: https://github.com/apache/camel-k/issues/3751 The `set-output` and `save-state` functions are being removed and new environment variables added to replace their usage. All e2e actions use `set-output` so will need refactoring to update to the new

[GitHub] [camel-kamelets] anuj-upadhyay-inferenz commented on issue #1038: aws-ddb-sink-binding doesn't send data to DynamoDB

2022-10-18 Thread GitBox
anuj-upadhyay-inferenz commented on issue #1038: URL: https://github.com/apache/camel-kamelets/issues/1038#issuecomment-1282100689 > This should be related: https://issues.apache.org/jira/browse/CAMEL-18603 I see that the issue is resolved, i will wait for new Camel release 3.2.0 and

[GitHub] [camel] orpiske commented on a diff in pull request #8549: Cleanup jpa component

2022-10-18 Thread GitBox
orpiske commented on code in PR #8549: URL: https://github.com/apache/camel/pull/8549#discussion_r997952712 ## components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaPollingConsumer.java: ## @@ -44,7 +44,7 @@ public class JpaPollingConsumer extends PollingConsumer

[GitHub] [camel] orpiske commented on a diff in pull request #8549: Cleanup jpa component

2022-10-18 Thread GitBox
orpiske commented on code in PR #8549: URL: https://github.com/apache/camel/pull/8549#discussion_r997927981 ## components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java: ## @@ -185,6 +185,16 @@ protected String createEndpointUri() { return "jpa"

[GitHub] [camel-k] tadayosi opened a new pull request, #3750: fix(e2e): stabilise TestNativeIntegrations (1.8.x)

2022-10-18 Thread GitBox
tadayosi opened a new pull request, #3750: URL: https://github.com/apache/camel-k/pull/3750 Backport https://github.com/apache/camel-k/pull/3747 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To

[GitHub] [camel] github-actions[bot] commented on pull request #8567: (backport) Github CI fixes

2022-10-18 Thread GitBox
github-actions[bot] commented on PR #8567: URL: https://github.com/apache/camel/pull/8567#issuecomment-1282017188 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel] orpiske closed pull request #8566: (backport) Github CI fixes

2022-10-18 Thread GitBox
orpiske closed pull request #8566: (backport) Github CI fixes URL: https://github.com/apache/camel/pull/8566 -- 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-m

[GitHub] [camel-k] oscerd commented on pull request #3748: Preparing for release 1.10.2 - Upgrade to Camel K Runtime 1.15.1 staging

2022-10-18 Thread GitBox
oscerd commented on PR #3748: URL: https://github.com/apache/camel-k/pull/3748#issuecomment-1282005867 Failing tests are native. It should be fixed with the other PR from @tadayosi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[camel-k] branch release-1.10.x updated: Preparing for release 1.10.2 - Upgrade to Camel K Runtime 1.15.1 staging

2022-10-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.10.x by this push: new ba3912b75 Preparing for rel

[GitHub] [camel-k] oscerd merged pull request #3748: Preparing for release 1.10.2 - Upgrade to Camel K Runtime 1.15.1 staging

2022-10-18 Thread GitBox
oscerd merged PR #3748: URL: https://github.com/apache/camel-k/pull/3748 -- 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.apach

[GitHub] [camel-k] oscerd commented on pull request #3749: fix(e2e): stabilise TestNativeBinding (1.10.x)

2022-10-18 Thread GitBox
oscerd commented on PR #3749: URL: https://github.com/apache/camel-k/pull/3749#issuecomment-1281992664 I'll try to include this in 1.10.2 -- 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 speci

[GitHub] [camel-k] tadayosi opened a new pull request, #3749: fix(e2e): stabilise TestNativeBinding (1.10.x)

2022-10-18 Thread GitBox
tadayosi opened a new pull request, #3749: URL: https://github.com/apache/camel-k/pull/3749 Backport #3747 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel] branch regen_bot updated (995799abbf0 -> 109aad80734)

2022-10-18 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 995799abbf0 Sync deps add 109aad80734 Polished No new revisions were added by this update. Summary of cha

[GitHub] [camel-k] christophd commented on pull request #3747: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread GitBox
christophd commented on PR #3747: URL: https://github.com/apache/camel-k/pull/3747#issuecomment-1281965997 YAY! 🥳 Awesome! -- 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. T

[GitHub] [camel-k] squakez commented on pull request #3747: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread GitBox
squakez commented on PR #3747: URL: https://github.com/apache/camel-k/pull/3747#issuecomment-1281962915 > All green! Let me merge it. I like the smell of a green pipeline in the morning... -- This is an automated message from the Apache Git Service. To respond to the message, please

[camel-k] branch main updated: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato 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 54524c02d fix(e2e): stabilise TestNativeBinding 5452

[GitHub] [camel-k] tadayosi merged pull request #3747: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread GitBox
tadayosi merged PR #3747: URL: https://github.com/apache/camel-k/pull/3747 -- 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.apa

[GitHub] [camel-k] tadayosi commented on pull request #3747: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread GitBox
tadayosi commented on PR #3747: URL: https://github.com/apache/camel-k/pull/3747#issuecomment-1281961387 All green! Let me merge it. -- 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

[GitHub] [camel-k] squakez commented on pull request #3747: fix(e2e): stabilise TestNativeBinding

2022-10-18 Thread GitBox
squakez commented on PR #3747: URL: https://github.com/apache/camel-k/pull/3747#issuecomment-1281947184 Nice. Please, backport to `1.10.x` as well and if it makes sense, review the LTS branch `1.8.x` as well (though, we may have a different set of tests over there). -- This is an automat

[GitHub] [camel-k] tadayosi commented on issue #3715: Native E2E tests failing

2022-10-18 Thread GitBox
tadayosi commented on issue #3715: URL: https://github.com/apache/camel-k/issues/3715#issuecomment-1281938562 As a simple workaround I just increased the build timeout from 30 to 40 mins with PR #3747: ``` 📦 github.com/apache/camel-k/e2e/namespace/native ✅ TestNativeBinding (33m55.8

[camel-quarkus] branch camel-main updated (ca559bae7f -> afde7fffcc)

2022-10-18 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard ca559bae7f Upgrade Camel to 3.20.0 add c330078c9e Add a PackageScanClassResolver implementation

[camel] branch main updated: Polished

2022-10-18 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 109aad80734 Polished 109aad80734 is described belo

<    1   2   3