Re: [I] ‼️ Karavan secrets not found [camel-karavan]

2024-04-09 Thread via GitHub


zyzgreater commented on issue #881:
URL: https://github.com/apache/camel-karavan/issues/881#issuecomment-2046583144

   @mgubaidullin 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]

2024-04-09 Thread via GitHub


oscerd closed pull request #1126: [Github Actions] Periodic Sync Camel Spring 
Boot (Camel 4)
URL: https://github.com/apache/camel-spring-boot/pull/1126


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] ‼️ Karavan secrets not found [camel-karavan]

2024-04-09 Thread via GitHub


zyzgreater commented on issue #881:
URL: https://github.com/apache/camel-karavan/issues/881#issuecomment-2046485976

   Since the previous problem was not solved, I changed the method again, but 
gitea and karaven ran normally, but there were still problems, as shown in the 
following screenshot
   
![image](https://github.com/apache/camel-karavan/assets/98529866/555a9fa3-486a-40a5-adde-659399a49c82)
   
![image](https://github.com/apache/camel-karavan/assets/98529866/83ecd634-0944-434e-baac-0acd5957c85b)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [CI] - Quarkus Main Branch Build Failure [camel-quarkus]

2024-04-09 Thread via GitHub


github-actions[bot] commented on issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2046477315

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 8624962215-1448-90e3edfb-89ba-4f07-a45a-530d0fcbb286
   * Camel Quarkus Commit: 2fadd080220987c3b6e5fd972f9e994dcaf6510d
   
   * Quarkus Main Commit: e4900086808516c04ef05f36a9b6c771b12db170
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/8624962215


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] invalid OpenAPI specs file [camel-karavan]

2024-04-09 Thread via GitHub


samar-elsayed opened a new issue, #1218:
URL: https://github.com/apache/camel-karavan/issues/1218

   I am trying to create OpenAPI spec file for the rest endpoint created in the 
project via Karavan VSCode (latest version)
   and here for the Inquiry Path I have created 2 params 
   
   
![image](https://github.com/apache/camel-karavan/assets/22873802/1e11c25e-1703-4b66-a416-829f580a3870)
   
   
![image](https://github.com/apache/camel-karavan/assets/22873802/8ceeecff-1c56-4d1f-9397-186744415533)
   
   and both are required but as shown below when I check the doc path I find 
only one param of them is mentioned and it doesn't look correct (there is 
example value for clientdate that doesn't show up in the file )
   
   
![image](https://github.com/apache/camel-karavan/assets/22873802/ba6491ea-29a9-49c1-8dda-66756faba36f)
   
   the OpenAPI file : 
   
![image](https://github.com/apache/camel-karavan/assets/22873802/bcec0168-daf1-46a0-90d9-71f67ea6b34d)
   
   when I check that file inside swagger editor:
   
   
![image](https://github.com/apache/camel-karavan/assets/22873802/1f3b2916-717e-4721-bb8c-48f2151fe998)
   
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [CI] - Camel Main Branch Build Failure [camel-quarkus]

2024-04-09 Thread via GitHub


github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2046359717

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 8623943379-1344-3bb54bb9-ea90-40df-ad0e-57d2232fe786
   * Camel Quarkus Commit: 532310aa82a33497a5f68c99184f1849bd7e25be
   
   * Camel Main Commit: e4900086808516c04ef05f36a9b6c771b12db170
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/8623943379


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Problem with native compilation when using onException in ResRoute Classes [camel-quarkus]

2024-04-09 Thread via GitHub


zhfeng commented on issue #5986:
URL: https://github.com/apache/camel-quarkus/issues/5986#issuecomment-2046277057

   @cesarjv try something like the following and refer to 
https://quarkus.io/guides/writing-native-applications-tips#registerForReflection
 for more details
   ```java
   @RegisterForReflection(targets={ HttpHostConnectException.class })
   public class registerForHttpException {
   }
```


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch release-2.3.x updated: chore: nightly automatic updates

2024-04-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 293ffe92a chore: nightly automatic updates
293ffe92a is described below

commit 293ffe92ab77ebf1074438664aa07bf2c084b5df
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 10 00:31:34 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md | 574 ++-
 1 file changed, 372 insertions(+), 202 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7a2b46b8..bb10f6055 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,21 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...HEAD)
+
+**Closed issues:**
+
+- OLM procedure, clear errors and warnings 
[\#5333](https://github.com/apache/camel-k/issues/5333)
+- Flaky TestOperatorBasic 
[\#5326](https://github.com/apache/camel-k/issues/5326)
+- fatal error: concurrent map read and map write 
[\#5315](https://github.com/apache/camel-k/issues/5315)
+
+## [2.3.1-nightly](https://github.com/apache/camel-k/tree/2.3.1-nightly) 
(2024-04-08)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly)
+
+## [2.4.0-nightly](https://github.com/apache/camel-k/tree/2.4.0-nightly) 
(2024-04-08)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly)
 
 **Closed issues:**
 
@@ -18,6 +32,162 @@
 - Support `kamel run ... -t camel.runtime-version=1.x` notation 
[\#4739](https://github.com/apache/camel-k/issues/4739)
 - Multi architecture support - Integrations 
[\#4149](https://github.com/apache/camel-k/issues/4149)
 
+**Merged pull requests:**
+
+- chore\(deps\): bump golang.org/x/term from 0.18.0 to 0.19.0 
[\#5330](https://github.com/apache/camel-k/pull/5330) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- feat\(core\): Upgrade API kubernetes 1.28 
[\#5329](https://github.com/apache/camel-k/pull/5329) 
([gansheer](https://github.com/gansheer))
+- feat\(trait\): allow usage of semver for camel.runtime-version  
[\#5327](https://github.com/apache/camel-k/pull/5327) 
([squakez](https://github.com/squakez))
+- doc: adjust nightly release description 
[\#5325](https://github.com/apache/camel-k/pull/5325) 
([squakez](https://github.com/squakez))
+- chore\(deps\): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 
[\#5323](https://github.com/apache/camel-k/pull/5323) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore: Upgrade golang.org/x/net 
[\#5322](https://github.com/apache/camel-k/pull/5322) 
([gansheer](https://github.com/gansheer))
+- chore\(deps\): bump github.com/prometheus/common from 0.51.1 to 0.52.2 
[\#5320](https://github.com/apache/camel-k/pull/5320) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore\(deps\): bump github.com/prometheus/client\_model from 0.6.0 to 0.6.1 
[\#5319](https://github.com/apache/camel-k/pull/5319) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- fix\(cli\): openshift cli install rbac path 
[\#5316](https://github.com/apache/camel-k/pull/5316) 
([gansheer](https://github.com/gansheer))
+- fix\(ci\): plugin failure 
[\#5312](https://github.com/apache/camel-k/pull/5312) 
([squakez](https://github.com/squakez))
+- fix\(e2e\): temporarily disable test 
[\#5308](https://github.com/apache/camel-k/pull/5308) 
([squakez](https://github.com/squakez))
+- fix\(olm\): bundle script 
[\#5303](https://github.com/apache/camel-k/pull/5303) 
([squakez](https://github.com/squakez))
+- chore\(runtime\): default to 3.8.1 
[\#5302](https://github.com/apache/camel-k/pull/5302) 
([squakez](https://github.com/squakez))
+- chore\(deps\): bump fabric8-version from 6.10.0 to 6.11.0 in /java/crds 
[\#5301](https://github.com/apache/camel-k/pull/5301) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- knative-service stage fix 
[\#5300](https://github.com/apache/camel-k/pull/5300) 
([mertdotcc](https://github.com/mertdotcc))
+- fix\(cmd\): cannot load catalog on CLI 
[\#5296](https://github.com/apache/camel-k/pull/5296) 
([squakez](https://github.com/squakez))
+- fix\(\#5238\): Fix Jib integration build 
[\#5294](https://github.com/apache/camel-k/pull/5294) 
([christophd](https://github.com/christophd))
+- fix\(knative\): enable service container port 
[\#5291](https://github.com/apache/camel-k/pull/5291) 
([squakez](https://github.com/squakez))
+- fix\(\#5288\): Makefile building platform specific kamel CLI binary 
[\#5290](https://github.com/apache/camel-k/pull/5290) 
([christophd](https://github.com/christophd))
+- fix\(ctrl\): report error on traits failure 

[PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]

2024-04-09 Thread via GitHub


github-actions[bot] opened a new pull request, #1126:
URL: https://github.com/apache/camel-spring-boot/pull/1126

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] Problem with native compilation when using onException in ResRoute Classes [camel-quarkus]

2024-04-09 Thread via GitHub


cesarjv opened a new issue, #5986:
URL: https://github.com/apache/camel-quarkus/issues/5986

   Good afternoon, I am currently working with Apache Camel in Quarkus and I am 
having problems applying the DSL java onException command in the RestRoute 
class, the problem lies when I am going to apply the native compilation and 
because I have some custom exception classes that use the onException line, I 
have the custom exceptions with the annotation @RegisterForReflection, the 
problem is that I am using the exception 
org.apache.http.conn.HttpHostConnectException and with this I do not know how 
to apply the annotation @RegisterForReflection:
   
   Class ResRoute
   
   
   ```
   package org.tmve.customer.ms.route;
   
   import org.apache.camel.Exchange;
   import org.apache.camel.builder.RouteBuilder;
   import org.apache.camel.model.rest.RestBindingMode;
   import org.apache.http.NoHttpResponseException;
   import org.apache.http.conn.HttpHostConnectException;
   import org.eclipse.microprofile.config.inject.ConfigProperty;
   import org.tmve.customer.ms.beans.response.UserProfile;
   import org.tmve.customer.ms.exceptions.NotFoundDataException;
   import org.tmve.customer.ms.exceptions.EmptyDataExceptionQueryParam;
   import org.tmve.customer.ms.exceptions.RequiredValueException;
   import org.tmve.customer.ms.processor.*;
   import org.tmve.customer.ms.utilities.BeanDate;
   
   import javax.enterprise.context.ApplicationScoped;
   import java.net.UnknownHostException;
   
   import static org.apache.camel.model.rest.RestParamType.body;
   
   @ApplicationScoped
   public class ResRoute extends RouteBuilder {
   
   @ConfigProperty(name="client.findCustomerByDocId")
   String findCustomerByDocId;
   
   @ConfigProperty(name="client.findCustomerAccountListByDocId")
   String findCustomerAccountsListByDocId;
   
   @ConfigProperty(name="client.findPostpaidAccountInfo")
   String findPostpaidAccountInfo;
   
   @ConfigProperty(name="client.findCustomerDocumentBySubscriberId")
   String findCustomerDocumentBySubscriberId;
   
   @ConfigProperty(name="client.findFeatureByAccount")
   String findFeatureByAccount;
   @ConfigProperty(name = "path.openapi")
   String openApiPath;
   @ConfigProperty(name = "descripcion.servicio")
   String serviceDescription;
   private ConfigureSsl configureSsl;
   private static final String SALIDA_BSS_EXCEPTION = "Salida del 
microservicio BSS UserProfile ${exchangeProperty[bodyRs]}";
   private static final String USER_PROFILE = "UserProfile";
   private static final String MSG_EXCEPTION = "Descripcion de la 
Exception: ${exception.message}";
   
   private static final String DATE_LOG = 
"[${bean:BeanDate.getCurrentDateTime()}] ";
   
   private static final String DIRECT_PIPELINE = "direct:pipeline";
   
   public ResRoute() {
   configureSsl = new ConfigureSsl();
   }
   @Override
   public void configure() throws Exception {
   
   BeanDate beanDate= new BeanDate();
   getContext().getRegistry().bind("BeanDate",beanDate);
   
   restConfiguration()
   .bindingMode(RestBindingMode.json)
   .dataFormatProperty("json.in.disableFeatures", 
"FAIL_ON_UNKNOWN_PROPERTIES")
   .apiContextPath(openApiPath)
   .apiProperty("api.title", USER_PROFILE)
   .apiProperty("api.description", serviceDescription)
   .apiProperty("api.version", "1.0.0")
   .apiProperty("cors", "true");
   
   rest("userProfile/v3/")
   .get("/users/{user_id}").to("direct:/{user_id}")
   .outType(UserProfile.class)
   
.param().name(USER_PROFILE).type(body).description("parametro de 
salida").required(true)
   .endParam()
   .to("direct:userIdParam");
   rest("/userProfile/v3/")
   .get("/users?").to("direct:/users?")
   .outType(UserProfile.class)
   
.param().name(USER_PROFILE).type(body).description("parametro de 
salida").required(true).endParam()
   .to("direct:usersQueryParam");
   
   onException(RequiredValueException.class)
   .handled(true)
   .process(new UserProfileProcessorInvalidFormatException())
   .log(DATE_LOG+MSG_EXCEPTION)
   .log(DATE_LOG+SALIDA_BSS_EXCEPTION);
   onException(Exception.class)
   .handled(true)
   .process(new UserProfileProcessorException())
   .log(DATE_LOG+MSG_EXCEPTION)
   .log(DATE_LOG+SALIDA_BSS_EXCEPTION);
   onException(NotFoundDataException.class)
   .handled(true)
   .process(new UserProfileProcessorInformationSubscriber())
   

(camel-k) branch main updated: chore: nightly automatic updates

2024-04-09 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


The following commit(s) were added to refs/heads/main by this push:
 new dbb1bea58 chore: nightly automatic updates
dbb1bea58 is described below

commit dbb1bea585e15f8eef659b565876cf883f4e590f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 23:46:27 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md| 428 ++--
 docs/antora.yml |   2 +-
 2 files changed, 227 insertions(+), 203 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18475a5c6..1c9e3cb88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,31 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...HEAD)
+
+**Closed issues:**
+
+- OLM procedure, clear errors and warnings 
[\#5333](https://github.com/apache/camel-k/issues/5333)
+- Flaky TestOperatorBasic 
[\#5326](https://github.com/apache/camel-k/issues/5326)
+- fatal error: concurrent map read and map write 
[\#5315](https://github.com/apache/camel-k/issues/5315)
+
+**Merged pull requests:**
+
+- fix\(olm\): set minKubeVersion and Openshift version 
[\#5339](https://github.com/apache/camel-k/pull/5339) 
([squakez](https://github.com/squakez))
+- fix\(\#5326\): Fix flaky E2E test 
[\#5338](https://github.com/apache/camel-k/pull/5338) 
([christophd](https://github.com/christophd))
+- chore\(deps\): openshift api to 4.15 
[\#5336](https://github.com/apache/camel-k/pull/5336) 
([squakez](https://github.com/squakez))
+- chore\(deps\): bump golang.org/x/sync from 0.6.0 to 0.7.0 
[\#5331](https://github.com/apache/camel-k/pull/5331) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- fatal error: concurrent map read and map write 
[\#5317](https://github.com/apache/camel-k/pull/5317) 
([tdiesler](https://github.com/tdiesler))
+- chore\(deps\): bump knative.dev/eventing from 0.39.3 to 0.40.3 
[\#5220](https://github.com/apache/camel-k/pull/5220) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 
[\#5133](https://github.com/apache/camel-k/pull/5133) 
([dependabot[bot]](https://github.com/apps/dependabot))
+
+## [2.3.1-nightly](https://github.com/apache/camel-k/tree/2.3.1-nightly) 
(2024-04-08)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly)
+
+## [2.4.0-nightly](https://github.com/apache/camel-k/tree/2.4.0-nightly) 
(2024-04-08)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly)
 
 **Closed issues:**
 
@@ -387,7 +411,7 @@
 
 ## 
[camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) 
(2024-01-03)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0)
 
 **Closed issues:**
 
@@ -441,13 +465,13 @@
 - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459)
 - Run without source code 
[\#3295](https://github.com/apache/camel-k/issues/3295)
 
-## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) 
(2023-10-24)
+## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) 
(2023-10-24)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly)
 
-## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) 
(2023-10-24)
+## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) 
(2023-10-24)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.2.0-nightly)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.1.1-nightly)
 
 **Closed issues:**
 
@@ -773,7 +797,7 @@
 
 ## [2.0.1-nightly](https://github.com/apache/camel-k/tree/2.0.1-nightly) 
(2023-07-24)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...2.0.1-nightly)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...2.0.1-nightly)
 
 **Closed issues:**
 
@@ -847,21 +871,21 @@
 - fix\(build\): complete repo name for default baseImage 
[\#4480](https://github.com/apache/camel-k/pull/4480) 
([gansheer](https://github.com/gansheer))
 - fix\(e2e\): remove workaround pre 1.12.1 
[\#4479](https://github.com/apache/camel-k/pull/4479) 
([squakez](https://github.com/squakez))
 
-## 
[pkg/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v2.0.0)
 (2023-07-17)
+## 

(camel-k) branch release-2.3.x updated: fix(#5326): Fix flaky E2E test

2024-04-09 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository.

cdeppisch pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 652f16626 fix(#5326): Fix flaky E2E test
652f16626 is described below

commit 652f16626c6a51c29e035bbbe530c32ecdcf8374
Author: Christoph Deppisch 
AuthorDate: Tue Apr 9 11:15:45 2024 +0200

fix(#5326): Fix flaky E2E test

- Make sure to wait some time for registry address to be set on 
IntegrationPlatform status

(cherry picked from commit f6d38bfc927fadefd556861679b9b5b9cc10f9de)
---
 e2e/install/kustomize/operator_test.go | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/e2e/install/kustomize/operator_test.go 
b/e2e/install/kustomize/operator_test.go
index 20997cf74..c8d686241 100644
--- a/e2e/install/kustomize/operator_test.go
+++ b/e2e/install/kustomize/operator_test.go
@@ -32,6 +32,7 @@ import (
 
. "github.com/apache/camel-k/v2/e2e/support"
testutil "github.com/apache/camel-k/v2/e2e/support/util"
+   v1 "github.com/apache/camel-k/v2/pkg/apis/camel/v1"
"github.com/apache/camel-k/v2/pkg/util/kubernetes"
 
. "github.com/onsi/gomega"
@@ -75,9 +76,9 @@ func TestOperatorBasic(t *testing.T) {
g.Eventually(Platform(t, ctx, ns)).ShouldNot(BeNil())
registry := os.Getenv("KIND_REGISTRY")
if registry != "" {
-   platform := Platform(t, ctx, ns)()
-   
g.Expect(platform.Status.Build.Registry).ShouldNot(BeNil())
-   
g.Expect(platform.Status.Build.Registry.Address).To(Equal(registry))
+   g.Eventually(PlatformHas(t, ctx, ns, func(pl 
*v1.IntegrationPlatform) bool {
+   return pl.Status.Build.Registry.Address == 
registry
+   }), TestTimeoutShort).Should(BeTrue())
}
 
})



Re: [PR] [BACKPORT-2.3.x] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


christophd merged PR #5343:
URL: https://github.com/apache/camel-k/pull/5343


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


tdiesler closed issue #5315: fatal error: concurrent map read and map write
URL: https://github.com/apache/camel-k/issues/5315


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


tdiesler commented on issue #5315:
URL: https://github.com/apache/camel-k/issues/5315#issuecomment-2045904535

   Done


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [BACKPORT-2.3.x] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


christophd opened a new pull request, #5343:
URL: https://github.com/apache/camel-k/pull/5343

   - Make sure to wait some time for registry address to be set on 
IntegrationPlatform status
   
   (cherry picked from commit f6d38bfc927fadefd556861679b9b5b9cc10f9de)
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch main updated: (fix#5315) fatal error: concurrent map read and map write

2024-04-09 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 6b1b5f60c (fix#5315) fatal error: concurrent map read and map write
6b1b5f60c is described below

commit 6b1b5f60c7e7fc760f7cd6d046e99567ef154cd8
Author: Thomas Diesler 
AuthorDate: Wed Apr 3 13:23:35 2024 +0200

(fix#5315) fatal error: concurrent map read and map write
---
 e2e/support/test_support.go |  5 -
 pkg/client/client.go| 10 ++
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index bc2d726cc..d74dcbf94 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -139,7 +139,6 @@ var NoOlmOperatorImage string
 
 var testContext = context.TODO()
 var testClient client.Client
-var clientMutex = sync.Mutex{}
 
 var testSetupMutex = sync.Mutex{}
 var kamelInstallMutex = sync.Mutex{}
@@ -162,8 +161,6 @@ func TestContext() context.Context {
 }
 
 func TestClient(t *testing.T) client.Client {
-   clientMutex.Lock()
-   defer clientMutex.Unlock()
 
if testClient != nil {
return testClient
@@ -178,8 +175,6 @@ func TestClient(t *testing.T) client.Client {
 }
 
 func RefreshClient(t *testing.T) client.Client {
-   clientMutex.Lock()
-   defer clientMutex.Unlock()
 
var err error
testClient, err = NewTestClient()
diff --git a/pkg/client/client.go b/pkg/client/client.go
index 15fafbcb0..201afae34 100644
--- a/pkg/client/client.go
+++ b/pkg/client/client.go
@@ -22,6 +22,7 @@ import (
"fmt"
"os"
"path/filepath"
+   "sync"
 
"github.com/sirupsen/logrus"
"k8s.io/client-go/scale"
@@ -53,6 +54,8 @@ const (
kubeConfigEnvVar = "KUBECONFIG"
 )
 
+var newClientMutex sync.Mutex
+
 // Client is an abstraction for a k8s client.
 type Client interface {
ctrl.Client
@@ -125,6 +128,13 @@ func NewClient(fastDiscovery bool) (Client, error) {
 
 // NewClientWithConfig creates a new k8s client that can be used from outside 
or in the cluster.
 func NewClientWithConfig(fastDiscovery bool, cfg *rest.Config) (Client, error) 
{
+
+   // The below call to apis.AddToScheme is not thread safe in the k8s API
+   // We try to synchronize here across all k8s clients
+   // https://github.com/apache/camel-k/issues/5315
+   newClientMutex.Lock()
+   defer newClientMutex.Unlock()
+
clientScheme := scheme.Scheme
 
// Setup Scheme for all resources



Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


christophd merged PR #5317:
URL: https://github.com/apache/camel-k/pull/5317


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13727:
URL: https://github.com/apache/camel/pull/13727#issuecomment-2045468960

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] (chores) camel-core: code cleanups [camel]

2024-04-09 Thread via GitHub


orpiske opened a new pull request, #13727:
URL: https://github.com/apache/camel/pull/13727

   (no comment)


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] OLM procedure, clear errors and warnings [camel-k]

2024-04-09 Thread via GitHub


squakez closed issue #5333: OLM procedure, clear errors and warnings
URL: https://github.com/apache/camel-k/issues/5333


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch main updated: fix(olm): set minKubeVersion and Openshift version

2024-04-09 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


The following commit(s) were added to refs/heads/main by this push:
 new d5a80e432 fix(olm): set minKubeVersion and Openshift version
d5a80e432 is described below

commit d5a80e43266b1a6c587ff5738cb5c976d7700bc7
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 9 11:52:48 2024 +0200

fix(olm): set minKubeVersion and Openshift version

Closes #5333
---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml| 4 ++--
 script/Makefile  | 5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 05f639f3f..72d77ff4c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
 categories: Integration & Delivery
 certified: "false"
 containerImage: docker.io/apache/camel-k:2.4.0-SNAPSHOT
-createdAt: 2024-04-08T13:18:44Z
+createdAt: 2024-04-09T09:51:41Z
 description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
   with serverless superpowers.
 operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -167,7 +167,7 @@ spec:
   - email: us...@camel.apache.org
 name: The Apache Software Foundation
   maturity: alpha
-  minKubeVersion: 1.11.0
+  minKubeVersion: 1.24.0
   provider:
 name: The Apache Software Foundation
   replaces: camel-k-operator.v2.3.0
diff --git a/script/Makefile b/script/Makefile
index 36df380eb..f5fa156d1 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -645,6 +645,9 @@ ifneq ($(origin PACKAGE), undefined)
 BUNDLE_PACKAGE := --package=$(PACKAGE)
 endif
 BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) 
$(BUNDLE_PACKAGE)
+# TODO automate these configuration retrieving the content from go.mod
+BUNDLE_METADATA_OPENSHIFT_VERSION ?= "v4.14"
+MIN_KUBE_VERSION ?= "1.24.0"
 
 #
 # Tailor the manifest according to default values for this project
@@ -658,6 +661,7 @@ pre-bundle:
@sed -i 's/^  name: .*.\(v.*\)/  name: $(CSV_NAME)/' $(CSV_PATH)
@sed -i 's/^  displayName: .*/  displayName: $(CSV_DISPLAY_NAME)/' 
$(CSV_PATH)
@sed -i 's/^  version: .*/  version: $(CSV_VERSION)/' $(CSV_PATH)
+   @sed -i 's/^  minKubeVersion: .*/  minKubeVersion: 
$(MIN_KUBE_VERSION)/' $(CSV_PATH)
@if grep -q replaces $(CSV_PATH); \
then sed -i 's/^  replaces: .*/  replaces: $(CSV_REPLACES)/' 
$(CSV_PATH); \
else sed -i '/  version: ${CSV_VERSION}/a \ \ replaces: 
$(CSV_REPLACES)' $(CSV_PATH); \
@@ -680,6 +684,7 @@ bundle: set-version kustomize operator-sdk pre-bundle 
$(BUNDLE_CAMEL_APIS)
 # Rename the CSV name to conform with the existing released operator versions
 # This cannot happen in pre-bundle as the operator-sdk generation expects a 
CSV name the same as PACKAGE
@sed -i "s/^  name: $(CSV_NAME)/  name: $(CSV_PRODUCTION_NAME)/" 
$(CSV_PRODUCTION_PATH)
+   @echo "  com.redhat.openshift.versions : 
$(BUNDLE_METADATA_OPENSHIFT_VERSION)" >> ./bundle/metadata/annotations.yaml
$(OPERATOR_SDK) bundle validate ./bundle
 
 # Build the bundle image.



(camel-quarkus) branch main updated: Restore file tests original class naming

2024-04-09 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 e490008680 Restore file tests original class naming
e490008680 is described below

commit e4900086808516c04ef05f36a9b6c771b12db170
Author: James Netherton 
AuthorDate: Tue Apr 9 07:38:55 2024 +0100

Restore file tests original class naming
---
 .../file/it/{NonFlakyFileIT.java => FileIT.java}   |  2 +-
 .../it/{NonFlakyFileTest.java => FileTest.java}| 48 +++---
 ...FileTestResource.java => FileTestResource.java} |  2 +-
 3 files changed, 26 insertions(+), 26 deletions(-)

diff --git 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileIT.java
 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileIT.java
similarity index 95%
rename from 
integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileIT.java
rename to 
integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileIT.java
index cfb323f4d8..62dda77376 100644
--- 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileIT.java
+++ 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileIT.java
@@ -19,6 +19,6 @@ package org.apache.camel.quarkus.component.file.it;
 import io.quarkus.test.junit.QuarkusIntegrationTest;
 
 @QuarkusIntegrationTest
-class NonFlakyFileIT extends NonFlakyFileTest {
+class FileIT extends FileTest {
 
 }
diff --git 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileTest.java
 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
similarity index 82%
rename from 
integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileTest.java
rename to 
integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
index 77a1afd429..297d87694c 100644
--- 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/NonFlakyFileTest.java
+++ 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
@@ -37,27 +37,27 @@ import org.junit.jupiter.api.Test;
 
 import static 
org.apache.camel.quarkus.component.file.it.FileResource.SEPARATOR;
 import static org.apache.camel.quarkus.component.file.it.FileResource.SORT_BY;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.BATCH_FILE_NAME_1_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.BATCH_FILE_NAME_2_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.CHARSET_READ_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.CHARSET_WRITE_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.CHARSET_WRITE_FILE_CREATION_FOLDER;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.CHARSET_WRITE_FILE_NAME;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.FILE_CREATION_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.FILE_CREATION_FILE_NAME;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.FILE_CREATION_FOLDER;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.FILTER_NON_SKIPPED_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.IDEMPOTENT_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.IDEMPOTENT_FILE_NAME;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.POLL_ENRICH_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.QUARTZ_SCHEDULED_FILE_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.READ_LOCK_FILE_NAME;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.READ_LOCK_FOLDER_IN;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.READ_LOCK_FOLDER_OUT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.SORT_BY_NAME_1_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.SORT_BY_NAME_2_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.SORT_BY_NAME_3_CONTENT;
-import static 
org.apache.camel.quarkus.component.file.it.NonFlakyFileTestResource.TEST_FILES_FOLDER;
+import static 

Re: [PR] Restore file tests original class naming [camel-quarkus]

2024-04-09 Thread via GitHub


jamesnetherton merged PR #5985:
URL: https://github.com/apache/camel-quarkus/pull/5985


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix(olm): set minKubeVersion and Openshift version [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5339:
URL: https://github.com/apache/camel-k/pull/5339


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] IntegrationProfile empty description [camel-k]

2024-04-09 Thread via GitHub


squakez commented on issue #5341:
URL: https://github.com/apache/camel-k/issues/5341#issuecomment-2045341882

   @christophd mind having a look?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] IntegrationProfile empty description [camel-k]

2024-04-09 Thread via GitHub


squakez opened a new issue, #5341:
URL: https://github.com/apache/camel-k/issues/5341

   ### Requirement
   
   ```
   ⚠️   check_osdk_bundle_validate_operator_framework   Warning: Value 
camel-k-operator.v2.3.0: owned CRD 
"[integrationprofiles.camel.apache.org](http://integrationprofiles.camel.apache.org/)"
 has an empty description
   ```
   
   ### Problem
   
   a
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] OLM missing recommeded resource requests [camel-k]

2024-04-09 Thread via GitHub


squakez opened a new issue, #5340:
URL: https://github.com/apache/camel-k/issues/5340

   ### Requirement
   
   ```
   ⚠️   check_osdk_bundle_validate_operator_framework   Warning: Value 
camel-k-operator.v2.3.0: unable to find the resource requests for the 
container: (camel-k-operator). It is recommended to ensure the resource request 
for CPU and Memory. Be aware that for some clusters configurations it is 
required to specify requests or limits for those values. Otherwise, the system 
or quota may reject Pod creation. More info: 
https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/
   ```
   Follow up from #5333
   
   Regardless the installation procedure chosen, I think it would be wise to 
set a minimum requirements.
   
   ### Problem
   
   a
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


squakez commented on PR #5338:
URL: https://github.com/apache/camel-k/pull/5338#issuecomment-2045328405

   Can you please backport to 2.3.x? Thanks!


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Camel 19613: Convert components to use the camel-test-infra-core :camel-asterik [camel]

2024-04-09 Thread via GitHub


anjaliInfy1822 commented on code in PR #13723:
URL: https://github.com/apache/camel/pull/13723#discussion_r1557648878


##
components/camel-asterisk/pom.xml:
##
@@ -17,7 +17,9 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>

Review Comment:
   Done
   



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix #4948 part of #3397 [camel-k]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #5119:
URL: https://github.com/apache/camel-k/pull/5119#issuecomment-2045101332

   :warning: Unit test coverage report - coverage decreased from 37.8% to 37.7% 
(**-0.1%**)


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


christophd merged PR #5338:
URL: https://github.com/apache/camel-k/pull/5338


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Flaky TestOperatorBasic [camel-k]

2024-04-09 Thread via GitHub


christophd closed issue #5326: Flaky TestOperatorBasic
URL: https://github.com/apache/camel-k/issues/5326


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch main updated: fix(#5326): Fix flaky E2E test

2024-04-09 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 f6d38bfc9 fix(#5326): Fix flaky E2E test
f6d38bfc9 is described below

commit f6d38bfc927fadefd556861679b9b5b9cc10f9de
Author: Christoph Deppisch 
AuthorDate: Tue Apr 9 11:15:45 2024 +0200

fix(#5326): Fix flaky E2E test

- Make sure to wait some time for registry address to be set on 
IntegrationPlatform status
---
 e2e/install/kustomize/operator_test.go | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/e2e/install/kustomize/operator_test.go 
b/e2e/install/kustomize/operator_test.go
index 20997cf74..c8d686241 100644
--- a/e2e/install/kustomize/operator_test.go
+++ b/e2e/install/kustomize/operator_test.go
@@ -32,6 +32,7 @@ import (
 
. "github.com/apache/camel-k/v2/e2e/support"
testutil "github.com/apache/camel-k/v2/e2e/support/util"
+   v1 "github.com/apache/camel-k/v2/pkg/apis/camel/v1"
"github.com/apache/camel-k/v2/pkg/util/kubernetes"
 
. "github.com/onsi/gomega"
@@ -75,9 +76,9 @@ func TestOperatorBasic(t *testing.T) {
g.Eventually(Platform(t, ctx, ns)).ShouldNot(BeNil())
registry := os.Getenv("KIND_REGISTRY")
if registry != "" {
-   platform := Platform(t, ctx, ns)()
-   
g.Expect(platform.Status.Build.Registry).ShouldNot(BeNil())
-   
g.Expect(platform.Status.Build.Registry.Address).To(Equal(registry))
+   g.Eventually(PlatformHas(t, ctx, ns, func(pl 
*v1.IntegrationPlatform) bool {
+   return pl.Status.Build.Registry.Address == 
registry
+   }), TestTimeoutShort).Should(BeTrue())
}
 
})



Re: [PR] CAMEL-20659: include contentTransferEncoding on parsed Report [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13726:
URL: https://github.com/apache/camel/pull/13726#issuecomment-2044810872

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] CAMEL-20659: include contentTransferEncoding on parsed Report [camel]

2024-04-09 Thread via GitHub


jono-morris opened a new pull request, #13726:
URL: https://github.com/apache/camel/pull/13726

   # Description
   
   
   
   The `contentTransferEncoding` needs to be included in the 
DispositionNotificationMultipartReportEntity constructor when parsing the 
entity body.  Previously this was set via a 'setter' but with the upgrade to 
Apache HTTP client v5 it was changed to an attribute that must be set via the 
constructor: 
https://github.com/apache/camel/blob/camel-4.4.x/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java#L713
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Camel 19613: Convert components to use the camel-test-infra-core :camel-asterik [camel]

2024-04-09 Thread via GitHub


anjaliInfy1822 commented on code in PR #13723:
URL: https://github.com/apache/camel/pull/13723#discussion_r1557471909


##
components/camel-asterisk/pom.xml:
##
@@ -17,7 +17,9 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>

Review Comment:
   Thanks @orpiske will remove whatever autoformatting took place here.
   
   
   > This does not seem related to the change, so I'd suggest to leave this one 
untouched.
   
   



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] ‼️ Karavan secrets not found [camel-karavan]

2024-04-09 Thread via GitHub


zyzgreater commented on issue #881:
URL: https://github.com/apache/camel-karavan/issues/881#issuecomment-2044734250

   
![image](https://github.com/apache/camel-karavan/assets/98529866/9ffedbc1-65e3-4f39-af36-e445b773adcf)
   This is the configuration of my Docker-Compose, my Docker version is Docker 
version 26.0.0
   
![image](https://github.com/apache/camel-karavan/assets/98529866/65f7aabe-aa1a-4b2c-aec5-2b15dd39998b)
   Follow this step to start, but create a simple timer project, and the log 
output continues to loop as follows
   
![image](https://github.com/apache/camel-karavan/assets/98529866/f96171ae-6cd0-48ff-9e91-b58a8c8cab72)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] camel-quarkus-spring-redis doesn't autowire RedisTemplate so it cannot be used for e.g. RedisIdempotentRepository [camel-quarkus]

2024-04-09 Thread via GitHub


JesperBerggren commented on issue #5962:
URL: https://github.com/apache/camel-quarkus/issues/5962#issuecomment-2044658945

   I wonder what I'm missing.
   When I produce a bean of type RedisTemplate with this simple code:
   ```
   public class Producers {
   
   @Produces
   @ApplicationScoped
   RedisTemplate produceRedisTemplate() {
   
   RedisConfiguration redisConfiguration = new RedisConfiguration();
   redisConfiguration.setHost("localhost");
   redisConfiguration.setPort(6379);
   
   RedisTemplate redisTemplate = (RedisTemplate) 
redisConfiguration.getRedisTemplate();
   redisTemplate.opsForSet();
   LettuceConnectionFactory lettuceConnectionFactory = 
(LettuceConnectionFactory) redisTemplate.getConnectionFactory();
   assert lettuceConnectionFactory != null;
   
Objects.requireNonNull(lettuceConnectionFactory.getSentinelConfiguration()).setPassword("password");
   
   
redisTemplate.getConnectionFactory().getConnection().serverCommands().flushDb();
   return redisTemplate;
   }
   }
   ```
   I get this exception that causes quarkus not to be able to start up.
   ```
   java.lang.RuntimeException: java.lang.RuntimeException: Failed to start 
quarkus
at 
io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:643)
at 
io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:727)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   Caused by: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
at io.quarkus.runtime.Application.start(Application.java:101)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at 
io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:285)
at 
io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:252)
at 
io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:610)
at 
io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:725)
... 2 more
   Caused by: java.lang.NoClassDefFoundError: 
org/springframework/data/util/CloseableIterator
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
at 
io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:508)
at 
io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:468)
at 
org.apache.camel.component.redis.RedisConfiguration.createDefaultTemplate(RedisConfiguration.java:160)
at 
org.apache.camel.component.redis.RedisConfiguration.getRedisTemplate(RedisConfiguration.java:90)
at 
dk.atp.integration.dp.kvitteringopsamler.Producers.produceRedisTemplate(Producers.java:22)
at 
dk.atp.integration.dp.kvitteringopsamler.Producers_ProducerMethod_produceRedisTemplate_oXh1o33dh07G6QKT2LUDr_oOLFE_Bean.doCreate(Unknown
 Source)
at 
dk.atp.integration.dp.kvitteringopsamler.Producers_ProducerMethod_produceRedisTemplate_oXh1o33dh07G6QKT2LUDr_oOLFE_Bean.create(Unknown
 Source)
at 
dk.atp.integration.dp.kvitteringopsamler.Producers_ProducerMethod_produceRedisTemplate_oXh1o33dh07G6QKT2LUDr_oOLFE_Bean.get(Unknown
 Source)
at 
dk.atp.integration.dp.kvitteringopsamler.Producers_ProducerMethod_produceRedisTemplate_oXh1o33dh07G6QKT2LUDr_oOLFE_Bean.get(Unknown
 Source)
at 
dk.atp.integration.dp.kvitteringopsamler.DatabaseRouter_Bean.doCreate(Unknown 
Source)
at 
dk.atp.integration.dp.kvitteringopsamler.DatabaseRouter_Bean.create(Unknown 
Source)
at 
dk.atp.integration.dp.kvitteringopsamler.DatabaseRouter_Bean.create(Unknown 
Source)
at 
io.quarkus.arc.impl.AbstractSharedContext.createInstanceHandle(AbstractSharedContext.java:119)
at 
io.quarkus.arc.impl.AbstractSharedContext$1.get(AbstractSharedContext.java:38)
at 
io.quarkus.arc.impl.AbstractSharedContext$1.get(AbstractSharedContext.java:35)
at 
io.quarkus.arc.generator.Default_jakarta_enterprise_context_ApplicationScoped_ContextInstances.c19(Unknown
 Source)
at 
io.quarkus.arc.generator.Default_jakarta_enterprise_context_ApplicationScoped_ContextInstances.computeIfAbsent(Unknown
 Source)
at 
io.quarkus.arc.impl.AbstractSharedContext.get(AbstractSharedContext.java:35)
at 
io.quarkus.arc.impl.ClientProxies.getApplicationScopedDelegate(ClientProxies.java:21)
at 
dk.atp.integration.dp.kvitteringopsamler.DatabaseRouter_ClientProxy.arc$delegate(Unknown
 Source)
at 

(camel-k) branch release-2.3.x updated: chore(deps): openshift api to 4.14

2024-04-09 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 9f28ac437 chore(deps): openshift api to 4.14
9f28ac437 is described below

commit 9f28ac4376f3e93b44a2a8b0d85b6780f76713e6
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 9 09:48:16 2024 +0200

chore(deps): openshift api to 4.14
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index 5f27c8ea0..acbb9324b 100644
--- a/go.mod
+++ b/go.mod
@@ -17,8 +17,8 @@ require (
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/gomega v1.32.0
-   // go get github.com/openshift/api@release-4.12
-   github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e
+   // go get github.com/openshift/api@release-4.14
+   github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13
github.com/operator-framework/api v0.20.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 
v0.67.1
github.com/prometheus/client_golang v1.19.0
diff --git a/go.sum b/go.sum
index a5f72f5a6..87fd2198a 100644
--- a/go.sum
+++ b/go.sum
@@ -333,8 +333,8 @@ github.com/opencontainers/go-digest v1.0.0 
h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
 github.com/opencontainers/go-digest v1.0.0/go.mod 
h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
 github.com/opencontainers/image-spec v1.1.0-rc3 
h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8=
 github.com/opencontainers/image-spec v1.1.0-rc3/go.mod 
h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8=
-github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e 
h1:Hbw58VzpO9SktwYwXhiiubgvGmNTNeK6mxGtjPQ0uy4=
-github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e/go.mod 
h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A=
+github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 
h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY=
+github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13/go.mod 
h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
 github.com/operator-framework/api v0.20.0 
h1:A2YCRhr+6s0k3pRJacnwjh1Ue8BqjIGuQ2jvPg9XCB4=
 github.com/operator-framework/api v0.20.0/go.mod 
h1:rXPOhrQ6mMeXqCmpDgt1ALoar9ZlHL+Iy5qut9R99a4=
 github.com/pelletier/go-toml/v2 v2.1.0 
h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=



Re: [PR] [2.3.x] chore(deps): openshift api to 4.14 [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5337:
URL: https://github.com/apache/camel-k/pull/5337


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20625: Create a camel-google-pubsub-lite component [camel]

2024-04-09 Thread via GitHub


stn1slv commented on PR #13630:
URL: https://github.com/apache/camel/pull/13630#issuecomment-2044641075

The doc for consumerBytesOutstanding fixed in 
https://github.com/apache/camel/pull/13660


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch regen_bot updated (be07323653b -> 6613dffbbda)

2024-04-09 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 be07323653b Fix camel-vertx-websocket endpoint instantiation when 
connection to remote websocket server (#13707)
 add e97394c0ce8 Bump aws-java-sdk2-version from 2.25.24 to 2.25.26 (#13711)
 add 9d7ee37e81f Bump org.atmosphere:atmosphere-runtime from 3.0.4 to 3.0.5 
(#13712)
 add bc2ee3d2fec Regen
 add f7f1a5b7b38 Bump bouncycastle-version from 1.77 to 1.78 (#13713)
 add 3d7d9bb1d3b Bump io.grpc:grpc-bom from 1.62.2 to 1.63.0 (#13714)
 add 404588cc71c Upgrade Camel Kamelets to version 4.5.0 (#13715)
 add cdf727e77b5 CAMEL-20562 - Camel-AWS-Bedrock: Support Mistral AI models 
- Mistral Large (#13716)
 add 4376e72bec4 CAMEL-20649: stop using a custom Apache Artemis container
 add 730d499791b CAMEL-20649: test fixes
 add 3b356e2cceb (chores) camel-test-arangodb: upgrade to the latest 
ArangoDB client
 add 358fb5f57ff (chores) camel-test-infra-arangodb: upgrade to the latest 
ArangoDB container
 add 2c1ab420476 Bump com.graphql-java:graphql-java from 21.4 to 21.5 
(#13720)
 add d126d51bd47 (chores) camel-kafka: disable flaky test on GH actions
 add e43c48a9845 Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 (#13721)
 add 3ecadc24097 Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 
(#13722)
 add cd102189e71 CAMEL-20506 - Google Mail Stream CloudEvent transformer 
(#13724)
 add 6613dffbbda CAMEL-20532: consolidate common failsafe configurations

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ec2.json  |  2 +-
 .../apache/camel/catalog/transformers.properties   |  1 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 .../camel/component/activemq/ActiveMQRouteIT.java  | 17 +++
 .../component/arangodb/integration/BaseGraph.java  |  2 +-
 .../component/aws2/bedrock/BedrockModels.java  |  3 +-
 .../aws2/bedrock/runtime/BedrockProducer.java  |  3 +-
 .../runtime/integration/BedrockProducerIT.java | 29 +++
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |  2 +-
 components/camel-ftp/pom.xml   | 16 +-
 components/camel-google/camel-google-mail/pom.xml  |  8 +++
 .../org/apache/camel/transformer.properties|  7 +++
 .../google-mail-stream-application-cloudevents |  2 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 ...gleMailStreamCloudEventDataTypeTransformer.java | 57 ++
 components/camel-jms/pom.xml   |  7 ---
 components/camel-kafka/pom.xml |  5 --
 .../KafkaBreakOnFirstErrorReleaseResourcesIT.java  |  4 +-
 components/camel-spring-xml/pom.xml|  1 -
 components/pom.xml |  8 ++-
 .../jbang/core/commands/catalog/CatalogDoc.java|  2 +-
 .../camel-jbang-main/dist/CamelJBang.java  |  2 +-
 .../src/main/jbang/main/CamelJBang.java|  2 +-
 dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml  |  2 +-
 parent/pom.xml | 21 +---
 .../infra/arangodb/services/container.properties   |  2 +-
 .../infra/artemis/common/ArtemisProperties.java|  1 +
 .../infra/artemis/services/ArtemisContainer.java   | 20 
 .../camel/test/infra/artemis/services/Dockerfile   | 39 ---
 .../infra/artemis}/services/container.properties   |  3 +-
 30 files changed, 188 insertions(+), 108 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/google-mail-stream-application-cloudevents.json
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer.properties
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents.json
 create mode 100644 
components/camel-google/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/transform/GoogleMailStreamCloudEventDataTypeTransformer.java
 delete mode 100644 
test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
 copy 
test-infra/{camel-test-infra-arangodb/src/test/resources/org/apache/camel/test/infra/arangodb
 => 
camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis}/services/container.properties
 (92%)



Re: [PR] Camel 19613: Convert components to use the camel-test-infra-core :camel-asterik [camel]

2024-04-09 Thread via GitHub


orpiske commented on code in PR #13723:
URL: https://github.com/apache/camel/pull/13723#discussion_r1557343688


##
components/camel-asterisk/pom.xml:
##
@@ -17,7 +17,9 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>

Review Comment:
   This does not seem related to the change, so I'd suggest to leave this one 
untouched. 



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch camel-4.4.x updated: Camel-18017: mdn content corruption (#13719)

2024-04-09 Thread jono
This is an automated email from the ASF dual-hosted git repository.

jono pushed a commit to branch camel-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
 new abaeeea2cc8 Camel-18017: mdn content corruption (#13719)
abaeeea2cc8 is described below

commit abaeeea2cc82c43dc22a64e97789735a868d19ed
Author: Jono Morris 
AuthorDate: Tue Apr 9 21:52:40 2024 +1200

Camel-18017: mdn content corruption (#13719)
---
 .../AS2MessageDispositionNotificationEntity.java   | 15 +++-
 .../util/DispositionNotificationContentUtils.java  | 10 ++-
 .../component/as2/api/entity/EntityParserTest.java | 85 +++---
 3 files changed, 98 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/AS2MessageDispositionNotificationEntity.java
 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/AS2MessageDispositionNotificationEntity.java
index 24591a849f6..f35260b4714 100644
--- 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/AS2MessageDispositionNotificationEntity.java
+++ 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/AS2MessageDispositionNotificationEntity.java
@@ -67,6 +67,7 @@ public class AS2MessageDispositionNotificationEntity extends 
MimeEntity {
 private String[] warningFields;
 private Map extensionFields = new HashMap<>();
 private ReceivedContentMic receivedContentMic;
+private String parsedBodyPartFields;
 
 public AS2MessageDispositionNotificationEntity(HttpEntityEnclosingRequest 
request,
HttpResponse response,
@@ -120,7 +121,8 @@ public class AS2MessageDispositionNotificationEntity 
extends MimeEntity {
String[] errorFields,
String[] warningFields,
Map 
extensionFields,
-   ReceivedContentMic 
receivedContentMic) {
+   ReceivedContentMic 
receivedContentMic,
+   String 
parsedBodyPartFields) {
 this.reportingUA = reportingUA;
 this.mtnName = mtnName;
 this.finalRecipient = finalRecipient;
@@ -133,6 +135,7 @@ public class AS2MessageDispositionNotificationEntity 
extends MimeEntity {
 this.warningFields = warningFields;
 this.extensionFields = extensionFields;
 this.receivedContentMic = receivedContentMic;
+this.parsedBodyPartFields = parsedBodyPartFields;
 }
 
 public String getReportingUA() {
@@ -201,6 +204,16 @@ public class AS2MessageDispositionNotificationEntity 
extends MimeEntity {
  // 5.1.1
 }
 
+if (parsedBodyPartFields != null) {
+// The 'writeTo' method is used when verifying the signature 
of the received MDN, and any alteration
+// to the body part fields would mean that the signature would 
fail verification. Therefor return
+// the fields parsed from the MDN entity if available so that 
the specific field
+// ordering/formatting is maintained otherwise fall back to 
recreating each header, e.g. 'Reporting-UA',
+// in the order prescribed in this method.
+canonicalOutstream.writeln(parsedBodyPartFields);
+return;
+}
+
 if (reportingUA != null) {
 Header reportingUAField = new BasicHeader(REPORTING_UA, 
reportingUA);
 canonicalOutstream.writeln(reportingUAField.toString());
diff --git 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/DispositionNotificationContentUtils.java
 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/DispositionNotificationContentUtils.java
index 7350d0af7fc..6fc4613a38e 100644
--- 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/DispositionNotificationContentUtils.java
+++ 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/DispositionNotificationContentUtils.java
@@ -131,6 +131,7 @@ public final class DispositionNotificationContentUtils {
 
 private static final char PARAM_DELIMITER = ',';
 private static final char ELEM_DELIMITER = ';';
+private static final int DEFAULT_BUFFER_SIZE = 8 * 1024;
 
 private static final BitSet TOKEN_DELIMS = 
TokenParser.INIT_BITSET(PARAM_DELIMITER, ELEM_DELIMITER);
 
@@ -152,9 +153,15 @@ public final class DispositionNotificationContentUtils {
 List warnings = new 

Re: [PR] Camel-18017: mdn content corruption [camel]

2024-04-09 Thread via GitHub


jono-morris merged PR #13719:
URL: https://github.com/apache/camel/pull/13719


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] fix(olm): set minKubeVersion and Openshift version [camel-k]

2024-04-09 Thread via GitHub


squakez opened a new pull request, #5339:
URL: https://github.com/apache/camel-k/pull/5339

   Closes #5333
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   fix(olm): set minKubeVersion and Openshift version
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch main updated: CAMEL-20532: consolidate common failsafe configurations

2024-04-09 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 6613dffbbda CAMEL-20532: consolidate common failsafe configurations
6613dffbbda is described below

commit 6613dffbbda850638ca9b2c0d352d476e6cb955e
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Mar 8 11:38:21 2024 +0100

CAMEL-20532: consolidate common failsafe configurations
---
 components/camel-ftp/pom.xml| 16 +---
 components/camel-jms/pom.xml|  7 ---
 components/camel-kafka/pom.xml  |  5 -
 components/camel-spring-xml/pom.xml |  1 -
 components/pom.xml  |  8 +++-
 parent/pom.xml  |  7 +++
 6 files changed, 15 insertions(+), 29 deletions(-)

diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index a976aaffa0e..0ae02d6467f 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -32,8 +32,7 @@
 Camel FTP support
 
 
-
-0.5
+true
 
 
 
@@ -182,9 +181,6 @@
 
 org.apache.maven.plugins
 maven-failsafe-plugin
-
--XX:+ExitOnOutOfMemoryError 
-Xmx3G
-
 
 
 integration-test
@@ -193,17 +189,7 @@
 verify
 
 
-1
-true
 
not-parallel
-
600
-
-
true
-
same_thread
-
concurrent
-
dynamic
-
${camel.failsafe.parallel.factor}
-
 
 
 
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 3d0ebcdc3c4..b254e4bc1fd 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -239,13 +239,6 @@
 true
 
not-parallel
 
600
-
-
${camel.failsafe.parallel}
-
same_thread
-
concurrent
-
dynamic
-
${camel.failsafe.parallel.factor}
-
 
 
 
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index abd8c43b99b..0239796c332 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -160,7 +160,6 @@
 maven-failsafe-plugin
 
 ${skipITs}
-true
 
 
 
@@ -170,7 +169,6 @@
 
 
local-kafka2-container
 
-true
 
kafka-2
 
non-abstract,health,idempotent
 
@@ -199,7 +197,6 @@
 
 ${skipITs}
 ${skipTests}
-true
 
 
 
@@ -210,8 +207,6 @@
 
 
 ${skipITs}
-1
-true
 
health,idempotent,breakOnFirstError
 
 
diff --git a/components/camel-spring-xml/pom.xml 
b/components/camel-spring-xml/pom.xml
index d04f04cf3a9..c00ea0ac5fb 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -661,7 +661,6 @@
 maven-failsafe-plugin
 
 ${skipTests}
-true
 
 
true
 
diff --git a/components/pom.xml 

Re: [PR] CAMEL-20532: consolidate common failsafe configurations [camel]

2024-04-09 Thread via GitHub


orpiske merged PR #13514:
URL: https://github.com/apache/camel/pull/13514


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch CAMEL-20506 deleted (was 563f9c2e483)

2024-04-09 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch CAMEL-20506
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 563f9c2e483 CAMEL-20506 - Google Mail Stream CloudEvent transformer

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) branch main updated (3ecadc24097 -> cd102189e71)

2024-04-09 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 3ecadc24097 Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 
(#13722)
 add cd102189e71 CAMEL-20506 - Google Mail Stream CloudEvent transformer 
(#13724)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/transformers.properties   |  1 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 components/camel-google/camel-google-mail/pom.xml  |  8 +++
 .../org/apache/camel/transformer.properties|  7 +++
 .../google-mail-stream-application-cloudevents |  2 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 ...gleMailStreamCloudEventDataTypeTransformer.java | 57 ++
 7 files changed, 103 insertions(+)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/google-mail-stream-application-cloudevents.json
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer.properties
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents
 create mode 100644 
components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents.json
 create mode 100644 
components/camel-google/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/transform/GoogleMailStreamCloudEventDataTypeTransformer.java



Re: [PR] CAMEL-20506 - Google Mail Stream CloudEvent transformer [camel]

2024-04-09 Thread via GitHub


oscerd merged PR #13724:
URL: https://github.com/apache/camel/pull/13724


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20388: camel-salesforce - Invoke client.disconnect() when recei… [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13725:
URL: https://github.com/apache/camel/pull/13725#issuecomment-2044557485

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] CAMEL-20388: camel-salesforce - Invoke client.disconnect() when recei… [camel]

2024-04-09 Thread via GitHub


zhfeng opened a new pull request, #13725:
URL: https://github.com/apache/camel/pull/13725

   …ving connection failure message
   
   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] OLM procedure, clear errors and warnings [camel-k]

2024-04-09 Thread via GitHub


squakez commented on issue #5333:
URL: https://github.com/apache/camel-k/issues/5333#issuecomment-2044540293

   The API deprecated notice warning seems to be a bug in the operator check: 
https://github.com/operator-framework/operator-sdk/issues/6702


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


christophd commented on PR #5338:
URL: https://github.com/apache/camel-k/pull/5338#issuecomment-2044529200

   FIxes #5326 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] fix(#5326): Fix flaky E2E test [camel-k]

2024-04-09 Thread via GitHub


christophd opened a new pull request, #5338:
URL: https://github.com/apache/camel-k/pull/5338

   - Make sure to wait some time for registry address to be set on 
IntegrationPlatform status
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20506 - Google Mail Stream CloudEvent transformer [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13724:
URL: https://github.com/apache/camel/pull/13724#issuecomment-2044522739

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20506 - Google Mail Stream CloudEvent transformer [camel]

2024-04-09 Thread via GitHub


oscerd commented on PR #13724:
URL: https://github.com/apache/camel/pull/13724#issuecomment-2044521849

   /component-test google


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch dependabot/go_modules/knative.dev/serving-0.40.1 deleted (was 2a08f6b4a)

2024-04-09 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/knative.dev/serving-0.40.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was 2a08f6b4a chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



Re: [PR] chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1 [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5133:
URL: https://github.com/apache/camel-k/pull/5133


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch main updated: chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1

2024-04-09 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


The following commit(s) were added to refs/heads/main by this push:
 new afd9ab88f chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1
afd9ab88f is described below

commit afd9ab88fe87e103782bc335b0cab66da45019f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 07:51:21 2024 +

chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1

Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.39.3 
to 0.40.1.
- [Release notes](https://github.com/knative/serving/releases)
- [Commits](https://github.com/knative/serving/compare/v0.39.3...v0.40.1)

---
updated-dependencies:
- dependency-name: knative.dev/serving
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 go.mod | 4 ++--
 go.sum | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index a89887254..2cbd9dc33 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
k8s.io/utils v0.0.0-20230505201702-9f6742963106
knative.dev/eventing v0.40.3
knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
-   knative.dev/serving v0.39.3
+   knative.dev/serving v0.40.1
sigs.k8s.io/controller-runtime v0.15.2
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
 )
@@ -143,7 +143,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/component-base v0.28.8 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
-   knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 // indirect
+   knative.dev/networking v0.0.0-20240116081125-ce0738abf051 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
 )
diff --git a/go.sum b/go.sum
index b199413a9..3f629aa62 100644
--- a/go.sum
+++ b/go.sum
@@ -858,12 +858,12 @@ k8s.io/utils v0.0.0-20230505201702-9f6742963106 
h1:EObNQ3TW2D+WptiYXlApGNLVy0zm/
 k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod 
h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
 knative.dev/eventing v0.40.3 h1:Fjc5QqHRSuW6sLQ848bZvVAuurQAUbgnLMnwcn44Cc0=
 knative.dev/eventing v0.40.3/go.mod 
h1:+yUUIyvX9fn9bCSH3012kc8rG7YBbjvvxwy1Kr53dRc=
-knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 
h1:6+1icZuxiZO1paFZ4d/ysKWVG2M4WB7OxNJNyLG0P/E=
-knative.dev/networking v0.0.0-20231017124814-2a7676e912b7/go.mod 
h1:1gcHoIVG47ekQWjkddqRq+/7tWRh+CB9W4k/NAcdRbk=
+knative.dev/networking v0.0.0-20240116081125-ce0738abf051 
h1:bTRVfwmfu4/7U1YBcgBl1VANAwmal6zkoAI9p7PQwDY=
+knative.dev/networking v0.0.0-20240116081125-ce0738abf051/go.mod 
h1:rdzGL1OVP6VItEiJUN/FTCrDnIzkA6ykhSvaK+0Ne6o=
 knative.dev/pkg v0.0.0-20240116073220-b488e7be5902 
h1:H6+JJN23fhwYWCHY1339sY6uhIyoUwDy1a8dN233fdk=
 knative.dev/pkg v0.0.0-20240116073220-b488e7be5902/go.mod 
h1:NYk8mMYoLkO7CQWnNkti4YGGnvLxN6MIDbUvtgeo0C0=
-knative.dev/serving v0.39.3 h1:x3p3iCY0eKwKZmlXUZfc9C0YawyiB6Kc1HlE66b530I=
-knative.dev/serving v0.39.3/go.mod 
h1:bWylSgwnRZeL659qy7m3/TZioYk25TIfusPUEeR695A=
+knative.dev/serving v0.40.1 h1:ZAAK8KwZQYUgCgVi3ay+NqKAISnJQ1OXPYvdtXWUcBc=
+knative.dev/serving v0.40.1/go.mod 
h1:Ory3XczDB8b1lH757CSdeDeouY3LHzSamX8IjmStuoU=
 rsc.io/binaryregexp v0.2.0/go.mod 
h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
 rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
 rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=



(camel-k) branch main updated (04954165c -> 63aa3eb3f)

2024-04-09 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 04954165c chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3
 add 63aa3eb3f chore(deps): openshift api to 4.15

No new revisions were added by this update.

Summary of changes:
 go.mod | 4 ++--
 go.sum | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)



Re: [PR] chore(deps): openshift api to 4.15 [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5336:
URL: https://github.com/apache/camel-k/pull/5336


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) 01/01: CAMEL-20506 - Google Mail Stream CloudEvent transformer

2024-04-09 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-20506
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 563f9c2e483f46acb57cd420646945b0673ea7b9
Author: Andrea Cosentino 
AuthorDate: Tue Apr 9 11:02:10 2024 +0200

CAMEL-20506 - Google Mail Stream CloudEvent transformer

Signed-off-by: Andrea Cosentino 
---
 .../apache/camel/catalog/transformers.properties   |  1 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 components/camel-google/camel-google-mail/pom.xml  |  8 +++
 .../org/apache/camel/transformer.properties|  7 +++
 .../google-mail-stream-application-cloudevents |  2 +
 ...google-mail-stream-application-cloudevents.json | 14 ++
 ...gleMailStreamCloudEventDataTypeTransformer.java | 57 ++
 7 files changed, 103 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
index bae897fdfef..2a4ece4e7cf 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
@@ -19,6 +19,7 @@ azure-servicebus-application-cloudevents
 azure-storage-blob-application-cloudevents
 azure-storage-datalake-application-cloudevents
 azure-storage-queue-application-cloudevents
+google-mail-stream-application-cloudevents
 google-pubsub-application-cloudevents
 google-sheets-application-x-struct
 google-storage-application-cloudevents
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/google-mail-stream-application-cloudevents.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/google-mail-stream-application-cloudevents.json
new file mode 100644
index 000..e4b7f069864
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/google-mail-stream-application-cloudevents.json
@@ -0,0 +1,14 @@
+{
+  "transformer": {
+"kind": "transformer",
+"name": "google-mail-stream:application-cloudevents",
+"title": "Google Mail Stream (Application Cloudevents)",
+"description": "Adds CloudEvent headers to the Camel message with Google 
Mail Stream consumer response details",
+"deprecated": false,
+"javaType": 
"org.apache.camel.component.google.mail.stream.transform.GoogleMailStreamCloudEventDataTypeTransformer",
+"groupId": "org.apache.camel",
+"artifactId": "camel-google-mail",
+"version": "4.6.0-SNAPSHOT"
+  }
+}
+
diff --git a/components/camel-google/camel-google-mail/pom.xml 
b/components/camel-google/camel-google-mail/pom.xml
index a32a0eb06ec..2d024a7af4b 100644
--- a/components/camel-google/camel-google-mail/pom.xml
+++ b/components/camel-google/camel-google-mail/pom.xml
@@ -139,6 +139,14 @@
 ${angus-mail-version}
 
 
+
+
+org.apache.camel
+camel-cloudevents
+provided
+true
+
+
 
 
 org.apache.camel
diff --git 
a/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer.properties
 
b/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer.properties
new file mode 100644
index 000..e70fdfe1400
--- /dev/null
+++ 
b/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer.properties
@@ -0,0 +1,7 @@
+# Generated by camel build tools - do NOT edit this file!
+transformers=google-mail-stream:application-cloudevents
+groupId=org.apache.camel
+artifactId=camel-google-mail
+version=4.6.0-SNAPSHOT
+projectName=Camel :: Google :: Mail
+projectDescription=Camel Component for GoogleMail
diff --git 
a/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents
 
b/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents
new file mode 100644
index 000..8b07439bfc8
--- /dev/null
+++ 
b/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.google.mail.stream.transform.GoogleMailStreamCloudEventDataTypeTransformer
diff --git 
a/components/camel-google/camel-google-mail/src/generated/resources/META-INF/services/org/apache/camel/transformer/google-mail-stream-application-cloudevents.json
 

(camel) branch CAMEL-20506 created (now 563f9c2e483)

2024-04-09 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch CAMEL-20506
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 563f9c2e483 CAMEL-20506 - Google Mail Stream CloudEvent transformer

This branch includes the following new commits:

 new 563f9c2e483 CAMEL-20506 - Google Mail Stream CloudEvent transformer

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




Re: [PR] CAMEL-20506 - Google Mail Stream CloudEvent transformer [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13724:
URL: https://github.com/apache/camel/pull/13724#issuecomment-2044500225

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] CAMEL-20506 - Google Mail Stream CloudEvent transformer [camel]

2024-04-09 Thread via GitHub


oscerd opened a new pull request, #13724:
URL: https://github.com/apache/camel/pull/13724

   # Description
   
   
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Flaky TestOperatorBasic [camel-k]

2024-04-09 Thread via GitHub


christophd commented on issue #5326:
URL: https://github.com/apache/camel-k/issues/5326#issuecomment-2044494461

   This is a racing condition on a slow performing e2e test environment. The 
test complains about empty registry address assertion but in the following 
namespace dump I can see the IntegrationPlatform printed and the registry 
address is set to the expected value already.
   
   I suppose to use an `Eventually` assertion that waits some time for the 
registry address to be set properly and only fails after a timeout when the 
condition is not met.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Flaky TestOperatorBasic [camel-k]

2024-04-09 Thread via GitHub


oscerd commented on issue #5326:
URL: https://github.com/apache/camel-k/issues/5326#issuecomment-2044476779

   Please don't use downstream issues in upstream.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Flaky TestOperatorBasic [camel-k]

2024-04-09 Thread via GitHub


tdiesler commented on issue #5326:
URL: https://github.com/apache/camel-k/issues/5326#issuecomment-2044474994

   CrossRef: https://issues.redhat.com/browse/CMLK-1928


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


squakez commented on PR #5317:
URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044471601

   > This is now failing with https://issues.redhat.com/browse/CMLK-1928
   
   It was already reported in https://github.com/apache/camel-k/issues/5326


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


tdiesler commented on PR #5317:
URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044460228

   This is now failing with https://issues.redhat.com/browse/CMLK-1928


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch release-2.3.x updated: fix(cli): openshift cli install rbac path

2024-04-09 Thread gfournier
This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 0d42fca78 fix(cli): openshift cli install rbac path
0d42fca78 is described below

commit 0d42fca78a0ab16f79439d5bf0d5534f1ce54c4e
Author: Gaelle Fournier 
AuthorDate: Wed Apr 3 13:54:21 2024 +0200

fix(cli): openshift cli install rbac path
---
 pkg/install/operator.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/install/operator.go b/pkg/install/operator.go
index 0577e2b66..4c2d0aae5 100644
--- a/pkg/install/operator.go
+++ b/pkg/install/operator.go
@@ -464,7 +464,7 @@ func installClusterRoleBinding(ctx context.Context, c 
client.Client, collection
 func installOpenShiftRoles(ctx context.Context, c client.Client, namespace 
string, customizer ResourceCustomizer, collection *kubernetes.Collection, force 
bool, global bool) error {
if global {
return ResourcesOrCollect(ctx, c, namespace, collection, force, 
customizer,
-   
"/config/openshift/descoped/operator-cluster-role-openshift.yaml",
+   
"/config/rbac/openshift/descoped/operator-cluster-role-openshift.yaml",

"/config/rbac/openshift/descoped/operator-cluster-role-binding-openshift.yaml",
)
} else {



Re: [PR] [Backport 2.3.x]: fix(cli): openshift cli install rbac path [camel-k]

2024-04-09 Thread via GitHub


gansheer merged PR #5318:
URL: https://github.com/apache/camel-k/pull/5318


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch dependabot/maven/org.postgresql-postgresql-42.7.3 deleted (was 8151881752e)

2024-04-09 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.postgresql-postgresql-42.7.3
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 8151881752e Bump org.postgresql:postgresql from 42.7.2 to 42.7.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) branch main updated (e43c48a9845 -> 3ecadc24097)

2024-04-09 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 e43c48a9845 Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 (#13721)
 add 3ecadc24097 Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 
(#13722)

No new revisions were added by this update.

Summary of changes:
 dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml | 2 +-
 parent/pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



Re: [PR] Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 [camel]

2024-04-09 Thread via GitHub


oscerd merged PR #13722:
URL: https://github.com/apache/camel/pull/13722


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch dependabot/maven/aws-java-sdk2-version-2.25.27 deleted (was e2b3046b45c)

2024-04-09 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.27
in repository https://gitbox.apache.org/repos/asf/camel.git


 was e2b3046b45c Bump aws-java-sdk2-version from 2.25.26 to 2.25.27

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) branch main updated (d126d51bd47 -> e43c48a9845)

2024-04-09 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 d126d51bd47 (chores) camel-kafka: disable flaky test on GH actions
 add e43c48a9845 Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 (#13721)

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[PR] Camel 19613: Convert components to use the camel-test-infra-core :camel-asterik [camel]

2024-04-09 Thread via GitHub


anjaliInfy1822 opened a new pull request, #13723:
URL: https://github.com/apache/camel/pull/13723

   Convert components to use the camel-test-infra-core :camel-asterik


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 [camel]

2024-04-09 Thread via GitHub


oscerd merged PR #13721:
URL: https://github.com/apache/camel/pull/13721


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Camel 19613: Convert components to use the camel-test-infra-core :camel-asterik [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13723:
URL: https://github.com/apache/camel/pull/13723#issuecomment-2044399721

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch dependabot/go_modules/knative.dev/serving-0.40.1 updated (af1189397 -> 2a08f6b4a)

2024-04-09 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/knative.dev/serving-0.40.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard af1189397 chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1
 add e7ae796f7 chore: nightly automatic updates
 add 38cb56b0b chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0
 add 04954165c chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3
 add 2a08f6b4a chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (af1189397)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/knative.dev/serving-0.40.1 (2a08f6b4a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md|  7 +++
 docs/antora.yml |  2 +-
 go.mod  |  4 ++--
 go.sum  | 16 
 4 files changed, 22 insertions(+), 7 deletions(-)



Re: [PR] chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1 [camel-k]

2024-04-09 Thread via GitHub


squakez commented on PR #5133:
URL: https://github.com/apache/camel-k/pull/5133#issuecomment-2044363949

   @dependabot rebase


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [2.3.x] chore(deps): openshift api to 4.14 [camel-k]

2024-04-09 Thread via GitHub


squakez opened a new pull request, #5337:
URL: https://github.com/apache/camel-k/pull/5337

   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   chore(deps): openshift api to 4.14
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13722:
URL: https://github.com/apache/camel/pull/13722#issuecomment-2044359683

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] (chores) camel-kafka: disable flaky test on GH actions [camel]

2024-04-09 Thread via GitHub


orpiske merged PR #13718:
URL: https://github.com/apache/camel/pull/13718


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 [camel]

2024-04-09 Thread via GitHub


oscerd commented on PR #13722:
URL: https://github.com/apache/camel/pull/13722#issuecomment-2044359042

   /component-test dhis2 pg-replication-slot pgevent


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch main updated (2c1ab420476 -> d126d51bd47)

2024-04-09 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 2c1ab420476 Bump com.graphql-java:graphql-java from 21.4 to 21.5 
(#13720)
 add d126d51bd47 (chores) camel-kafka: disable flaky test on GH actions

No new revisions were added by this update.

Summary of changes:
 .../kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[PR] chore(deps): openshift api to 4.15 [camel-k]

2024-04-09 Thread via GitHub


squakez opened a new pull request, #5336:
URL: https://github.com/apache/camel-k/pull/5336

   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   chore(deps): openshift api to 4.15
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 [camel]

2024-04-09 Thread via GitHub


github-actions[bot] commented on PR #13721:
URL: https://github.com/apache/camel/pull/13721#issuecomment-2044355303

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump aws-java-sdk2-version from 2.25.26 to 2.25.27 [camel]

2024-04-09 Thread via GitHub


oscerd commented on PR #13721:
URL: https://github.com/apache/camel/pull/13721#issuecomment-2044354614

   /component-test aws


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub


tdiesler commented on PR #5317:
URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044335428

   PR validation fails in `kamel-build-bundle/build-index-image.sh` for 
install/olm and install/upgrade
   
   ```
   Constructing index image ...
   time="2024-04-09T07:25:46Z" level=fatal msg="package \"camel-k\" has 
duplicate bundle \"camel-k-operator.v2.3.0\""
   Error: Process completed with exit code 1.
   ```


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch dependabot/go_modules/knative.dev/eventing-0.40.3 deleted (was 85b06b28f)

2024-04-09 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch 
dependabot/go_modules/knative.dev/eventing-0.40.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was 85b06b28f chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-k) branch main updated: chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3

2024-04-09 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


The following commit(s) were added to refs/heads/main by this push:
 new 04954165c chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3
04954165c is described below

commit 04954165c259871d5de557996c31ed10f51ab1d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 8 14:59:43 2024 +

chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3

Bumps [knative.dev/eventing](https://github.com/knative/eventing) from 
0.39.3 to 0.40.3.
- [Release notes](https://github.com/knative/eventing/releases)
- [Commits](https://github.com/knative/eventing/compare/v0.39.3...v0.40.3)

---
updated-dependencies:
- dependency-name: knative.dev/eventing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 go.mod | 20 ++--
 go.sum | 48 
 2 files changed, 38 insertions(+), 30 deletions(-)

diff --git a/go.mod b/go.mod
index bba1c1ca5..d317a0e00 100644
--- a/go.mod
+++ b/go.mod
@@ -50,8 +50,8 @@ require (
k8s.io/klog/v2 v2.120.1
k8s.io/kubectl v0.28.8
k8s.io/utils v0.0.0-20230505201702-9f6742963106
-   knative.dev/eventing v0.39.3
-   knative.dev/pkg v0.0.0-20231023151236-29775d7c9e5c
+   knative.dev/eventing v0.40.3
+   knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
knative.dev/serving v0.39.3
sigs.k8s.io/controller-runtime v0.15.2
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
@@ -77,7 +77,7 @@ require (
github.com/docker/docker v24.0.9+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
-   github.com/evanphx/json-patch/v5 v5.7.0 // indirect
+   github.com/evanphx/json-patch/v5 v5.8.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/zapr v1.2.4 // indirect
@@ -130,13 +130,13 @@ require (
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.19.0 // indirect
-   golang.org/x/tools v0.16.1 // indirect
+   golang.org/x/tools v0.17.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
-   google.golang.org/api v0.153.0 // indirect
-   google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // 
indirect
-   google.golang.org/genproto/googleapis/api 
v0.0.0-20231106174013-bbf56f31fb17 // indirect
-   google.golang.org/genproto/googleapis/rpc 
v0.0.0-20231120223509-83a465c0220f // indirect
-   google.golang.org/grpc v1.59.0 // indirect
+   google.golang.org/api v0.155.0 // indirect
+   google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // 
indirect
+   google.golang.org/genproto/googleapis/api 
v0.0.0-20231211222908-989df2bf70f3 // indirect
+   google.golang.org/genproto/googleapis/rpc 
v0.0.0-20231212172506-995d672761c0 // indirect
+   google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -145,5 +145,5 @@ require (
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
-   sigs.k8s.io/yaml v1.3.0 // indirect
+   sigs.k8s.io/yaml v1.4.0 // indirect
 )
diff --git a/go.sum b/go.sum
index 8f0640bda..f6ff65b41 100644
--- a/go.sum
+++ b/go.sum
@@ -86,6 +86,8 @@ github.com/container-tools/spectrum v0.6.42 
h1:vrhsGsb2KS/FCBQRfATK96atVdAswU01P
 github.com/container-tools/spectrum v0.6.42/go.mod 
h1:zYl78BBPg8P2hX0tcltWtpnJGRjJV5fw77W1BQgbv7I=
 github.com/containerd/stargz-snapshotter/estargz v0.14.3 
h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=
 github.com/containerd/stargz-snapshotter/estargz v0.14.3/go.mod 
h1:KY//uOCIkSuNAHhJogcZtrNHdKrA99/FCCRjE3HD36o=
+github.com/coreos/go-oidc/v3 v3.9.0 
h1:0J/ogVOd4y8P0f0xUh8l9t07xRP/d8tccvjHl2dcsSo=
+github.com/coreos/go-oidc/v3 v3.9.0/go.mod 
h1:rTKz2PYwftcrtoCzV5g5kvfJoWcm0Mk8AF8y1iAQro4=
 github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod 
h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
 github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod 
h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
 github.com/creack/pty v1.1.9/go.mod 
h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -109,8 +111,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod 
h1:6rpuAdCZL397s3pYoYcLgu1m
 github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod 

Re: [PR] chore(deps): bump knative.dev/eventing from 0.39.3 to 0.40.3 [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5220:
URL: https://github.com/apache/camel-k/pull/5220


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch main updated (e7ae796f7 -> 38cb56b0b)

2024-04-09 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 e7ae796f7 chore: nightly automatic updates
 add 38cb56b0b chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0

No new revisions were added by this update.

Summary of changes:
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



(camel-k) branch dependabot/go_modules/golang.org/x/sync-0.7.0 deleted (was fc6e8d4b5)

2024-04-09 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch 
dependabot/go_modules/golang.org/x/sync-0.7.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was fc6e8d4b5 chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



Re: [PR] chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 [camel-k]

2024-04-09 Thread via GitHub


squakez merged PR #5331:
URL: https://github.com/apache/camel-k/pull/5331


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   >