[GitHub] [camel-k] tadayosi commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
tadayosi commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962595164 ## pkg/cmd/log.go: ## @@ -46,6 +46,9 @@ func newCmdLog(rootCmdOptions *RootCmdOptions) (*cobra.Command, *logCmdOptions) RunE:options.run,

[GitHub] [camel-k] tadayosi commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
tadayosi commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962595164 ## pkg/cmd/log.go: ## @@ -46,6 +46,9 @@ func newCmdLog(rootCmdOptions *RootCmdOptions) (*cobra.Command, *logCmdOptions) RunE:options.run,

[GitHub] [camel-k] essobedo commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
essobedo commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962593898 ## pkg/cmd/log.go: ## @@ -46,6 +46,9 @@ func newCmdLog(rootCmdOptions *RootCmdOptions) (*cobra.Command, *logCmdOptions) RunE:options.run,

[GitHub] [camel-k] tadayosi commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
tadayosi commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962591874 ## pkg/cmd/log.go: ## @@ -46,6 +46,9 @@ func newCmdLog(rootCmdOptions *RootCmdOptions) (*cobra.Command, *logCmdOptions) RunE:options.run,

[camel] branch regen_bot updated (baffb17fc8c -> b07e8538cc4)

2022-09-05 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 omit baffb17fc8c Regen for commit d61caca49f0571c782889cc59ad25a50f189b9ff add b07e8538cc4 Regen for commit

[camel-k] branch 3004/log-tail updated (d663035ad -> 85cbb111a)

2022-09-05 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch 3004/log-tail in repository https://gitbox.apache.org/repos/asf/camel-k.git discard d663035ad feat(cli): Add tail and tail-lines flags to the log command add 45184aff5 Updated

[GitHub] [camel-k] essobedo commented on pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
essobedo commented on PR #3589: URL: https://github.com/apache/camel-k/pull/3589#issuecomment-1236648937 BTW how do you proceed in camel-k in terms of PR validation? I mean: How many PR approvals are needed? Who merges it? -- This is an automated message from the Apache Git Service. To

[GitHub] [camel-k] essobedo commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
essobedo commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962575233 ## pkg/cmd/log.go: ## @@ -129,7 +134,13 @@ func (o *logCmdOptions) run(cmd *cobra.Command, args []string) error { // Found the running

[camel-k] branch 3004/log-tail updated (fff9f95a7 -> d663035ad)

2022-09-05 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch 3004/log-tail in repository https://gitbox.apache.org/repos/asf/camel-k.git omit fff9f95a7 feat(cli): Add tail and tail-lines flags to the log command add d663035ad feat(cli): Add

[GitHub] [camel-spring-boot-examples] davsclaus commented on pull request #79: Camel examples for spring-boot-cli

2022-09-05 Thread GitBox
davsclaus commented on PR #79: URL: https://github.com/apache/camel-spring-boot-examples/pull/79#issuecomment-1236635891 Can you please fix the https://github.com/apache-camel first before we can talk about merging PRs to ASF. -- This is an automated message from the Apache Git Service.

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request, #4070: Disabling ContinuousDevTest

2022-09-05 Thread GitBox
JiriOndrusek opened a new pull request, #4070: URL: https://github.com/apache/camel-quarkus/pull/4070 related to https://github.com/apache/camel-quarkus/issues/4069 `ContinuousDevTest` is disabled to avoid random timeout failures because of live reload. Investigation of the proper

[GitHub] [camel-k] tadayosi commented on pull request #3593: [TEST] OLM fresh install test

2022-09-05 Thread GitBox
tadayosi commented on PR #3593: URL: https://github.com/apache/camel-k/pull/3593#issuecomment-1236634104 OK, and right now OLM is available only under `e2e/namespace/upgrade`. Let's accept this PR as-is now. We should rename the e2e structure later. -- This is an automated message from

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4069: Test Framework :: Junit5 :: Extension Tests: live reload causes problems in `camel-main` night builds

2022-09-05 Thread GitBox
JiriOndrusek opened a new issue, #4069: URL: https://github.com/apache/camel-quarkus/issues/4069 Live reload is used In `ContinuousDevTest`. On `camel-main` night builds it sometimes waits indefinitely. Here is a snippet from the log: ``` ...

[GitHub] [camel-k] astefanutti commented on issue #3132: Invalid replica state for HPA

2022-09-05 Thread GitBox
astefanutti commented on issue #3132: URL: https://github.com/apache/camel-k/issues/3132#issuecomment-1236618175 > For many cases defaulting to `.spec.replicas=1` seems to make sense. What if we set up `.spec.replicas` on an integration only when Knative profile is not chosen, or Knative

[GitHub] [camel-k] tadayosi commented on a diff in pull request #3589: feat(cli): Add tail and tail-lines flags to the log command

