Re: [PR] CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessio… [camel]

2024-01-26 Thread via GitHub


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

   :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-20281 - Camel-AWS Components: Make it possible to use AwsSessio… [camel]

2024-01-26 Thread via GitHub


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

   :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



Re: [PR] CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessio… [camel]

2024-01-26 Thread via GitHub


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

   /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



[PR] CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessio… [camel]

2024-01-26 Thread via GitHub


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

   …nCredentials to support temporary credentials - AWS Cloudtrail
   
   # 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



(camel) 01/01: CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS Cloudtrail

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

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

commit e719ab955a74ad032cd53433929d55d083dbab2e
Author: Andrea Cosentino 
AuthorDate: Fri Jan 26 14:14:51 2024 +0100

CAMEL-20281 - Camel-AWS Components: Make it possible to use 
AwsSessionCredentials to support temporary credentials - AWS Cloudtrail

Signed-off-by: Andrea Cosentino 
---
 .../camel/catalog/components/aws-cloudtrail.json   |  16 +--
 .../cloudtrail/CloudtrailComponentConfigurer.java  |  12 +++
 .../cloudtrail/CloudtrailEndpointConfigurer.java   |  12 +++
 .../cloudtrail/CloudtrailEndpointUriFactory.java   |   7 +-
 .../component/aws/cloudtrail/aws-cloudtrail.json   |  16 +--
 .../aws/cloudtrail/CloudtrailComponent.java|   3 +-
 .../aws/cloudtrail/CloudtrailConfiguration.java|  27 +
 .../cloudtrail/client/CloudtrailClientFactory.java |   3 +
 .../impl/CloudtrailClientSessionTokenImpl.java | 110 +
 .../cloudtrail/CloudtrailClientFactoryTest.java|   9 ++
 10 files changed, 200 insertions(+), 15 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
