Re: [PR] (chores) camel-core: more cleanups [camel]

2024-04-24 Thread via GitHub
orpiske merged PR #13894: URL: https://github.com/apache/camel/pull/13894 -- 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) 03/05: (chores) camel-core: remove unused code

2024-04-24 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 88d7210ff2a40c3a339f2ab3932860bdb2561d84 Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 22 13:39:11 2024 +0200

Re: [PR] (chores) camel-core: more cleanups [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13906: URL: https://github.com/apache/camel/pull/13906#issuecomment-2074166476 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

Re: [PR] CAMEL-20708 added volatile keyword for double locking in JiraEndpoint [camel]

2024-04-24 Thread via GitHub
orpiske commented on PR #13900: URL: https://github.com/apache/camel/pull/13900#issuecomment-2074175488 You could also remove the transient keyword. -- 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

(camel) branch dependabot/maven/aws-java-sdk2-version-2.25.37 created (now 209bd4f422c)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.25.37 in repository https://gitbox.apache.org/repos/asf/camel.git at 209bd4f422c Bump aws-java-sdk2-version from 2.25.36 to 2.25.37 No new

Re: [PR] Bump aws-java-sdk2-version from 2.25.36 to 2.25.37 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13907: URL: https://github.com/apache/camel/pull/13907#issuecomment-2074176053 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] Bump aws-java-sdk2-version from 2.25.36 to 2.25.37 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13907: URL: https://github.com/apache/camel/pull/13907 Bumps `aws-java-sdk2-version` from 2.25.36 to 2.25.37. Updates `software.amazon.awssdk:sqs` from 2.25.36 to 2.25.37 Updates `software.amazon.awssdk:kinesis` from 2.25.36 to 2.25.37

(camel) branch dependabot/maven/maven-resolver-version-1.9.19 created (now aedd7015266)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/maven-resolver-version-1.9.19 in repository https://gitbox.apache.org/repos/asf/camel.git at aedd7015266 Bump maven-resolver-version from 1.9.18 to 1.9.19 No new

[PR] Bump maven-resolver-version from 1.9.18 to 1.9.19 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13910: URL: https://github.com/apache/camel/pull/13910 Bumps `maven-resolver-version` from 1.9.18 to 1.9.19. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.18 to 1.9.19 Release notes Sourced from

Re: [PR] Bump maven-resolver-version from 1.9.18 to 1.9.19 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13910: URL: https://github.com/apache/camel/pull/13910#issuecomment-2074192508 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] Bump io.minio:minio from 8.5.8 to 8.5.9 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13905: URL: https://github.com/apache/camel/pull/13905 Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.5.8 to 8.5.9. Release notes Sourced from https://github.com/minio/minio-java/releases;>io.minio:minio's releases.

Re: [PR] Bump io.minio:minio from 8.5.8 to 8.5.9 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13905: URL: https://github.com/apache/camel/pull/13905#issuecomment-2074147009 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

(camel) branch dependabot/maven/io.minio-minio-8.5.9 created (now 38ea6059054)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.minio-minio-8.5.9 in repository https://gitbox.apache.org/repos/asf/camel.git at 38ea6059054 Bump io.minio:minio from 8.5.8 to 8.5.9 No new revisions were added by

(camel) 04/05: (chores) camel-core: added unused suppressions to methods used indirectly

2024-04-24 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 675a527618aaf19ad7ca94387506c43a2bd2203c Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 22 13:54:32 2024 +0200

(camel) 02/05: (chores) camel-core: fix incorrect test without assertions

2024-04-24 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 6d5fa67ebe9f0fde78d4e14b32053ec2e502b2a3 Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 22 13:32:51 2024 +0200

(camel) branch main updated (c2b21559da2 -> 00f756c039c)

2024-04-24 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 c2b21559da2 CAMEL-20513 - Camel-AWS-Bedrock: Support Amazon Titan Multimodal Embeddings G1 Model (#13896) new

(camel) 01/05: (chores) camel-core: correctly disabled manual tests

2024-04-24 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 f234169d47bdb44f412f059ed4970a4ad6f8459b Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 22 13:31:24 2024 +0200

(camel) 05/05: (chores) camel-core: removed likely incorrect performance tests

2024-04-24 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 00f756c039cf505431b5531a7cf6ac58f7f0259f Author: Otavio Rodolfo Piske AuthorDate: Mon Apr 22 14:01:59 2024 +0200

(camel) branch regen_bot updated (c2b21559da2 -> 00f756c039c)

2024-04-24 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 c2b21559da2 CAMEL-20513 - Camel-AWS-Bedrock: Support Amazon Titan Multimodal Embeddings G1 Model (#13896)

Re: [PR] fix(trait): define synthetic Kit [camel-k]

2024-04-24 Thread via GitHub
lburgazzoli commented on PR #5399: URL: https://github.com/apache/camel-k/pull/5399#issuecomment-2074171903 Sorry for being late but wonder if a better name would have been `container.image-format = camel-k|unknown|...` or similar, as - it is possible to manually create a kit with an

[PR] Bump com.helger.as2:as2-lib from 5.1.2 to 5.1.3 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13908: URL: https://github.com/apache/camel/pull/13908 Bumps [com.helger.as2:as2-lib](https://github.com/phax/as2-lib) from 5.1.2 to 5.1.3. Commits

(camel) branch dependabot/maven/com.helger.as2-as2-lib-5.1.3 created (now 6cad81ec95d)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.helger.as2-as2-lib-5.1.3 in repository https://gitbox.apache.org/repos/asf/camel.git at 6cad81ec95d Bump com.helger.as2:as2-lib from 5.1.2 to 5.1.3 No new

Re: [I] Cannot load Knative configuration from file or env variable [camel-k]

2024-04-24 Thread via GitHub
lburgazzoli commented on issue #5402: URL: https://github.com/apache/camel-k/issues/5402#issuecomment-2074177228 From an historical POV, the initial integration with Knative was based on the addressable resolver (hand written), then we switched to to K_SINK as it was much simpler --

Re: [PR] Bump com.helger.as2:as2-lib from 5.1.2 to 5.1.3 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13908: URL: https://github.com/apache/camel/pull/13908#issuecomment-2074177269 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.4.0 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13909: URL: https://github.com/apache/camel/pull/13909 Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.3.4 to 2.4.0. Release notes Sourced from

Re: [PR] Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.4.0 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13909: URL: https://github.com/apache/camel/pull/13909#issuecomment-2074180538 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

Re: [PR] Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.4.0 [camel]

2024-04-24 Thread via GitHub
orpiske commented on PR #13909: URL: https://github.com/apache/camel/pull/13909#issuecomment-2074195032 Obs.: it should be good to go (ref.: mi milvus-io/milvus-sdk-java#852) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Upgrade Quarkus to 3.10.0 [camel-quarkus]

2024-04-24 Thread via GitHub
jamesnetherton merged PR #6033: URL: https://github.com/apache/camel-quarkus/pull/6033 -- 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-quarkus) branch main updated: Upgrade Quarkus to 3.10.0

2024-04-24 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 17308467ed Upgrade Quarkus to 3.10.0

(camel) branch dependabot/maven/io.milvus-milvus-sdk-java-2.4.0 created (now 42e2214f900)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.milvus-milvus-sdk-java-2.4.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 42e2214f900 Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.4.0 No new

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13911: URL: https://github.com/apache/camel/pull/13911 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.9.1 to 4.9.2. Release notes Sourced from

(camel) branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.9.2 created (now bb79321d8ee)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.9.2 in repository https://gitbox.apache.org/repos/asf/camel.git at bb79321d8ee Bump org.codehaus.plexus:plexus-archiver from

Re: [PR] CAMEL-20383: convert CI jobs to a Matrix job (backport to 4.4.x) [camel]

2024-04-24 Thread via GitHub
orpiske commented on PR #13898: URL: https://github.com/apache/camel/pull/13898#issuecomment-2074197238 Let's start with this one first (after the vote - just to be sure). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] Bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.0 [camel]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #13912: URL: https://github.com/apache/camel/pull/13912 Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) from 5.0.1 to 6.0.0. Commits See full diff in https://github.com/eclipse-ee4j/el-ri/commits;>compare view

(camel) branch dependabot/maven/jakarta.el-jakarta.el-api-6.0.0 created (now 9843573f260)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jakarta.el-jakarta.el-api-6.0.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 9843573f260 Bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.0 No new

Re: [PR] Bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.0 [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13912: URL: https://github.com/apache/camel/pull/13912#issuecomment-2074197652 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[I] Helm test failure [camel-k]

2024-04-24 Thread via GitHub
squakez opened a new issue, #5413: URL: https://github.com/apache/camel-k/issues/5413 ### What happened? ``` E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require

(camel) 01/01: CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 The org.wildfly.security:wildfly-elytron jar dependency of camel-elytron includes the SLF4J 1.x classes and there was a logback pro

2024-04-24 Thread klease
This is an automated email from the ASF dual-hosted git repository. klease pushed a commit to branch CAMEL-19713 in repository https://gitbox.apache.org/repos/asf/camel.git commit ef1aea91c8647fc113bc86d615bafe2b8e378c62 Author: klease AuthorDate: Wed Apr 24 12:49:04 2024 +0200

(camel) branch CAMEL-19713 created (now ef1aea91c86)

2024-04-24 Thread klease
This is an automated email from the ASF dual-hosted git repository. klease pushed a change to branch CAMEL-19713 in repository https://gitbox.apache.org/repos/asf/camel.git at ef1aea91c86 CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 The org.wildfly.security:wildfly-elytron jar

Re: [PR] Test fixes [camel-k]

2024-04-24 Thread via GitHub
squakez commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r1577727640 ## e2e/support/test_support.go: ## @@ -128,9 +128,9 @@ const ExpectedOSClusterRoles = 1 var TestDefaultNamespace = "default" -var TestTimeoutShort = 1 *

(camel) branch main updated: Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2

2024-04-24 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 d5bb5aa4520 Bump

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [camel]

2024-04-24 Thread via GitHub
orpiske merged PR #13911: URL: https://github.com/apache/camel/pull/13911 -- 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:

Re: [PR] CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 [camel]

2024-04-24 Thread via GitHub
klease merged PR #13916: URL: https://github.com/apache/camel/pull/13916 -- 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-19713: Fix logging by ensuring use of SLF4J 2.0 (#13916)

2024-04-24 Thread klease
This is an automated email from the ASF dual-hosted git repository. klease 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 66ae8383ccf CAMEL-19713: Fix logging by ensuring use

(camel) branch CAMEL-19713 deleted (was ef1aea91c86)

2024-04-24 Thread klease
This is an automated email from the ASF dual-hosted git repository. klease pushed a change to branch CAMEL-19713 in repository https://gitbox.apache.org/repos/asf/camel.git was ef1aea91c86 CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 The org.wildfly.security:wildfly-elytron jar

Re: [PR] Test fixes [camel-k]

2024-04-24 Thread via GitHub
squakez commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r1577831238 ## e2e/support/test_support.go: ## @@ -128,9 +128,9 @@ const ExpectedOSClusterRoles = 1 var TestDefaultNamespace = "default" -var TestTimeoutShort = 1 *

Re: [I] Cannot load Knative configuration from file or env variable [camel-k]

2024-04-24 Thread via GitHub
christophd commented on issue #5402: URL: https://github.com/apache/camel-k/issues/5402#issuecomment-2074977740 I am having a look why Camel K requires Knative serving to use K_SINK SinkBinding -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Bump com.microsoft.azure:msal4j from 1.14.3 to 1.15.0 [camel]

2024-04-24 Thread via GitHub
orpiske commented on PR #13914: URL: https://github.com/apache/camel/pull/13914#issuecomment-2075046337 /component-test camel-mail-microsoft-oauth -- 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) branch regen_bot updated (66ae8383ccf -> 79e147d0aa8)

2024-04-24 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 66ae8383ccf CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 (#13916) add ed89ad01605 Bump

[PR] Adding eventing core types on RBAC [camel-k]

2024-04-24 Thread via GitHub
matzew opened a new pull request, #5412: URL: https://github.com/apache/camel-k/pull/5412 Adding missing types on helm chart for * eventing * messaging APIs of knative the non-helm manifests have those (kept same order) --> **Release Note**

Re: [PR] [CMLK-1387] Add e2e traits test for cron [camel-k]

2024-04-24 Thread via GitHub
squakez commented on PR #5414: URL: https://github.com/apache/camel-k/pull/5414#issuecomment-2074670998 BTW, as mentioned already in the past, please, avoid referencing any downstream reference such as specific company Jira issues or the like. Thanks. -- This is an automated message from

Re: [PR] (chores) camel-core: more cleanups [camel]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #13917: URL: https://github.com/apache/camel/pull/13917#issuecomment-2074692284 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

(camel-quarkus) branch 3.10.x updated (c3e6f50a5f -> 0a7cb4b3b1)

2024-04-24 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 3.10.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard c3e6f50a5f [maven-release-plugin] Set next development version 3.10.1-SNAPSHOT discard a3612b292a

(camel) branch regen_bot updated (59ff96ce2dd -> d5bb5aa4520)

2024-04-24 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 59ff96ce2dd Bump maven-resolver-version from 1.9.18 to 1.9.19 add d5bb5aa4520 Bump

(camel) branch regen_bot updated (d5bb5aa4520 -> 66ae8383ccf)

2024-04-24 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 d5bb5aa4520 Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 add 66ae8383ccf CAMEL-19713: Fix

(camel) branch dependabot/maven/com.microsoft.azure-msal4j-1.15.0 deleted (was b92e329f7bb)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.microsoft.azure-msal4j-1.15.0 in repository https://gitbox.apache.org/repos/asf/camel.git was b92e329f7bb Bump com.microsoft.azure:msal4j from 1.14.3 to 1.15.0

(camel) 06/08: (chores) camel-core: code cleanup

2024-04-24 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 bc8172bd148711bb73485f7affb0aa1d7bb4fc91 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:45:12 2024 +0200

(camel) 05/08: (chores) camel-core: code cleanup

2024-04-24 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 4e4bca031bb53c5fcb0ce8d53e73174d2c2261ee Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:43:55 2024 +0200

(camel) 04/08: (chores) camel-core: code cleanup

2024-04-24 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 9cfdb5042c8b15b93d6f82d6246226f1eeff8b89 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:41:16 2024 +0200

(camel) branch main updated (ecb07cdef37 -> 028b6fb743d)

2024-04-24 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 ecb07cdef37 Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.4.0 new ddeb150f4f9 (chores) camel-core: code cleanup

(camel) 08/08: (chores) camel-core: code cleanup

2024-04-24 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 028b6fb743d621e53d6455f9f6d7b6184a70a56d Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:58:14 2024 +0200

(camel) 07/08: (chores) camel-core: code cleanup

2024-04-24 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 a5bfcd1de2faa01926fad9276a618603c77147af Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:56:23 2024 +0200

(camel) 02/08: (chores) camel-core: code cleanup

2024-04-24 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 da416981e7a64321ca0613d365fb76755d9abc51 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:38:06 2024 +0200

(camel) 03/08: (chores) camel-core: code cleanup

2024-04-24 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 6d9fca53d70a25ebee552e3ad178646932ef9027 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:39:19 2024 +0200

(camel) 01/08: (chores) camel-core: code cleanup

2024-04-24 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 ddeb150f4f95f966fce589d39ad1f9c951796688 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 23 11:34:52 2024 +0200

Re: [PR] (chores) camel-core: more cleanups [camel]

2024-04-24 Thread via GitHub
orpiske merged PR #13906: URL: https://github.com/apache/camel/pull/13906 -- 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 dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.1 deleted (was 941b5f4570c)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 941b5f4570c Bump

(camel) branch dependabot/maven/maven-resolver-version-1.9.19 deleted (was aedd7015266)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/maven-resolver-version-1.9.19 in repository https://gitbox.apache.org/repos/asf/camel.git was aedd7015266 Bump maven-resolver-version from 1.9.18 to 1.9.19 The

(camel-quarkus) annotated tag 3.10.0 deleted (was f52e3eb29d)

2024-04-24 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to annotated tag 3.10.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git *** WARNING: tag 3.10.0 was deleted! *** tag was f52e3eb29d The revisions that were on this

svn commit: r68746 [5/5] - /dev/camel/camel-quarkus/3.10.0/

2024-04-24 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.xml.asc == --- dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.xml.asc (added) +++

(camel-quarkus) 01/01: Upgrade Quarkus to 3.11.0.CR1

2024-04-24 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 0a2c0b4ba88e523ef8a529dbc596bdc9b51bf8d7 Author: James Netherton AuthorDate: Wed Apr 24 16:02:20

(camel-quarkus) branch quarkus-main updated (b01e7341eb -> 0a2c0b4ba8)

2024-04-24 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard b01e7341eb Upgrade Quarkus to 3.11.0.CR1 add 9a5e6238a5 Fix nightly CI workflow alternate

(camel) branch regen_bot updated (5447f0b6172 -> 59ff96ce2dd)

2024-04-24 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 5447f0b6172 Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 add 59ff96ce2dd Bump

(camel-quarkus) branch main updated: Exclude faulttolerance package from MicroProfile integration test module javadoc

2024-04-24 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 0a7cb4b3b1 Exclude faulttolerance

Re: [PR] Add e2e traits test for cron [camel-k]

2024-04-24 Thread via GitHub
tdiesler commented on PR #5414: URL: https://github.com/apache/camel-k/pull/5414#issuecomment-2074764491 The test verifies that `-t cron.schedule` overrides the schedule in the yaml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(camel-k) branch main updated: chore(e2e): Use new test namespace in Knative E2E tests

2024-04-24 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository. cdeppisch 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 4bbbfed09 chore(e2e): Use new test namespace in

Re: [PR] chore(e2e): Use new test namespace in Knative E2E tests [camel-k]

2024-04-24 Thread via GitHub
christophd merged PR #5408: URL: https://github.com/apache/camel-k/pull/5408 -- 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:

Re: [PR] Test fixes [camel-k]

2024-04-24 Thread via GitHub
valdar commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r159400 ## e2e/support/test_support.go: ## @@ -128,9 +128,9 @@ const ExpectedOSClusterRoles = 1 var TestDefaultNamespace = "default" -var TestTimeoutShort = 1 *

Re: [PR] Test fixes [camel-k]

2024-04-24 Thread via GitHub
valdar commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r159400 ## e2e/support/test_support.go: ## @@ -128,9 +128,9 @@ const ExpectedOSClusterRoles = 1 var TestDefaultNamespace = "default" -var TestTimeoutShort = 1 *

Re: [I] jt400MockTest.testWriteKeyedDataQueue fails in the Quarkus Platform [camel-quarkus]

2024-04-24 Thread via GitHub
jamesnetherton closed issue #5896: jt400MockTest.testWriteKeyedDataQueue fails in the Quarkus Platform URL: https://github.com/apache/camel-quarkus/issues/5896 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] jt400MockTest.testWriteKeyedDataQueue fails in the Quarkus Platform [camel-quarkus]

2024-04-24 Thread via GitHub
jamesnetherton commented on issue #5896: URL: https://github.com/apache/camel-quarkus/issues/5896#issuecomment-2075064094 For some reason `quarkus.test.flat-class-path` doesn't seem to take effect when run from the test-jar. But you can force it via `systemProperties` config on the Camel

Re: [I] Health trait: Inconsistent Integration condition ready status [camel-k]

2024-04-24 Thread via GitHub
rinaldodev commented on issue #5351: URL: https://github.com/apache/camel-k/issues/5351#issuecomment-2074707028 > I think @rinaldodev had to deal with this for some time. I don't recall if something has been fixed on camel side. Thanks. Here is the context:

Re: [I] Helm test failure [camel-k]

2024-04-24 Thread via GitHub
gansheer commented on issue #5413: URL: https://github.com/apache/camel-k/issues/5413#issuecomment-2074794008 Some discussion is in progress: https://github.com/orgs/community/discussions/120966 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] doc(trait): Maven profile cm/secret additional information [camel-k]

2024-04-24 Thread via GitHub
squakez commented on code in PR #5416: URL: https://github.com/apache/camel-k/pull/5416#discussion_r1577823745 ## pkg/apis/camel/v1/trait/builder.go: ## @@ -51,6 +51,7 @@ type BuilderTrait struct { // Deprecated: use TasksRequestCPU instead with task name `builder`.

(camel) branch main updated: Bump aws-java-sdk2-version from 2.25.36 to 2.25.37

2024-04-24 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 ed89ad01605 Bump aws-java-sdk2-version from 2.25.36

Re: [PR] Bump aws-java-sdk2-version from 2.25.36 to 2.25.37 [camel]

2024-04-24 Thread via GitHub
orpiske merged PR #13907: URL: https://github.com/apache/camel/pull/13907 -- 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 dependabot/maven/aws-java-sdk2-version-2.25.37 deleted (was 209bd4f422c)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.25.37 in repository https://gitbox.apache.org/repos/asf/camel.git was 209bd4f422c Bump aws-java-sdk2-version from 2.25.36 to 2.25.37 The

svn commit: r68746 [4/5] - /dev/camel/camel-quarkus/3.10.0/

2024-04-24 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.xml == --- dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.xml (added) +++

svn commit: r68746 [2/5] - /dev/camel/camel-quarkus/3.10.0/

2024-04-24 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.json == --- dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.json (added) +++

svn commit: r68746 [3/5] - /dev/camel/camel-quarkus/3.10.0/

2024-04-24 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.json.asc == --- dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.json.asc (added) +++

svn commit: r68746 [1/5] - /dev/camel/camel-quarkus/3.10.0/

2024-04-24 Thread jamesnetherton
Author: jamesnetherton Date: Wed Apr 24 13:24:13 2024 New Revision: 68746 Log: Import camel-quarkus release Added: dev/camel/camel-quarkus/3.10.0/ dev/camel/camel-quarkus/3.10.0/apache-camel-quarkus-3.10.0-sbom.json

Re: [PR] Adding eventing core types on RBAC [camel-k]

2024-04-24 Thread via GitHub
christophd merged PR #5412: URL: https://github.com/apache/camel-k/pull/5412 -- 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: Adding eventing core types on RBAC

2024-04-24 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository. cdeppisch 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 e9568a6f9 Adding eventing core types on RBAC

Re: [PR] Bump com.microsoft.azure:msal4j from 1.14.3 to 1.15.0 [camel]

2024-04-24 Thread via GitHub
orpiske merged PR #13914: URL: https://github.com/apache/camel/pull/13914 -- 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: Bump com.microsoft.azure:msal4j from 1.14.3 to 1.15.0

2024-04-24 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 79e147d0aa8 Bump com.microsoft.azure:msal4j from

Re: [PR] Test fixes [camel-k]

2024-04-24 Thread via GitHub
christophd commented on code in PR #5415: URL: https://github.com/apache/camel-k/pull/5415#discussion_r1577904550 ## e2e/support/test_support.go: ## @@ -128,9 +128,9 @@ const ExpectedOSClusterRoles = 1 var TestDefaultNamespace = "default" -var TestTimeoutShort = 1 *

Re: [PR] Adding eventing core types on RBAC [camel-k]

2024-04-24 Thread via GitHub
christophd commented on PR #5412: URL: https://github.com/apache/camel-k/pull/5412#issuecomment-2074568402 Relates to #5410 -- 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.

[PR] CAMEL-19713: Fix logging by ensuring use of SLF4J 2.0 [camel]

2024-04-24 Thread via GitHub
klease opened a new pull request, #13916: URL: https://github.com/apache/camel/pull/13916 The org.wildfly.security:wildfly-elytron jar dependency of camel-elytron includes the SLF4J 1.x classes and there was a logback provider in the classpath. # Description # Target

(camel) branch regen_bot updated (8b2b4fe7ddc -> 028b6fb743d)

2024-04-24 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 8b2b4fe7ddc CAMEL-20710: Implemented Objects.equals() for comparison of strings (#13901) add 7f266554522

Error while running notifications feature from .asf.yaml in camel!

2024-04-24 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Unterminated string starting at: line 1 column 12276 (char 12275)

  1   2   3   >