[camel] branch main updated (82bae503a78 -> cb14edd0e4f)

2023-02-27 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 82bae503a78 (chores) camel-base-engine: fix misplaced comment new 94322d2c2b9 CAMEL-19060: avoid a potentially

[camel] 02/02: CAMEL-19058: use type checks instead of instance checks for handling event notifications

2023-02-27 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 commit cb14edd0e4f4746333e3aed780d0f44dbb6696ca Author: Otavio Rodolfo Piske AuthorDate: Mon Feb 13 20:22:20 2023 +0100

[camel] 01/02: CAMEL-19060: avoid a potentially costly call to AtomicInteger.get() when notifying that the exchange had been created

2023-02-27 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 commit 94322d2c2b99ab2b98d1fc9474bdb0c31eace1e7 Author: Otavio Rodolfo Piske AuthorDate: Wed Feb 22 15:57:09 2023 +0100

[GitHub] [camel] orpiske merged pull request #9433: CAMEL-19060 + CAMEL-19058: minor improvements

2023-02-27 Thread via GitHub
orpiske merged PR #9433: URL: https://github.com/apache/camel/pull/9433 -- 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-quarkus] JiriOndrusek commented on issue #4597: Expand JDBC test coverage - XA

2023-02-27 Thread via GitHub
JiriOndrusek commented on issue #4597: URL: https://github.com/apache/camel-quarkus/issues/4597#issuecomment-1447723049 Similar test already exists in JTA test module -

[GitHub] [camel-quarkus] JiriOndrusek closed issue #4597: Expand JDBC test coverage - XA

2023-02-27 Thread via GitHub
JiriOndrusek closed issue #4597: Expand JDBC test coverage - XA URL: https://github.com/apache/camel-quarkus/issues/4597 -- 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

[GitHub] [camel] github-actions[bot] commented on pull request #9433: CAMEL-19060 + CAMEL-19058: minor improvements

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #9433: URL: https://github.com/apache/camel/pull/9433#issuecomment-1447711854 :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

[camel] branch regen_bot updated (82bae503a78 -> b86569124f6)

2023-02-27 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 82bae503a78 (chores) camel-base-engine: fix misplaced comment This update removed existing revisions from the

[camel] branch regen_bot updated (406dd0158fa -> 82bae503a78)

2023-02-27 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 406dd0158fa Fixed RAT add b86569124f6 (chores) camel-base-engine: cleanup duplicated code add

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1447696071 @davsclaus actually, let me try the alternative approach on this one. Let's put it on hold for now. -- This is an automated message from the Apache Git Service. To respond to the

[camel-quarkus] branch main updated: Micrometer test coverage - @Counted

2023-02-27 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 011f67aea8 Micrometer test coverage

[GitHub] [camel-quarkus] jamesnetherton merged pull request #4600: Micrometer test coverage - @Counted

2023-02-27 Thread via GitHub
jamesnetherton merged PR #4600: URL: https://github.com/apache/camel-quarkus/pull/4600 -- 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-quarkus] jamesnetherton closed issue #4598: Micrometer test coverage - possible issue with @Counted annotation and metrics mandatory

2023-02-27 Thread via GitHub
jamesnetherton closed issue #4598: Micrometer test coverage - possible issue with @Counted annotation and metrics mandatory URL: https://github.com/apache/camel-quarkus/issues/4598 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1447675277 > Hmm now we create a new object per message (the trait) only for fringe features like JMS external redelivery and dataType (not really much in use). Yeah. There's that, indeed -

[camel] branch regen_bot updated (d6c7e6b2979 -> 406dd0158fa)

2023-02-27 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 d6c7e6b2979 CAMEL-19090: Remove deprecated apis in core add 406dd0158fa Fixed RAT No new revisions were

[camel] branch main updated: (chores) camel-base-engine: fix misplaced comment

2023-02-27 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 82bae503a78 (chores) camel-base-engine: fix

