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

2024-04-02 Thread via GitHub


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


-- 
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-19535 - camel-master: replace Thread.sleep in tests. (#13676)

2024-04-02 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 9f118bfcb19 CAMEL-19535 - camel-master: replace Thread.sleep in tests. 
(#13676)
9f118bfcb19 is described below

commit 9f118bfcb1954528c943b147cc3cc9e3fff6cd8b
Author: Vaishnavi R <66722776+vaishnavi...@users.noreply.github.com>
AuthorDate: Wed Apr 3 10:07:51 2024 +0530

CAMEL-19535 - camel-master: replace Thread.sleep in tests. (#13676)

Co-authored-by: Vaishnavi R 
---
 components/camel-master/pom.xml | 6 ++
 .../java/org/apache/camel/component/master/MasterComponentTest.java | 6 --
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/components/camel-master/pom.xml b/components/camel-master/pom.xml
index ce6dc0ee244..0562969a959 100644
--- a/components/camel-master/pom.xml
+++ b/components/camel-master/pom.xml
@@ -52,6 +52,12 @@
 camel-test-junit5
 test
 
+
+org.awaitility
+awaitility
+${awaitility-version}
+test
+
 
 
 
diff --git 
a/components/camel-master/src/test/java/org/apache/camel/component/master/MasterComponentTest.java
 
b/components/camel-master/src/test/java/org/apache/camel/component/master/MasterComponentTest.java
index 4bb0db10b61..5fa7240cf08 100644
--- 
a/components/camel-master/src/test/java/org/apache/camel/component/master/MasterComponentTest.java
+++ 
b/components/camel-master/src/test/java/org/apache/camel/component/master/MasterComponentTest.java
@@ -28,6 +28,8 @@ import java.util.stream.IntStream;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.file.cluster.FileLockClusterService;
 import org.apache.camel.impl.DefaultCamelContext;
+import org.awaitility.Awaitility;
+import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -87,8 +89,8 @@ public class MasterComponentTest {
 
 // Start the context after some random time so the startup order
 // changes for each test.
-Thread.sleep(ThreadLocalRandom.current().nextInt(500));
-context.start();
+
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS)
+.untilAsserted(() -> 
Assertions.assertDoesNotThrow(context::start));
 
 contextLatch.await();
 



Re: [PR] CAMEL-19535 - camel-master: replace Thread.sleep in tests. [camel]

2024-04-02 Thread via GitHub


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


-- 
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-kamelets) branch main updated: Updated CHANGELOG.md

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 6e36de71 Updated CHANGELOG.md
6e36de71 is described below

commit 6e36de71a44da26dc03ed4e86cd85e72d8fe57ff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 3 03:09:24 2024 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 54 --
 1 file changed, 52 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f80de9bc..78fc8308 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,71 @@
 # Changelog
 
-## [Unreleased](https://github.com/apache/camel-kamelets/tree/HEAD)
+## [v4.5.0](https://github.com/apache/camel-kamelets/tree/v4.5.0) (2024-04-02)
 
-[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v4.4.1...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v4.4.1...v4.5.0)
 
 **Closed issues:**
 
 - Update Camel to 4.4.1 
[\#1948](https://github.com/apache/camel-kamelets/issues/1948)
 - Release 4.4.1 [\#1947](https://github.com/apache/camel-kamelets/issues/1947)
 - Slack Source: Expose Kamelet data type information 
[\#1945](https://github.com/apache/camel-kamelets/issues/1945)
+- Wrong documentation in Kamelet Catalog for sinks 
[\#1937](https://github.com/apache/camel-kamelets/issues/1937)
 - Azure Storage Datalake Source: Expose Kamelet data type information 
[\#1927](https://github.com/apache/camel-kamelets/issues/1927)
+- Support Camel AWS Bedrock as Sink 
[\#1926](https://github.com/apache/camel-kamelets/issues/1926)
 - Azure Eventhubs Source: Expose Kamelet data type information 
[\#1925](https://github.com/apache/camel-kamelets/issues/1925)
 - Azure CosmosDB Source: Expose Kamelet data type information 
[\#1924](https://github.com/apache/camel-kamelets/issues/1924)
 - Azure Storage Files Source: Expose Kamelet data type information 
[\#1914](https://github.com/apache/camel-kamelets/issues/1914)
 - AWS DDB Stream Source: Expose Kamelet data type information 
[\#1909](https://github.com/apache/camel-kamelets/issues/1909)
 - AWS Cloudtrail Source: Expose Kamelet data type information 
[\#1887](https://github.com/apache/camel-kamelets/issues/1887)
 
+**Merged pull requests:**
+
+- Wrong documentation in Kamelet Catalog for sinks 
[\#1979](https://github.com/apache/camel-kamelets/pull/1979) 
([oscerd](https://github.com/oscerd))
+- Azure sdk bom alignment 
[\#1978](https://github.com/apache/camel-kamelets/pull/1978) 
([oscerd](https://github.com/oscerd))
+- AWS Bedrock Sink Text - Add all the available models for 4.5.0 
[\#1977](https://github.com/apache/camel-kamelets/pull/1977) 
([oscerd](https://github.com/oscerd))
+- Generated sources regen for SBOM 
[\#1976](https://github.com/apache/camel-kamelets/pull/1976) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Bump commons-io:commons-io from 2.15.1 to 2.16.0 
[\#1975](https://github.com/apache/camel-kamelets/pull/1975) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.camel:camel-dependencies from 4.5.0-SNAPSHOT to 4.5.0 
[\#1974](https://github.com/apache/camel-kamelets/pull/1974) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump camel.version from 4.5.0-SNAPSHOT to 4.5.0 
[\#1973](https://github.com/apache/camel-kamelets/pull/1973) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Azure Storage Datalake Source: Expose Kamelet data type information 
[\#1972](https://github.com/apache/camel-kamelets/pull/1972) 
([oscerd](https://github.com/oscerd))
+- AWS DDB Stream Source: Expose Kamelet data type information 
[\#1971](https://github.com/apache/camel-kamelets/pull/1971) 
([oscerd](https://github.com/oscerd))
+- Azure Eventhubs Source: Expose Kamelet data type information 
[\#1970](https://github.com/apache/camel-kamelets/pull/1970) 
([oscerd](https://github.com/oscerd))
+- Azure CosmosDB Source: Expose Kamelet data type information 
[\#1969](https://github.com/apache/camel-kamelets/pull/1969) 
([oscerd](https://github.com/oscerd))
+- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 
[\#1968](https://github.com/apache/camel-kamelets/pull/1968) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Azure Storage Files Source: Expose Kamelet data type information 
[\#1965](https://github.com/apache/camel-kamelets/pull/1965) 
([oscerd](https://github.com/oscerd))
+- Slack Source: Expose Kamelet data type information 
[\#1964](https://github.com/apache/camel-kamelets/pull/1964) 
([oscerd](https://github.com/oscerd))
+- Fixes Azure Storage Queue types 
[\#1963](https://github.com/apache/camel-kamelets/pull/1963) 
([oscerd](https://github.com/oscerd))
+- AWS Cloudtrail Source: Expose Kamelet data type information 

[I] Annotations for dapr.io Sidecar Not Applied in Camel K Integration Deployment [camel-k]

2024-04-02 Thread via GitHub


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

   ### What happened?
   
   When deploying a Camel K integration with specified annotations for enabling 
and configuring the dapr.io sidecar, the annotations do not appear to be 
applied to the resulting pod. This issue prevents the Dapr sidecar from being 
correctly configured and attached to the Camel K integration pod.
   
   **Environment**
   Camel K Version: Camel K Client 2.2.0
   Kubernetes Version: Kubernetes 1.29.1-do.0
   Dapr Version: Runtime version: 1.13.1
   Installation Method:  kamel CLI
   Cluster Type: DigitalOcean Managed Kubernetes
   
   ### Steps to reproduce
   
   ## 1. Created a ConfigMap with the following content to specify dapr.io 
annotations:
   
   ```yaml
   apiVersion: v1
   kind: ConfigMap
   metadata:
 name: camelk-integration-config
   data:
 integration.properties: |
   camel.k.pod.annotation.dapr.io/enabled=true
   camel.k.pod.annotation.dapr.io/app-id=helloapp
   camel.k.pod.annotation.dapr.io/config=tracing
   ```
   ## 2.Applied the ConfigMap to the Kubernetes cluster.
   ## 3. Deployed the Camel K integration using the following command:
   ```bash
   kamel run hello.js --config configmap:camelk-integration-config
   ```
   ## 4. Checked the deployed pod annotations using:
   
   ```bash
   kubectl describe pod 
   ```
   
   
   
   ### Relevant log output
   
   ```shell
   
{"level":"info","ts":"2024-03-31T18:55:20Z","logger":"camel-k.cmd","msg":"v1apha1.KameletBinding
 is deprecated, please, use v1.Pipe instead"}
   ```
   
   
   ### Camel K version
   
   2.2.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.apache.org

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



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

2024-04-02 Thread via GitHub


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 8532206672-1441-80b371ab-3daa-4b52-aba9-54070eca9ab0
   * Camel Quarkus Commit: c73d8fffa081bdccbd9d0aca5178d557044b53e9
   
   * Quarkus Main Commit: 3c46082aa9995a86f1080376966f5c465ff56521
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/8532206672


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch release-2.2.x updated: chore: changelog automatic update

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

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


The following commit(s) were added to refs/heads/release-2.2.x by this push:
 new 8c89af581 chore: changelog automatic update
8c89af581 is described below

commit 8c89af581c44e0645c695a860d0d7c6a947516dd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 3 01:11:05 2024 +

chore: changelog automatic update
---
 CHANGELOG.md | 396 +++
 1 file changed, 205 insertions(+), 191 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9df227755..3467bcece 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,21 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.1-nightly...HEAD)
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD)
+
+**Closed issues:**
+
+- Java CRDs plugin error 
[\#5310](https://github.com/apache/camel-k/issues/5310)
+- Upgrade error traces [\#5271](https://github.com/apache/camel-k/issues/5271)
+- Multi architecture support - Integrations 
[\#4149](https://github.com/apache/camel-k/issues/4149)
+
+## [v2.3.0](https://github.com/apache/camel-k/tree/v2.3.0) (2024-04-02)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.0...v2.3.0)
+
+## 
[camel-k-crds-2.3.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.0) 
(2024-04-02)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.1-nightly...camel-k-crds-2.3.0)
 
 **Closed issues:**
 
@@ -595,7 +609,7 @@
 
 ## [2.0.1-nightly](https://github.com/apache/camel-k/tree/2.0.1-nightly) 
(2023-07-24)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...2.0.1-nightly)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...2.0.1-nightly)
 
 **Closed issues:**
 
@@ -669,6 +683,10 @@
 - fix\(build\): complete repo name for default baseImage 
[\#4480](https://github.com/apache/camel-k/pull/4480) 
([gansheer](https://github.com/gansheer))
 - fix\(e2e\): remove workaround pre 1.12.1 
[\#4479](https://github.com/apache/camel-k/pull/4479) 
([squakez](https://github.com/squakez))
 
+## 
[pkg/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v2.0.0)
 (2023-07-17)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...pkg/client/camel/v2.0.0)
+
 ## 
[pkg/kamelet/repository/v2.0.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v2.0.0)
 (2023-07-17)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/v2.0.0...pkg/kamelet/repository/v2.0.0)
@@ -679,11 +697,7 @@
 
 ## 
[pkg/apis/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v2.0.0)
 (2023-07-17)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...pkg/apis/camel/v2.0.0)
-
-## 
[pkg/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v2.0.0)
 (2023-07-17)
-
-[Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.0.0...pkg/client/camel/v2.0.0)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.0.0...pkg/apis/camel/v2.0.0)
 
 ## 
[camel-k-crds-2.0.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.0.0) 
(2023-07-17)
 
@@ -737,7 +751,7 @@
 
 ## [1.12.2-nightly](https://github.com/apache/camel-k/tree/1.12.2-nightly) 
(2023-06-13)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/v1.12.1...1.12.2-nightly)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.12.1...1.12.2-nightly)
 
 **Closed issues:**
 
@@ -903,21 +917,21 @@
 - Chore: docker, jvm unit tests 
[\#4154](https://github.com/apache/camel-k/pull/4154) 
([realMartinez](https://github.com/realMartinez))
 - fix\(builder\): native from source should rebuild  
[\#4153](https://github.com/apache/camel-k/pull/4153) 
([squakez](https://github.com/squakez))
 
-## [v1.12.1](https://github.com/apache/camel-k/tree/v1.12.1) (2023-06-07)
+## 
[pkg/apis/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.12.1)
 (2023-06-07)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.1...v1.12.1)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.1...pkg/apis/camel/v1.12.1)
 
 ## 
[pkg/client/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.12.1)
 (2023-06-07)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.12.1...pkg/client/camel/v1.12.1)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.12.1...pkg/client/camel/v1.12.1)
 
-## 
[pkg/apis/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.12.1)
 

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

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

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


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

commit 7c3f87291c2283515f204a8dc2d4621220b329d1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 3 00:29:29 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md| 540 +---
 README.adoc |   2 +-
 badge.out   |   2 +-
 coverage|   2 +-
 coverage.out|  10 +-
 docs/antora.yml |   4 +-
 6 files changed, 216 insertions(+), 344 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff191d5a6..3467bcece 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,21 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.1-nightly...HEAD)
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD)
+
+**Closed issues:**
+
+- Java CRDs plugin error 
[\#5310](https://github.com/apache/camel-k/issues/5310)
+- Upgrade error traces [\#5271](https://github.com/apache/camel-k/issues/5271)
+- Multi architecture support - Integrations 
[\#4149](https://github.com/apache/camel-k/issues/4149)
+
+## [v2.3.0](https://github.com/apache/camel-k/tree/v2.3.0) (2024-04-02)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.0...v2.3.0)
+
+## 
[camel-k-crds-2.3.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.0) 
(2024-04-02)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.1-nightly...camel-k-crds-2.3.0)
 
 **Closed issues:**
 
@@ -80,150 +94,6 @@
 - Use build-tags to configure what feature are included in a camel-k build 
[\#2801](https://github.com/apache/camel-k/issues/2801)
 - shipwright.io builder [\#1673](https://github.com/apache/camel-k/issues/1673)
 
-**Merged pull requests:**
-
-- fix\(olm\): bundle script 
[\#5303](https://github.com/apache/camel-k/pull/5303) 
([squakez](https://github.com/squakez))
-- chore\(runtime\): default to 3.8.1 
[\#5302](https://github.com/apache/camel-k/pull/5302) 
([squakez](https://github.com/squakez))
-- chore\(deps\): bump fabric8-version from 6.10.0 to 6.11.0 in /java/crds 
[\#5301](https://github.com/apache/camel-k/pull/5301) 
([dependabot[bot]](https://github.com/apps/dependabot))
-- knative-service stage fix 
[\#5300](https://github.com/apache/camel-k/pull/5300) 
([mertdotcc](https://github.com/mertdotcc))
-- fix\(cmd\): cannot load catalog on CLI 
[\#5296](https://github.com/apache/camel-k/pull/5296) 
([squakez](https://github.com/squakez))
-- fix\(\#5238\): Fix Jib integration build 
[\#5294](https://github.com/apache/camel-k/pull/5294) 
([christophd](https://github.com/christophd))
-- fix\(knative\): enable service container port 
[\#5291](https://github.com/apache/camel-k/pull/5291) 
([squakez](https://github.com/squakez))
-- fix\(\#5288\): Makefile building platform specific kamel CLI binary 
[\#5290](https://github.com/apache/camel-k/pull/5290) 
([christophd](https://github.com/christophd))
-- fix\(ctrl\): report error on traits failure 
[\#5285](https://github.com/apache/camel-k/pull/5285) 
([squakez](https://github.com/squakez))
-- feat\(kafka\): support Kafka binding resource 
[\#5284](https://github.com/apache/camel-k/pull/5284) 
([squakez](https://github.com/squakez))
-- feat\(strimzi\): bind to either KafkaTopic name or topicName 
[\#5281](https://github.com/apache/camel-k/pull/5281) 
([squakez](https://github.com/squakez))
-- Add optional install to tests 
[\#5278](https://github.com/apache/camel-k/pull/5278) 
([lfabriko](https://github.com/lfabriko))
-- chore\(deps\): bump github.com/prometheus/common from 0.51.0 to 0.51.1 
[\#5276](https://github.com/apache/camel-k/pull/5276) 
([dependabot[bot]](https://github.com/apps/dependabot))
-- Only enable knative trait when there is a knative endpoint 
[\#5275](https://github.com/apache/camel-k/pull/5275) 
([claudio4j](https://github.com/claudio4j))
-- feat\(traits\): telemetry refactoring 
[\#5274](https://github.com/apache/camel-k/pull/5274) 
([squakez](https://github.com/squakez))
-- feat\(traits\): health refactoring 
[\#5273](https://github.com/apache/camel-k/pull/5273) 
([squakez](https://github.com/squakez))
-- feat\(traits\): service binding refactoring 
[\#5272](https://github.com/apache/camel-k/pull/5272) 
([squakez](https://github.com/squakez))
-- feat\(traits\): master refactoring 
[\#5269](https://github.com/apache/camel-k/pull/5269) 
([squakez](https://github.com/squakez))
-- feat\(catalog\): support placeholders 
[\#5268](https://github.com/apache/camel-k/pull/5268) 
([squakez](https://github.com/squakez))
-- chore\(deps\): bump github.com/prometheus/common from 0.50.0 to 0.51.0 

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

2024-04-02 Thread via GitHub


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

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



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

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

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


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

commit d9fce560587622f23827fc3bd20c05b8a9eceac0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 2 23:45:41 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md | 545 ++-
 README.adoc  |   2 +-
 badge.out|   2 +-
 coverage |   2 +-
 coverage.out |  10 +-
 5 files changed, 290 insertions(+), 271 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff191d5a6..3eb503295 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,86 +2,18 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/2.2.1-nightly...HEAD)
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD)
 
 **Closed issues:**
 
-- Could not determine source URI: cluster "camel-ai-kafka" has no listeners of 
type "plain" [\#5295](https://github.com/apache/camel-k/issues/5295)
-- OS platform not considered during "make build" 
[\#5288](https://github.com/apache/camel-k/issues/5288)
-- Camelk | AtlasMap Support 
[\#5261](https://github.com/apache/camel-k/issues/5261)
-- release-nightly does not build/push multiarch manifest 
[\#5252](https://github.com/apache/camel-k/issues/5252)
-- XSD might be wrong [\#5250](https://github.com/apache/camel-k/issues/5250)
-- Pipe error handler not working with Camel 4.4.0 
[\#5242](https://github.com/apache/camel-k/issues/5242)
-- Integration builds fail with arm64 base image 
[\#5238](https://github.com/apache/camel-k/issues/5238)
-- Update buil/Dokerfile to use go 1.21 
[\#5231](https://github.com/apache/camel-k/issues/5231)
-- Error java.lang.ClassNotFoundException: 
io.quarkus.bootstrap.runner.QuarkusEntryPoint 
[\#5225](https://github.com/apache/camel-k/issues/5225)
-- Deployment Trait maxUnavailable and maxSurge default values differ from 
documentation and do not support % values 
[\#5223](https://github.com/apache/camel-k/issues/5223)
-- Misleading "Monitor: Integration needs a rebuild" message 
[\#5219](https://github.com/apache/camel-k/issues/5219)
-- Route parameters are ignored for `path` parameters 
[\#5203](https://github.com/apache/camel-k/issues/5203)
-- Flaky `kamel run --dev` test 
[\#5197](https://github.com/apache/camel-k/issues/5197)
-- Builder property failure when using non xml tag characters 
[\#5195](https://github.com/apache/camel-k/issues/5195)
-- Error configuring property: camel.component.test\[1\]port\[80\]tcp.addr 
because cannot find component with name test\[1\]port\[80\]tcp. 
[\#5179](https://github.com/apache/camel-k/issues/5179)
-- Get environment variable value is empty in properties file 
[\#5178](https://github.com/apache/camel-k/issues/5178)
-- Install operator image according to the target architecture 
[\#5169](https://github.com/apache/camel-k/issues/5169)
-- Debug Integrations failing 
[\#5161](https://github.com/apache/camel-k/issues/5161)
-- Multiple crons at the same Integration do not run as expected 
[\#5158](https://github.com/apache/camel-k/issues/5158)
-- Kamel delete KameletBinding only removes integration resource 
[\#5156](https://github.com/apache/camel-k/issues/5156)
-- Knative dependencies are added when profile is activated 
[\#5145](https://github.com/apache/camel-k/issues/5145)
-- Performance regression due to configmap/secrets whole cluster watch 
[\#5143](https://github.com/apache/camel-k/issues/5143)
-- Running integrations fail when the used registry has a port other than 
default 80 [\#5141](https://github.com/apache/camel-k/issues/5141)
-- camel-jackson configure configure "autoDiscoverObjectMapper" property for 
non-spring boot application 
[\#5140](https://github.com/apache/camel-k/issues/5140)
-- Update github actions to a version that use node 20 
[\#5130](https://github.com/apache/camel-k/issues/5130)
-- Monitor Camel Integrations in K8s Deployments 
[\#5120](https://github.com/apache/camel-k/issues/5120)
-- Integrations remain in Initialization loop when referenced config map has 
owner references [\#5114](https://github.com/apache/camel-k/issues/5114)
-- Externally built Integrations are deployed without a command in Camel-K 
2.2.0 [\#5112](https://github.com/apache/camel-k/issues/5112)
-- Coverage report wrong percentage 
[\#5108](https://github.com/apache/camel-k/issues/5108)
-- Add possibility to configure annotation for the builder pods 
[\#5106](https://github.com/apache/camel-k/issues/5106)
-- Include the operator node-selector in the helm chart 
[\#5103](https://github.com/apache/camel-k/issues/5103)
-- TestCreateCatalog fail when DEFAULT\_RUNTIME\_VERSION=3.6.0-SNAPSHOT 

(camel-k-runtime) 01/02: chore: update changelog

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

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

commit 365fd0545e605e1ed84d003729a9b4a9a68c29a6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 2 23:34:40 2024 +

chore: update changelog
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a0e887b..723a63c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Merged pull requests:**
 
+- Update quarkus platform to 3.9.1 
[\#1202](https://github.com/apache/camel-k-runtime/pull/1202) 
([claudio4j](https://github.com/claudio4j))
 - fix\(ci\): keep updating 3.6.x 
[\#1196](https://github.com/apache/camel-k-runtime/pull/1196) 
([squakez](https://github.com/squakez))
 - fix\(catalog\): compatibility Camel K \< 2.2.0 
[\#1195](https://github.com/apache/camel-k-runtime/pull/1195) 
([squakez](https://github.com/squakez))
 - fix\(docs\): update dependencies 
[\#1194](https://github.com/apache/camel-k-runtime/pull/1194) 
([squakez](https://github.com/squakez))



(camel-k-runtime) branch main updated (68557d2a -> 263f1b72)

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

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


from 68557d2a Update quarkus platform to 3.9.1 (#1202)
 new 365fd054 chore: update changelog
 new 263f1b72 chore: update SBOM

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.


Summary of changes:
 CHANGELOG.md   |1 +
 camel-k-runtime-sbom/camel-k-runtime-sbom.json | 5538 ---
 camel-k-runtime-sbom/camel-k-runtime-sbom.xml  | 5646 
 3 files changed, 5591 insertions(+), 5594 deletions(-)



(camel-quarkus) branch 3.8.x updated: [3.8.x] Reinstate Kudu tablet server host resolution workaround (#5943)

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

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


The following commit(s) were added to refs/heads/3.8.x by this push:
 new 9f56ec94b8 [3.8.x] Reinstate Kudu tablet server host resolution 
workaround (#5943)
9f56ec94b8 is described below

commit 9f56ec94b89d6feeea39f6af3a82f4b4dbd51922
Author: James Netherton 
AuthorDate: Tue Apr 2 23:46:08 2024 +0100

[3.8.x] Reinstate Kudu tablet server host resolution workaround (#5943)

* Reinstate Kudu tablet server host resolution workaround

Relates #1206

* Fix Splunk container image to 9.2.0 tag
---
 integration-tests/kudu/pom.xml |  7 ++
 .../kudu/it/KuduInfrastructureTestHelper.java  | 98 ++
 .../component/kudu/it/KuduTestResource.java| 25 ++
 pom.xml|  2 +-
 4 files changed, 113 insertions(+), 19 deletions(-)

diff --git a/integration-tests/kudu/pom.xml b/integration-tests/kudu/pom.xml
index 53f282822f..48ae491a2e 100644
--- a/integration-tests/kudu/pom.xml
+++ b/integration-tests/kudu/pom.xml
@@ -30,6 +30,13 @@
 Camel Quarkus :: Integration Tests :: Kudu
 Integration tests for Camel Quarkus Kudu 
extension
 
+
+
+java.base/java.net=ALL-UNNAMED
+--add-opens ${opens}
+
-J--add-opens=${opens}
+
+
 
  
 io.quarkus
diff --git 
a/integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java
 
b/integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java
new file mode 100644
index 00..fcf34ecb1c
--- /dev/null
+++ 
b/integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java
@@ -0,0 +1,98 @@
+/*
+ * 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 org.apache.camel.quarkus.component.kudu.it;
+
+import java.lang.reflect.Field;
+import java.lang.reflect.Method;
+import java.net.InetAddress;
+import java.util.concurrent.ConcurrentHashMap;
+
+import io.quarkus.runtime.StartupEvent;
+import jakarta.enterprise.context.ApplicationScoped;
+import jakarta.enterprise.event.Observes;
+import org.eclipse.microprofile.config.ConfigProvider;
+import org.jboss.logging.Logger;
+
+/**
+ * In order to run Kudu integration tests, {@code KuduTest} and {@code KuduIT} 
should have access to:
+ * 1) A Kudu master server needed to create a table and also to obtain the 
host/port of the associated tablet server
+ * 2) A Kudu tablet server needed to insert and scan records
+ *
+ * As such, one solution could be to use a custom setup where Kudu servers run 
on the same network than integration
+ * tests. Please note that Kudu servers are not able to run on Windows machine.
+ * Another solution could be to use the container based setup where Kudu 
servers are managed by
+ * {@code KuduTestResource}.
+ *
+ * A) How to run integration tests against a custom setup (advised when not 
running on top of OpenJDK):
+ * Install Kudu master and tablet servers on the same network than integration 
tests.
+ * Configure "camel.kudu.test.master.rpc-authority" in 
"application.properties", for instance:
+ * camel.kudu.test.master.rpc-authority=kudu-master-hostname:7051
+ * Run integration tests with mvn clean integration-test -P native
+ *
+ * B) How to run integration tests against the container based setup:
+ * The container based setup should run out of the box as {@code 
KuduTestResource} runs master and tablet server
+ * containers in a shared network.
+ * Simply run integration tests with mvn clean integration-test -P native
+ * Note that the test harness is NOT guaranteed to work when NOT running on 
top of OpenJDK.
+ *
+ * Troubleshooting the container based setup:
+ * If a message like "Unknown host kudu-tserver" is issued, it may be that
+ * {@link 
KuduInfrastructureTestHelper#overrideTabletServerHostnameResolution()}
+ * is not working. Please try to manually override the tablet server hostname 
resolution on your Operating System.
+ * For instance, 

Re: [PR] [3.8.x] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


zhfeng merged PR #5943:
URL: https://github.com/apache/camel-quarkus/pull/5943


-- 
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) branch 3.8.x updated: Remove quarkus-cxf-rt-features-logging since it is deprecated (#5937) (#5941)

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

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


The following commit(s) were added to refs/heads/3.8.x by this push:
 new c0984127ee Remove quarkus-cxf-rt-features-logging since it is 
deprecated (#5937) (#5941)
c0984127ee is described below

commit c0984127ee4057151d52fe52bb90cac6b0d6f460
Author: Zheng Feng 
AuthorDate: Wed Apr 3 06:45:38 2024 +0800

Remove quarkus-cxf-rt-features-logging since it is deprecated (#5937) 
(#5941)
---
 extensions/cxf-soap/deployment/pom.xml | 4 
 extensions/cxf-soap/runtime/pom.xml| 4 
 integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml | 4 
 3 files changed, 12 deletions(-)

diff --git a/extensions/cxf-soap/deployment/pom.xml 
b/extensions/cxf-soap/deployment/pom.xml
index 2b253937c9..4bac96bafe 100644
--- a/extensions/cxf-soap/deployment/pom.xml
+++ b/extensions/cxf-soap/deployment/pom.xml
@@ -42,10 +42,6 @@
 io.quarkiverse.cxf
 quarkus-cxf-deployment
 
-
-io.quarkiverse.cxf
-quarkus-cxf-rt-features-logging-deployment
-
 
 
 
diff --git a/extensions/cxf-soap/runtime/pom.xml 
b/extensions/cxf-soap/runtime/pom.xml
index 3c0a5b7519..84e44e35b2 100644
--- a/extensions/cxf-soap/runtime/pom.xml
+++ b/extensions/cxf-soap/runtime/pom.xml
@@ -48,10 +48,6 @@
 io.quarkiverse.cxf
 quarkus-cxf
 
-
-io.quarkiverse.cxf
-quarkus-cxf-rt-features-logging
-
 
 
 
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml 
b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
index 6e83693df2..b6c06b156a 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
@@ -43,10 +43,6 @@
 io.quarkiverse.cxf
 quarkus-cxf-services-sts
 
-
-io.quarkiverse.cxf
-quarkus-cxf-rt-features-logging
-
 
 
 io.quarkus



Re: [PR] [3.8.x] Remove quarkus-cxf-rt-features-logging since it is deprecated (#5937) [camel-quarkus]

2024-04-02 Thread via GitHub


zhfeng merged PR #5941:
URL: https://github.com/apache/camel-quarkus/pull/5941


-- 
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) branch dependabot/maven/quarkiverse-groovy.version-3.9.1 deleted (was d331d7d204)

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

jamesnetherton pushed a change to branch 
dependabot/maven/quarkiverse-groovy.version-3.9.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was d331d7d204 Auto generated changes for dependabot commit 
7c700ede942c980e37c61fa3ace3f3598cd5c049

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] Bump quarkiverse-groovy.version from 3.8.0 to 3.9.1 [camel-quarkus]

2024-04-02 Thread via GitHub


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


-- 
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) branch main updated: Bump quarkiverse-groovy.version from 3.8.0 to 3.9.1

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 3c46082aa9 Bump quarkiverse-groovy.version from 3.8.0 to 3.9.1
3c46082aa9 is described below

commit 3c46082aa9995a86f1080376966f5c465ff56521
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 2 19:31:23 2024 +0100

Bump quarkiverse-groovy.version from 3.8.0 to 3.9.1

* Bump quarkiverse-groovy.version from 3.8.0 to 3.9.1

Bumps `quarkiverse-groovy.version` from 3.8.0 to 3.9.1.

Updates `io.quarkiverse.groovy:quarkus-groovy` from 3.8.0 to 3.9.1

Updates `io.quarkiverse.groovy:quarkus-groovy-deployment` from 3.8.0 to 
3.9.1

---
updated-dependencies:
- dependency-name: io.quarkiverse.groovy:quarkus-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkiverse.groovy:quarkus-groovy-deployment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

* Auto generated changes for dependabot commit 
7c700ede942c980e37c61fa3ace3f3598cd5c049

-

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml|   4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 184 ++---
 .../src/main/generated/flattened-reduced-pom.xml   |  10 +-
 .../generated/flattened-reduced-verbose-pom.xml|  22 +--
 4 files changed, 110 insertions(+), 110 deletions(-)

diff --git a/pom.xml b/pom.xml
index e94de6861e..7e06ba50a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 3.2.1
 3.9.0
 
1.0.0
-3.8.0
+3.9.1
 
2.0.2
 3.1.0
 3.0.7
@@ -102,7 +102,7 @@
 1.127.1
 23.1.2
 jdk21
-4.0.18
+4.0.20
 1.62.2
 ${hapi-version}
 ${hapi-base-version}
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 4097878a23..7343930842 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6429,12 +6429,12 @@
   
 io.quarkiverse.groovy
 quarkus-groovy
-3.8.0
+3.9.1
   
   
 io.quarkiverse.groovy
 quarkus-groovy-deployment
-3.8.0
+3.9.1
   
   
 io.quarkiverse.jackson-jq
@@ -7518,154 +7518,154 @@
 4.0.4
   
   
-org.apache.groovy
-groovy
-4.0.18
+org.apache.groovy
+groovy
+4.0.20
   
   
-org.apache.groovy
-groovy-ant
-4.0.18
+org.apache.groovy
+groovy-ant
+4.0.20
   
   
-org.apache.groovy
-groovy-astbuilder
-4.0.18
+org.apache.groovy
+groovy-astbuilder
+4.0.20
   
   
-org.apache.groovy
-groovy-cli-commons
-4.0.18
+org.apache.groovy
+groovy-cli-commons
+4.0.20
   
   
-org.apache.groovy
-groovy-cli-picocli
-4.0.18
+org.apache.groovy
+groovy-cli-picocli
+4.0.20
   
   
-org.apache.groovy
-groovy-console
-4.0.18
+org.apache.groovy
+groovy-console
+4.0.20
   
   
-org.apache.groovy
-groovy-contracts
-4.0.18
+org.apache.groovy
+groovy-contracts
+4.0.20
   
   
-org.apache.groovy
-groovy-datetime
-4.0.18
+org.apache.groovy
+groovy-datetime
+4.0.20
   
   
-org.apache.groovy
-groovy-dateutil
-4.0.18
+org.apache.groovy
+groovy-dateutil
+4.0.20
   
   
-org.apache.groovy
-groovy-docgenerator
-4.0.18
+org.apache.groovy
+groovy-docgenerator
+4.0.20
   
   
-org.apache.groovy
-groovy-ginq
-4.0.18
+org.apache.groovy
+groovy-ginq
+4.0.20
   
   
-org.apache.groovy
-groovy-groovydoc
-4.0.18
+org.apache.groovy
+groovy-groovydoc
+4.0.20
   
   
-org.apache.groovy
-groovy-groovysh
-4.0.18
+org.apache.groovy
+groovy-groovysh
+4.0.20
   
   
-org.apache.groovy
-groovy-jmx
-4.0.18
+org.apache.groovy
+groovy-jmx
+4.0.20
   
   
-org.apache.groovy
-

[PR] CAMEL-20631: Support Knative broker references in Pipes [camel]

2024-04-02 Thread via GitHub


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

   # Description
   
   CAMEL-20631
   
   Enhance Camel JBang bind command
   - Refactor endpoint references with binding provider implementations
   - Add generic object reference binding provider
   - Add Kamelet, Camel URI endpoint binding provider
   - Add Knative broker endpoint binding provider
   - Support namespaced object references
   
   
   
   # 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).
   
   See CAMEL-20631
   
   
   
   # 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-k) branch main updated: fix(ci): upload source script

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c610cf17d fix(ci): upload source script
c610cf17d is described below

commit c610cf17d598a3cadad8d851461d48a50033a998
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 18:48:02 2024 +0200

fix(ci): upload source script
---
 release-utils/scripts/upload-source.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-utils/scripts/upload-source.sh 
b/release-utils/scripts/upload-source.sh
index 4a78a5751..3f766b9f8 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -17,8 +17,8 @@
 
 set -e
 
-if [ "$#" -lt 2 ]; then
-echo "usage: $0 upload-sources release-version"
+if [ "$#" -lt 1 ]; then
+echo "usage: $0 release-version"
 exit 1
 fi
 



(camel-k) branch release-2.3.x updated: fix(ci): upload source script

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new e2d8d5803 fix(ci): upload source script
e2d8d5803 is described below

commit e2d8d5803ee4c9c9b7729f9d754240ab12f1d841
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 18:48:02 2024 +0200

fix(ci): upload source script
---
 release-utils/scripts/upload-source.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-utils/scripts/upload-source.sh 
b/release-utils/scripts/upload-source.sh
index 4a78a5751..3f766b9f8 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -17,8 +17,8 @@
 
 set -e
 
-if [ "$#" -lt 2 ]; then
-echo "usage: $0 upload-sources release-version"
+if [ "$#" -lt 1 ]; then
+echo "usage: $0 release-version"
 exit 1
 fi
 



Re: [PR] Update quarkus platform to 3.9.1 [camel-k-runtime]

2024-04-02 Thread via GitHub


claudio4j merged PR #1202:
URL: https://github.com/apache/camel-k-runtime/pull/1202


-- 
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] Remove tracing capability [camel-k-runtime]

2024-04-02 Thread via GitHub


claudio4j opened a new pull request, #1204:
URL: https://github.com/apache/camel-k-runtime/pull/1204

   the camel-quarkus-opentracing was removed from camel-quarkus 3.0
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   Remove tracing capability
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k-runtime) branch main updated: Update quarkus platform to 3.9.1 (#1202)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 68557d2a Update quarkus platform to 3.9.1 (#1202)
68557d2a is described below

commit 68557d2a3380a7d1eeb9a4e8c0cb98bb9a80985c
Author: Claudio Miranda 
AuthorDate: Tue Apr 2 13:30:23 2024 -0300

Update quarkus platform to 3.9.1 (#1202)
---
 pom.xml | 11 ++-
 support/camel-k-runtime-bom/pom.xml |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 76c0d04d..a9fbe2b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
 4.4.1
 
 
-3.9.0
+3.9.1
 io.quarkus.platform
-3.9.0
+3.9.1
 
quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
 
 
@@ -420,13 +420,6 @@
 import
 
 
-
-
-org.apache.camel
-camel-cloudevents
-${camel-version}
-
-
 
 
 org.apache.camel.k
diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index 65dca718..ca04b754 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -39,7 +39,7 @@
 3.4.1
 3.8.6
 io.quarkus.platform
-3.9.0
+3.9.1
 
 
 



Re: [I] Make sync_cq.sh script to update the quarkus platform version [camel-k-runtime]

2024-04-02 Thread via GitHub


squakez commented on issue #1203:
URL: 
https://github.com/apache/camel-k-runtime/issues/1203#issuecomment-2032463455

   I wonder if instead we should archive this project and move directly to 
Camel Quarkus, moving all the latest changes we did in the catalog.


-- 
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] Update quarkus platform to 3.9.1 [camel-k-runtime]

2024-04-02 Thread via GitHub


claudio4j opened a new pull request, #1202:
URL: https://github.com/apache/camel-k-runtime/pull/1202

   
   
   The sync_cq.sh script is not going to work as it gets the `quarkus.version` 
from camel-quarkus which is quarkus-core, while camel-k-runtime uses the 
quarkus.platform which these versions may differ. 
   There exists the quarkus-core 3.9.0, but quarkus platform is 3.9.1.
   
   
   
   **Release Note**
   ```release-note
   Update quarkus platform to 3.9.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] [3.8.x] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton commented on PR #5943:
URL: https://github.com/apache/camel-quarkus/pull/5943#issuecomment-2032449074

   I added on the Splunk test failure fix from main too.


-- 
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) branch main updated (e9721c485d -> 91dcac1bb7)

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

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


from e9721c485d Reinstate Kudu tablet server host resolution workaround
 add e31ef068fd Upgrade cq-maven-plugin to 4.7.1
 add 91dcac1bb7 Regenerate extension metadata

No new revisions were added by this update.

Summary of changes:
 .../runtime/src/main/resources/META-INF/quarkus-extension.yaml  | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



Re: [PR] Upgrade cq-maven-plugin to 4.7.1 [camel-quarkus]

2024-04-02 Thread via GitHub


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] Karavan Designer after start up getting the 404 [camel-karavan]

2024-04-02 Thread via GitHub


mgubaidullin commented on issue #1212:
URL: https://github.com/apache/camel-karavan/issues/1212#issuecomment-2032419559

   There is no 'Atlasmap feature' in Karavan.
   And we are not planning to integrate with Atlasmap because project is 
inactive for more than a year.
   
   
   https://github.com/apache/camel-karavan/assets/1379213/e9fc9818-e124-4988-949d-72e2805da108;>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch main updated: fix(ci): plugin failure

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

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


The following commit(s) were added to refs/heads/main by this push:
 new afba7d527 fix(ci): plugin failure
afba7d527 is described below

commit afba7d52710e1470948469ccd4be6d439d6caf06
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 15:56:17 2024 +0200

fix(ci): plugin failure

Closes #5310
---
 java/crds/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 4663845d3..7eca799c9 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
 limitations under the License.
 -->
 
-http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://maven.apache.org/POM/4.0.0;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
   
 org.apache
@@ -142,7 +141,7 @@
   
 attach-sources
 
-  jar
+  jar-no-fork
 
   
 



Re: [I] Java CRDs plugin error [camel-k]

2024-04-02 Thread via GitHub


squakez closed issue #5310: Java CRDs plugin error
URL: https://github.com/apache/camel-k/issues/5310


-- 
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(ci): plugin failure [camel-k]

2024-04-02 Thread via GitHub


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


-- 
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] Upgrade error traces [camel-k]

2024-04-02 Thread via GitHub


squakez closed issue #5271: Upgrade error traces
URL: https://github.com/apache/camel-k/issues/5271


-- 
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] Upgrade error traces [camel-k]

2024-04-02 Thread via GitHub


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

   Let's close this for now. We can reopen if it happens again.


-- 
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] [3.8.x] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


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

   (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



[PR] fix(ci): plugin failure [camel-k]

2024-04-02 Thread via GitHub


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

   Closes #5310
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   fix(ci): plugin failure
   ```
   


-- 
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) branch main updated (d83e3d2f81 -> e9721c485d)

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

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


from d83e3d2f81 Fix doc links for components with multiple URI schemes
 add e9721c485d Reinstate Kudu tablet server host resolution workaround

No new revisions were added by this update.

Summary of changes:
 integration-tests/kudu/pom.xml |  7 ++
 .../kudu/it/KuduInfrastructureTestHelper.java  | 98 ++
 .../component/kudu/it/KuduTestResource.java| 25 ++
 3 files changed, 112 insertions(+), 18 deletions(-)
 create mode 100644 
integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java



Re: [PR] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


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


-- 
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) branch main updated: Fix doc links for components with multiple URI schemes

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

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


The following commit(s) were added to refs/heads/main by this push:
 new d83e3d2f81 Fix doc links for components with multiple URI schemes
d83e3d2f81 is described below

commit d83e3d2f81c7ae07cdf1fda122656420f9d4c7fe
Author: James Netherton 
AuthorDate: Tue Apr 2 15:50:01 2024 +0100

Fix doc links for components with multiple URI schemes
---
 docs/modules/ROOT/pages/reference/extensions/coap.adoc |  6 +++---
 docs/modules/ROOT/pages/reference/extensions/cometd.adoc   |  2 +-
 docs/modules/ROOT/pages/reference/extensions/disruptor.adoc|  2 +-
 docs/modules/ROOT/pages/reference/extensions/http.adoc |  2 +-
 docs/modules/ROOT/pages/reference/extensions/mail.adoc | 10 +-
 docs/modules/ROOT/pages/reference/extensions/smpp.adoc |  2 +-
 .../main/java/org/apache/camel/quarkus/maven/CqCatalog.java| 10 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/coap.adoc 
b/docs/modules/ROOT/pages/reference/extensions/coap.adoc
index 2cf160eb12..cb93fced51 100644
--- a/docs/modules/ROOT/pages/reference/extensions/coap.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/coap.adoc
@@ -23,9 +23,9 @@ Send and receive messages to/from COAP capable devices.
 == What's inside
 
 * xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: 
`coap:uri`
-* xref:{cq-camel-components}::coap+tcp-component.adoc[CoAP component], URI 
syntax: `coap+tcp:uri`
-* xref:{cq-camel-components}::coaps+tcp-component.adoc[CoAP component], URI 
syntax: `coaps+tcp:uri`
-* xref:{cq-camel-components}::coaps-component.adoc[CoAP (Secure) component], 
URI syntax: `coaps:uri`
+* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: 
`coap+tcp:uri`
+* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: 
`coaps+tcp:uri`
+* xref:{cq-camel-components}::coap-component.adoc[CoAP (Secure) component], 
URI syntax: `coaps:uri`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/cometd.adoc 
b/docs/modules/ROOT/pages/reference/extensions/cometd.adoc
index e929f31f88..fd6fe09660 100644
--- a/docs/modules/ROOT/pages/reference/extensions/cometd.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/cometd.adoc
@@ -23,7 +23,7 @@ Offers publish/subscribe, peer-to-peer (via a server), and 
RPC style messaging u
 == What's inside
 
 * xref:{cq-camel-components}::cometd-component.adoc[CometD component], URI 
syntax: `cometd:host:port/channelName`
-* xref:{cq-camel-components}::cometds-component.adoc[CometD (Secure) 
component], URI syntax: `cometds:host:port/channelName`
+* xref:{cq-camel-components}::cometd-component.adoc[CometD (Secure) 
component], URI syntax: `cometds:host:port/channelName`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc 
b/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc
index 920c9fece7..454f58093c 100644
--- a/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc
@@ -23,7 +23,7 @@ Provides asynchronous SEDA behavior using LMAX Disruptor.
 == What's inside
 
 * xref:{cq-camel-components}::disruptor-component.adoc[Disruptor component], 
URI syntax: `disruptor:name`
-* xref:{cq-camel-components}::disruptor-vm-component.adoc[Disruptor VM 
component], URI syntax: `disruptor-vm:name`
+* xref:{cq-camel-components}::disruptor-component.adoc[Disruptor VM 
component], URI syntax: `disruptor-vm:name`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/http.adoc 
b/docs/modules/ROOT/pages/reference/extensions/http.adoc
index eea83457a4..80ed30d934 100644
--- a/docs/modules/ROOT/pages/reference/extensions/http.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/http.adoc
@@ -24,7 +24,7 @@ Send requests to external HTTP servers using Apache HTTP 
Client 5.x.
 == What's inside
 
 * xref:{cq-camel-components}::http-component.adoc[HTTP component], URI syntax: 
`http://httpUri`
-* xref:{cq-camel-components}::https-component.adoc[HTTPS (Secure) component], 
URI syntax: `https://httpUri`
+* xref:{cq-camel-components}::http-component.adoc[HTTPS (Secure) component], 
URI syntax: `https://httpUri`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/mail.adoc 
b/docs/modules/ROOT/pages/reference/extensions/mail.adoc
index c4d697f242..e28df0135f 100644
--- a/docs/modules/ROOT/pages/reference/extensions/mail.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/mail.adoc
@@ 

Re: [PR] Fix doc links for components with multiple URI schemes [camel-quarkus]

2024-04-02 Thread via GitHub


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



[PR] Fix doc links for components with multiple URI schemes [camel-quarkus]

2024-04-02 Thread via GitHub


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

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] Multi architecture support - Integrations [camel-k]

2024-04-02 Thread via GitHub


squakez closed issue #4149: Multi architecture support - Integrations
URL: https://github.com/apache/camel-k/issues/4149


-- 
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] Multi architecture support - Integrations [camel-k]

2024-04-02 Thread via GitHub


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

   
https://camel.apache.org/camel-k/next/installation/advanced/multi-architecture.html


-- 
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] feat: Camel K sourceless springboot runtime [camel-website]

2024-04-02 Thread via GitHub


squakez commented on PR #1168:
URL: https://github.com/apache/camel-website/pull/1168#issuecomment-2032259549

   > cc @jamesnetherton I've removed the camel quarkus main branch to see how 
it goes. Mind that if we proceed with this, it would remove the publishing of 
the whole `main` from the Camel doc website.
   
   Unfortunately that's not working. Many other references. Moved back to the 
previous state and waiting for some other fix.


-- 
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] Release 2.3.0 [camel-k]

2024-04-02 Thread via GitHub


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

   Release on vote. 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



svn commit: r68261 [1/2] - /dev/camel/camel-k/2.3.0/

2024-04-02 Thread pcongiusti
Author: pcongiusti
Date: Tue Apr  2 14:41:08 2024
New Revision: 68261

Log:
Import camel-k release

Added:
dev/camel/camel-k/2.3.0/
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz   (with 
props)
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.sha512
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz   (with 
props)
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz.sha512
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-amd64.tar.gz   (with 
props)
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-amd64.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-amd64.tar.gz.sha512
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-arm64.tar.gz   (with 
props)
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-arm64.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-linux-arm64.tar.gz.sha512
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-windows-amd64.tar.gz   (with 
props)
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-windows-amd64.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-windows-amd64.tar.gz.sha512
dev/camel/camel-k/2.3.0/camel-k-crds-2.3.0.jar   (with props)
dev/camel/camel-k/2.3.0/camel-k-sources-2.3.0.tar.gz   (with props)
dev/camel/camel-k/2.3.0/camel-k-sources-2.3.0.tar.gz.asc
dev/camel/camel-k/2.3.0/camel-k-sources-2.3.0.tar.gz.sha512
dev/camel/camel-k/2.3.0/sbom.json

Added: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz
==
Binary file - no diff available.

Propchange: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.asc
==
--- dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.asc (added)
+++ dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.asc Tue 
Apr  2 14:41:08 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEDV4jKJJJXejlQHXMrtxqiqrKh1YFAmYMGO0ACgkQrtxqiqrK
+h1byNBAAu6qe9EVeUnh7NaUUWZF6aqEYyG/xZ63CPiIa2WhcaKqsY1dtaxSesQMg
+0DW9GBvDEauH2lIArO5MFskDzskEmuTZbKY5V5FLi23VEYy9x/tApjBOrB4i2tUE
+2f06iSmEfVgiAYbbLkSwS0wIkzuwasbowZ/7RrHXB2nAF/d9x5XwSTkJ3NkJSSr5
+NZeE961mbMZoF5/kSSUN/jYrHD3LzcEMTQaXCqneUAoCpjG/pqowabhKYZkp/8Lk
+2LAhqyUwE5Xzh3iqcnJCNJu6m/EcAUKqNiec88YH2z4cBXjBbQvdEBNHdt8psIw2
+m7RjUncwRVm4Px8vaU7EwYEMlTjfAWViuy1LU2EIT5WDd5vZrfg/+OftrtK4GIGb
+NoXucaz7GztCGW+MRnIMPpfMPtFggj7gi2x4jBAfxHgeticHHvaOzU3X5Li/HxHe
+PuBWBre6yh8ZKzE494SF2tzOCytb31REtpL1inwhzKihWDv/6pAhQjc+47ccSSMt
+gH6NyaAQpgDmsdNaWKExzn+22KNkstUDl7sQMI92KvAQDwCpkGzSEIyESXxELfVu
+wJ+hT2zuSrXlI47icM2B/R7v6g3bB48PDEGcobtI7uTubRI24UYHWuQguJv7EnE6
+jC9e5yWKpMwch0Qr6D6geknLk31pdwuJd/PqzcaUJ8S4n29LX/c=
+=zjof
+-END PGP SIGNATURE-

Added: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.sha512
==
--- dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.sha512 
(added)
+++ dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-amd64.tar.gz.sha512 Tue 
Apr  2 14:41:08 2024
@@ -0,0 +1 @@
+9ce53ad2b7c3444a9346fed364a760aba17e3ef8e0511c694a90ec1551ca465274753ea7d63425f3266b6826d8a7ae4253a1665252039717364c65c436b9fc8e
 *camel-k-client-2.3.0-darwin-amd64.tar.gz

Added: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz
==
Binary file - no diff available.

Propchange: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz.asc
==
--- dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz.asc (added)
+++ dev/camel/camel-k/2.3.0/camel-k-client-2.3.0-darwin-arm64.tar.gz.asc Tue 
Apr  2 14:41:08 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEDV4jKJJJXejlQHXMrtxqiqrKh1YFAmYMGO0ACgkQrtxqiqrK
+h1Zuog/9Egeh9EQyafr4v/FH2h/SctJBPVSG1ijtqPUbUH4VdxCesUpMGRH4Bqdy
+p6R+F8APVFsk5TqTVTK6cY2Ly6KG4G+E/7tbrmOzU3dsA0QXH5RtuwJBt3rljNeJ
+P6IG8ngwDEAhUMZzASN01qHc00RS9wqug/MyBCpB4Hd0t0PL80JgGZeKDH98kCnd
+3LHgXfYjcfATFvrHdur6LcoLJh5vhPcCUtYwq56O6hyS92/3THLzKUiZMGHaG48X
+M1vhMulz0hVUJ9obXhiRidXFvhA5pmEBJIS9ptNFh0yVHsJMvjZwB6XsgTLPKFUe
+EHe1JemAb99iwm5CGFeVe64UlIjLLqvrdnq+c0TDlCHg0YCb7wYMPZyfUKaL7RMu

svn commit: r68261 [2/2] - /dev/camel/camel-k/2.3.0/

2024-04-02 Thread pcongiusti
Added: dev/camel/camel-k/2.3.0/sbom.json
==
--- dev/camel/camel-k/2.3.0/sbom.json (added)
+++ dev/camel/camel-k/2.3.0/sbom.json Tue Apr  2 14:41:08 2024
@@ -0,0 +1,5784 @@
+{
+  "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
+  "bomFormat": "CycloneDX",
+  "specVersion": "1.4",
+  "serialNumber": "urn:uuid:861db1f2-790a-46e9-bc5a-b0ad239440ce",
+  "version": 1,
+  "metadata": {
+"timestamp": "2024-04-02T16:36:27+02:00",
+"tools": [
+  {
+"vendor": "CycloneDX",
+"name": "cyclonedx-gomod",
+"version": "v1.5.0",
+"hashes": [
+  {
+"alg": "MD5",
+"content": "55c8661c94724cf8bc73c133c4eb4ec0"
+  },
+  {
+"alg": "SHA-1",
+"content": "facd97087b32ced5386de2d9d6624f6e5809b209"
+  },
+  {
+"alg": "SHA-256",
+"content": 
"c3dcf1260d0ff115d57f160bc89451e81d9cc9f1a7687ddb6cc6b07e154c8958"
+  },
+  {
+"alg": "SHA-384",
+"content": 
"2d01f6fb752533c9ec53777927cb5b8b9e4d5a77177d8d7c3e93c9b7022c5283ecdac4b23ad80dd02aad8de484c8a0b9"
+  },
+  {
+"alg": "SHA-512",
+"content": 
"81b6bc8fce5f7f590c77641d436fc440c0851339fb1504f70c8d93123507a72bef171e10325740e4f57c065fa17c0403886f258df23db3cfe0ba72fd2ecc9e47"
+  }
+],
+"externalReferences": [
+  {
+"url": "https://github.com/CycloneDX/cyclonedx-gomod;,
+"type": "vcs"
+  },
+  {
+"url": "https://cyclonedx.org;,
+"type": "website"
+  }
+]
+  }
+],
+"component": {
+  "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v2.3.0?type=module",
+  "type": "application",
+  "name": "github.com/apache/camel-k/v2",
+  "version": "v2.3.0",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v2.3.0?type=module\u0026goos=linux\u0026goarch=amd64",
+  "externalReferences": [
+{
+  "url": "https://github.com/apache/camel-k;,
+  "type": "vcs"
+}
+  ],
+  "evidence": {
+"licenses": [
+  {
+"license": {
+  "id": "Apache-2.0"
+}
+  }
+]
+  }
+}
+  },
+  "components": [
+{
+  "bom-ref": 
"pkg:golang/contrib.go.opencensus.io/exporter/ocagent@v0.7.1-0.20200907061046-05415f1de66d?type=module",
+  "type": "library",
+  "name": "contrib.go.opencensus.io/exporter/ocagent",
+  "version": "v0.7.1-0.20200907061046-05415f1de66d",
+  "scope": "required",
+  "hashes": [
+{
+  "alg": "SHA-256",
+  "content": 
"2db95fa281f594a3a9a7584886e924b66480c4592a30f164f4a47a899d0c24d2"
+}
+  ],
+  "purl": 
"pkg:golang/contrib.go.opencensus.io/exporter/ocagent@v0.7.1-0.20200907061046-05415f1de66d?type=module\u0026goos=linux\u0026goarch=amd64",
+  "evidence": {
+"licenses": [
+  {
+"license": {
+  "id": "Apache-2.0"
+}
+  }
+]
+  }
+},
+{
+  "bom-ref": 
"pkg:golang/contrib.go.opencensus.io/exporter/prometheus@v0.4.2?type=module",
+  "type": "library",
+  "name": "contrib.go.opencensus.io/exporter/prometheus",
+  "version": "v0.4.2",
+  "scope": "required",
+  "hashes": [
+{
+  "alg": "SHA-256",
+  "content": 
"b2a7ec625e46218fcbe7bd224fe97ddde87169626cdbf3b05ed896c1ec37a008"
+}
+  ],
+  "purl": 
"pkg:golang/contrib.go.opencensus.io/exporter/prometheus@v0.4.2?type=module\u0026goos=linux\u0026goarch=amd64",
+  "evidence": {
+"licenses": [
+  {
+"license": {
+  "id": "Apache-2.0"
+}
+  }
+]
+  }
+},
+{
+  "bom-ref": "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
+  "type": "library",
+  "name": "github.com/Masterminds/semver",
+  "version": "v1.5.0",
+  "scope": "required",
+  "hashes": [
+{
+  "alg": "SHA-256",
+  "content": 
"1fae66b8c93358a12e3439df97d77bd0652316788728745b14f181b99dd0130c"
+}
+  ],
+  "purl": 
"pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module\u0026goos=linux\u0026goarch=amd64",
+  "externalReferences": [
+{
+  "url": "https://github.com/Masterminds/semver;,
+  "type": "vcs"
+}
+  ],
+  "evidence": {
+"licenses": [
+  {
+"license": {
+  "id": "MIT"
+}
+  }
+]
+  }
+},
+{
+  "bom-ref": 
"pkg:golang/github.com/ProtonMail/go-crypto@v0.0.0-20230217124315-7d5c6f04bbb8?type=module",
+  "type": "library",
+  "name": "github.com/ProtonMail/go-crypto",
+  "version": "v0.0.0-20230217124315-7d5c6f04bbb8",
+  

(camel-k) tag v2.3.0 created (now 247647188)

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

pcongiusti pushed a change to tag v2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 247647188 (commit)
No new revisions were added by this update.



(camel-k) branch release-2.3.x updated: preparing for next release

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 247647188 preparing for next release
247647188 is described below

commit 2476471881cf7089f38d7e5cc4ac36fad82d88c5
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 16:28:18 2024 +0200

preparing for next release
---
 helm/camel-k/Chart.yaml | 2 +-
 helm/camel-k/values.yaml| 2 +-
 pkg/resources/config/manager/operator-deployment.yaml   | 6 +++---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml   | 2 +-
 pkg/util/defaults/defaults.go   | 2 +-
 script/Makefile | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 732240900..a442310d5 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.3.0-SNAPSHOT
+appVersion: 2.3.0
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 721876457..82d14cf7d 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.3.0-SNAPSHOT
+  image: docker.io/apache/camel-k:2.3.0
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index f44e150d5..471ae8f2c 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.3.0-SNAPSHOT"
+app.kubernetes.io/version: "2.3.0"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.3.0-SNAPSHOT"
+app.kubernetes.io/version: "2.3.0"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.3.0-SNAPSHOT
+  image: docker.io/apache/camel-k:2.3.0
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index e0bb3a903..43eb2396d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
 capabilities: Full Lifecycle
 categories: Integration & Delivery
 certified: "false"
-containerImage: docker.io/apache/camel-k:2.3.0-SNAPSHOT
+containerImage: docker.io/apache/camel-k:2.3.0
 createdAt: 2024-02-16T10:30:52Z
 description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
   with serverless superpowers.
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index f51153756..1fe74a65a 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
// Version --
-   Version = "2.3.0-SNAPSHOT"
+   Version = "2.3.0"
 
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.8.1"
diff --git a/script/Makefile b/script/Makefile
index 53dc3d43f..5dc8ddf5c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,7 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.3.0-SNAPSHOT
+VERSION ?= 2.3.0
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
 LAST_RELEASED_VERSION ?= 2.2.0
 DEFAULT_RUNTIME_VERSION := 3.8.1
@@ -85,7 +85,7 @@ STAGING_RUNTIME_REPO :=
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Make sure to use a released tag or empty if you want to get the latest 
development bits
-KAMELET_CATALOG_REPO_TAG := v4.0.1
+KAMELET_CATALOG_REPO_TAG := v4.4.1
 
 # When performing integration tests, it is not necessary to always execute 
build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build 
has already taken place.



[I] Update multi-arch release page description [camel-k]

2024-04-02 Thread via GitHub


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

   ### Requirement
   
   We have now this:
   
   "To test ARM64 architecture, download the client for your OS and run:"
   
   We probably need to remove and adjust to the last changes.
   
   ### Problem
   
   s
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

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



Re: [PR] feat: set package log level with logging trait [camel-k]

2024-04-02 Thread via GitHub


claudio4j closed pull request #5279: feat: set package log level with logging 
trait
URL: https://github.com/apache/camel-k/pull/5279


-- 
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] feat: Camel K sourceless springboot runtime [camel-website]

2024-04-02 Thread via GitHub


squakez commented on PR #1168:
URL: https://github.com/apache/camel-website/pull/1168#issuecomment-2032168300

   cc @jamesnetherton I've removed the camel quarkus main branch to see how it 
goes. Mind that if we proceed with this, it would remove the publishing of the 
whole `main` from the Camel doc website.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch release-2.3.x updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit c572b525d8a66ed6826e38d0f74f9d4ac107b011
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 16:08:37 2024 +0200

[maven-release-plugin] prepare for next development iteration
---
 java/crds/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 3237af7c5..206da56fd 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -25,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0
+  2.3.1-SNAPSHOT
   jar
 
   
@@ -61,7 +61,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k.git
 https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary
-camel-k-crds-2.3.0
+camel-k-project-1.10.0
   
 
   



(camel-k) annotated tag camel-k-crds-2.3.0 created (now 6f2aa279c)

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

pcongiusti pushed a change to annotated tag camel-k-crds-2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 6f2aa279c (tag)
 tagging 49e2ead938e3da1463aa3cbeaaadd84a5fd56d27 (commit)
 replaces camel-k-crds-1.12.0
  by Pasquale Congiusti
  on Tue Apr 2 16:08:32 2024 +0200

- Log -
[maven-release-plugin] copy for tag camel-k-crds-2.3.0
---

No new revisions were added by this update.



(camel-k) branch release-2.3.x updated: [maven-release-plugin] prepare release camel-k-crds-2.3.0

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 49e2ead93 [maven-release-plugin] prepare release camel-k-crds-2.3.0
49e2ead93 is described below

commit 49e2ead938e3da1463aa3cbeaaadd84a5fd56d27
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 16:08:28 2024 +0200

[maven-release-plugin] prepare release camel-k-crds-2.3.0
---
 java/crds/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 7eca799c9..3237af7c5 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -25,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0-SNAPSHOT
+  2.3.0
   jar
 
   
@@ -61,7 +61,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k.git
 https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary
-camel-k-project-1.10.0
+camel-k-crds-2.3.0
   
 
   



Re: [PR] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton commented on code in PR #5938:
URL: https://github.com/apache/camel-quarkus/pull/5938#discussion_r1547966220


##
integration-tests/kudu/pom.xml:
##
@@ -30,6 +30,13 @@
 Camel Quarkus :: Integration Tests :: Kudu
 Integration tests for Camel Quarkus Kudu 
extension
 
+
+
+java.base/java.net=ALL-UNNAMED
+--add-opens ${opens}
+
-J--add-opens=${opens}

Review Comment:
   Just the test. The issue is with container based testing.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch release-2.3.x updated (4eacaa53e -> c39a87e90)

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

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


 discard 4eacaa53e [maven-release-plugin] prepare release camel-k-crds-2.3.0

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release-2.3.x (c39a87e90)
\
 O -- O -- O   (4eacaa53e)

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

No new revisions were added by this update.

Summary of changes:
 java/crds/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



Re: [PR] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


zhfeng commented on code in PR #5938:
URL: https://github.com/apache/camel-quarkus/pull/5938#discussion_r1547957592


##
integration-tests/kudu/pom.xml:
##
@@ -30,6 +30,13 @@
 Camel Quarkus :: Integration Tests :: Kudu
 Integration tests for Camel Quarkus Kudu 
extension
 
+
+
+java.base/java.net=ALL-UNNAMED
+--add-opens ${opens}
+
-J--add-opens=${opens}

Review Comment:
   This is only needed for running the test or have to be used for the user's 
application?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch release-2.3.x updated: [maven-release-plugin] prepare release camel-k-crds-2.3.0

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 4eacaa53e [maven-release-plugin] prepare release camel-k-crds-2.3.0
4eacaa53e is described below

commit 4eacaa53e7d36599ce037872f812becb3c213980
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 16:02:14 2024 +0200

[maven-release-plugin] prepare release camel-k-crds-2.3.0
---
 java/crds/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 7eca799c9..3237af7c5 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -25,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0-SNAPSHOT
+  2.3.0
   jar
 
   
@@ -61,7 +61,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k.git
 https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary
-camel-k-project-1.10.0
+camel-k-crds-2.3.0
   
 
   



[PR] [3.8.x] Remove quarkus-cxf-rt-features-logging since it is deprecated (#5937) [camel-quarkus]

2024-04-02 Thread via GitHub


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

   


-- 
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] Upgrade cq-maven-plugin to 4.7.1 [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton commented on PR #5939:
URL: https://github.com/apache/camel-quarkus/pull/5939#issuecomment-2032124865

   > @jamesnetherton I suppose it is `4.7.1`?
   
   Yes, sorry. I've been making that typo all day. I updated the commit 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-k) 01/01: fix(ci): plugin failure

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

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

commit c39a87e909ae986117d50d35cc89d122104b9917
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 15:56:17 2024 +0200

fix(ci): plugin failure

Closes #5310
---
 java/crds/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 4663845d3..7eca799c9 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
 limitations under the License.
 -->
 
-http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://maven.apache.org/POM/4.0.0;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
   
 org.apache
@@ -142,7 +141,7 @@
   
 attach-sources
 
-  jar
+  jar-no-fork
 
   
 



(camel-k) branch release-2.3.x updated (d248b5488 -> c39a87e90)

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

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


 discard d248b5488 fix(ci): plugin failure
 new c39a87e90 fix(ci): plugin failure

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   (d248b5488)
\
 N -- N -- N   refs/heads/release-2.3.x (c39a87e90)

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


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



(camel-quarkus) branch main updated (c615dca5e8 -> a561d88585)

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

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


from c615dca5e8 Fix docs symbolic link to camel-quarkus-qute.json
 add a561d88585 Remove quarkus-cxf-rt-features-logging since it is 
deprecated (#5937)

No new revisions were added by this update.

Summary of changes:
 extensions/cxf-soap/deployment/pom.xml | 4 
 extensions/cxf-soap/runtime/pom.xml| 4 
 integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml | 4 
 3 files changed, 12 deletions(-)



Re: [PR] Remove quarkus-cxf-rt-features-logging since it is deprecated [camel-quarkus]

2024-04-02 Thread via GitHub


zhfeng merged PR #5937:
URL: https://github.com/apache/camel-quarkus/pull/5937


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) annotated tag camel-k-crds-2.3.0 deleted (was 55f557088)

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

pcongiusti pushed a change to annotated tag camel-k-crds-2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


*** WARNING: tag camel-k-crds-2.3.0 was deleted! ***

   tag was  55f557088

This change permanently discards the following revisions:

 discard c1f06c97f [maven-release-plugin] prepare release camel-k-crds-2.3.0



(camel-k) 01/01: fix(ci): plugin failure

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

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

commit d248b5488f240676b979c2d97b6db74dcfd74638
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 15:56:17 2024 +0200

fix(ci): plugin failure

Closes #5310
---
 java/crds/pom.xml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 4663845d3..d59c0d6c3 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
 limitations under the License.
 -->
 
-http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://maven.apache.org/POM/4.0.0;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
   
 org.apache
@@ -26,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0-SNAPSHOT
+  2.4.0-SNAPSHOT
   jar
 
   
@@ -142,7 +141,7 @@
   
 attach-sources
 
-  jar
+  jar-no-fork
 
   
 



(camel-k) branch release-2.3.x updated (1c50cca1d -> d248b5488)

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

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


 discard 1c50cca1d [maven-release-plugin] prepare for next development iteration
omit c1f06c97f [maven-release-plugin] prepare release camel-k-crds-2.3.0
 new d248b5488 fix(ci): plugin failure

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   (1c50cca1d)
\
 N -- N -- N   refs/heads/release-2.3.x (d248b5488)

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


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



[I] Java CRDs plugin error [camel-k]

2024-04-02 Thread via GitHub


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

   ### What happened?
   
   ```
   [INFO] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) 
on project camel-k-crds: Presumably you have configured maven-source-plugn to 
execute twice times in your build. You have to configure a classifier for at 
least on of them. -> [Help 1]
   ```
   
   ### Steps to reproduce
   
   _No response_
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

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



Re: [PR] Fix docs symbolic link to camel-quarkus-qute.json [camel-quarkus]

2024-04-02 Thread via GitHub


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


-- 
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) branch main updated: Fix docs symbolic link to camel-quarkus-qute.json

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c615dca5e8 Fix docs symbolic link to camel-quarkus-qute.json
c615dca5e8 is described below

commit c615dca5e86a482329d7008fa02ab024675fdf8c
Author: James Netherton 
AuthorDate: Tue Apr 2 14:40:21 2024 +0100

Fix docs symbolic link to camel-quarkus-qute.json
---
 docs/modules/ROOT/examples/json/camel-quarkus-qute.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/examples/json/camel-quarkus-qute.json 
b/docs/modules/ROOT/examples/json/camel-quarkus-qute.json
index 26e978f13a..084132803a 12
--- a/docs/modules/ROOT/examples/json/camel-quarkus-qute.json
+++ b/docs/modules/ROOT/examples/json/camel-quarkus-qute.json
@@ -1 +1 @@
-../../../../../extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json
\ No newline at end of file
+../../../../../extensions/qute/component/src/generated/resources/META-INF/org/apache/camel/component/qute/qute.json
\ No newline at end of file



[PR] Fix docs symbolic link to camel-quarkus-qute.json [camel-quarkus]

2024-04-02 Thread via GitHub


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

   (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



(camel-k) annotated tag camel-k-crds-2.3.0 created (now 55f557088)

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

pcongiusti pushed a change to annotated tag camel-k-crds-2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 55f557088 (tag)
 tagging c1f06c97f2925438384831a3dddbc7b1da48c047 (commit)
 replaces camel-k-crds-1.12.0
  by Pasquale Congiusti
  on Tue Apr 2 15:30:03 2024 +0200

- Log -
[maven-release-plugin] copy for tag camel-k-crds-2.3.0
---

No new revisions were added by this update.



(camel-k) branch release-2.3.x updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 1c50cca1d [maven-release-plugin] prepare for next development iteration
1c50cca1d is described below

commit 1c50cca1db796db2e5e36894ca276cdf40eb4df6
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 15:30:07 2024 +0200

[maven-release-plugin] prepare for next development iteration
---
 java/crds/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index a79ffcb7d..9a0a79277 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -25,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0
+  2.4.0-SNAPSHOT
   jar
 
   
@@ -61,7 +61,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k.git
 https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary
-camel-k-crds-2.3.0
+camel-k-project-1.10.0
   
 
   



(camel-k) branch release-2.3.x updated: [maven-release-plugin] prepare release camel-k-crds-2.3.0

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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new c1f06c97f [maven-release-plugin] prepare release camel-k-crds-2.3.0
c1f06c97f is described below

commit c1f06c97f2925438384831a3dddbc7b1da48c047
Author: Pasquale Congiusti 
AuthorDate: Tue Apr 2 15:29:58 2024 +0200

[maven-release-plugin] prepare release camel-k-crds-2.3.0
---
 java/crds/pom.xml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 4663845d3..a79ffcb7d 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
 limitations under the License.
 -->
 
-http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://maven.apache.org/POM/4.0.0;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
   
 org.apache
@@ -26,7 +25,7 @@
   4.0.0
   org.apache.camel.k
   camel-k-crds
-  2.3.0-SNAPSHOT
+  2.3.0
   jar
 
   
@@ -62,7 +61,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k.git
 https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary
-camel-k-project-1.10.0
+camel-k-crds-2.3.0
   
 
   



(camel-k) branch main updated (f06b03d28 -> 8c04336e0)

2024-04-02 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 f06b03d28 feat(traits): logging refactoring
 add 8c04336e0 chore: starting release branch for release-2.3.x

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nightly-automatic-updates.yml | 2 +-
 .github/workflows/nightly-release.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



(camel-k) branch release-2.3.x created (now 8c04336e0)

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

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


  at 8c04336e0 chore: starting release branch for release-2.3.x

No new revisions were added by this update.



Re: [PR] feat: set package log level with logging trait [camel-k]

2024-04-02 Thread via GitHub


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

   > [quarkus logging](https://quarkus.io/guides/logging#logging-categories) 
accepts regular properties, like 
`quarkus.log.category."org.apache.kafka.clients".level=INFO`, but it requires 
changes in the camel-k-runtime anyway. If this category level is not relevant 
for 2.3, we can postpone it.
   
   Yes please. Feel free to do the required changes in the runtime.


-- 
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] Reinstate Kudu tablet server host resolution workaround [camel-quarkus]

2024-04-02 Thread via GitHub


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

   Relates to #1206.


-- 
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] feat: set package log level with logging trait [camel-k]

2024-04-02 Thread via GitHub


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

   [quarkus logging](https://quarkus.io/guides/logging#logging-categories) 
accepts regular properties, like 
`quarkus.log.category."org.apache.kafka.clients".level=INFO`, but it requires 
changes in the camel-k-runtime anyway.
   If this category level is not relevant for 2.3, we can postpone 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: [I] Camel 4.5 : create the langchain-chat and lancghain-embeddings extensions [camel-quarkus]

2024-04-02 Thread via GitHub


zbendhiba commented on issue #5923:
URL: https://github.com/apache/camel-quarkus/issues/5923#issuecomment-2031869253

   yes thanks @spatnity 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] Camel 4.5 : create the langchain-chat and lancghain-embeddings extensions [camel-quarkus]

2024-04-02 Thread via GitHub


spatnity commented on issue #5923:
URL: https://github.com/apache/camel-quarkus/issues/5923#issuecomment-2031863820

   Hi @zbendhiba, I'd like to work on this.Could you please assign it to me?


-- 
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] feat: Camel K sourceless springboot runtime [camel-website]

2024-04-02 Thread via GitHub


apupier commented on code in PR #1168:
URL: https://github.com/apache/camel-website/pull/1168#discussion_r1547735763


##
content/blog/2024/04/sourceless-ck-springboot/index.md:
##
@@ -0,0 +1,133 @@
+---
+title: "Camel K runtimes with Knative"
+date: 2024-04-02
+draft: false
+authors: [squakez]
+categories: ["Camel K", "Howtos"]
+preview: "Build an external Camel application and run Camel Springboot runtime 
via Camel K as a Knative Service."
+---
+
+In the last 2.2.0 version release, Camel K added an interesting feature that 
gave the users the possibility to build their Camel application externally and 
run via the operator with certain limitations. In this blog we're trying to 
analyze those limitations and provide some example that will show you how to 
possibly leverage this feature.
+
+## What is a "sourceless" Integration?
+
+With a great effort of creativity (sarcasm), we have named this feature as 
**"sourceless" Integration**. The idea is that these kind of Integrations don't 
come with a source code as it happens with the regular Camel K Integrations 
because they have been built externally. Everything is already bundled into a 
container image. The operator cannot inspect the source code in order to 
perform certain operations (mostly build-time operations), however it can still 
offer its capability of deployment and monitoring. This is an example of these 
Integrations:
+
+```yaml
+apiVersion: camel.apache.org/v1
+kind: Integration
+metadata:
+  annotations:
+camel.apache.org/operator.id: camel-k
+  name: test
+spec:
+  traits:
+container:
+  image: docker.io/my-org/my-camel-app:1.0.0
+```
+
+See more detail in the official [Camel K runtimes 
documentation](/camel-k/next/running/camel-runtimes.html). The nice thing is 
that with this approach you will be able to run **Camel Quarkus**, **Camel 
Springboot** and **Camel Main** runtimes from Camel K operator.
+
+## How to run it
+
+A **sourceless Integration** is built by the user. The operator does not care 
how this is built. What it needs to know is the final container image. Let's 
see an example in action in order to show how the Camel K operator will be able 
to leverage at least "deployment" traits and simplify certain operational 
aspects on Kubernetes. The list of trait you can use is available in [Camel K 
runtimes documentation](/camel-k/next/running/camel-runtimes.html).
+
+We will build a simple REST Camel application and we want to leverage 
**Knative** in order to **scale to 0** if no traffic happens on the route. 
Without the Camel K operator, you'd be needed to manage all the Knative 
resources on your own. The operator will instead do all the heavy lift for you.
+
+In order to prototype the application locally we'll use **Camel JBang** and 
when we're happy we'll be publishing this into the container registry used by 
Camel K operator.
+
+> The entire building and publishing process can be substituted by a more 
formal CICD process. For simplicity reason we're preferred the local 
prototyping approach.
+
+### Create the application
+
+Let's create a Java application with a single endpoint:
+
+```java
+import org.apache.camel.builder.RouteBuilder;
+
+public class PlatformHttpServer extends RouteBuilder {
+  @Override
+  public void configure() throws Exception {
+from("platform-http:/hello?httpMethodRestrict=GET").setBody(simple("Hello 
${header.name}"));
+  }
+}
+```
+
+Thanks to Camel JBang, we can quickly run it locally and validate the 
prototype:
+
+```
+camel run PlatformHttpServer.java
+```
+
+In a separate shell:
+
+```
+$ curl localhost:8080/hello --header 'name: world'
+Hello world
+```
+
+It works good enough to proceed to next step.
+
+### Publish the application
+
+Let's leverage the Camel JBang capabilities now to export the application in 
our runtime of choice, say, Camel Springboot:

Review Comment:
   ```suggestion
   Let's leverage the Camel JBang capabilities now to export the application in 
our runtime of choice, say, Camel Spring Boot:
   ```



##
content/blog/2024/04/sourceless-ck-springboot/index.md:
##
@@ -0,0 +1,133 @@
+---
+title: "Camel K runtimes with Knative"
+date: 2024-04-02
+draft: false
+authors: [squakez]
+categories: ["Camel K", "Howtos"]
+preview: "Build an external Camel application and run Camel Springboot runtime 
via Camel K as a Knative Service."
+---
+
+In the last 2.2.0 version release, Camel K added an interesting feature that 
gave the users the possibility to build their Camel application externally and 
run via the operator with certain limitations. In this blog we're trying to 
analyze those limitations and provide some example that will show you how to 
possibly leverage this feature.
+
+## What is a "sourceless" Integration?
+
+With a great effort of creativity (sarcasm), we have named this feature as 
**"sourceless" Integration**. The idea is that these kind of Integrations don't 
come with a source code as it happens with 

[PR] Remove quarkus-cxf-rt-features-logging since it is deprecated [camel-quarkus]

2024-04-02 Thread via GitHub


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

   


-- 
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] feat: Camel K sourceless springboot runtime [camel-website]

2024-04-02 Thread via GitHub


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

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [PR] feat: set package log level with logging trait [camel-k]

2024-04-02 Thread via GitHub


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

   The PR will be updated shortly.


-- 
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] feat: set package log level with logging trait [camel-k]

2024-04-02 Thread via GitHub


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

   @claudio4j @realMartinez the new logging is now enabled in `main`. Please, 
rebase and adjust the logic to the new model. If you can do in a few hour we 
will be able to include this feature in 2.3, otherwise will defer to 2.4, I 
think this one is not a critical feature.


-- 
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] feat(traits): logging refactoring [camel-k]

2024-04-02 Thread via GitHub


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



(camel-k) branch main updated: feat(traits): logging refactoring

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f06b03d28 feat(traits): logging refactoring
f06b03d28 is described below

commit f06b03d28bf6ad0f43103107db5246e1e4a8643b
Author: Pasquale Congiusti 
AuthorDate: Fri Mar 22 10:45:30 2024 +0100

feat(traits): logging refactoring
---
 e2e/advanced/platform_traits_test.go |  11 
 pkg/trait/logging.go |  39 -
 pkg/trait/logging_test.go| 110 ---
 3 files changed, 61 insertions(+), 99 deletions(-)

diff --git a/e2e/advanced/platform_traits_test.go 
b/e2e/advanced/platform_traits_test.go
index 662d1f4e1..56e9a7689 100644
--- a/e2e/advanced/platform_traits_test.go
+++ b/e2e/advanced/platform_traits_test.go
@@ -59,18 +59,7 @@ func TestTraitOnIntegrationPlatform(t *testing.T) {
g.Eventually(IntegrationPodPhase(t, ctx, ns, name), 
TestTimeoutLong).Should(Equal(corev1.PodRunning))
g.Eventually(IntegrationConditionStatus(t, ctx, ns, 
name, v1.IntegrationConditionReady), 
TestTimeoutShort).Should(Equal(corev1.ConditionTrue))
g.Eventually(IntegrationLogs(t, ctx, ns, name), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
-
g.Expect(IntegrationPod(t, ctx, ns, 
name)().Spec.Containers[0].Name).To(BeEquivalentTo(containerTestName))
-
-   found := false
-   for _, env := range IntegrationPod(t, ctx, ns, 
name)().Spec.Containers[0].Env {
-   if env.Name == "QUARKUS_LOG_LEVEL" {
-   
g.Expect(env.Value).To(BeEquivalentTo("DEBUG"))
-   found = true
-   break
-   }
-   }
-   g.Expect(found).To(BeTrue(), "Can't find 
QUARKUS_LOG_LEVEL ENV variable")
g.Eventually(IntegrationLogs(t, ctx, ns, name), 
TestTimeoutShort).Should(ContainSubstring("DEBUG"))
 
g.Expect(Kamel(t, ctx, "delete", "--all", "-n", 
ns).Execute()).To(Succeed())
diff --git a/pkg/trait/logging.go b/pkg/trait/logging.go
index 97b028b85..00d26369c 100644
--- a/pkg/trait/logging.go
+++ b/pkg/trait/logging.go
@@ -61,6 +61,17 @@ func (l loggingTrait) Configure(e *Environment) (bool, 
*TraitCondition, error) {
 }
 
 func (l loggingTrait) Apply(e *Environment) error {
+   if e.CamelCatalog.Runtime.Capabilities["logging"].RuntimeProperties != 
nil {
+   l.setCatalogConfiguration(e)
+   } else {
+   l.setEnvConfiguration(e)
+   }
+
+   return nil
+}
+
+// Deprecated: to be removed in future release in favor of func 
setCatalogConfiguration().
+func (l loggingTrait) setEnvConfiguration(e *Environment) {
envvar.SetVal(, envVarQuarkusLogLevel, l.Level)
 
if l.Format != "" {
@@ -80,6 +91,32 @@ func (l loggingTrait) Apply(e *Environment) error {
envvar.SetVal(, envVarQuarkusConsoleColor, 
True)
}
}
+}
 
-   return nil
+func (l loggingTrait) setCatalogConfiguration(e *Environment) {
+   if e.ApplicationProperties == nil {
+   e.ApplicationProperties = make(map[string]string)
+   }
+   e.ApplicationProperties["camel.k.logging.level"] = l.Level
+   if l.Format != "" {
+   e.ApplicationProperties["camel.k.logging.format"] = l.Format
+   }
+   if pointer.BoolDeref(l.JSON, false) {
+   e.ApplicationProperties["camel.k.logging.json"] = True
+   if pointer.BoolDeref(l.JSONPrettyPrint, false) {
+   
e.ApplicationProperties["camel.k.logging.jsonPrettyPrint"] = True
+   }
+   } else {
+   // If the trait is false OR unset, we default to false.
+   e.ApplicationProperties["camel.k.logging.json"] = False
+   if pointer.BoolDeref(l.Color, true) {
+   e.ApplicationProperties["camel.k.logging.color"] = True
+   }
+   }
+
+   for _, cp := range 
e.CamelCatalog.Runtime.Capabilities["logging"].RuntimeProperties {
+   if CapabilityPropertyKey(cp.Value, e.ApplicationProperties) != 
"" {
+   e.ApplicationProperties[CapabilityPropertyKey(cp.Key, 
e.ApplicationProperties)] = cp.Value
+   }
+   }
 }
diff --git a/pkg/trait/logging_test.go b/pkg/trait/logging_test.go
index 0947cb132..507cb2b46 100644
--- a/pkg/trait/logging_test.go
+++ b/pkg/trait/logging_test.go
@@ -117,101 +117,37 @@ func TestEmptyLoggingTrait(t *testing.T) {
assert.NotEmpty(t, conditions)
assert.NotEmpty(t, env.ExecutedTraits)
 
-   quarkusConsoleColor := false
-

Re: [PR] Platform choice for aarch64 is incorrect [camel-k]

2024-04-02 Thread via GitHub


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

   Failing in 
   
   * TestKameletFromCustomRepository 
   * TestSyntheticIntegrationFromDeployment
   
   ### TestKameletFromCustomRepository
   
   ```
   dump.go:337: > 
{"level":"info","ts":"2024-04-02T09:07:08Z","logger":"camel-k.controller.integration","msg":"State
 
transition","request-namespace":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668","request-name":"timer-custom-kamelet-integration","api-version":"camel.apache.org/v1","kind":"Integration","ns":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668","name":"timer-custom-kamelet-integration","phase-from":"Initialization","phase-to":"Error"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T09:07:08Z","logger":"camel-k.controller.integration","msg":"Integration
 
error","request-namespace":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668","request-name":"timer-custom-kamelet-integration","api-version":"camel.apache.org/v1","kind":"Integration","ns":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668","name":"timer-custom-kamelet-integration","reason":"InitializationFailed","error-message":"error
 during trait customization: kamelets trait execution failed: Get 
\"[https://api.github.com/repos/squakez/ck-kamelet-test-repo/contents/kamelets\](https://api.github.com/repos/squakez/ck-kamelet-test-repo/contents/kamelets/)":
 dial tcp 140.82.112.6:443: i/o timeout"}
 dump.go:337: > 
{"level":"error","ts":"2024-04-02T09:07:08Z","msg":"Reconciler 
error","controller":"integration-controller","controllerGroup":"camel.apache.org","controllerKind":"Integration","Integration":{"name":"timer-custom-kamelet-integration","namespace":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668"},"namespace":"test-4c80bbc4-66ca-46d8-a4a2-130225b98668","name":"timer-custom-kamelet-integration","reconcileID":"49f96865-f3a1-49dc-aed1-4daebe64a364","error":"error
 during trait customization: kamelets trait execution failed: Get 
\"[https://api.github.com/repos/squakez/ck-kamelet-test-repo/contents/kamelets\](https://api.github.com/repos/squakez/ck-kamelet-test-repo/contents/kamelets/)":
 dial tcp 140.82.112.6:443: i/o 
timeout","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsigs.k8s.io/controller-runtime@v0.15.2/pkg/internal/controller/controller.go:324\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Contro
 
ller).processNextWorkItem\n\tsigs.k8s.io/controller-runtime@v0.15.2/pkg/internal/controller/controller.go:265
   ```
   
   ### TestSyntheticIntegrationFromDeployment
   
   ```
   dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:10Z","logger":"camel-k.controller.integration","msg":"First
 readiness after 
20s","request-namespace":"default","request-name":"timer-source","ready-after":20,"api-version":"","kind":"","ns":"default","name":"timer-source"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:21Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:21Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:22Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:22Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:22Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:24Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 
{"level":"info","ts":"2024-04-02T08:58:25Z","logger":"camel-k.controller.integration","msg":"Ignoring
 request because resource is not assigned to current 
operator","request-namespace":"test-345fddcb-c51d-4a3a-b615-3edd6aeb94d3","request-name":"my-it"}
 dump.go:337: > 

Re: [PR] CAMEL-19535 - camel-master: replace Thread.sleep in tests. [camel]

2024-04-02 Thread via GitHub


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

   :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-19535 - camel-master: replace Thread.sleep in tests. [camel]

2024-04-02 Thread via GitHub


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

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] beanio extension metadata is not up to date [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton closed issue #5803: beanio extension metadata is not up to date
URL: https://github.com/apache/camel-quarkus/issues/5803


-- 
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] Kamelet tests fail at build time due to StackOverflowError [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton closed issue #5849: Kamelet tests fail at build time due to 
StackOverflowError
URL: https://github.com/apache/camel-quarkus/issues/5849


-- 
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] Observability example project fails to compile. Cannot find symbol method getUptimeMillis() [camel-quarkus]

2024-04-02 Thread via GitHub


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

   I took care of this in 
https://github.com/apache/camel-quarkus-examples/pull/205.


-- 
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] Catalog throws IllegalArgumentException: Unexpected kind model [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton closed issue #5893: Catalog throws IllegalArgumentException: 
Unexpected kind model
URL: https://github.com/apache/camel-quarkus/issues/5893


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] [camel-main] Mongodb upgrade from Camel is not aligned to Quarkus [camel-quarkus]

2024-04-02 Thread via GitHub


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

   Lets close this for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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



Re: [I] [camel-main] Mongodb upgrade from Camel is not aligned to Quarkus [camel-quarkus]

2024-04-02 Thread via GitHub


jamesnetherton closed issue #5895: [camel-main] Mongodb upgrade from Camel is 
not aligned to Quarkus
URL: https://github.com/apache/camel-quarkus/issues/5895


-- 
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   >