Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-13 Thread via GitHub
christophd merged PR #5365: URL: https://github.com/apache/camel-k/pull/5365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.a

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #5365: URL: https://github.com/apache/camel-k/pull/5365#issuecomment-2052505648 :heavy_check_mark: Unit test coverage report - coverage increased from 37.8% to 38% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #5365: URL: https://github.com/apache/camel-k/pull/5365#issuecomment-2052488839 :heavy_check_mark: Unit test coverage report - coverage increased from 37.8% to 38% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #5365: URL: https://github.com/apache/camel-k/pull/5365#issuecomment-2052415192 :heavy_check_mark: Unit test coverage report - coverage increased from 37.8% to 38% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #5365: URL: https://github.com/apache/camel-k/pull/5365#issuecomment-2052178630 :heavy_check_mark: Unit test coverage report - coverage increased from 37.8% to 38% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
lburgazzoli commented on code in PR #5365: URL: https://github.com/apache/camel-k/pull/5365#discussion_r1562728765 ## pkg/trait/gc.go: ## @@ -42,12 +47,59 @@ import ( v1 "github.com/apache/camel-k/v2/pkg/apis/camel/v1" traitv1 "github.com/apache/camel-k/v2/pkg/ap

Re: [PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
github-actions[bot] commented on PR #5365: URL: https://github.com/apache/camel-k/pull/5365#issuecomment-2051954676 :heavy_check_mark: Unit test coverage report - coverage increased from 37.8% to 38% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to th

[PR] fix: Fix garbage collection trait [camel-k]

2024-04-12 Thread via GitHub
christophd opened a new pull request, #5365: URL: https://github.com/apache/camel-k/pull/5365 - Run garbage collection trait also in Integration initialization phase - Fallback to minimal set of deletable types when auto discovery fails (e.g. in OpenShift) - Add some unit and E2E test