[camel] branch main updated: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 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 b86569124f6 (chores) camel-base-engine: cleanup

[GitHub] [camel] orpiske merged pull request #9436: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 Thread via GitHub
orpiske merged PR #9436: URL: https://github.com/apache/camel/pull/9436 -- 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] orpiske commented on a diff in pull request #9436: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 Thread via GitHub
orpiske commented on code in PR #9436: URL: https://github.com/apache/camel/pull/9436#discussion_r1119628376 ## core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java: ## @@ -813,10 +801,10 @@ public void after(Exchange exchange,

[camel] branch main updated: Fixed RAT

2023-02-27 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 406dd0158fa Fixed RAT 406dd0158fa is described

[camel-quarkus] branch main updated: Updated CHANGELOG.md

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot 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 bb4e85ce8e Updated CHANGELOG.md

[camel-kamelets] branch main updated: Updated CHANGELOG.md

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git The following commit(s) were added to refs/heads/main by this push: new f39f47fa Updated CHANGELOG.md f39f47fa

[camel-kafka-connector] branch main updated: Updated CHANGELOG.md

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/main by this push: new 1a69a1e8f Updated CHANGELOG.md

[camel-k-runtime] branch main updated: Updated CHANGELOG.md

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git The following commit(s) were added to refs/heads/main by this push: new 69648790 Updated CHANGELOG.md 69648790

[camel-k] branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.1 created (now b880a7f12)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.1 in repository https://gitbox.apache.org/repos/asf/camel-k.git at b880a7f12 chore(deps): bump

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #4082: chore(deps): bump github.com/container-tools/spectrum from 0.6.0 to 0.6.1

2023-02-27 Thread via GitHub
dependabot[bot] opened a new pull request, #4082: URL: https://github.com/apache/camel-k/pull/4082 Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.0 to 0.6.1. Release notes Sourced from

[camel-spring-boot] branch automatic-periodic-sync updated (ad5c8e42519 -> a9a27f4d5a9)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git from ad5c8e42519 CAMEL-19090: Remove deprecated apis in core add a9a27f4d5a9

[GitHub] [camel-k] github-actions[bot] commented on pull request #3855: Added support for multi-arch building of Operator image

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #3855: URL: https://github.com/apache/camel-k/pull/3855#issuecomment-1447329127 This PR has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s

[camel-k] branch release-1.10.x updated: chore: changelog automatic update

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot 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 a30c62cc6 chore: changelog

[camel-k] 01/02: chore: changelog automatic update

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit bfa142832d55f1f179933867e0debb94284e7508 Author: github-actions[bot]

[camel-k] branch main updated (b1bc1fe88 -> 74874c399)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from b1bc1fe88 chore(deps): k8s api to 0.25.6 new bfa142832 chore: changelog automatic update new 74874c399

[camel-k] 02/02: chore: nightly resource refresh

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 74874c399599e4fc826a426bef2246cdf3ee56e8 Author: github-actions[bot]

[GitHub] [camel] orpiske commented on a diff in pull request #9433: CAMEL-19060 + CAMEL-19058: minor improvements

2023-02-27 Thread via GitHub
orpiske commented on code in PR #9433: URL: https://github.com/apache/camel/pull/9433#discussion_r1119322147 ## core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java: ## @@ -100,9 +94,12 @@ protected void doNotify(CamelEvent event) throws Exception

[GitHub] [camel] orpiske commented on pull request #9436: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 Thread via GitHub
orpiske commented on PR #9436: URL: https://github.com/apache/camel/pull/9436#issuecomment-1447083309 > I guess there is no noticable performance hit with the extra method call? The method is too big for the JVM to inlining Yeah, this one is probably too big for the inlining with

[camel] branch regen_bot updated (504c1c2205f -> d6c7e6b2979)