index 57be7d2e3f6..55720d588a0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
@@ -40,9 +40,11 @@
 "accessKey": { "index": 14, "kind": "property", "displayName": "Access 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "profileCredentialsName": { "index": 15, "kind": "property", 
"displayName": "Profile Credentials Name", "group": "security", "label": 
"security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "If using a profile 
credentials provider this parameter will set the p [...]
 "secretKey": { "index": 16, "kind": "property", "displayName": "Secret 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Secret Key" },
-"trustAllCertificates": { "index": 17, "kind": "property", "displayName": 
"Trust All Certificates", "group": "security", "label": "security", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "If we want to trust all 
certificates in case of overriding [...]
-"useDefaultCredentialsProvider": { "index": 18, "kind": "property", 
"displayName": "Use Default Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
-"useProfileCredentialsProvider": { "index": 19, "kind": "property", 
"displayName": "Use Profile Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
+"sessionToken": { "index": 17, "kind": "property", "displayName": "Session 
Token", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Session Token 
used 

(camel) branch CAMEL-20281-cloudtrail created (now e719ab955a7)

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

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


  at e719ab955a7 CAMEL-20281 - Camel-AWS Components: Make it possible to 
use AwsSessionCredentials to support temporary credentials - AWS Cloudtrail

This branch includes the following new commits:

 new e719ab955a7 CAMEL-20281 - Camel-AWS Components: Make it possible to 
use AwsSessionCredentials to support temporary credentials - AWS Cloudtrail

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.




(camel-karaf) branch release/3.22.1 updated: [maven-release-plugin] prepare for next development iteration

2024-01-26 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.22.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/release/3.22.1 by this push:
 new 3deb16e5 [maven-release-plugin] prepare for next development iteration
3deb16e5 is described below

commit 3deb16e50418de61d8e581259830428f633b9fed
Author: Gregor Zurowski 
AuthorDate: Fri Jan 26 12:58:08 2024 +

[maven-release-plugin] prepare for next development iteration
---
 archetypes/camel-archetype-blueprint/pom.xml   | 2 +-
 archetypes/pom.xml | 2 +-
 bom/camel-karaf-bom/pom.xml| 2 +-
 bom/pom.xml| 2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   | 2 +-
 catalog/pom.xml| 2 +-
 components/camel-bean-validator-osgi/pom.xml   | 2 +-
 components/camel-blueprint-main/pom.xml| 2 +-
 components/camel-blueprint/pom.xml | 2 +-
 components/camel-cxf-blueprint/pom.xml | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml   | 2 +-
 components/camel-eventadmin/pom.xml| 2 +-
 components/camel-jcache-osgi/pom.xml   | 2 +-
 components/camel-kura/pom.xml  | 2 +-
 components/camel-paxlogging/pom.xml| 2 +-
 components/camel-servlet-osgi/pom.xml  | 2 +-
 components/camel-test-blueprint-junit5/pom.xml | 2 +-
 components/camel-test-blueprint/pom.xml| 2 +-
 components/camel-test-karaf/pom.xml| 2 +-
 components/camel-zookeeper-master-osgi/pom.xml | 2 +-
 components/pom.xml | 2 +-
 core/camel-core-osgi/pom.xml   | 2 +-
 core/pom.xml   | 2 +-
 platforms/commands/commands-core/pom.xml   | 2 +-
 platforms/commands/pom.xml | 2 +-
 platforms/karaf/commands/pom.xml   | 2 +-
 platforms/karaf/features/pom.xml   | 2 +-
 platforms/karaf/pom.xml| 2 +-
 platforms/pom.xml  | 2 +-
 pom.xml| 4 ++--
 tests/camel-blueprint-cxf-test/pom.xml | 2 +-
 tests/camel-blueprint-test/pom.xml | 2 +-
 tests/camel-itest-osgi/pom.xml | 2 +-
 tests/pom.xml  | 2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   | 2 +-
 tooling/pom.xml| 2 +-
 37 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index 1969e56b..899c56f4 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.22.1
+3.22.2-SNAPSHOT
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 9cb0ac60..a375da6c 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1
+3.22.2-SNAPSHOT
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index edbad3bd..c40e3f3e 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.22.1
+3.22.2-SNAPSHOT
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 74b1ee29..6b2e300b 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1
+3.22.2-SNAPSHOT
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index 745e567b..0b5e9833 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.22.1
+3.22.2-SNAPSHOT
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 48171cee..ca11b99b 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1
+3.22.2-SNAPSHOT
 ..
 
 
diff --git 

(camel-karaf) annotated tag camel-karaf-3.22.1 created (now 210f9569)

2024-01-26 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to annotated tag camel-karaf-3.22.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at 210f9569 (tag)
 tagging 11207b9c7f2de745429305b4440fe4d73649b4b8 (commit)
 replaces camel-karaf-3.22.0
  by Gregor Zurowski
  on Fri Jan 26 12:58:04 2024 +

- Log -
[maven-release-plugin]  copy for tag camel-karaf-3.22.1
---

No new revisions were added by this update.



(camel-karaf) 02/02: [maven-release-plugin] prepare release camel-karaf-3.22.1

2024-01-26 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.22.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 11207b9c7f2de745429305b4440fe4d73649b4b8
Author: Gregor Zurowski 
AuthorDate: Fri Jan 26 12:58:00 2024 +

[maven-release-plugin] prepare release camel-karaf-3.22.1
---
 archetypes/camel-archetype-blueprint/pom.xml   | 2 +-
 archetypes/pom.xml | 2 +-
 bom/camel-karaf-bom/pom.xml| 2 +-
 bom/pom.xml| 2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   | 2 +-
 catalog/pom.xml| 2 +-
 components/camel-bean-validator-osgi/pom.xml   | 2 +-
 components/camel-blueprint-main/pom.xml| 2 +-
 components/camel-blueprint/pom.xml | 2 +-
 components/camel-cxf-blueprint/pom.xml | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml   | 2 +-
 components/camel-eventadmin/pom.xml| 2 +-
 components/camel-jcache-osgi/pom.xml   | 2 +-
 components/camel-kura/pom.xml  | 2 +-
 components/camel-paxlogging/pom.xml| 2 +-
 components/camel-servlet-osgi/pom.xml  | 2 +-
 components/camel-test-blueprint-junit5/pom.xml | 2 +-
 components/camel-test-blueprint/pom.xml| 2 +-
 components/camel-test-karaf/pom.xml| 2 +-
 components/camel-zookeeper-master-osgi/pom.xml | 2 +-
 components/pom.xml | 2 +-
 core/camel-core-osgi/pom.xml   | 2 +-
 core/pom.xml   | 2 +-
 platforms/commands/commands-core/pom.xml   | 2 +-
 platforms/commands/pom.xml | 2 +-
 platforms/karaf/commands/pom.xml   | 2 +-
 platforms/karaf/features/pom.xml   | 2 +-
 platforms/karaf/pom.xml| 2 +-
 platforms/pom.xml  | 2 +-
 pom.xml| 4 ++--
 tests/camel-blueprint-cxf-test/pom.xml | 2 +-
 tests/camel-blueprint-test/pom.xml | 2 +-
 tests/camel-itest-osgi/pom.xml | 2 +-
 tests/pom.xml  | 2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   | 2 +-
 tooling/pom.xml| 2 +-
 37 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index a28c7d53..1969e56b 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.22.1-SNAPSHOT
+3.22.1
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 965e7f72..9cb0ac60 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1-SNAPSHOT
+3.22.1
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 56a8a13b..edbad3bd 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.22.1-SNAPSHOT
+3.22.1
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 44bd8f90..74b1ee29 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1-SNAPSHOT
+3.22.1
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index 28957c72..745e567b 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.22.1-SNAPSHOT
+3.22.1
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index c8dbdb66..48171cee 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.22.1-SNAPSHOT
+3.22.1
 ..
 
 
diff --git a/components/camel-bean-validator-osgi/pom.xml 
b/components/camel-bean-validator-osgi/pom.xml
index 09a79ec9..912fcb08 100644
--- a/components/camel-bean-validator-osgi/pom.xml
+++ 

(camel-karaf) 01/02: Target Camel 3.22.1 for release

2024-01-26 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.22.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 0137417011fc6fb4d783d1e74a18a3ec125262ca
Author: Gregor Zurowski 
AuthorDate: Fri Jan 26 12:54:11 2024 +

Target Camel 3.22.1 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 02906e23..a5a3bd5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.22.1-SNAPSHOT
+3.22.1
 
 
 org.apache.camel.karaf
@@ -108,7 +108,7 @@
 4.4.4
 
 
-3.22.1-SNAPSHOT
+3.22.1
 
 2.12.3
 1.7.0_6
@@ -781,7 +781,7 @@
 
 dev
 
-3.22.1-SNAPSHOT
+3.22.1
 
 
 



(camel-karaf) branch release/3.22.1 created (now 11207b9c)

2024-01-26 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch release/3.22.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at 11207b9c [maven-release-plugin] prepare release camel-karaf-3.22.1

This branch includes the following new commits:

 new 01374170 Target Camel 3.22.1 for release
 new 11207b9c [maven-release-plugin] prepare release camel-karaf-3.22.1

The 2 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] Allow to use the Toolimage specified in the provided buildconfig [camel-k]

2024-01-26 Thread via GitHub


rodcloutier commented on PR #5110:
URL: https://github.com/apache/camel-k/pull/5110#issuecomment-1912021262

   Thanks for the insight. Could we then deprecate, and eventually remove,  the 
`ToolImage` field in the BuildConfiguration? 
   It seems, from my understanding, that there is no use for it. 
   
   We explicitly assign the value as the operator image in one and only one 
place. 


-- 
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] Add support to properly run out of cluster [camel-k]

2024-01-26 Thread via GitHub


rodcloutier commented on code in PR #5109:
URL: https://github.com/apache/camel-k/pull/5109#discussion_r1467611199


##
pkg/cmd/operator/operator.go:
##
@@ -295,7 +295,8 @@ func getOperatorImage(ctx context.Context, c ctrl.Reader) 
(string, error) {
ns := platform.GetOperatorNamespace()
name := platform.GetOperatorPodName()
if ns == "" || name == "" {
-   return "", nil
+   // We are most likely running out of cluster. Let's take a 
chance and use the default value

Review Comment:
   But currently if you remove this, we cannot run out of cluster as this 
function is used to set the global `platform.Operator` which is eventually 
used, at least, in pkg/controller/integrationkit/build.go
   
   
https://github.com/apache/camel-k/blob/ec9406b410bcea0b2d74bfb0dc1ec57e50394d44/pkg/controller/integrationkit/build.go#L137
   
   This will result in a build resource that has not `ToolImage` thus it cannot 
be run at all. 
   
   This is actually one of the reason for the other PR #5110 which would allow 
to workaround this by explicitly specify a ToolImage regardless if we are 
running in a pod or not.



-- 
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] [CSB-2644]: rework amqp demo to use connection pooling [camel-spring-boot-examples]

2024-01-26 Thread via GitHub


tmielke opened a new pull request, #123:
URL: https://github.com/apache/camel-spring-boot-examples/pull/123

   Rework amqp demo to use connection pooling and configure camel-amqp as much 
as possible via camel.component.amqp in application.properties rather than Java 
code. 
   Also removed some unnecessary boilerplate code.


-- 
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 (46ea13aceed -> 604bd82178f)

2024-01-26 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 46ea13aceed CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options
 add 604bd82178f camel-kudu: Reduce log noise from KuduEndpoint.doStop 
(#12914)

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(camel) branch esdep deleted (was 1a88ab24172)

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch esdep
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 1a88ab24172 CAMEL-20283: camel-elasticsearch is deprecated. We have 
other components.

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] CAMEL-20283: camel-elasticsearch is deprecated. We have other compone… [camel]

2024-01-26 Thread via GitHub


davsclaus commented on PR #12915:
URL: https://github.com/apache/camel/pull/12915#issuecomment-1911999677

   Ah perfect so the drama was their backend, and not this java client


-- 
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-20283: camel-elasticsearch is deprecated. We have other compone… [camel]

2024-01-26 Thread via GitHub


davsclaus closed pull request #12915: CAMEL-20283: camel-elasticsearch is 
deprecated. We have other compone…
URL: https://github.com/apache/camel/pull/12915


-- 
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-kudu: Reduce log noise from KuduEndpoint.doStop [camel]

2024-01-26 Thread via GitHub


davsclaus merged PR #12914:
URL: https://github.com/apache/camel/pull/12914


-- 
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-kudu: Reduce log noise from KuduEndpoint.doStop (#12914)

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 604bd82178f camel-kudu: Reduce log noise from KuduEndpoint.doStop 
(#12914)
604bd82178f is described below

commit 604bd82178fa6173ebe79d12c1d728a59e968265
Author: James Netherton 
AuthorDate: Fri Jan 26 12:27:05 2024 +

camel-kudu: Reduce log noise from KuduEndpoint.doStop (#12914)
---
 .../src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
 
b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
index afa11f9a9fd..d540a8df1da 100644
--- 
a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
+++ 
b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
@@ -86,7 +86,7 @@ public class KuduEndpoint extends DefaultEndpoint {
 @Override
 protected void doStop() throws Exception {
 try {
-LOG.info("doStop()");
+LOG.debug("Shutting down kudu client");
 getKuduClient().shutdown();
 } catch (Exception e) {
 LOG.error("Unable to shutdown kudu client", e);



Re: [PR] CAMEL-20283: camel-elasticsearch is deprecated. We have other compone… [camel]

2024-01-26 Thread via GitHub


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

   :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-20283: camel-elasticsearch is deprecated. We have other compone… [camel]

2024-01-26 Thread via GitHub


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

   …nts.
   
   # 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



(camel) branch esdep created (now 1a88ab24172)

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch esdep
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 1a88ab24172 CAMEL-20283: camel-elasticsearch is deprecated. We have 
other components.

This branch includes the following new commits:

 new 1a88ab24172 CAMEL-20283: camel-elasticsearch is deprecated. We have 
other components.

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.




(camel) 01/01: CAMEL-20283: camel-elasticsearch is deprecated. We have other components.

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch esdep
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1a88ab24172a5f77b1b23e88c17c03d27be082ef
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 13:25:08 2024 +0100

CAMEL-20283: camel-elasticsearch is deprecated. We have other components.
---
 .../resources/org/apache/camel/catalog/components/elasticsearch.json | 2 +-
 components/camel-elasticsearch/pom.xml   | 2 +-
 .../META-INF/services/org/apache/camel/component.properties  | 2 +-
 .../resources/org/apache/camel/component/es/elasticsearch.json   | 2 +-
 .../camel-elasticsearch/src/main/docs/elasticsearch-component.adoc   | 5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
index a25411e544b..fc6678ca3eb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
@@ -4,7 +4,7 @@
 "name": "elasticsearch",
 "title": "Elasticsearch",
 "description": "Send requests to ElasticSearch via Java Client API.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.19.0",
 "label": "search,monitoring",
 "javaType": "org.apache.camel.component.es.ElasticsearchComponent",
diff --git a/components/camel-elasticsearch/pom.xml 
b/components/camel-elasticsearch/pom.xml
index f6fd4a5be90..dc8927dd82a 100644
--- a/components/camel-elasticsearch/pom.xml
+++ b/components/camel-elasticsearch/pom.xml
@@ -29,7 +29,7 @@
 
 camel-elasticsearch
 jar
-Camel :: ElasticSearch Java API Client
+Camel :: ElasticSearch Java API Client (deprecated)
 Camel ElasticSearch Java API Client support
 
 
diff --git 
a/components/camel-elasticsearch/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-elasticsearch/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index ed57d25db48..401fa02a8d6 100644
--- 
a/components/camel-elasticsearch/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-elasticsearch/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=elasticsearch
 groupId=org.apache.camel
 artifactId=camel-elasticsearch
 version=4.4.0-SNAPSHOT
-projectName=Camel :: ElasticSearch Java API Client
+projectName=Camel :: ElasticSearch Java API Client (deprecated)
 projectDescription=Camel ElasticSearch Java API Client support
diff --git 
a/components/camel-elasticsearch/src/generated/resources/org/apache/camel/component/es/elasticsearch.json
 
b/components/camel-elasticsearch/src/generated/resources/org/apache/camel/component/es/elasticsearch.json
index a25411e544b..fc6678ca3eb 100644
--- 
a/components/camel-elasticsearch/src/generated/resources/org/apache/camel/component/es/elasticsearch.json
+++ 
b/components/camel-elasticsearch/src/generated/resources/org/apache/camel/component/es/elasticsearch.json
@@ -4,7 +4,7 @@
 "name": "elasticsearch",
 "title": "Elasticsearch",
 "description": "Send requests to ElasticSearch via Java Client API.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.19.0",
 "label": "search,monitoring",
 "javaType": "org.apache.camel.component.es.ElasticsearchComponent",
diff --git 
a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc 
b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
index d64af28438c..e7a13cb88b2 100644
--- a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
+++ b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
@@ -1,10 +1,11 @@
-= Elasticsearch Component
+= Elasticsearch Component (deprecated)
 :doctitle: Elasticsearch
 :shortname: elasticsearch
 :artifactid: camel-elasticsearch
 :description: Send requests to ElasticSearch via Java Client API.
 :since: 3.19
-:supportlevel: Stable
+:supportlevel: Stable-deprecated
+:deprecated: *deprecated*
 :tabs-sync-option:
 :component-header: Only producer is supported
 //Manually maintained attributes



Re: [PR] camel-kudu: Reduce log noise from KuduEndpoint.doStop [camel]

2024-01-26 Thread via GitHub


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

   :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-kudu: Reduce log noise from KuduEndpoint.doStop [camel]

2024-01-26 Thread via GitHub


jamesnetherton commented on PR #12914:
URL: https://github.com/apache/camel/pull/12914#issuecomment-1911962118

   /component-test kudu


-- 
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-kudu: Reduce log noise from KuduEndpoint.doStop [camel]

2024-01-26 Thread via GitHub


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

   :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) branch regen_bot updated (b9ec2cbf8ae -> 46ea13aceed)

2024-01-26 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 b9ec2cbf8ae CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options
 add 46ea13aceed CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options

No new revisions were added by this update.

Summary of changes:
 .../beanio/BeanIODataFormatConfigurer.java |  14 +++
 .../camel/dataformat/beanio/BeanIODataFormat.java  | 103 -
 2 files changed, 75 insertions(+), 42 deletions(-)



(camel) branch regen_bot updated (e9bc2a744ab -> b9ec2cbf8ae)

2024-01-26 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 e9bc2a744ab CAMEL-20369: camel-beanio - Bring back beanio v3 (#12913)
 add b9ec2cbf8ae CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options

No new revisions were added by this update.

Summary of changes:
 .../component/ical/ICalDataFormatConfigurer.java   |  1 +
 .../camel/component/ical/ICalDataFormat.java   | 25 ++
 .../dataformat/lzf/LZFDataFormatConfigurer.java|  2 ++
 .../apache/camel/dataformat/lzf/LZFDataFormat.java |  9 
 4 files changed, 14 insertions(+), 23 deletions(-)



(camel) branch main updated: CAMEL-20370: Fixed generated data format configurer for dataformats that was mis aligned in options

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 46ea13aceed CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options
46ea13aceed is described below

commit 46ea13aceed9b96f8c10af85217ab2429d6b0a59
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 12:46:45 2024 +0100

CAMEL-20370: Fixed generated data format configurer for dataformats that 
was mis aligned in options
---
 .../beanio/BeanIODataFormatConfigurer.java |  14 +++
 .../camel/dataformat/beanio/BeanIODataFormat.java  | 103 -
 2 files changed, 75 insertions(+), 42 deletions(-)

diff --git 
a/components/camel-beanio/src/generated/java/org/apache/camel/dataformat/beanio/BeanIODataFormatConfigurer.java
 
b/components/camel-beanio/src/generated/java/org/apache/camel/dataformat/beanio/BeanIODataFormatConfigurer.java
index 46b4f2aa7ef..d1531ea50e3 100644
--- 
a/components/camel-beanio/src/generated/java/org/apache/camel/dataformat/beanio/BeanIODataFormatConfigurer.java
+++ 
b/components/camel-beanio/src/generated/java/org/apache/camel/dataformat/beanio/BeanIODataFormatConfigurer.java
@@ -18,6 +18,20 @@ public class BeanIODataFormatConfigurer extends 
PropertyConfigurerSupport implem
 public boolean configure(CamelContext camelContext, Object target, String 
name, Object value, boolean ignoreCase) {
 BeanIODataFormat dataformat = (BeanIODataFormat) target;
 switch (ignoreCase ? name.toLowerCase() : name) {
+case "streamname":
+case "streamName": dataformat.setStreamName(property(camelContext, 
java.lang.String.class, value)); return true;
+case "mapping": dataformat.setMapping(property(camelContext, 
java.lang.String.class, value)); return true;
+case "ignoreunidentifiedrecords":
+case "ignoreUnidentifiedRecords": 
dataformat.setIgnoreUnidentifiedRecords(property(camelContext, boolean.class, 
value)); return true;
+case "ignoreunexpectedrecords":
+case "ignoreUnexpectedRecords": 
dataformat.setIgnoreUnexpectedRecords(property(camelContext, boolean.class, 
value)); return true;
+case "ignoreinvalidrecords":
+case "ignoreInvalidRecords": 
dataformat.setIgnoreInvalidRecords(property(camelContext, boolean.class, 
value)); return true;
+case "encoding": dataformat.setEncoding(property(camelContext, 
java.nio.charset.Charset.class, value)); return true;
+case "beanreadererrorhandlertype":
+case "beanReaderErrorHandlerType": 
dataformat.setBeanReaderErrorHandlerType(property(camelContext, 
java.lang.String.class, value)); return true;
+case "unmarshalsingleobject":
+case "unmarshalSingleObject": 
dataformat.setUnmarshalSingleObject(property(camelContext, boolean.class, 
value)); return true;
 default: return false;
 }
 }
diff --git 
a/components/camel-beanio/src/main/java/org/apache/camel/dataformat/beanio/BeanIODataFormat.java
 
b/components/camel-beanio/src/main/java/org/apache/camel/dataformat/beanio/BeanIODataFormat.java
index 1ff1892f62a..5ccf5730105 100644
--- 
a/components/camel-beanio/src/main/java/org/apache/camel/dataformat/beanio/BeanIODataFormat.java
+++ 
b/components/camel-beanio/src/main/java/org/apache/camel/dataformat/beanio/BeanIODataFormat.java
@@ -55,7 +55,18 @@ public class BeanIODataFormat extends ServiceSupport 
implements DataFormat, Data
 
 private transient CamelContext camelContext;
 private transient StreamFactory factory;
-private BeanIOConfiguration configuration = new BeanIOConfiguration();
+private transient BeanIOConfiguration configuration;
+
+private String streamName;
+private String mapping;
+private boolean ignoreUnidentifiedRecords;
+private boolean ignoreUnexpectedRecords;
+private boolean ignoreInvalidRecords;
+private Charset encoding = Charset.defaultCharset();
+private Properties properties;
+private BeanReaderErrorHandler beanReaderErrorHandler;
+private String beanReaderErrorHandlerType;
+private boolean unmarshalSingleObject;
 
 public BeanIODataFormat() {
 }
@@ -91,6 +102,18 @@ public class BeanIODataFormat extends ServiceSupport 
implements DataFormat, Data
 if (!ResourceHelper.isClasspathUri(getMapping())) {
 loadMappingResource();
 }
+
+configuration = new BeanIOConfiguration();
+configuration.setStreamName(streamName);
+configuration.setMapping(mapping);
+configuration.setIgnoreUnidentifiedRecords(ignoreUnidentifiedRecords);
+configuration.setIgnoreUnexpectedRecords(ignoreUnexpectedRecords);
+configuration.setIgnoreInvalidRecords(ignoreInvalidRecords);
+configuration.setEncoding(encoding);
+configuration.setProperties(properties);
+

Re: [PR] Fix: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


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

   IMO the problem is in the last runtime change. I'd be more inclined to 
revert the latest changes there instead. At least you can confirm that one is 
the root cause or this issue persist.


-- 
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-20370: Fixed generated data format configurer for dataformats that was mis aligned in options

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new b9ec2cbf8ae CAMEL-20370: Fixed generated data format configurer for 
dataformats that was mis aligned in options
b9ec2cbf8ae is described below

commit b9ec2cbf8aef4b3b86b9bb4be9ac9cb8a5bc3241
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 12:41:56 2024 +0100

CAMEL-20370: Fixed generated data format configurer for dataformats that 
was mis aligned in options
---
 .../component/ical/ICalDataFormatConfigurer.java   |  1 +
 .../camel/component/ical/ICalDataFormat.java   | 25 ++
 .../dataformat/lzf/LZFDataFormatConfigurer.java|  2 ++
 .../apache/camel/dataformat/lzf/LZFDataFormat.java |  9 
 4 files changed, 14 insertions(+), 23 deletions(-)

diff --git 
a/components/camel-ical/src/generated/java/org/apache/camel/component/ical/ICalDataFormatConfigurer.java
 
b/components/camel-ical/src/generated/java/org/apache/camel/component/ical/ICalDataFormatConfigurer.java
index d4033ef44c0..be7dda5fbd1 100644
--- 
a/components/camel-ical/src/generated/java/org/apache/camel/component/ical/ICalDataFormatConfigurer.java
+++ 
b/components/camel-ical/src/generated/java/org/apache/camel/component/ical/ICalDataFormatConfigurer.java
@@ -18,6 +18,7 @@ public class ICalDataFormatConfigurer extends 
PropertyConfigurerSupport implemen
 public boolean configure(CamelContext camelContext, Object target, String 
name, Object value, boolean ignoreCase) {
 ICalDataFormat dataformat = (ICalDataFormat) target;
 switch (ignoreCase ? name.toLowerCase() : name) {
+case "validating": dataformat.setValidating(property(camelContext, 
boolean.class, value)); return true;
 default: return false;
 }
 }
diff --git 
a/components/camel-ical/src/main/java/org/apache/camel/component/ical/ICalDataFormat.java
 
b/components/camel-ical/src/main/java/org/apache/camel/component/ical/ICalDataFormat.java
index b50717a29ff..e43f2e16f7a 100644
--- 
a/components/camel-ical/src/main/java/org/apache/camel/component/ical/ICalDataFormat.java
+++ 
b/components/camel-ical/src/main/java/org/apache/camel/component/ical/ICalDataFormat.java
@@ -34,8 +34,10 @@ import org.apache.camel.support.service.ServiceSupport;
 @Dataformat("ical")
 public class ICalDataFormat extends ServiceSupport implements DataFormat, 
DataFormatName {
 
-private CalendarOutputter outputer = new CalendarOutputter();
-private CalendarBuilder builder = new CalendarBuilder();
+private boolean validating;
+
+private CalendarOutputter outputer;
+private CalendarBuilder builder;
 
 @Override
 public String getDataFormatName() {
@@ -55,7 +57,8 @@ public class ICalDataFormat extends ServiceSupport implements 
DataFormat, DataFo
 
 @Override
 protected void doStart() throws Exception {
-// noop
+outputer = new CalendarOutputter(validating);
+builder = new CalendarBuilder();
 }
 
 @Override
@@ -71,20 +74,4 @@ public class ICalDataFormat extends ServiceSupport 
implements DataFormat, DataFo
 return outputer.isValidating();
 }
 
-public CalendarOutputter getOutputer() {
-return outputer;
-}
-
-public void setOutputer(CalendarOutputter outputer) {
-this.outputer = outputer;
-}
-
-public CalendarBuilder getBuilder() {
-return builder;
-}
-
-public void setBuilder(CalendarBuilder builder) {
-this.builder = builder;
-}
-
 }
diff --git 
a/components/camel-lzf/src/generated/java/org/apache/camel/dataformat/lzf/LZFDataFormatConfigurer.java
 
b/components/camel-lzf/src/generated/java/org/apache/camel/dataformat/lzf/LZFDataFormatConfigurer.java
index 3d27dc532a6..fef4249619b 100644
--- 
a/components/camel-lzf/src/generated/java/org/apache/camel/dataformat/lzf/LZFDataFormatConfigurer.java
+++ 
b/components/camel-lzf/src/generated/java/org/apache/camel/dataformat/lzf/LZFDataFormatConfigurer.java
@@ -18,6 +18,8 @@ public class LZFDataFormatConfigurer extends 
PropertyConfigurerSupport implement
 public boolean configure(CamelContext camelContext, Object target, String 
name, Object value, boolean ignoreCase) {
 LZFDataFormat dataformat = (LZFDataFormat) target;
 switch (ignoreCase ? name.toLowerCase() : name) {
+case "usingparallelcompression":
+case "usingParallelCompression": 
dataformat.setUsingParallelCompression(property(camelContext, boolean.class, 
value)); return true;
 default: return false;
 }
 }
diff --git 
a/components/camel-lzf/src/main/java/org/apache/camel/dataformat/lzf/LZFDataFormat.java
 
b/components/camel-lzf/src/main/java/org/apache/camel/dataformat/lzf/LZFDataFormat.java
index 8a63af20ef3..97062cd494b 100644
--- 

Re: [PR] Fix: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


claudio4j commented on PR #5111:
URL: https://github.com/apache/camel-k/pull/5111#issuecomment-1911934177

   The [nightly test 
failed](https://github.com/apache/camel-k/actions/runs/7649141367/job/20843059854#step:4:1008)
 exactly in the same spot.
   The problem is the missing snapshot maven repo.
   I think it would not be a problem to hard code the LTS version in the test 
code and in the nightly, add the snapshot repository. I will change the code to 
accommodate this behavior.


-- 
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-spring-boot) branch main updated: CAMEL-20336: Add a WebAssembly component and language

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new 95b661a3d77 CAMEL-20336: Add a WebAssembly component and language
95b661a3d77 is described below

commit 95b661a3d776e8f6c9e5c8e055853b52fb7ab753
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 12:28:40 2024 +0100

CAMEL-20336: Add a WebAssembly component and language
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../camel/springboot/catalog/components/wasm.json  |  34 
 .../camel/springboot/catalog/languages.properties  |   1 +
 .../camel/springboot/catalog/languages/wasm.json   |  25 +++
 components-starter/camel-wasm-starter/pom.xml  |  48 +
 .../camel-wasm-starter/src/main/docs/wasm.json |  78 
 .../springboot/WasmComponentAutoConfiguration.java |  77 
 .../springboot/WasmComponentConfiguration.java |  73 
 .../springboot/WasmLanguageAutoConfiguration.java  |  78 
 .../wasm/springboot/WasmLanguageConfiguration.java |  63 +++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  19 ++
 components-starter/pom.xml |   1 +
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |  10 +
 16 files changed, 727 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index b8e928cb22c..00361600f3c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -317,6 +317,7 @@ vertx
 vertx-http
 vertx-websocket
 vm
+wasm
 weather
 web3j
 webhook
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/wasm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/wasm.json
new file mode 100644
index 000..3a33a5e1b16
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/wasm.json
@@ -0,0 +1,34 @@
+{
+  "component": {
+"kind": "component",
+"name": "wasm",
+"title": "Wasm",
+"description": "Invoke Wasm functions.",
+"deprecated": false,
+"firstVersion": "4.4.0",
+"label": "core,script",
+"javaType": "org.apache.camel.component.wasm.WasmComponent",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-wasm-starter",
+"version": "4.4.0-SNAPSHOT",
+"scheme": "wasm",
+"extendsScheme": "",
+"syntax": "wasm:functionName",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": true,
+"lenientProperties": false,
+"remote": false
+  },
+  "componentProperties": {
+"lazyStartProducer": { "index": 0, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
+"autowiredEnabled": { "index": 1, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+  },
+  "properties": {
+"functionName": { "index": 0, "kind": "path", "displayName": "Function 
Name", "group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Function Name" },
+"module": { "index": 1, "kind": "parameter", "displayName": "Module", 
"group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, 

(camel) branch regen_bot updated (398c43afc98 -> e9bc2a744ab)

2024-01-26 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 398c43afc98 Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)
 add 86bde3aad95 CAMEL-20336: Add a WebAssembly component and language 
(#12857)
 add e9bc2a744ab CAMEL-20369: camel-beanio - Bring back beanio v3 (#12913)

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml  |  10 +
 catalog/camel-allcomponents/pom.xml|  10 +
 .../org/apache/camel/catalog/components.properties |   1 +
 .../org/apache/camel/catalog/components/wasm.json  |  34 +++
 .../apache/camel/catalog/dataformats.properties|   1 +
 .../apache/camel/catalog/dataformats/beanio.json   |  29 ++
 .../org/apache/camel/catalog/languages.properties  |   1 +
 .../org/apache/camel/catalog/languages/wasm.json   |  25 ++
 .../org/apache/camel/catalog/models.properties |   2 +
 .../org/apache/camel/catalog/models/aggregate.json |   8 +-
 .../org/apache/camel/catalog/models/beanio.json|  26 ++
 .../apache/camel/catalog/models/dataFormats.json   |   2 +-
 .../org/apache/camel/catalog/models/delay.json |   2 +-
 .../apache/camel/catalog/models/dynamicRouter.json |   2 +-
 .../org/apache/camel/catalog/models/enrich.json|   2 +-
 .../org/apache/camel/catalog/models/filter.json|   2 +-
 .../camel/catalog/models/idempotentConsumer.json   |   2 +-
 .../org/apache/camel/catalog/models/loop.json  |   2 +-
 .../org/apache/camel/catalog/models/marshal.json   |   2 +-
 .../apache/camel/catalog/models/onException.json   |   6 +-
 .../apache/camel/catalog/models/pollEnrich.json|   2 +-
 .../camel/catalog/models/propertyExpression.json   |   2 +-
 .../apache/camel/catalog/models/recipientList.json |   2 +-
 .../apache/camel/catalog/models/resequence.json|   2 +-
 .../apache/camel/catalog/models/routingSlip.json   |   2 +-
 .../org/apache/camel/catalog/models/script.json|   2 +-
 .../org/apache/camel/catalog/models/setBody.json   |   2 +-
 .../org/apache/camel/catalog/models/setHeader.json |   2 +-
 .../apache/camel/catalog/models/setProperty.json   |   2 +-
 .../apache/camel/catalog/models/setVariable.json   |   2 +-
 .../org/apache/camel/catalog/models/sort.json  |   2 +-
 .../org/apache/camel/catalog/models/split.json |   2 +-
 .../org/apache/camel/catalog/models/sticky.json|   2 +-
 .../org/apache/camel/catalog/models/throttle.json  |   4 +-
 .../org/apache/camel/catalog/models/transform.json |   2 +-
 .../org/apache/camel/catalog/models/unmarshal.json |   2 +-
 .../org/apache/camel/catalog/models/validate.json  |   2 +-
 .../org/apache/camel/catalog/models/wasm.json  |  22 ++
 .../org/apache/camel/catalog/models/when.json  |   2 +-
 .../catalog/models/whenSkipSendToEndpoint.json |   2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 147 ++
 components/camel-beanio/pom.xml|  55 
 .../beanio/BeanIODataFormatConfigurer.java |  26 ++
 .../org/apache/camel/configurer/beanio-dataformat  |   2 +
 .../org/apache/camel/dataformat.properties |   7 +
 .../services/org/apache/camel/dataformat/beanio|   2 +
 .../org/apache/camel/dataformat/beanio/beanio.json |  29 ++
 .../src/main/docs/beanio-dataformat.adoc   | 120 +
 .../dataformat/beanio/BeanIOConfiguration.java | 123 +
 .../camel/dataformat/beanio/BeanIODataFormat.java  | 298 +
 .../dataformat/beanio/BeanIOErrorHandler.java  | 126 +
 .../camel/dataformat/beanio/BeanIOHeader.java  |  25 ++
 .../camel/dataformat/beanio/BeanIOHelper.java  |  66 +
 .../camel/dataformat/beanio/BeanIOIterator.java|  81 ++
 .../camel/dataformat/beanio/BeanIOSplitter.java| 211 +++
 .../apache/camel/dataformat/beanio/A1Record.java   |  59 
 .../apache/camel/dataformat/beanio/B1Record.java   |  59 
 .../beanio/BeanIODataFormatComplexTest.java| 239 +
 ...rmatSimpleCustomBeanReaderErrorHandlerTest.java | 142 ++
 .../beanio/BeanIODataFormatSimpleTest.java | 117 
 ...IOSplitterCustomBeanReaderErrorHandlerTest.java | 122 +
 .../dataformat/beanio/BeanIOSplitterTest.java  |  99 +++
 .../beanio/BeanIOUnmarshalSingleObjectTest.java|  68 +
 .../apache/camel/dataformat/beanio/Constants.java  |  26 ++
 .../apache/camel/dataformat/beanio/Employee.java   | 111 
 .../org/apache/camel/dataformat/beanio/Header.java | 111 
 .../apache/camel/dataformat/beanio/MyErrorDto.java |  36 +++
 .../camel/dataformat/beanio/MyErrorHandler.java|  38 +++
 .../org/apache/camel/dataformat/beanio/Record.java |  65 +
 .../apache/camel/dataformat/beanio/Separator.java  |  59 
 .../beanio/SpringBeanIODataFormatSimpleTest.java   |  92 +++
 

Re: [PR] Fix: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


claudio4j commented on PR #5111:
URL: https://github.com/apache/camel-k/pull/5111#issuecomment-1911920168

   That version is defined in 
https://github.com/apache/camel-k-runtime/blob/main/pom.xml#L46
   Can you run: `make DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT clean build`
   


-- 
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-spring-boot) branch main updated: CAMEL-20369: camel-beanio - Bring back beanio v3

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new fbfca8089a1 CAMEL-20369: camel-beanio - Bring back beanio v3
fbfca8089a1 is described below

commit fbfca8089a14fa78fba445858d21118b8dd8dd01
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 11:39:32 2024 +0100

CAMEL-20369: camel-beanio - Bring back beanio v3
---
 .../springboot/catalog/dataformats.properties  |   1 +
 .../springboot/catalog/dataformats/beanio.json |  29 +++
 components-starter/camel-beanio-starter/pom.xml|  48 +
 .../camel-beanio-starter/src/main/docs/beanio.json |  81 
 .../BeanIODataFormatAutoConfiguration.java |  78 
 .../springboot/BeanIODataFormatConfiguration.java  | 143 +++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  18 ++
 components-starter/pom.xml |   1 +
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |  10 +
 12 files changed, 628 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties
index a555766580a..3f894cc121e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties
@@ -3,6 +3,7 @@ avro
 avroJackson
 barcode
 base64
+beanio
 bindyCsv
 bindyFixed
 bindyKvp
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/beanio.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/beanio.json
new file mode 100644
index 000..698777215f7
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/beanio.json
@@ -0,0 +1,29 @@
+{
+  "dataformat": {
+"kind": "dataformat",
+"name": "beanio",
+"title": "BeanIO",
+"description": "Marshal and unmarshal Java beans to and from flat files 
(such as CSV, delimited, or fixed length formats).",
+"deprecated": false,
+"firstVersion": "2.10.0",
+"label": "dataformat,transformation,csv",
+"javaType": "org.apache.camel.dataformat.beanio.BeanIODataFormat",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-beanio-starter",
+"version": "4.4.0-SNAPSHOT",
+"modelName": "beanio",
+"modelJavaType": "org.apache.camel.model.dataformat.BeanioDataFormat"
+  },
+  "properties": {
+"id": { "index": 0, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" },
+"mapping": { "index": 1, "kind": "attribute", "displayName": "Mapping", 
"required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
BeanIO mapping file. Is by default loaded from the classpath. You can prefix 
with file:, http:, or classpath: to denote from where to load the mapping 
file." },
+"streamName": { "index": 2, "kind": "attribute", "displayName": "Stream 
Name", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
name of the stream to use." },
+"ignoreUnidentifiedRecords": { "index": 3, "kind": "attribute", 
"displayName": "Ignore Unidentified Records", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to 
ignore unidentified records." },
+"ignoreUnexpectedRecords": { "index": 4, "kind": "attribute", 
"displayName": "Ignore Unexpected Records", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to 
ignore unexpected records." },
+"ignoreInvalidRecords": { "index": 5, "kind": "attribute", "displayName": 
"Ignore Invalid Records", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to ignore invalid records." },
+  

(camel) branch beanio3 deleted (was c093ba2a04f)

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch beanio3
in repository https://gitbox.apache.org/repos/asf/camel.git


 was c093ba2a04f CAMEL-20369: camel-beanio - Bring back beanio v3

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] CAMEL-20369: camel-beanio - Bring back beanio v3 [camel]

2024-01-26 Thread via GitHub


davsclaus merged PR #12913:
URL: https://github.com/apache/camel/pull/12913


-- 
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] Issue running Karavan App in dev mode with quarkus:dev [camel-karavan]

2024-01-26 Thread via GitHub


vidhyasagarj commented on issue #1083:
URL: https://github.com/apache/camel-karavan/issues/1083#issuecomment-1911862504

   Yup that worked @gun2rin  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: [I] Issue running Karavan App in dev mode with quarkus:dev [camel-karavan]

2024-01-26 Thread via GitHub


vidhyasagarj closed issue #1083: Issue running Karavan App in dev mode with 
quarkus:dev 
URL: https://github.com/apache/camel-karavan/issues/1083


-- 
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] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-26 Thread via GitHub


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

   Here you go ...
   ```
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"maxprocs:
 Leaving GOMAXPROCS=[8]: CPU quota undefined"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Go 
Version: go1.21.0"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Go 
OS/Arch: linux/amd64"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Camel 
K Operator Version: 2.2.0"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Camel 
K Default Runtime Version: 3.2.3"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Camel 
K Git Commit: c6a9348d8467f68800dabb7c845a411765fad8e3"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Camel 
K Operator ID: camel-k"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"controller-runtime.metrics","msg":"Metrics
 server is starting to listen","addr":":8080"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Configuring
 manager"}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k","msg":"KnativeService
 resources are not installed in the cluster. You can't use Knative features. If 
you install Knative Serving resources after the\n\t\tCamel K operator, make 
sure to apply the required RBAC privileges and restart the Camel K Operator Pod 
to be able to watch for\n\t\tCamel K managed Knative Services."}
   2024-01-26 11:45:55 
{"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Installing
 operator resources"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","logger":"camel-k.cmd","msg":"Starting
 the manager"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
server","kind":"health probe","addr":"[::]:8081"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"starting 
server","path":"/metrics","kind":"metrics","addr":"[::]:8080"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","logger":"camel-k.cmd","msg":"attempting
 to acquire leader lease default/camel-k-lock..."}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","logger":"camel-k.cmd","msg":"successfully
 acquired lease default/camel-k-lock"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"catalog-controller","controllerGroup":"camel.apache.org","controllerKind":"CamelCatalog","source":"kind
 source: *v1.CamelCatalog"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"integration-controller","controllerGroup":"camel.apache.org","controllerKind":"Integration","source":"kind
 source: *v1.Integration"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"integrationkit-controller","source":"kind source: 
*v1.IntegrationKit"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"build-controller","controllerGroup":"camel.apache.org","controllerKind":"Build","source":"kind
 source: *v1.Build"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"kamelet-binding-controller","source":"kind source: 
*v1.Pipe"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"integrationplatform-controller","source":"kind 
source: *v1.IntegrationPlatform"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"kamelet-binding-controller","source":"kind source: 
*v1alpha1.KameletBinding"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
Controller","controller":"catalog-controller","controllerGroup":"camel.apache.org","controllerKind":"CamelCatalog"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"integration-controller","controllerGroup":"camel.apache.org","controllerKind":"Integration","source":"kind
 source: *v1.Deployment"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 
EventSource","controller":"integration-controller","controllerGroup":"camel.apache.org","controllerKind":"Integration","source":"kind
 source: *v1.CronJob"}
   2024-01-26 11:45:56 
{"level":"info","ts":"2024-01-26T10:45:56Z","msg":"Starting 

Re: [PR] Fix: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


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

   The root cause is that the new catalog has a wrong `quarkus-version`:
   ```
   metadata:
 camel-quarkus.version: 3.6.0
 camel.version: 4.2.0
 jib.layer-filter-extension-maven.version: 0.3.0
 jib.maven-plugin.version: 3.4.0
 quarkus.native-builder-image: 
quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
 quarkus.version: 3.6.0
   ```


-- 
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: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


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

   FYI, this seems to be a regression. It was working 2 days ago: 
https://github.com/apache/camel-k/actions/runs/7634756816/job/20799121558#step:4:929


-- 
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] perf-regression: collect report at each staging release [camel-quarkus]

2024-01-26 Thread via GitHub


jamesnetherton commented on issue #4012:
URL: https://github.com/apache/camel-quarkus/issues/4012#issuecomment-1911826419

   ```
   Camel Quarkus Throughput Performance Increase Compared to 
Previous Version
Camel Quarkus version  |  Duration  |   JVM req/s [%increase]   |  Native 
req/s [%increase]  |  Status  |
   
--
3.6.0  |   10m  |  20520.59 req/s [+0.00%]  |   
11885.86 req/s [+0.00%]  |  OK  |
3.7.0  |   10m  |  20577.29 req/s [+0.28%]  |   
11885.30 req/s [-0.00%]  |  OK  |
   ```


-- 
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] Next is 3.8.0-SNAPSHOT [camel-quarkus]

2024-01-26 Thread via GitHub


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


-- 
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: TestCreateCatalog fail when runtime is 3.6.0-SNAPSHOT [camel-k]

2024-01-26 Thread via GitHub


claudio4j commented on PR #5111:
URL: https://github.com/apache/camel-k/pull/5111#issuecomment-1911819078

   > We cannot hardcode variables. 
   
   This is a test only, for the catalog to be created in the 
IntegrationPlatform and the status to be "Ready", it would really not matter 
the version, since the "mvn camel-k-maven-plugin:generate-catalog" is to output 
the catalog yaml file. The catalog generation is also covered in 
camel-k-maven-plugin project.
   
   The real problem with this particular test is the snapshot version, the 
apache snapshot repository is not set. I can change the test to include the 
snapshot repo and retain the defaults.


-- 
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] Camel 4.4 - Adding back camel-beanio data format [camel-karavan]

2024-01-26 Thread via GitHub


davsclaus opened a new issue, #1084:
URL: https://github.com/apache/camel-karavan/issues/1084

   The logo for beanio is at
   https://github.com/beanio/beanio/blob/main/site/images/logo.png
   
   


-- 
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] CAMEL-20369: camel-beanio - Bring back beanio v3 [camel]

2024-01-26 Thread via GitHub


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

   :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-20369: camel-beanio - Bring back beanio v3 [camel]

2024-01-26 Thread via GitHub


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

   # 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



(camel) branch beanio3 created (now c093ba2a04f)

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch beanio3
in repository https://gitbox.apache.org/repos/asf/camel.git


  at c093ba2a04f CAMEL-20369: camel-beanio - Bring back beanio v3

This branch includes the following new commits:

 new c093ba2a04f CAMEL-20369: camel-beanio - Bring back beanio v3

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.




(camel) branch regen_bot updated (7f842fc3c04 -> 398c43afc98)

2024-01-26 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 7f842fc3c04 Polished
 add 398c43afc98 Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)

No new revisions were added by this update.

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



(camel) branch main updated (398c43afc98 -> 86bde3aad95)

2024-01-26 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 398c43afc98 Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)
 add 86bde3aad95 CAMEL-20336: Add a WebAssembly component and language 
(#12857)

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml  |   5 +
 catalog/camel-allcomponents/pom.xml|   5 +
 .../org/apache/camel/catalog/components.properties |   1 +
 .../org/apache/camel/catalog/components/wasm.json  |  34 
 .../org/apache/camel/catalog/languages.properties  |   1 +
 .../org/apache/camel/catalog/languages/wasm.json   |  25 +++
 .../org/apache/camel/catalog/models.properties |   1 +
 .../org/apache/camel/catalog/models/aggregate.json |   8 +-
 .../org/apache/camel/catalog/models/delay.json |   2 +-
 .../apache/camel/catalog/models/dynamicRouter.json |   2 +-
 .../org/apache/camel/catalog/models/enrich.json|   2 +-
 .../org/apache/camel/catalog/models/filter.json|   2 +-
 .../camel/catalog/models/idempotentConsumer.json   |   2 +-
 .../org/apache/camel/catalog/models/loop.json  |   2 +-
 .../apache/camel/catalog/models/onException.json   |   6 +-
 .../apache/camel/catalog/models/pollEnrich.json|   2 +-
 .../camel/catalog/models/propertyExpression.json   |   2 +-
 .../apache/camel/catalog/models/recipientList.json |   2 +-
 .../apache/camel/catalog/models/resequence.json|   2 +-
 .../apache/camel/catalog/models/routingSlip.json   |   2 +-
 .../org/apache/camel/catalog/models/script.json|   2 +-
 .../org/apache/camel/catalog/models/setBody.json   |   2 +-
 .../org/apache/camel/catalog/models/setHeader.json |   2 +-
 .../apache/camel/catalog/models/setProperty.json   |   2 +-
 .../apache/camel/catalog/models/setVariable.json   |   2 +-
 .../org/apache/camel/catalog/models/sort.json  |   2 +-
 .../org/apache/camel/catalog/models/split.json |   2 +-
 .../org/apache/camel/catalog/models/sticky.json|   2 +-
 .../org/apache/camel/catalog/models/throttle.json  |   4 +-
 .../org/apache/camel/catalog/models/transform.json |   2 +-
 .../org/apache/camel/catalog/models/validate.json  |   2 +-
 .../org/apache/camel/catalog/models/wasm.json  |  22 +++
 .../org/apache/camel/catalog/models/when.json  |   2 +-
 .../catalog/models/whenSkipSendToEndpoint.json |   2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  50 ++
 components/camel-wasm/pom.xml  |  86 +
 .../component/wasm/WasmComponentConfigurer.java|  55 ++
 .../wasm/WasmConfigurationConfigurer.java  |  49 ++
 .../component/wasm/WasmEndpointConfigurer.java |  52 ++
 .../component/wasm/WasmEndpointUriFactory.java |  70 
 .../services/org/apache/camel/component.properties |   7 +
 .../services/org/apache/camel/component/wasm   |   2 +
 ...g.apache.camel.component.wasm.WasmConfiguration |   2 +
 .../org/apache/camel/configurer/wasm-component |   2 +
 .../org/apache/camel/configurer/wasm-endpoint  |   2 +
 .../services/org/apache/camel/language.properties  |   7 +
 .../services/org/apache/camel/language/wasm|   2 +
 .../org/apache/camel/urifactory/wasm-endpoint  |   2 +
 .../org/apache/camel/component/wasm/wasm.json  |  34 
 .../org/apache/camel/language/wasm/wasm.json   |  25 +++
 .../camel-wasm/src/main/docs/wasm-component.adoc   | 195 +
 .../camel-wasm/src/main/docs/wasm-language.adoc| 174 ++
 .../apache/camel/component/wasm/WasmComponent.java |  70 
 .../camel/component/wasm/WasmConfiguration.java|  58 ++
 .../apache/camel/component/wasm/WasmEndpoint.java  |  80 +
 .../apache/camel/component/wasm/WasmProducer.java  |  87 +
 .../apache/camel/language/wasm/WasmExpression.java | 162 +
 .../apache/camel/language/wasm/WasmLanguage.java   | 100 +++
 .../src/main/java/org/apache/camel/wasm/Wasm.java  |  31 
 .../java/org/apache/camel/wasm/WasmFunction.java   | 104 +++
 .../java/org/apache/camel/wasm/WasmSupport.java|  65 +++
 .../camel/component/wasm/WasmComponentTest.java|  87 +
 .../camel/language/wasm/WasmLanguageTest.java  |  98 +++
 .../camel-wasm/src/test/resources/functions.wasm   | Bin 0 -> 2216042 bytes
 .../src/test/resources/log4j2.properties   |  36 
 components/camel-wasm/src/test/rust/Cargo.lock | 107 +++
 components/camel-wasm/src/test/rust/Cargo.toml |  37 
 components/camel-wasm/src/test/rust/build.sh   |  26 +++
 components/camel-wasm/src/test/rust/functions.rs   | 134 ++
 components/pom.xml |   1 +
 .../services/org/apache/camel/model.properties |   1 +
 .../org/apache/camel/model/aggregate.json  |   8 +-
 

Re: [PR] CAMEL-20336: Add a WebAssembly component and language [camel]

2024-01-26 Thread via GitHub


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


-- 
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/testcontainers-version-1.19.4 deleted (was 02aeaeefc4f)

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

github-bot pushed a change to branch 
dependabot/maven/testcontainers-version-1.19.4
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 02aeaeefc4f Bump testcontainers-version from 1.19.3 to 1.19.4

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: Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 398c43afc98 Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)
398c43afc98 is described below

commit 398c43afc98eef5c3a8ce8cd1430337f46ce198a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 26 10:47:13 2024 +0100

Bump testcontainers-version from 1.19.3 to 1.19.4 (#12912)

Bumps `testcontainers-version` from 1.19.3 to 1.19.4.

Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:kafka` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:redpanda` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:cassandra` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:elasticsearch` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:couchbase` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:mongodb` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:rabbitmq` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:jdbc` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:gcloud` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:pulsar` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
- 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4)

Updates `org.testcontainers:postgresql` from 1.19.3 to 1.19.4
- [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)

Re: [PR] Bump testcontainers-version from 1.19.3 to 1.19.4 [camel]

2024-01-26 Thread via GitHub


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


-- 
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-20336: Add a WebAssembly component and language [camel]

2024-01-26 Thread via GitHub


lburgazzoli commented on PR #12857:
URL: https://github.com/apache/camel/pull/12857#issuecomment-1911729417

   > @lburgazzoli can your resolve conflicts so we could merge? Thanks!
   
   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



(camel) branch regen_bot updated (5d2b5ba3684 -> 7f842fc3c04)

2024-01-26 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 5d2b5ba3684 Bump com.azure:azure-sdk-bom from 1.2.19 to 1.2.20 (#12910)
 add 64e56c749fe Bump aws-java-sdk2-version from 2.23.10 to 2.23.11 (#12911)
 add 7f842fc3c04 Polished

No new revisions were added by this update.

Summary of changes:
 dsl/camel-jbang/camel-jbang-it/pom.xml | 520 -
 parent/pom.xml |   2 +-
 2 files changed, 257 insertions(+), 265 deletions(-)



(camel) branch main updated: Polished

2024-01-26 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 7f842fc3c04 Polished
7f842fc3c04 is described below

commit 7f842fc3c048a585890bfb225a4a698ac8a6122b
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 09:47:14 2024 +0100

Polished
---
 dsl/camel-jbang/camel-jbang-it/pom.xml | 520 -
 1 file changed, 256 insertions(+), 264 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-it/pom.xml 
b/dsl/camel-jbang/camel-jbang-it/pom.xml
index 475e544d80d..e237ede9423 100644
--- a/dsl/camel-jbang/camel-jbang-it/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-it/pom.xml
@@ -18,277 +18,269 @@
 
 -->
 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/xsd/maven-4.0.0.xsd;>
-   4.0.0
-   
-   org.apache.camel
-   camel-jbang-parent
-   4.4.0-SNAPSHOT
-   ../pom.xml
-   
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+4.0.0
 
-   camel-jbang-it
-   Camel :: JBang :: Integration tests
-   jar
+
+org.apache.camel
+camel-jbang-parent
+4.4.0-SNAPSHOT
+../pom.xml
+
 
-   
-   true
-   
+camel-jbang-it
+Camel :: JBang :: Integration tests
+jar
 
-   
-   
-   
-   org.awaitility
-   awaitility
-   ${awaitility-version}
-   test
-   
-   
-   ch.qos.logback
-   logback-core
-   ${logback-version}
-   
-   
-   ch.qos.logback
-   logback-classic
-   ${logback-version}
-   
-   
-   org.assertj
-   assertj-core
-   ${assertj-version}
-   
-   
-   org.apache.camel
-   camel-test-infra-cli
-   ${project.version}
-   test-jar
-   
-   
-   org.apache.camel
-   
camel-test-infra-mosquitto
-   ${project.version}
-   test-jar
-   
-   
-   org.apache.camel
-   camel-jbang-core
-   ${project.version}
-   test
-   
-   
-   
+
+true
+
 
-   
+
+
+
+org.awaitility
+awaitility
+${awaitility-version}
+test
+
+
+ch.qos.logback
+logback-core
+${logback-version}
+
+
+ch.qos.logback
+logback-classic
+${logback-version}
+
+
+org.assertj
+assertj-core
+${assertj-version}
+
+
+org.apache.camel
+camel-test-infra-cli
+${project.version}
+test-jar
+
+
+org.apache.camel
+camel-test-infra-mosquitto
+${project.version}
+test-jar
+
+
+org.apache.camel
+camel-jbang-core
+${project.version}
+test
+
+
+
 
-   
-   org.slf4j
-   slf4j-api
-   test
-   
+
+
+org.slf4j
+slf4j-api
+test
+
+
+ch.qos.logback
+logback-core
+test
+
+
+ch.qos.logback
+logback-classic
+test
+
+
+org.awaitility
+awaitility
+test
+
+
+org.junit.jupiter
+junit-jupiter
+test
+
+
+org.junit.jupiter

(camel-k) 02/03: Add feature to insert annotations in the builder pod, from config

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

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

commit ab6217d4b6b43e96c9a4db5f9de2254fbddafbf7
Author: Rodrigue Cloutier 
AuthorDate: Thu Jan 25 08:06:12 2024 -0500

Add feature to insert annotations in the builder pod, from config
---
 config/crd/bases/camel.apache.org_builds.yaml  | 54 ++
 .../camel.apache.org_integrationplatforms.yaml | 12 +
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  7 +++
 helm/camel-k/crds/crd-build.yaml   | 54 ++
 helm/camel-k/crds/crd-integration-platform.yaml| 12 +
 pkg/apis/camel/v1/common_types.go  |  2 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go |  7 +++
 .../camel/v1/buildconfiguration.go | 15 ++
 pkg/controller/build/build_pod.go  |  3 +-
 pkg/resources/resources.go |  8 ++--
 10 files changed, 169 insertions(+), 5 deletions(-)

diff --git a/config/crd/bases/camel.apache.org_builds.yaml 
b/config/crd/bases/camel.apache.org_builds.yaml
index 6fd600e23..28f75654f 100644
--- a/config/crd/bases/camel.apache.org_builds.yaml
+++ b/config/crd/bases/camel.apache.org_builds.yaml
@@ -86,6 +86,12 @@ spec:
   Build. Deprecated: no longer in use in Camel K 2 - 
maintained for
   backward compatibility'
 properties:
+  annotations:
+additionalProperties:
+  type: string
+description: Annotation to use for the builder pod. Only 
used
+  for `pod` strategy
+type: object
   limitCPU:
 description: The maximum amount of CPU required. Only used 
for
   `pod` strategy
@@ -158,6 +164,12 @@ spec:
   description: The configuration that should be used 
to perform
 the Build.
   properties:
+annotations:
+  additionalProperties:
+type: string
+  description: Annotation to use for the builder 
pod.
+Only used for `pod` strategy
+  type: object
 limitCPU:
   description: The maximum amount of CPU required. 
Only
 used for `pod` strategy
@@ -256,6 +268,12 @@ spec:
   description: The configuration that should be used 
to perform
 the Build.
   properties:
+annotations:
+  additionalProperties:
+type: string
+  description: Annotation to use for the builder 
pod.
+Only used for `pod` strategy
+  type: object
 limitCPU:
   description: The maximum amount of CPU required. 
Only
 used for `pod` strategy
@@ -767,6 +785,12 @@ spec:
   description: The configuration that should be used 
to perform
 the Build.
   properties:
+annotations:
+  additionalProperties:
+type: string
+  description: Annotation to use for the builder 
pod.
+Only used for `pod` strategy
+  type: object
 limitCPU:
   description: The maximum amount of CPU required. 
Only
 used for `pod` strategy
@@ -836,6 +860,12 @@ spec:
   description: The configuration that should be used 
to perform
 the Build.
   properties:
+annotations:
+  additionalProperties:
+type: string
+  description: Annotation to use for the builder 
pod.
+Only used for `pod` strategy
+  type: object
 limitCPU:
   description: The maximum amount of CPU required. 
Only
 used for `pod` strategy
@@ -933,6 +963,12 @@ spec:
   description: The configuration that should be used 
to perform
 the Build.
   properties:
+

(camel-k) branch main updated (1db0f5794 -> ec9406b41)

2024-01-26 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 1db0f5794 fix(ci): Comment PR github action uses octokit
 new 530cf2b1f Remove unused function for build type support
 new ab6217d4b Add feature to insert annotations in the builder pod, from 
config
 new ec9406b41 Add test for new annotation on build pod

The 3 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.


Summary of changes:
 config/crd/bases/camel.apache.org_builds.yaml  | 54 
 .../camel.apache.org_integrationplatforms.yaml | 12 +
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  7 +++
 helm/camel-k/crds/crd-build.yaml   | 54 
 helm/camel-k/crds/crd-integration-platform.yaml| 12 +
 pkg/apis/camel/v1/build_types_support.go   |  5 --
 pkg/apis/camel/v1/common_types.go  |  2 +
 pkg/apis/camel/v1/trait/builder.go |  2 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go |  7 +++
 .../camel/v1/buildconfiguration.go | 15 ++
 pkg/controller/build/build_pod.go  |  3 +-
 .../build/build_pod_test.go}   | 57 ++
 pkg/resources/resources.go |  8 +--
 pkg/trait/builder.go   |  1 +
 pkg/trait/builder_test.go  | 20 
 15 files changed, 217 insertions(+), 42 deletions(-)
 copy pkg/{builder/builder_test.go => controller/build/build_pod_test.go} (56%)



(camel-k) 03/03: Add test for new annotation on build pod

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

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

commit ec9406b410bcea0b2d74bfb0dc1ec57e50394d44
Author: Rodrigue Cloutier 
AuthorDate: Thu Jan 25 13:58:56 2024 -0500

Add test for new annotation on build pod
---
 pkg/apis/camel/v1/trait/builder.go |  2 +
 pkg/controller/build/build_pod_test.go | 68 ++
 pkg/trait/builder.go   |  1 +
 pkg/trait/builder_test.go  | 20 ++
 4 files changed, 91 insertions(+)

diff --git a/pkg/apis/camel/v1/trait/builder.go 
b/pkg/apis/camel/v1/trait/builder.go
index f8b495a5b..0e626438e 100644
--- a/pkg/apis/camel/v1/trait/builder.go
+++ b/pkg/apis/camel/v1/trait/builder.go
@@ -70,4 +70,6 @@ type BuilderTrait struct {
TasksLimitMemory []string `property:"tasks-limit-memory" 
json:"tasksLimitMemory,omitempty"`
// Defines a set of nodes the builder pod is eligible to be scheduled 
on, based on labels on the node.
NodeSelector map[string]string `property:"node-selector" 
json:"nodeSelector,omitempty"`
+   // When using `pod` strategy, annotation to use for the builder pod.
+   Annotations map[string]string `property:"annotations" 
json:"annotations,omitempty"`
 }
diff --git a/pkg/controller/build/build_pod_test.go 
b/pkg/controller/build/build_pod_test.go
new file mode 100644
index 0..3dc5c87da
--- /dev/null
+++ b/pkg/controller/build/build_pod_test.go
@@ -0,0 +1,68 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+package build
+
+import (
+   "context"
+   "testing"
+
+   v1 "github.com/apache/camel-k/v2/pkg/apis/camel/v1"
+   "github.com/apache/camel-k/v2/pkg/util/test"
+   "github.com/stretchr/testify/assert"
+   metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+)
+
+func TestNewBuildPodConfiguration(t *testing.T) {
+
+   ctx := context.TODO()
+   c, err := test.NewFakeClient()
+   assert.Nil(t, err)
+
+   build := v1.Build{
+   ObjectMeta: metav1.ObjectMeta{
+   Name: "theBuildName",
+   },
+   Spec: v1.BuildSpec{
+   Tasks: []v1.Task{
+   {
+   Builder: {
+   BaseTask: v1.BaseTask{
+   Name: "builder",
+   Configuration: 
v1.BuildConfiguration{
+   
BuilderPodNamespace: "theNamespace",
+   NodeSelector:   
 map[string]string{"node": "selector"},
+   Annotations:
 map[string]string{"annotation": "value"},
+   },
+   },
+   },
+   },
+   },
+   },
+   }
+
+   pod := newBuildPod(ctx, c, )
+
+   assert.Equal(t, "Pod", pod.Kind)
+   assert.Equal(t, "theNamespace", pod.Namespace)
+   assert.Equal(t, map[string]string{
+   "camel.apache.org/build": "theBuildName",
+   "camel.apache.org/component": "builder",
+   }, pod.Labels)
+   assert.Equal(t, map[string]string{"node": "selector"}, 
pod.Spec.NodeSelector)
+   assert.Equal(t, map[string]string{"annotation": "value"}, 
pod.Annotations)
+}
diff --git a/pkg/trait/builder.go b/pkg/trait/builder.go
index 26202d269..6b9375126 100644
--- a/pkg/trait/builder.go
+++ b/pkg/trait/builder.go
@@ -185,6 +185,7 @@ func (t *builderTrait) Apply(e *Environment) error {
return nil
}
builderTask.Configuration.NodeSelector = t.NodeSelector
+   builderTask.Configuration.Annotations = t.Annotations
pipelineTasks = append(pipelineTasks, v1.Task{Builder: builderTask})
 
// Custom tasks
diff --git a/pkg/trait/builder_test.go b/pkg/trait/builder_test.go
index d7e4e87f1..de1af59d6 100644
--- 

(camel-k) 01/03: Remove unused function for build type support

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

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

commit 530cf2b1fc5b2864619ab8d18e99f5e2fbad60f0
Author: Rodrigue Cloutier 
AuthorDate: Thu Jan 25 07:50:57 2024 -0500

Remove unused function for build type support
---
 pkg/apis/camel/v1/build_types_support.go | 5 -
 1 file changed, 5 deletions(-)

diff --git a/pkg/apis/camel/v1/build_types_support.go 
b/pkg/apis/camel/v1/build_types_support.go
index 251e1cf8e..13720dba8 100644
--- a/pkg/apis/camel/v1/build_types_support.go
+++ b/pkg/apis/camel/v1/build_types_support.go
@@ -108,11 +108,6 @@ func ConfigurationTasksByName(tasks []Task, name string) 
*BuildConfiguration {
return {}
 }
 
-// SetBuilderConfiguration set the configuration required for this Build.
-func (build *Build) SetBuilderConfiguration(conf *BuildConfiguration) {
-   SetBuilderConfigurationTasks(build.Spec.Tasks, conf)
-}
-
 // SetBuilderConfigurationTasks set the configuration required for the builder 
in the list of tasks.
 func SetBuilderConfigurationTasks(tasks []Task, conf *BuildConfiguration) {
for _, t := range tasks {



Re: [PR] Builder annotation support [camel-k]

2024-01-26 Thread via GitHub


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


-- 
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] Add support to properly run out of cluster [camel-k]

2024-01-26 Thread via GitHub


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

   :heavy_check_mark: Unit test coverage report - coverage increased from 34.8% 
to 35.3% (**+0.5%**)


-- 
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] Add support to properly run out of cluster [camel-k]

2024-01-26 Thread via GitHub


squakez commented on code in PR #5109:
URL: https://github.com/apache/camel-k/pull/5109#discussion_r1467362812


##
pkg/cmd/operator/operator.go:
##
@@ -295,7 +295,8 @@ func getOperatorImage(ctx context.Context, c ctrl.Reader) 
(string, error) {
ns := platform.GetOperatorNamespace()
name := platform.GetOperatorPodName()
if ns == "" || name == "" {
-   return "", nil
+   // We are most likely running out of cluster. Let's take a 
chance and use the default value

Review Comment:
   I think the previous assumption was correct. I mean, if we're running out of 
cluster, then, the software binary is not distributed in a container image. If 
we enable this, then, we would trick the operator to think that it is running 
from a container, for example, enabling the possibility to run pipeline in a 
pod (which would instead spin off the `kamel builder` from a distribution that 
is different from the running application). IMO, we must return as empty, as 
also claimed in the 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: [PR] Add support to properly run out of cluster [camel-k]

2024-01-26 Thread via GitHub


squakez commented on code in PR #5109:
URL: https://github.com/apache/camel-k/pull/5109#discussion_r1467362812


##
pkg/cmd/operator/operator.go:
##
@@ -295,7 +295,8 @@ func getOperatorImage(ctx context.Context, c ctrl.Reader) 
(string, error) {
ns := platform.GetOperatorNamespace()
name := platform.GetOperatorPodName()
if ns == "" || name == "" {
-   return "", nil
+   // We are most likely running out of cluster. Let's take a 
chance and use the default value

Review Comment:
   I think the previous assumption is correct. I mean, if we're running out of 
cluster, then, the software binary is not distributed in a container image. If 
we enable this, then, we would trick the operator to think that it is running 
from a container, for example, enabling the possibility to run pipeline in a 
pod (which would instead spin off the `kamel builder` from a distribution that 
is different with the running application). IMO, we must return as empty, as 
also claimed in the comment.



##
pkg/cmd/operator/operator.go:
##
@@ -295,7 +295,8 @@ func getOperatorImage(ctx context.Context, c ctrl.Reader) 
(string, error) {
ns := platform.GetOperatorNamespace()
name := platform.GetOperatorPodName()
if ns == "" || name == "" {
-   return "", nil
+   // We are most likely running out of cluster. Let's take a 
chance and use the default value

Review Comment:
   I think the previous assumption was correct. I mean, if we're running out of 
cluster, then, the software binary is not distributed in a container image. If 
we enable this, then, we would trick the operator to think that it is running 
from a container, for example, enabling the possibility to run pipeline in a 
pod (which would instead spin off the `kamel builder` from a distribution that 
is different with the running application). IMO, we must return as empty, as 
also claimed in the 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



(camel-quarkus) 18/18: Conflict + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b1f1d62ee72234ee41cbbd6ee50ac01cf5bc
Author: JiriOndrusek 
AuthorDate: Fri Jan 26 09:30:58 2024 +0100

Conflict + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml | 522 ++---
 .../src/main/generated/flattened-reduced-pom.xml   |  46 +-
 .../generated/flattened-reduced-verbose-pom.xml| 522 ++---
 3 files changed, 545 insertions(+), 545 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index c5fab1af0e..d885643892 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6890,457 +6890,457 @@
 3.9.0
   
   
-org.apache.cxf
-cxf-core
-4.0.3
+org.apache.cxf
+cxf-core
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-features-logging
-4.0.3
+org.apache.cxf
+cxf-rt-features-logging
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-features-metrics
-4.0.3
+org.apache.cxf
+cxf-rt-features-metrics
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-frontend-jaxws
-4.0.3
+org.apache.cxf
+cxf-rt-frontend-jaxws
+4.0.3
 
   
-org.ow2.asm
-asm
+org.ow2.asm
+asm
   
 
   
   
-org.apache.cxf
-cxf-rt-transports-http
-4.0.3
+org.apache.cxf
+cxf-rt-transports-http
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-transports-http-hc5
-4.0.3
+org.apache.cxf
+cxf-rt-transports-http-hc5
+4.0.3
 
   
-org.slf4j
-jcl-over-slf4j
+org.slf4j
+jcl-over-slf4j
   
 
   
   
-org.apache.cxf
-cxf-rt-ws-mex
-4.0.3
+org.apache.cxf
+cxf-rt-ws-mex
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-ws-security
-4.0.3
+org.apache.cxf
+cxf-rt-ws-security
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-ws-rm
-4.0.3
+org.apache.cxf
+cxf-rt-ws-rm
+4.0.3
   
   
-org.apache.cxf
-cxf-rt-wsdl
-4.0.3
+org.apache.cxf
+cxf-rt-wsdl
+4.0.3
 
   
-org.ow2.asm
-asm
+org.ow2.asm
+asm
   
 
   
   
-org.apache.cxf.services.sts
-cxf-services-sts-core
-4.0.3
+org.apache.cxf.services.sts
+cxf-services-sts-core
+4.0.3
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-boolean
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-boolean
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-dv
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-dv
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-javadoc
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-javadoc
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-pl
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-pl
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-ts
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-ts
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-wsdlextension
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-wsdlextension
+4.0.0
   
   
-org.apache.cxf.xjc-utils
-cxf-xjc-runtime
-4.0.0
+org.apache.cxf.xjc-utils
+cxf-xjc-runtime
+4.0.0
   
   
-io.quarkiverse.cxf
-quarkus-cxf
-2.7.0.CR2
+io.quarkiverse.cxf
+quarkus-cxf
+2.7.0
   
   
-io.quarkiverse.cxf
-quarkus-cxf-axiom-api-stub
-2.7.0.CR2
+io.quarkiverse.cxf
+quarkus-cxf-axiom-api-stub
+2.7.0
   
   
-io.quarkiverse.cxf
-quarkus-cxf-deployment
-2.7.0.CR2
+io.quarkiverse.cxf
+quarkus-cxf-deployment
+2.7.0
   
   
-io.quarkiverse.cxf
-
quarkus-cxf-integration-tracing-opentelemetry
-2.7.0.CR2
+io.quarkiverse.cxf
+
quarkus-cxf-integration-tracing-opentelemetry
+2.7.0
 
   
-com.google.code.findbugs
-jsr305
+com.google.code.findbugs
+jsr305
 

(camel-quarkus) 10/18: rebased + synced + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 8fe4ecaadfa5f17cc29f6fda1ecf027ca5fa3309
Author: JiriOndrusek 
AuthorDate: Fri Jan 12 09:13:24 2024 +0100

rebased + synced + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml   | 16 
 poms/bom/src/main/generated/flattened-reduced-pom.xml| 14 +++---
 .../src/main/generated/flattened-reduced-verbose-pom.xml | 14 +++---
 3 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index cd104c29a9..60dde03d71 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -2191,7 +2191,7 @@
   
 org.apache.camel
 camel-smb
-4.3.0
+4.4.0-SNAPSHOT
 
   
 junit
@@ -6698,7 +6698,7 @@
   
 org.springframework
 spring-aop
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6713,7 +6713,7 @@
   
 org.springframework
 spring-expression
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6724,7 +6724,7 @@
   
 org.springframework
 spring-jdbc
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6739,7 +6739,7 @@
   
 org.springframework
 spring-jms
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6754,7 +6754,7 @@
   
 org.springframework
 spring-messaging
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6769,7 +6769,7 @@
   
 org.springframework
 spring-orm
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6784,7 +6784,7 @@
   
 org.springframework
 spring-tx
-6.1.2
+6.1.3
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 818590386b..8fde3bfbd9 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -2191,7 +2191,7 @@
   
 org.apache.camel
 camel-smb
-4.3.0
+4.4.0-SNAPSHOT
 
   
 junit
@@ -6603,7 +6603,7 @@
   
 org.springframework
 spring-aop
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6618,7 +6618,7 @@
   
 org.springframework
 spring-expression
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6629,7 +6629,7 @@
   
 org.springframework
 spring-jdbc
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6644,7 +6644,7 @@
   
 org.springframework
 spring-jms
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6659,7 +6659,7 @@
   
 org.springframework
 spring-messaging
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6674,7 +6674,7 @@
   
 org.springframework
 spring-tx
-6.1.2
+6.1.3
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 7012082f19..b13a85dd1a 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -2196,7 +2196,7 @@
   
 org.apache.camel
 camel-smb
-4.3.0
+4.4.0-SNAPSHOT
 
   
 junit
@@ -6618,7 +6618,7 @@
   
 org.springframework
 spring-aop
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6633,7 +6633,7 @@
   
 org.springframework
 spring-expression
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6644,7 +6644,7 @@
   
 org.springframework
 spring-jdbc
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6659,7 +6659,7 @@
   
 org.springframework
 spring-jms
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6674,7 +6674,7 @@
   
 org.springframework
 spring-messaging
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6689,7 +6689,7 @@
   
 

(camel-quarkus) branch camel-main updated (0bbfcd444a -> b1fcccc1d6)

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 0bbfcd444a Synced + generated files
 discard aed5264506 Generated files
 discard 69e62f7ee6 Solved conflict
 discard 7cff5ca193 Variables - global vs local setVariable test (#5654)
 discard ecce02b2f5 Generated files
 discard 1d6a9775db Rebased + synced + generated files
 discard 872299aabd rebased + synced + generated files
 discard 02e08b689c rebased + synced + generated files
 discard f6d96ada77 rebased + synced + generated files
 discard 08d88bc932 Generated files
 discard e6eff7c58d Rebased + generated files
 discard cf268d51fb Quick workaround to make micrometer-deployment pass.
 discard cc0f3377e6 Disabled consul because of #5635
 discard b976a33de2 fixed micrometer tests
 discard ebff46c0c1 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
 discard 6647c198d3 Rebase to main + generated files
 discard 487d5305fe Upgrade Camel to 4.4.0
 add ecb4ef1640 Disable 
JasyptSecureExtensionConfigTest.secureDirectComponentTimeout due to #5675
 add 9f55e0283e Add missing JasyptSecureExtensionConfigIT and disable due 
to #5675
 add d4b0669199 Upgrade to Quarkus CXF 2.7.0
 add b9d3ed38a8 Use /bin/bash for release-util sign.sh script
 new f1f0be2dac Upgrade Camel to 4.4.0
 new 1fc1a0d3fa Rebase to main + generated files
 new ab1c2654ef Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
 new 27261e78a3 fixed micrometer tests
 new e3aadfcac7 Disabled consul because of #5635
 new 942ace4245 Quick workaround to make micrometer-deployment pass.
 new 95f98d5b1c Rebased + generated files
 new ddc23f88be Generated files
 new 802d630d71 rebased + synced + generated files
 new 8fe4ecaadf rebased + synced + generated files
 new cf7f45b464 rebased + synced + generated files
 new c8d78a020c Rebased + synced + generated files
 new d076805024 Generated files
 new c6319b1732 Variables - global vs local setVariable test (#5654)
 new 79b36783cd Solved conflict
 new 9961011012 Generated files
 new 63e62d99fc Synced + generated files
 new b1f1d6 Conflict + generated files

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   (0bbfcd444a)
\
 N -- N -- N   refs/heads/camel-main (b1f1d6)

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.

The 18 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.


Summary of changes:
 ...eIT.java => JasyptSecureExtensionConfigIT.java} |   4 +-
 .../jasypt/it/JasyptSecureExtensionConfigTest.java |   2 +
 pom.xml|   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 522 ++---
 .../src/main/generated/flattened-reduced-pom.xml   |  46 +-
 .../generated/flattened-reduced-verbose-pom.xml| 522 ++---
 release-utils/scripts/sign.sh  |   2 +-
 7 files changed, 551 insertions(+), 549 deletions(-)
 copy 
integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/{JasyptAlternateConfigProfileIT.java
 => JasyptSecureExtensionConfigIT.java} (87%)



(camel-quarkus) 13/18: Generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit d07680502467c57e376e795934939e6485ff6574
Author: JiriOndrusek 
AuthorDate: Fri Jan 19 10:56:06 2024 +0100

Generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml| 6 +++---
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 6 +++---
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 01cb199fa4..1e055ebab1 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6022,7 +6022,7 @@
   
 com.box
 box-java-sdk
-4.6.1
+4.7.0
 
   
 org.bitbucket.b_c
@@ -6107,7 +6107,7 @@
   
 com.google.oauth-client
 google-oauth-client
-1.34.1
+1.35.0
 
   
 commons-logging
@@ -6362,7 +6362,7 @@
   
 io.swagger.parser.v3
 swagger-parser
-2.1.19
+2.1.20
 
   
 com.google.code.findbugs
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index d68ce33892..3bf3c2dd36 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6012,7 +6012,7 @@
   
 com.box
 box-java-sdk
-4.6.1
+4.7.0
 
   
 org.bitbucket.b_c
@@ -6097,7 +6097,7 @@
   
 com.google.oauth-client
 google-oauth-client
-1.34.1
+1.35.0
 
   
 commons-logging
@@ -6327,7 +6327,7 @@
   
 io.swagger.parser.v3
 swagger-parser
-2.1.19
+2.1.20
 
   
 com.google.code.findbugs
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 012fe1d7da..407cb9d9be 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6027,7 +6027,7 @@
   
 com.box
 box-java-sdk
-4.6.1
+4.7.0
 
   
 org.bitbucket.b_c
@@ -6112,7 +6112,7 @@
   
 com.google.oauth-client
 google-oauth-client
-1.34.1
+1.35.0
 
   
 commons-logging
@@ -6342,7 +6342,7 @@
   
 io.swagger.parser.v3
 swagger-parser
-2.1.19
+2.1.20
 
   
 com.google.code.findbugs



(camel-quarkus) 06/18: Quick workaround to make micrometer-deployment pass.

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 942ace42458abf635b16b7e26da3649eff2fd25b
Author: JiriOndrusek 
AuthorDate: Thu Jan 4 16:31:17 2024 +0100

Quick workaround to make micrometer-deployment pass.
---
 .../deployment/MicrometerMetricsConfigDefaultsTest.java   |  2 +-
 pom.xml   |  1 +
 poms/bom/pom.xml  |  5 +
 poms/bom/src/main/generated/flattened-full-pom.xml| 11 +--
 poms/bom/src/main/generated/flattened-reduced-pom.xml |  5 +
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml |  5 +
 6 files changed, 22 insertions(+), 7 deletions(-)

diff --git 
a/extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerMetricsConfigDefaultsTest.java
 
b/extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerMetricsConfigDefaultsTest.java
index cf0612ee43..f1e55cf781 100644
--- 
a/extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerMetricsConfigDefaultsTest.java
+++ 
b/extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerMetricsConfigDefaultsTest.java
@@ -63,7 +63,7 @@ public class MicrometerMetricsConfigDefaultsTest {
 .stream()
 .filter(eventNotifier -> 
!eventNotifier.getClass().getName().contains("BaseMainSupport"))
 .collect(Collectors.toList());
-assertEquals(2, eventNotifiers.size());
+assertEquals(3, eventNotifiers.size());
 
 ThreadPoolFactory threadPoolFactory = 
context.getExecutorServiceManager().getThreadPoolFactory();
 assertNotNull(threadPoolFactory);
diff --git a/pom.xml b/pom.xml
index 43c9fa33a9..c0f53950c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
 
${snakeyaml-engine-version}
 ${spring-version}
 
${spring-data-redis-version}
+1.1.2-pre.1
 0.43.1
 1.6.0
 2.7.2
 3.5.15
   
+  
+org.mvnpm.at.lit-labs
+ssr-dom-shim
+1.1.2-pre.1
+  
   
 org.optaplanner
 optaplanner-quarkus
@@ -22638,12 +22643,6 @@
 mockito-inline
 5.2.0
   
-  
-org.mvnpm.at.lit-labs
-ssr-dom-shim
-1.1.0
-runtime
-  
   
 org.mvnpm.at.lit
 reactive-element
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 64835197e2..b1ff3f6a8a 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6570,6 +6570,11 @@
 mybatis
 3.5.15
   
+  
+org.mvnpm.at.lit-labs
+ssr-dom-shim
+1.1.2-pre.1
+  
   
 org.optaplanner
 optaplanner-quarkus
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 9f13528f0f..c79ff3a477 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6585,6 +6585,11 @@
 mybatis
 3.5.15
   
+  
+org.mvnpm.at.lit-labs
+ssr-dom-shim
+1.1.2-pre.1
+  
   
 org.optaplanner
 optaplanner-quarkus



(camel-quarkus) 09/18: rebased + synced + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 802d630d71d3fdae258132886ca6fd270cc98e12
Author: JiriOndrusek 
AuthorDate: Thu Jan 11 09:08:27 2024 +0100

rebased + synced + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++--
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index cc6420aded..cd104c29a9 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6236,7 +6236,7 @@
   
 io.projectreactor.netty
 reactor-netty
-1.1.14
+1.1.15
   
   
 io.quarkiverse.freemarker
@@ -6387,7 +6387,7 @@
   
 joda-time
 joda-time
-2.12.5
+2.12.6
   
   
 net.i2p.crypto
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index e73d890cf7..818590386b 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6211,7 +6211,7 @@
   
 io.projectreactor.netty
 reactor-netty
-1.1.14
+1.1.15
   
   
 io.quarkiverse.freemarker
@@ -6347,7 +6347,7 @@
   
 joda-time
 joda-time
-2.12.5
+2.12.6
   
   
 net.i2p.crypto
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index c51810081f..7012082f19 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6226,7 +6226,7 @@
   
 io.projectreactor.netty
 reactor-netty
-1.1.14
+1.1.15
   
   
 io.quarkiverse.freemarker
@@ -6362,7 +6362,7 @@
   
 joda-time
 joda-time
-2.12.5
+2.12.6
   
   
 net.i2p.crypto



(camel-quarkus) 16/18: Generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 996101101290810cf895ca353bf351a014730bc4
Author: JiriOndrusek 
AuthorDate: Wed Jan 24 09:20:40 2024 +0100

Generated files
---
 pom.xml|  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 32 +++---
 .../src/main/generated/flattened-reduced-pom.xml   | 30 ++--
 .../generated/flattened-reduced-verbose-pom.xml| 30 ++--
 4 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0f53950c8..6197000161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
 0.2.13
 ${json-path-version}
 ${jedis-client-version}
-2.4.10
+2.5.0
 3.6.1
 ${kudu-version}
 1.9.22
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 7cfe403bcf..e9eaeff1fe 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -5918,7 +5918,7 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.10.2
+6.10.3
 
   
 com.google.code.findbugs
@@ -5937,12 +5937,12 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu2.1
-6.10.2
+6.10.3
 
   
 junit
@@ -5957,22 +5957,22 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu3
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-hl7org-dstu2
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r4
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r5
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
@@ -6122,7 +6122,7 @@
   
 com.jayway.jsonpath
 json-path
-2.8.0
+2.9.0
   
   
 com.lihaoyi
@@ -6392,7 +6392,7 @@
   
 net.minidev
 json-smart
-2.4.10
+2.5.0
   
   
 org.antlr
@@ -6688,7 +6688,7 @@
   
 org.springframework
 spring-aop
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6703,7 +6703,7 @@
   
 org.springframework
 spring-expression
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6714,7 +6714,7 @@
   
 org.springframework
 spring-jdbc
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6729,7 +6729,7 @@
   
 org.springframework
 spring-jms
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6744,7 +6744,7 @@
   
 org.springframework
 spring-messaging
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6759,7 +6759,7 @@
   
 org.springframework
 spring-orm
-6.1.2
+6.1.3
 
   
 org.springframework
@@ -6774,7 +6774,7 @@
   
 org.springframework
 spring-tx
-6.1.2
+6.1.3
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 47890cf3fe..6de71d37a7 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -5918,7 +5918,7 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.10.2
+6.10.3
 
   
 com.google.code.findbugs
@@ -5937,12 +5937,12 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu2.1
-6.10.2
+6.10.3
 
   
 junit
@@ -5957,22 +5957,22 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu3
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-hl7org-dstu2
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r4
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r5
-6.10.2
+6.10.3
   
   
 ca.uhn.hapi.fhir
@@ -6122,7 +6122,7 @@
   
 com.jayway.jsonpath
 json-path
-2.8.0
+2.9.0
   
   
 com.lihaoyi
@@ -6362,7 +6362,7 @@
 

(camel-quarkus) 17/18: Synced + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 63e62d99fcafeba59f1eeabde268f8e47ab76801
Author: JiriOndrusek 
AuthorDate: Thu Jan 25 09:55:06 2024 +0100

Synced + generated files
---
 docs/modules/ROOT/examples/languages/variable.yml   | 13 +
 docs/modules/ROOT/pages/reference/extensions/core.adoc  |  1 +
 pom.xml |  8 
 poms/bom/src/main/generated/flattened-full-pom.xml  |  6 +++---
 poms/bom/src/main/generated/flattened-reduced-pom.xml   |  6 +++---
 .../src/main/generated/flattened-reduced-verbose-pom.xml|  6 +++---
 6 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/docs/modules/ROOT/examples/languages/variable.yml 
b/docs/modules/ROOT/examples/languages/variable.yml
new file mode 100644
index 00..7aca700616
--- /dev/null
+++ b/docs/modules/ROOT/examples/languages/variable.yml
@@ -0,0 +1,13 @@
+# Do not edit directly!
+# This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
+cqArtifactId: camel-quarkus-core
+cqArtifactIdBase: core
+cqNativeSupported: true
+cqStatus: Stable
+cqDeprecated: false
+cqJvmSince: 0.0.1
+cqNativeSince: 0.0.1
+cqCamelPartName: variable
+cqCamelPartTitle: Variable
+cqCamelPartDescription: Gets a variable
+cqExtensionPageTitle: Core
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 08a263e7f8..014d098b7d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -30,6 +30,7 @@ Camel core functionality and basic Camel languages: Constant, 
ExchangeProperty,
 * xref:{cq-camel-components}:languages:ref-language.adoc[Ref language]
 * xref:{cq-camel-components}:languages:simple-language.adoc[Simple language]
 * xref:{cq-camel-components}:languages:tokenize-language.adoc[Tokenize 
language]
+* xref:{cq-camel-components}:languages:variable-language.adoc[Variable 
language]
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/pom.xml b/pom.xml
index 6197000161..dbc77b5e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,11 +96,11 @@
 2.3.32
 0.6.2
 1.313
-1.20.0
+1.21.0
 
${google-oauth-client-version}
-0.210.0
-
1.125.13
-
1.125.13
+0.211.0
+
1.126.0
+1.126.0
 23.0.1
 jdk21
 4.0.17
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index e9eaeff1fe..c5fab1af0e 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6054,12 +6054,12 @@
   
 com.google.auth
 google-auth-library-credentials
-1.20.0
+1.21.0
   
   
 com.google.auth
 google-auth-library-oauth2-http
-1.20.0
+1.21.0
 
   
 com.google.code.findbugs
@@ -6070,7 +6070,7 @@
   
 com.google.cloud
 google-cloud-pubsub
-1.125.13
+1.126.0
 
   
 com.google.android
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 6de71d37a7..062da8ed7f 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6054,12 +6054,12 @@
   
 com.google.auth
 google-auth-library-credentials
-1.20.0
+1.21.0
   
   
 com.google.auth
 google-auth-library-oauth2-http
-1.20.0
+1.21.0
 
   
 com.google.code.findbugs
@@ -6070,7 +6070,7 @@
   
 com.google.cloud
 google-cloud-pubsub
-1.125.13
+1.126.0
 
   
 com.google.android
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 8757e22b99..492b90f104 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6054,12 +6054,12 @@
   
 com.google.auth
 google-auth-library-credentials
-1.20.0
+1.21.0
   
   
 com.google.auth
 google-auth-library-oauth2-http
-1.20.0
+1.21.0
 
   
 com.google.code.findbugs
@@ -6070,7 +6070,7 @@
   
 com.google.cloud
 google-cloud-pubsub
-1.125.13
+1.126.0
 
   
 com.google.android



(camel-quarkus) 04/18: fixed micrometer tests

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 27261e78a3b74139ddeffb1de9e7149d5bac1001
Author: JiriOndrusek 
AuthorDate: Wed Jan 3 15:50:34 2024 +0100

fixed micrometer tests
---
 .../apache/camel/quarkus/component/micrometer/it/MicrometerTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
index ac9b1f66e4..af1b4f42a9 100644
--- 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
+++ 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
@@ -184,11 +184,13 @@ class MicrometerTest extends AbstractMicrometerTest {
 Map result = jsonPath.getMap(
 "gauges.findAll { it.id.name =~ /routes/ && it.id.tags.find { 
it.customTag } }.collectEntries { [it.id.name, it.value] }");
 
-assertEquals(result.size(), 2);
+assertEquals(result.size(), 3);
 assertTrue(result.containsKey("camel.routes.running"));
 assertEquals(8.0f, result.get("camel.routes.running"));
 assertTrue(result.containsKey("camel.routes.added"));
 assertEquals(8.0f, result.get("camel.routes.added"));
+assertTrue(result.containsKey("camel.routes.reloaded"));
+assertEquals(0.0f, result.get("camel.routes.reloaded"));
 }
 
 @ParameterizedTest



(camel-quarkus) 11/18: rebased + synced + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit cf7f45b464537b63f84a3317bb874a55cedcc8f9
Author: JiriOndrusek 
AuthorDate: Mon Jan 15 09:40:49 2024 +0100

rebased + synced + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml| 2 +-
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 2 +-
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 60dde03d71..0c411e7e71 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6799,7 +6799,7 @@
   
 org.springframework.data
 spring-data-redis
-3.2.1
+3.2.2
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 8fde3bfbd9..4a673726d1 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6689,7 +6689,7 @@
   
 org.springframework.data
 spring-data-redis
-3.2.1
+3.2.2
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index b13a85dd1a..498d01b062 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6704,7 +6704,7 @@
   
 org.springframework.data
 spring-data-redis
-3.2.1
+3.2.2
 
   
 org.springframework



(camel-quarkus) 12/18: Rebased + synced + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit c8d78a020c94eebde9ddd5100527075e92fb824a
Author: JiriOndrusek 
AuthorDate: Tue Jan 16 09:21:35 2024 +0100

Rebased + synced + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml | 14 +++---
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 12 ++--
 .../src/main/generated/flattened-reduced-verbose-pom.xml   | 12 ++--
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 0c411e7e71..01cb199fa4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6698,7 +6698,7 @@
   
 org.springframework
 spring-aop
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6713,7 +6713,7 @@
   
 org.springframework
 spring-expression
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6724,7 +6724,7 @@
   
 org.springframework
 spring-jdbc
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6739,7 +6739,7 @@
   
 org.springframework
 spring-jms
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6754,7 +6754,7 @@
   
 org.springframework
 spring-messaging
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6769,7 +6769,7 @@
   
 org.springframework
 spring-orm
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6784,7 +6784,7 @@
   
 org.springframework
 spring-tx
-6.1.3
+6.1.2
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 4a673726d1..d68ce33892 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6603,7 +6603,7 @@
   
 org.springframework
 spring-aop
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6618,7 +6618,7 @@
   
 org.springframework
 spring-expression
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6629,7 +6629,7 @@
   
 org.springframework
 spring-jdbc
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6644,7 +6644,7 @@
   
 org.springframework
 spring-jms
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6659,7 +6659,7 @@
   
 org.springframework
 spring-messaging
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6674,7 +6674,7 @@
   
 org.springframework
 spring-tx
-6.1.3
+6.1.2
 
   
 org.springframework
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 498d01b062..012fe1d7da 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6618,7 +6618,7 @@
   
 org.springframework
 spring-aop
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6633,7 +6633,7 @@
   
 org.springframework
 spring-expression
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6644,7 +6644,7 @@
   
 org.springframework
 spring-jdbc
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6659,7 +6659,7 @@
   
 org.springframework
 spring-jms
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6674,7 +6674,7 @@
   
 org.springframework
 spring-messaging
-6.1.3
+6.1.2
 
   
 org.springframework
@@ -6689,7 +6689,7 @@
   
 org.springframework
 spring-tx
-6.1.3
+6.1.2
 
   
 org.springframework



(camel-quarkus) 07/18: Rebased + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 95f98d5b1cbd7b8960dd70deb5b2681641ab3511
Author: JiriOndrusek 
AuthorDate: Mon Jan 8 10:18:30 2024 +0100

Rebased + generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml| 2 +-
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 2 +-
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 1cedc039a9..cc6420aded 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6638,7 +6638,7 @@
   
 org.kiwiproject
 consul-client
-1.2.0
+1.3.0
 
   
 com.google.code.findbugs
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index b1ff3f6a8a..e73d890cf7 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6543,7 +6543,7 @@
   
 org.kiwiproject
 consul-client
-1.2.0
+1.3.0
 
   
 com.google.code.findbugs
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index c79ff3a477..c51810081f 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6558,7 +6558,7 @@
   
 org.kiwiproject
 consul-client
-1.2.0
+1.3.0
 
   
 com.google.code.findbugs



(camel-quarkus) 08/18: Generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ddc23f88be5317f537c7104cf9e8f7e2b0819c2d
Author: JiriOndrusek 
AuthorDate: Tue Jan 9 15:32:32 2024 +0100

Generated files
---
 docs/modules/ROOT/examples/components/robotframework.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/examples/components/robotframework.yml 
b/docs/modules/ROOT/examples/components/robotframework.yml
index 0badeac2c2..dc5c301432 100644
--- a/docs/modules/ROOT/examples/components/robotframework.yml
+++ b/docs/modules/ROOT/examples/components/robotframework.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.1.0
 cqNativeSince: n/a
 cqCamelPartName: robotframework
 cqCamelPartTitle: Robot Framework
-cqCamelPartDescription: Pass camel exchanges to acceptence test written in 
Robot DSL.
+cqCamelPartDescription: Pass camel exchanges to acceptance test written in 
Robot DSL.
 cqExtensionPageTitle: Robot Framework



(camel-quarkus) 05/18: Disabled consul because of #5635

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e3aadfcac7b33d1a3b4767e096dd60827ab41c12
Author: JiriOndrusek 
AuthorDate: Thu Jan 4 14:01:11 2024 +0100

Disabled consul because of #5635
---
 .../deployment/ConsulClientSupportProcessor.java   |  6 ++---
 extensions-support/consul-client/runtime/pom.xml   |  2 +-
 integration-tests/consul/pom.xml   |  2 ++
 .../component/consul/it/ConsulResource.java|  2 +-
 .../quarkus/component/consul/it/ConsulTest.java|  2 ++
 .../component/consul/it/ConsulTestResource.java|  2 +-
 poms/bom/pom.xml   | 30 +++---
 poms/bom/src/main/generated/flattened-full-pom.xml | 30 +++---
 .../src/main/generated/flattened-reduced-pom.xml   | 30 +++---
 .../generated/flattened-reduced-verbose-pom.xml| 30 +++---
 10 files changed, 70 insertions(+), 66 deletions(-)

diff --git 
a/extensions-support/consul-client/deployment/src/main/java/org/apache/camel/quarkus/support/consul/client/deployment/ConsulClientSupportProcessor.java
 
b/extensions-support/consul-client/deployment/src/main/java/org/apache/camel/quarkus/support/consul/client/deployment/ConsulClientSupportProcessor.java
index 4952f3fb2b..2548279528 100644
--- 
a/extensions-support/consul-client/deployment/src/main/java/org/apache/camel/quarkus/support/consul/client/deployment/ConsulClientSupportProcessor.java
+++ 
b/extensions-support/consul-client/deployment/src/main/java/org/apache/camel/quarkus/support/consul/client/deployment/ConsulClientSupportProcessor.java
@@ -41,11 +41,11 @@ class ConsulClientSupportProcessor {
 private static final DotName DOT_NAME_IMMUTABLE_MAP = DotName.createSimple(
 "com.google.common.collect.ImmutableMap");
 
-private static final Pattern CLIENT_API_PATTERN = 
Pattern.compile("com\\.orbitz\\.consul\\..*Client\\$Api");
+private static final Pattern CLIENT_API_PATTERN = 
Pattern.compile("org\\.kiwiproject\\.consul\\..*Client\\$Api");
 
 @BuildStep
 AdditionalApplicationArchiveMarkerBuildItem applicationArchiveMarkers() {
-return new 
AdditionalApplicationArchiveMarkerBuildItem("com/orbitz/consul");
+return new 
AdditionalApplicationArchiveMarkerBuildItem("org/kiwiproject/consul");
 }
 
 @BuildStep
@@ -63,7 +63,7 @@ class ConsulClientSupportProcessor {
 .map(AnnotationInstance::target)
 .filter(item -> item.kind() == AnnotationTarget.Kind.CLASS)
 .map(AnnotationTarget::asClass)
-.filter(item -> 
item.name().prefix().toString().startsWith("com.orbitz.consul.model"))
+.filter(item -> 
item.name().prefix().toString().startsWith("org.kiwiproject.consul.model"))
 .flatMap(item -> 
index.getIndex().getAllKnownSubclasses(item.name()).stream())
 .map(item -> 
ReflectiveClassBuildItem.builder(item.name().toString()).methods().build())
 .forEach(reflectiveClasses::produce);
diff --git a/extensions-support/consul-client/runtime/pom.xml 
b/extensions-support/consul-client/runtime/pom.xml
index 64e7eb2c57..ed2e7a43df 100644
--- a/extensions-support/consul-client/runtime/pom.xml
+++ b/extensions-support/consul-client/runtime/pom.xml
@@ -34,7 +34,7 @@
 quarkus-core
 
 
-com.orbitz.consul
+org.kiwiproject
 consul-client
 
 
diff --git a/integration-tests/consul/pom.xml b/integration-tests/consul/pom.xml
index 1850fb7d38..3cf9368a6a 100644
--- a/integration-tests/consul/pom.xml
+++ b/integration-tests/consul/pom.xml
@@ -75,6 +75,7 @@
 
 
 
+
 
 virtualDependencies
 
diff --git 
a/integration-tests/consul/src/main/java/org/apache/camel/quarkus/component/consul/it/ConsulResource.java
 
b/integration-tests/consul/src/main/java/org/apache/camel/quarkus/component/consul/it/ConsulResource.java
index 180cfd52dc..5d0bf5daff 100644
--- 
a/integration-tests/consul/src/main/java/org/apache/camel/quarkus/component/consul/it/ConsulResource.java
+++ 
b/integration-tests/consul/src/main/java/org/apache/camel/quarkus/component/consul/it/ConsulResource.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.quarkus.component.consul.it;
 
-import com.orbitz.consul.model.kv.ImmutableValue;
 import jakarta.enterprise.context.ApplicationScoped;
 import jakarta.inject.Inject;
 import jakarta.ws.rs.Consumes;
@@ -29,6 +28,7 @@ import jakarta.ws.rs.core.MediaType;
 import org.apache.camel.FluentProducerTemplate;
 import org.apache.camel.component.consul.ConsulConstants;
 import org.apache.camel.component.consul.endpoint.ConsulKeyValueActions;
+import org.kiwiproject.consul.model.kv.ImmutableValue;
 
 @Path("/test/kv")
 @ApplicationScoped
diff --git 

(camel-quarkus) 14/18: Variables - global vs local setVariable test (#5654)

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit c6319b1732b30fca6a7014b270400134c108cfcd
Author: JiriOndrusek 
AuthorDate: Mon Jan 22 10:24:02 2024 +0100

Variables - global vs local setVariable test (#5654)
---
 integration-test-groups/foundation/pom.xml |   1 +
 .../foundation/variables/pom.xml   | 149 +
 .../quarkus/variables/it/VariablesProducers.java   |  71 
 .../quarkus/variables/it/VariablesResource.java| 186 +
 .../quarkus/variables/it/VariablesRoutes.java  |  71 
 .../it/CustomRepositoryVariablesTest.java  |  59 +++
 .../camel/quarkus/variables/it/VariablesIT.java|  24 +++
 .../camel/quarkus/variables/it/VariablesTest.java  |  97 +++
 8 files changed, 658 insertions(+)

diff --git a/integration-test-groups/foundation/pom.xml 
b/integration-test-groups/foundation/pom.xml
index efd89872c1..f0849165a9 100644
--- a/integration-test-groups/foundation/pom.xml
+++ b/integration-test-groups/foundation/pom.xml
@@ -57,6 +57,7 @@
 timer
 transformer
 type-converter
+variables
 
 
 
diff --git a/integration-test-groups/foundation/variables/pom.xml 
b/integration-test-groups/foundation/variables/pom.xml
new file mode 100644
index 00..f466f4944c
--- /dev/null
+++ b/integration-test-groups/foundation/variables/pom.xml
@@ -0,0 +1,149 @@
+
+
+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/xsd/maven-4.0.0.xsd;>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-build-parent-it
+3.7.0-SNAPSHOT
+../../../poms/build-parent-it/pom.xml
+
+
+camel-quarkus-integration-test-variables
+Camel Quarkus :: Integration Tests :: Variables
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-bean
+
+
+org.apache.camel.quarkus
+camel-quarkus-mock
+
+
+org.apache.camel.quarkus
+camel-quarkus-direct
+
+
+io.quarkus
+quarkus-resteasy
+
+
+
+
+
+io.quarkus
+quarkus-junit5
+test
+
+
+io.rest-assured
+rest-assured
+test
+
+
+org.apache.camel.quarkus
+camel-quarkus-integration-wiremock-support
+test
+
+
+
+
+
+native
+
+
+native
+
+
+
+native
+
+
+
+
+org.apache.maven.plugins
+maven-failsafe-plugin
+
+
+
+integration-test
+verify
+
+
+
+
+
+
+
+
+virtualDependencies
+
+
+!noVirtualDependencies
+
+
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-bean-deployment
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-direct-deployment
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-mock-deployment
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
+
+
+
+
+
diff --git 
a/integration-test-groups/foundation/variables/src/main/java/org/apache/camel/quarkus/variables/it/VariablesProducers.java
 

(camel-quarkus) 03/18: Added initialization of VariableRepositoryFactory (CAMEL-19749)

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ab1c2654ef25bd334bf1ecf06f60d881656941e3
Author: JiriOndrusek 
AuthorDate: Wed Jan 3 10:01:38 2024 +0100

Added initialization of VariableRepositoryFactory (CAMEL-19749)
---
 .../java/org/apache/camel/quarkus/core/CamelContextRecorder.java| 4 
 .../main/java/org/apache/camel/quarkus/core/FastCamelContext.java   | 6 ++
 2 files changed, 10 insertions(+)

diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java
index 1341696ffe..269c372412 100644
--- 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java
@@ -33,6 +33,7 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.builder.endpoint.EndpointRouteBuilder;
 import org.apache.camel.builder.endpoint.LambdaEndpointRouteBuilder;
 import org.apache.camel.catalog.RuntimeCamelCatalog;
+import org.apache.camel.impl.engine.DefaultVariableRepositoryFactory;
 import org.apache.camel.spi.CamelContextCustomizer;
 import org.apache.camel.spi.ComponentNameResolver;
 import org.apache.camel.spi.FactoryFinderResolver;
@@ -42,6 +43,7 @@ import org.apache.camel.spi.ModelToYAMLDumper;
 import org.apache.camel.spi.PackageScanClassResolver;
 import org.apache.camel.spi.Registry;
 import org.apache.camel.spi.TypeConverterRegistry;
+import org.apache.camel.spi.VariableRepositoryFactory;
 
 @Recorder
 public class CamelContextRecorder {
@@ -69,6 +71,8 @@ public class CamelContextRecorder {
 context.setApplicationContextClassLoader(tccl);
 extendedCamelContext.addContextPlugin(FactoryFinderResolver.class, 
factoryFinderResolver.getValue());
 extendedCamelContext.addContextPlugin(RuntimeCamelCatalog.class, new 
CamelRuntimeCatalog(config.runtimeCatalog));
+//variable repository factory depends on factoryFinder and 
classLoader, therefore has to be initialized afterwards
+extendedCamelContext.addContextPlugin(VariableRepositoryFactory.class, 
new DefaultVariableRepositoryFactory(context));
 extendedCamelContext.setRegistry(registry.getValue());
 
 TypeConverterRegistry typeConverterRegistryValue = 
typeConverterRegistry.getValue();
diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
index 465f7c9110..57969c0422 100644
--- 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
@@ -47,6 +47,7 @@ import org.apache.camel.spi.PropertiesComponent;
 import org.apache.camel.spi.Registry;
 import org.apache.camel.spi.ShutdownStrategy;
 import org.apache.camel.spi.TypeConverterRegistry;
+import org.apache.camel.spi.VariableRepositoryFactory;
 import org.apache.camel.util.IOHelper;
 
 public class FastCamelContext extends DefaultCamelContext implements 
CatalogCamelContext, ModelCamelContext {
@@ -171,6 +172,11 @@ public class FastCamelContext extends DefaultCamelContext 
implements CatalogCame
 return new CamelQuarkusPackageScanResourceResolver();
 }
 
+protected VariableRepositoryFactory createVariableRepositoryFactory() {
+// VariableRepositoryFactory is initialized at build time
+return null;
+}
+
 @Override
 public void doInit() throws Exception {
 super.doInit();



(camel-quarkus) 02/18: Rebase to main + generated files

2024-01-26 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 1fc1a0d3fa6e9e224238cbda36d6a7d1bfceff4f
Author: JiriOndrusek 
AuthorDate: Wed Jan 3 09:15:30 2024 +0100

Rebase to main + generated files
---
 .../ROOT/pages/reference/extensions/hdfs.adoc  | 34 ---
 poms/bom/src/main/generated/flattened-full-pom.xml | 45 ---
 .../src/main/generated/flattened-reduced-pom.xml   | 50 --
 .../generated/flattened-reduced-verbose-pom.xml| 50 --
 4 files changed, 179 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc 
b/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc
deleted file mode 100644
index 8e2dfc8fa2..00
--- a/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc
+++ /dev/null
@@ -1,34 +0,0 @@
-// Do not edit directly!
-// This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
-[id="extensions-hdfs"]
-= HDFS
-:linkattrs:
-:cq-artifact-id: camel-quarkus-hdfs
-:cq-native-supported: false
-:cq-status: Preview
-:cq-status-deprecation: Preview Deprecated
-:cq-description: Read and write from/to an HDFS filesystem using Hadoop 3.x.
-:cq-deprecated: true
-:cq-jvm-since: 1.1.0
-:cq-native-since: n/a
-
-ifeval::[{doc-show-badges} == true]
-[.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.1.0## 
[.badge-key]##Native##[.badge-unsupported]##unsupported## 
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
-endif::[]
-
-Read and write from/to an HDFS filesystem using Hadoop 3.x.
-
-[id="extensions-hdfs-maven-coordinates"]
-== Maven coordinates
-
-[source,xml]
-
-
-org.apache.camel.quarkus
-camel-quarkus-hdfs
-
-
-ifeval::[{doc-show-user-guide-link} == true]
-Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
-endif::[]
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index ce79498a82..ffb7e9457b 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -1254,41 +1254,6 @@
 camel-hazelcast
 4.4.0-SNAPSHOT
   
-  
-org.apache.camel
-camel-hdfs
-4.4.0-SNAPSHOT
-
-  
-com.github.stephenc.jcip
-jcip-annotations
-  
-  
-commons-logging
-commons-logging
-  
-  
-io.netty
-netty-all
-  
-  
-javax.servlet
-javax.servlet-api
-  
-  
-javax.xml.bind
-jaxb-api
-  
-  
-org.checkerframework
-checker-qual
-  
-  
-org.eclipse.jetty
-*
-  
-
-  
   
 org.apache.camel
 camel-headersmap
@@ -3875,16 +3840,6 @@
 camel-quarkus-hazelcast-deployment
 3.7.0-SNAPSHOT
   
-  
-org.apache.camel.quarkus
-camel-quarkus-hdfs
-3.7.0-SNAPSHOT
-  
-  
-org.apache.camel.quarkus
-camel-quarkus-hdfs-deployment
-3.7.0-SNAPSHOT
-  
   
 org.apache.camel.quarkus
 camel-quarkus-headersmap
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 236b207f50..bd4fc36273 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -1254,41 +1254,6 @@
 camel-hazelcast
 4.4.0-SNAPSHOT
   
-  
-org.apache.camel
-camel-hdfs
-4.4.0-SNAPSHOT
-
-  
-com.github.stephenc.jcip
-jcip-annotations
-  
-  
-commons-logging
-commons-logging
-  
-  
-io.netty
-netty-all
-  
-  
-javax.servlet
-javax.servlet-api
-  
-  
-javax.xml.bind
-jaxb-api
-  
-  
-org.checkerframework
-checker-qual
-  
-  
-org.eclipse.jetty
-*
-  
-
-  
   
 org.apache.camel
 camel-headersmap
@@ -3865,16 +3830,6 @@
 camel-quarkus-hazelcast-deployment
 3.7.0-SNAPSHOT
   
-  
-org.apache.camel.quarkus
-camel-quarkus-hdfs
-3.7.0-SNAPSHOT
-  
-  
-org.apache.camel.quarkus
-camel-quarkus-hdfs-deployment
-3.7.0-SNAPSHOT
-  
   
 org.apache.camel.quarkus
 camel-quarkus-headersmap
@@ -6231,11 +6186,6 @@
 commons-cli
 1.4
   
- 

(camel-k) branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.71.2 deleted (was 32d471257)

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

pcongiusti pushed a change to branch 
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.71.2
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was 32d471257 chore(deps): bump 
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring

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 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.71.2 [camel-k]

2024-01-26 Thread via GitHub


dependabot[bot] commented on PR #5113:
URL: https://github.com/apache/camel-k/pull/5113#issuecomment-1911654674

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.71.2 [camel-k]

2024-01-26 Thread via GitHub


squakez closed pull request #5113: chore(deps): bump 
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 
0.67.1 to 0.71.2
URL: https://github.com/apache/camel-k/pull/5113


-- 
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] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.1 to 0.71.2 [camel-k]

2024-01-26 Thread via GitHub


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

   Depends on #4847 


-- 
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] Externally built Integrations are deployed without a command in Camel-K 2.2.0 [camel-k]

2024-01-26 Thread via GitHub


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

   I think it's a side effect of https://github.com/apache/camel-k/pull/4831 In 
order this to work, we check if the image was generated by a `camel-k-kit-*` 
regex [1]. In your case, as you're renaming the kit, the operator thinks it's 
an external executable kit, for which it does not require the startup command. 
I am not sure that renaming a kit is a wise thing to do, in general. From a 
design perspective it is thought to be working as an inner part of the 
operator. I'd suggest to maintain the convention, or, at least use a name which 
would match [1]. 
   
   [1] 
https://github.com/apache/camel-k/blob/1db0f579416bec989ca6622720f931d2958e64e1/pkg/trait/container.go#L352-L355


-- 
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] Next is 3.8.0-SNAPSHOT [camel-quarkus]

2024-01-26 Thread via GitHub


jamesnetherton opened a new pull request, #5681:
URL: https://github.com/apache/camel-quarkus/pull/5681

   (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



<    1   2