2022-09-05 Thread GitBox
tadayosi commented on code in PR #3589: URL: https://github.com/apache/camel-k/pull/3589#discussion_r962551805 ## pkg/cmd/log.go: ## @@ -129,7 +134,13 @@ func (o *logCmdOptions) run(cmd *cobra.Command, args []string) error { // Found the running

[camel] branch main updated (b07e8538cc4 -> e2349968e55)

2022-09-05 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 b07e8538cc4 Regen for commit d61caca49f0571c782889cc59ad25a50f189b9ff new eb1e4d7e98c Upgrade AWS SDK v2 to

[camel] 02/02: Sync deps

2022-09-05 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 e2349968e55b601b43a26ab522ee7dff316647d5 Author: Andrea Cosentino AuthorDate: Mon Sep 5 09:04:35 2022 +0200 Sync

[camel] 01/02: Upgrade AWS SDK v2 to version 2.17.267

2022-09-05 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 eb1e4d7e98cd8d62191f46180858e96bc2fa12f2 Author: Andrea Cosentino AuthorDate: Mon Sep 5 08:01:47 2022 +0200

[GitHub] [camel-quarkus] zhfeng commented on issue #4065: Remove use of Xalan

2022-09-05 Thread GitBox
zhfeng commented on issue #4065: URL: https://github.com/apache/camel-quarkus/issues/4065#issuecomment-1236609898 I just test with https://github.com/zhfeng/jdk11u-dev/commit/7e6cad7737d15644600efbbdd8fb1f6be46a672e locally and it works. Is there any way we can do to fix in upstream

[GitHub] [camel] oscerd merged pull request #8277: Generated sources regen

2022-09-05 Thread GitBox
oscerd merged PR #8277: URL: https://github.com/apache/camel/pull/8277 -- 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:

[GitHub] [camel-k] tadayosi commented on issue #3132: Invalid replica state for HPA

2022-09-05 Thread GitBox
tadayosi commented on issue #3132: URL: https://github.com/apache/camel-k/issues/3132#issuecomment-1236598268 For many cases defaulting to `.spec.replicas=1` seems to make sense. What if we set up `.spec.replicas` on an integration only when Knative profile is not chosen, or Knative

[camel] branch regen_bot updated (b4a6b57f3ef -> baffb17fc8c)

2022-09-05 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 omit b4a6b57f3ef Regen for commit 299845f4c654b649a3c351cbbbd859a98c521a50 add 8d8b8588ab8 CAMEL-18453:

[GitHub] [camel] github-actions[bot] opened a new pull request, #8277: Generated sources regen

2022-09-05 Thread GitBox
github-actions[bot] opened a new pull request, #8277: URL: https://github.com/apache/camel/pull/8277 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from

[GitHub] [camel-spring-boot-examples] vinodpahuja commented on pull request #79: Camel examples for spring-boot-cli

2022-09-05 Thread GitBox
vinodpahuja commented on PR #79: URL: https://github.com/apache/camel-spring-boot-examples/pull/79#issuecomment-1236588743 > @davsclaus can you please help on this Any other inputs !!! -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-09-05 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1236580466 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID:

[GitHub] [camel-website] oscerd commented on pull request #893: Camel k 1.10.0 release steps

2022-09-05 Thread GitBox
oscerd commented on PR #893: URL: https://github.com/apache/camel-website/pull/893#issuecomment-1236577660 @zregvart any clues about PR checks ? -- 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

[camel-k] branch main updated: Added Helm Chart for 1.10.0

2022-09-05 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-k.git The following commit(s) were added to refs/heads/main by this push: new 0279645e2 Added Helm Chart for 1.10.0

[camel-k] branch release-1.10.x updated: Added Helm Chart for 1.10.0

2022-09-05 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 45f7582c6 Added Helm Chart

[camel] branch main created (now d61caca49f0)

2022-09-05 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 at d61caca49f0 CAMEL-18453: Deprecate Service Call EIP This branch includes the following new commits: new

[camel] 01/02: CAMEL-18453: Deprecate Service Call EIP

2022-09-05 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 8d8b8588ab858eb6f853f6137395e8f0678be701 Author: Claus Ibsen AuthorDate: Mon Sep 5 07:36:44 2022 +0200

[GitHub] [camel] oscerd merged pull request #8276: Generated sources regen

2022-09-05 Thread GitBox
oscerd merged PR #8276: URL: https://github.com/apache/camel/pull/8276 -- 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 regen_bot updated (a7eb47c2341 -> b4a6b57f3ef)

2022-09-05 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 a7eb47c2341 Regen for commit 47efd8f35ba300e29c0ce152cd5d97d7762d add 299845f4c65 CAMEL-18458:

[GitHub] [camel] github-actions[bot] opened a new pull request, #8276: Generated sources regen

2022-09-05 Thread GitBox
github-actions[bot] opened a new pull request, #8276: URL: https://github.com/apache/camel/pull/8276 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from

<    1   2   3