2023-02-27 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 504c1c2205f Regen for commit 4a3fe6aa91e001a2522fa02ade00e9c2905d3fc3 (#9441) add c74d9e04e9f (chores)

[camel-quarkus] branch main updated: Remove workaround for quarkus.http.test-ssl-port being ignored by REST Assured

2023-02-27 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 b24512c649 Remove workaround for

[GitHub] [camel-quarkus] ppalaga merged pull request #4604: Remove workaround for quarkus.http.test-ssl-port being ignored by REST Assured

2023-02-27 Thread via GitHub
ppalaga merged PR #4604: URL: https://github.com/apache/camel-quarkus/pull/4604 -- 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 (c74d9e04e9f -> 504c1c2205f)

2023-02-27 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 c74d9e04e9f (chores) camel-main: use log markers for a warning message This update removed existing revisions

[camel-quarkus] branch main updated: Zendesk test cannot be compiled to native with Camel 4 and Quarkus 3 #4514

2023-02-27 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 a92a48feed Zendesk test cannot be compiled

[GitHub] [camel-quarkus] ppalaga merged pull request #4592: Zendesk test cannot be compiled to native with Camel 4 and Quarkus 3

2023-02-27 Thread via GitHub
ppalaga merged PR #4592: URL: https://github.com/apache/camel-quarkus/pull/4592 -- 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-quarkus] ppalaga closed issue #4514: zendesk test cannot be compiled to native with Camel 4 and Quarkus 3

2023-02-27 Thread via GitHub
ppalaga closed issue #4514: zendesk test cannot be compiled to native with Camel 4 and Quarkus 3 URL: https://github.com/apache/camel-quarkus/issues/4514 -- 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

[camel] branch regen_bot updated (9d6b5e6b434 -> c74d9e04e9f)

2023-02-27 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 9d6b5e6b434 (chores) camel-base-engine: delay checking if the exchange failed This update removed existing

[camel] branch regen_bot updated (8c9d52531e6 -> 9d6b5e6b434)

2023-02-27 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 8c9d52531e6 Regen for commit 396b7b69bb707e2bcd9010b18b6c78ed5144f77f add 504c1c2205f Regen for commit

[camel] branch main updated: CAMEL-19090: Remove deprecated apis in core

2023-02-27 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 d6c7e6b2979 CAMEL-19090: Remove deprecated apis

[GitHub] [camel] davsclaus commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
davsclaus commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1446995864 Hmm now we create a new object per message (the trait) only for fringe features like JMS external redelivery and dataType (not really much in use). Also mind that PooledExchange

[GitHub] [camel] davsclaus commented on a diff in pull request #9433: CAMEL-19060 + CAMEL-19058: minor improvements

2023-02-27 Thread via GitHub
davsclaus commented on code in PR #9433: URL: https://github.com/apache/camel/pull/9433#discussion_r1119246555 ## core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java: ## @@ -100,9 +94,12 @@ protected void doNotify(CamelEvent event) throws

[GitHub] [camel] davsclaus commented on a diff in pull request #9436: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 Thread via GitHub
davsclaus commented on code in PR #9436: URL: https://github.com/apache/camel/pull/9436#discussion_r1119241272 ## core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java: ## @@ -813,10 +801,10 @@ public void after(Exchange exchange,

[camel] branch regen_bot_3x updated (a56e08a728b -> 7602c7ccfbc)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git omit a56e08a728b Regen for commit 77b20eab35b77a6b6afb34076978ee721dd7a2a1 add 7602c7ccfbc Regen for commit

[camel] branch main updated: Regen for commit 396b7b69bb707e2bcd9010b18b6c78ed5144f77f (#9442)

2023-02-27 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 3ea27fdcbd0 Regen for commit

[GitHub] [camel] davsclaus merged pull request #9442: Generated sources regen

2023-02-27 Thread via GitHub
davsclaus merged PR #9442: URL: https://github.com/apache/camel/pull/9442 -- 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 (c8ade4f4edd -> 8c9d52531e6)

2023-02-27 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 c8ade4f4edd Regen for commit 4a3fe6aa91e001a2522fa02ade00e9c2905d3fc3 add e4abec465be Regen for commit

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

2023-02-27 Thread via GitHub
github-actions[bot] opened a new pull request, #9442: URL: https://github.com/apache/camel/pull/9442 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[GitHub] [camel] orpiske merged pull request #9437: (chores) camel-base-engine: delay checking if the exchange failed

2023-02-27 Thread via GitHub
orpiske merged PR #9437: URL: https://github.com/apache/camel/pull/9437 -- 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 (504c1c2205f -> c74d9e04e9f)

2023-02-27 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 504c1c2205f Regen for commit 4a3fe6aa91e001a2522fa02ade00e9c2905d3fc3 (#9441) add c74d9e04e9f (chores)

[GitHub] [camel] orpiske merged pull request #9435: (chores) camel-main: use log markers for a warning message

2023-02-27 Thread via GitHub
orpiske merged PR #9435: URL: https://github.com/apache/camel/pull/9435 -- 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: (chores) camel-base-engine: delay checking if the exchange failed

2023-02-27 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 9d6b5e6b434 (chores) camel-base-engine: delay

[GitHub] [camel-kafka-connector] glew02 opened a new issue, #1513: NoSuchMethodError: org.apache.camel.util.StringHelper.replaceAll

2023-02-27 Thread via GitHub
glew02 opened a new issue, #1513: URL: https://github.com/apache/camel-kafka-connector/issues/1513 Hi, To get this error, I was using the 3.18.2 CAMEL-HTTPS-KAFKA-CONNECTOR SINK. I'm getting this error: ``` java.lang.NoSuchMethodError: 'java.lang.String

[camel] branch main updated: Regen for commit 4a3fe6aa91e001a2522fa02ade00e9c2905d3fc3 (#9441)

2023-02-27 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 504c1c2205f Regen for commit

[GitHub] [camel] davsclaus merged pull request #9441: Generated sources regen

2023-02-27 Thread via GitHub
davsclaus merged PR #9441: URL: https://github.com/apache/camel/pull/9441 -- 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-kafka-connector] glew02 closed issue #1509: camel https sink connector 3.18.2 NoSuchMethodError

2023-02-27 Thread via GitHub
glew02 closed issue #1509: camel https sink connector 3.18.2 NoSuchMethodError URL: https://github.com/apache/camel-kafka-connector/issues/1509 -- 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-kafka-connector] glew02 commented on issue #1509: camel https sink connector 3.18.2 NoSuchMethodError

2023-02-27 Thread via GitHub
glew02 commented on issue #1509: URL: https://github.com/apache/camel-kafka-connector/issues/1509#issuecomment-1446938132 I was running two older versions of other camel connectors. That probably caused a java path issue for which jar to use. I no longer get the error when setting the

[camel] branch regen_bot updated (0cd32cb85c9 -> c8ade4f4edd)

2023-02-27 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 0cd32cb85c9 Regen for commit b3a2978c915f1bd3a28b4c3e4ed0901ab45e60df add ef1a560b762 Regen for commit

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

2023-02-27 Thread via GitHub
github-actions[bot] opened a new pull request, #9441: URL: https://github.com/apache/camel/pull/9441 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[camel] branch camel-3.x updated: Regen for commit 77b20eab35b77a6b6afb34076978ee721dd7a2a1 (#9440)

2023-02-27 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 7602c7ccfbc Regen for commit

[camel] branch main updated: Removed not in use code

2023-02-27 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 396b7b69bb7 Removed not in use code 396b7b69bb7

[camel] branch main updated: Regen for commit b3a2978c915f1bd3a28b4c3e4ed0901ab45e60df (#9439)

2023-02-27 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 e4abec465be Regen for commit

[GitHub] [camel] davsclaus merged pull request #9439: Generated sources regen

2023-02-27 Thread via GitHub
davsclaus merged PR #9439: URL: https://github.com/apache/camel/pull/9439 -- 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] davsclaus merged pull request #9440: Generated sources regen (Camel 3)

2023-02-27 Thread via GitHub
davsclaus merged PR #9440: URL: https://github.com/apache/camel/pull/9440 -- 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-spring-boot] branch main updated: CAMEL-19090: Remove deprecated apis in core

2023-02-27 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-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new a9a27f4d5a9 CAMEL-19090: Remove

[GitHub] [camel] github-actions[bot] opened a new pull request, #9440: Generated sources regen (Camel 3)

2023-02-27 Thread via GitHub
github-actions[bot] opened a new pull request, #9440: URL: https://github.com/apache/camel/pull/9440 Regen bot :robot: found some uncommitted changes after running build on :camel: `camel-3` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[camel] branch regen_bot_3x updated (5aa066ccf9c -> a56e08a728b)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git from 5aa066ccf9c Regen for commit 4d03be827c40ebe6c9b6e66dcdecf3f72a1e9f28 add 77b20eab35b CAMEL-19094:

[camel] branch regen_bot updated (387975589d9 -> 0cd32cb85c9)

2023-02-27 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 387975589d9 Regen for commit 23542fc5b65f33cde0f74f71876fe80d8c8c853f add b3a2978c915 CAMEL-19094:

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

2023-02-27 Thread via GitHub
github-actions[bot] opened a new pull request, #9439: URL: https://github.com/apache/camel/pull/9439 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[camel] 02/02: CAMEL-19090: Remove deprecated apis in core

2023-02-27 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 commit 4a3fe6aa91e001a2522fa02ade00e9c2905d3fc3 Author: Claus Ibsen AuthorDate: Mon Feb 27 19:43:51 2023 +0100

[camel] branch main updated (ef1a560b762 -> 4a3fe6aa91e)

2023-02-27 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 ef1a560b762 Regen for commit 23542fc5b65f33cde0f74f71876fe80d8c8c853f new fc8dcb7d99d CAMEL-19090: Remove

[camel] 01/02: CAMEL-19090: Remove deprecated apis in core

2023-02-27 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 commit fc8dcb7d99dc752ce2844f314d935b75586c2873 Author: Claus Ibsen AuthorDate: Mon Feb 27 19:21:07 2023 +0100

[camel] branch main updated: Regen for commit 23542fc5b65f33cde0f74f71876fe80d8c8c853f

2023-02-27 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 ef1a560b762 Regen for commit

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

2023-02-27 Thread via GitHub
oscerd merged PR #9438: URL: https://github.com/apache/camel/pull/9438 -- 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 (65eee38f909 -> 387975589d9)

2023-02-27 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 65eee38f909 Regen for commit 0f25205251d05fb2e12eee1dc95b7ad43fddc350 add 676b282ba90 CAMEL-19091:

[camel-k] branch dependabot/go_modules/github.com/stretchr/testify-1.8.2 updated (b2a0748aa -> 6eea591e0)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/stretchr/testify-1.8.2 in repository https://gitbox.apache.org/repos/asf/camel-k.git omit b2a0748aa chore(deps): bump github.com/stretchr/testify from

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

2023-02-27 Thread via GitHub
github-actions[bot] opened a new pull request, #9438: URL: https://github.com/apache/camel/pull/9438 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[camel] branch camel-3.x updated: CAMEL-19094: Tokenizer ignores includeTokens

2023-02-27 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 77b20eab35b CAMEL-19094: Tokenizer

[camel] branch main updated: CAMEL-19094: Tokenizer ignores includeTokens

2023-02-27 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 b3a2978c915 CAMEL-19094: Tokenizer ignores

[GitHub] [camel] github-actions[bot] commented on pull request #9437: (chores) camel-base-engine: delay checking if the exchange failed

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #9437: URL: https://github.com/apache/camel/pull/9437#issuecomment-1446808492 :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

[GitHub] [camel-k] squakez merged pull request #4077: chore(deps): k8s api to 0.25.6

2023-02-27 Thread via GitHub
squakez merged PR #4077: URL: https://github.com/apache/camel-k/pull/4077 -- 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-k] branch main updated (67dc23a94 -> b1bc1fe88)

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from 67dc23a94 chore: rewrite log test add b1bc1fe88 chore(deps): k8s api to 0.25.6 No new revisions were added

[GitHub] [camel] github-actions[bot] commented on pull request #9436: (chores) camel-base-engine: cleanup duplicated code

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #9436: URL: https://github.com/apache/camel/pull/9436#issuecomment-1446800964 :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

[GitHub] [camel] github-actions[bot] commented on pull request #9435: (chores) camel-main: use log markers for a warning message

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #9435: URL: https://github.com/apache/camel/pull/9435#issuecomment-1446774958 :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

[GitHub] [camel] github-actions[bot] commented on pull request #9426: (perf chores) camel-seda: cache queue reference to avoid costly operations in the hot path

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #9426: URL: https://github.com/apache/camel/pull/9426#issuecomment-1446755007 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 5 | 5 | 1 | 5 | -- This is an automated message

[camel] branch main updated: CAMEL-19060 (camel-seda): cache queue reference to avoid costly operations in the hot path

2023-02-27 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 23542fc5b65 CAMEL-19060 (camel-seda): cache queue

[GitHub] [camel] orpiske merged pull request #9426: (perf chores) camel-seda: cache queue reference to avoid costly operations in the hot path

2023-02-27 Thread via GitHub
orpiske merged PR #9426: URL: https://github.com/apache/camel/pull/9426 -- 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-19060: move the isFailureHandled logic to a field in the ExchangeExtension to avoid costly operations

2023-02-27 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 421206d2500 CAMEL-19060: move the isFailureHandled

[GitHub] [camel] orpiske merged pull request #9429: CAMEL-19060: move the isFailureHandled logic to a field in the ExchangeExtension to avoid costly operations

2023-02-27 Thread via GitHub
orpiske merged PR #9429: URL: https://github.com/apache/camel/pull/9429 -- 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-k] 13/19: fix: promote route files

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit d776757186933c7a7e90571ecb5bae9dc7214d6b Author: Pasquale Congiusti AuthorDate: Thu Feb 23 15:07:11 2023 +0100

[camel-k] 10/19: fix: remove local operator installation

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit aeeb397ffcfd0f1f1a8638ad6e91e2bc7a306bf9 Author: Pasquale Congiusti AuthorDate: Thu Feb 23 10:50:34 2023 +0100

[camel-k] 16/19: chore: move startup and teardown in support folder

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit b0f7c9619348cbac22e516065fa4631771e4d5c8 Author: Pasquale Congiusti AuthorDate: Mon Feb 27 10:24:01 2023 +0100

[camel-k] 03/19: chore(ci): remove unused actions/wf

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 1c18a476d8ac389b81e455c21e23fb5c35e11b1d Author: Pasquale Congiusti AuthorDate: Wed Feb 22 12:24:00 2023 +0100

[GitHub] [camel-k] squakez merged pull request #4072: chore(test): rearrange e2e structure folder

2023-02-27 Thread via GitHub
squakez merged PR #4072: URL: https://github.com/apache/camel-k/pull/4072 -- 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-k] 14/19: fix: some flakiness when getting integrations

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 2c3941bc3b82c6398d1e59b92ac160cb3d467cfd Author: Pasquale Congiusti AuthorDate: Thu Feb 23 17:26:47 2023 +0100

[camel-k] 08/19: chore: make knative faster

2023-02-27 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 782db9c3b18493f8e8c2df97f4731396538a37c3 Author: Pasquale Congiusti AuthorDate: Wed Feb 22 16:05:15 2023 +0100

  1   2   3   4   >