Re: [PR] Bump opentelemetry-version from 1.34.1 to 1.35.0 [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



(camel) branch dependabot/maven/opentelemetry-version-1.35.0 created (now 67239430c4d)

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

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


  at 67239430c4d Bump opentelemetry-version from 1.34.1 to 1.35.0

No new revisions were added by this update.



[PR] Bump opentelemetry-version from 1.34.1 to 1.35.0 [camel]

2024-02-13 Thread via GitHub


dependabot[bot] opened a new pull request, #13114:
URL: https://github.com/apache/camel/pull/13114

   Bumps `opentelemetry-version` from 1.34.1 to 1.35.0.
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.34.1 to 1.35.0
   
   Release notes
   Sourced from https://github.com/open-telemetry/opentelemetry-java/releases;>io.opentelemetry:opentelemetry-sdk-testing's
 releases.
   
   Version 1.35.0
   NOTE: The opentelemetry-exporter-jaeger and 
opentelemetry-exporter-jaeger-thift artifacts have stopped being 
published. Jaeger has https://opentelemetry.io/blog/2022/jaeger-native-otlp/;>native support 
for OTLP, and users should export to jaeger using https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies;>OTLP
 instead.
   API
   Incubator
   
   Add Span#addLink, for adding a link after span start (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6084;>#6084)
   
   SDK
   Traces
   
   Bugfix: Ensure span status cannot be updated after set to StatusCode.OK 
(https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6209;>#6209
   
   Metrics
   
   Reusable memory Mode: Adding support for exponential histogram 
aggregation (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6058;>#6058,
 https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6136;>#6136)
   Reusable memory mode: Adding support for explicit histogram aggregation 
(https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6153;>#6153)
   Reusable memory mode: Adding support for sum aggregation (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6182;>#6182)
   Reusable memory mode: Adding support for last value aggregation (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6196;>#6196)
   
   Exporters
   
   Recreate / fix graal issue detecting RetryPolicy class (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6139;>#6139,
 https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6134;>#6134)
   Restore prometheus metric name mapper tests, fix regressions (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6138;>#6138)
   WARNING: Remove jaeger exporters (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6119;>#6119)
   Update dependency io.zipkin.reporter2:zipkin-reporter-bom 
to 3.2.1. Note: 
ZipkinSpanExporterBuilder#setEncoder(zipkin2.codec.BytesEncoder) 
has been deprecated in favor of 
ZipkinSpanExporterBuilder#setEncoder(zipkin2.reporter.BytesEncoder).
 ZipkinSpanExporterBuilder#setSender(zipkin2.reporter.Sender) has 
been deprecated in favor of 
ZipkinSpanExporterBuilder#setSender(zipkin2.reporter.BytesMessageSender).
 (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6129;>#6129,
 https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6151;>#6151)
   Include trace flags in otlp marshaller (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6167;>#6167)
   Add Compressor SPI support to OtlpGrpc{Signal}Exporters (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6103;>#6103)
   Allow Prometheus exporter to add resource attributes to metric 
attributes (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6179;>#6179)
   
   Extension
   
   Autoconfigure accepts encoded header values for OTLP exporters (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6164;>#6164)
   
   Incubator
   
   Align file configuration with latest changes to spec (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6088;>#6088)
   
   Tooling
   
   Stop including old artifacts in bom (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6157;>#6157)
   Define CODECOV token (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6186;>#6186)
   
    Thank you
   This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:
   https://github.com/apederson94;>@​apederson94
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md;>io.opentelemetry:opentelemetry-sdk-testing's
 changelog.
   
   Version 1.35.0 (2024-02-09)
   NOTE: The opentelemetry-exporter-jaeger and 
opentelemetry-exporter-jaeger-thift artifacts
   have stopped being published. Jaeger
   has https://opentelemetry.io/blog/2022/jaeger-native-otlp/;>native 
support for OTLP, and users
   should export to jaeger
   using https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies;>OTLP
   instead.
   API
   Incubator
   
   Add Span#addLink, for adding a link after span start
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6084;>#6084)
   
   SDK
   Traces
   
   Bugfix: Ensure span status cannot be updated after set to StatusCode.OK
   

Re: [PR] Bump aws-java-sdk2-version from 2.24.1 to 2.24.2 [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



Re: [PR] Bump aws-java-sdk2-version from 2.24.1 to 2.24.2 [camel]

2024-02-13 Thread via GitHub


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

   /component-test aws


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

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

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



[PR] [3.2.x] Backports [camel-quarkus]

2024-02-13 Thread via GitHub


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

   (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) branch dependabot/maven/aws-java-sdk2-version-2.24.2 created (now 1b45169f70b)

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

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


  at 1b45169f70b Bump aws-java-sdk2-version from 2.24.1 to 2.24.2

No new revisions were added by this update.



Re: [PR] Bump aws-java-sdk2-version from 2.24.1 to 2.24.2 [camel]

2024-02-13 Thread via GitHub


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

   :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] Bump aws-java-sdk2-version from 2.24.1 to 2.24.2 [camel]

2024-02-13 Thread via GitHub


dependabot[bot] opened a new pull request, #13113:
URL: https://github.com/apache/camel/pull/13113

   Bumps `aws-java-sdk2-version` from 2.24.1 to 2.24.2.
   Updates `software.amazon.awssdk:sqs` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:kinesis` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:s3` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:sns` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:cloudwatch` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:ec2` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:eventbridge` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:iam` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:kms` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:lambda` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:secretsmanager` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:sts` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:dynamodb` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:config` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:apache-client` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:athena` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:cloudtrail` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:ecs` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:eks` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:netty-nio-client` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:firehose` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:kafka` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:mq` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:redshiftdata` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:ses` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:sfn` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:timestreamquery` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:timestreamwrite` from 2.24.1 to 2.24.2
   
   Updates `software.amazon.awssdk:translate` from 2.24.1 to 2.24.2
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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] Extend keytool-maven-plugin generated certificate validity [camel-quarkus]

2024-02-13 Thread via GitHub


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

   (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] CAMEL-20418: camel-core - Log EIP should only use source line:name if… [camel]

2024-02-13 Thread via GitHub


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

   :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-20418: camel-core - Log EIP should only use source line:name if… [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



(camel) 01/01: CAMEL-20418: camel-core - Log EIP should only use source line:name if enabled

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

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

commit a2eb844d5d8d4e02324b91f5fb3d1485d2258771
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 06:58:57 2024 +0100

CAMEL-20418: camel-core - Log EIP should only use source line:name if 
enabled
---
 .../src/main/docs/modules/eips/pages/log-eip.adoc | 11 +++
 .../src/main/java/org/apache/camel/reifier/LogReifier.java|  7 ++-
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
index eb39dd5dfe4..7936d4e8f4b 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
@@ -92,7 +92,7 @@ from("file://target/files")
 .to("bean:foo");
 
 
-In Spring DSL it is also easy to use log DSL as shown below:
+In XML DSL it is also easy to use log DSL as shown below:
 [source,xml]
 
 
@@ -131,10 +131,10 @@ It is possible to reference an existing logger instance. 
For example:
 
 === Configuring logging name
 
-The log message will be logged at `INFO` level using the route id as the 
logger name.
-So for example if you have not assigned an id to the route, then Camel will 
use `route-1`, `route-2` as the logger name.
+The log message will be logged at `INFO` level using the route id as the 
logger name (or source name:line if source location is enabled, see TIP below).
+So for example, if you have not assigned an id to the route, then Camel will 
use `route-1`, `route-2` as the logger name.
 
-For example to use "fooRoute" as the route id, you can do:
+To use "fooRoute" as the route id, you can do:
 
 [source,java]
 
@@ -154,6 +154,9 @@ And in XML:
 
 
 
+TIP: If you enable `sourceLocationEnabled=true` on `CamelContext` then Camel 
will use source file:line as logger name,
+instead of the route id. This is for example what `camel-jbang` do, to make it 
easy to see where in the source code the log is located.
+
  Using custom logger from the Registry
 
 If the Log EIP has not been configured with a specific logger to use,
diff --git 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/LogReifier.java
 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/LogReifier.java
index a1744b48135..93dd053d2bb 100644
--- 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/LogReifier.java
+++ 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/LogReifier.java
@@ -76,7 +76,12 @@ public class LogReifier extends 
ProcessorReifier {
 }
 }
 if (name == null) {
-name = getLineNumberLoggerName(definition);
+if (camelContext.isSourceLocationEnabled()) {
+name = getLineNumberLoggerName(definition);
+if (name != null) {
+LOG.debug("LogName is not configured, using source 
location as logName: {}", name);
+}
+}
 if (name == null) {
 name = route.getRouteId();
 LOG.debug("LogName is not configured, using route id as 
logName: {}", name);



(camel) branch logname created (now a2eb844d5d8)

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

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


  at a2eb844d5d8 CAMEL-20418: camel-core - Log EIP should only use source 
line:name if enabled

This branch includes the following new commits:

 new a2eb844d5d8 CAMEL-20418: camel-core - Log EIP should only use source 
line:name if enabled

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




Re: [PR] Bump micrometer-tracing-version from 1.2.2 to 1.2.3 [camel]

2024-02-13 Thread via GitHub


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

   :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] Bump micrometer-tracing-version from 1.2.2 to 1.2.3 [camel]

2024-02-13 Thread via GitHub


dependabot[bot] opened a new pull request, #13111:
URL: https://github.com/apache/camel/pull/13111

   Bumps `micrometer-tracing-version` from 1.2.2 to 1.2.3.
   Updates `io.micrometer:micrometer-tracing` from 1.2.2 to 1.2.3
   
   Release notes
   Sourced from https://github.com/micrometer-metrics/tracing/releases;>io.micrometer:micrometer-tracing's
 releases.
   
   1.2.3
   :lady_beetle: Bug Fixes
   
   Spring Boot 3.2.1 misbehave with micrometer-tracing-bridge-brave:1.2.1 
https://redirect.github.com/micrometer-metrics/tracing/issues/504;>#504
   OpenTelemetry and tagged baggage does not create a tag https://redirect.github.com/micrometer-metrics/tracing/issues/375;>#375
   
   :hammer: Dependency Upgrades
   
   Upgrade to Micrometer 1.12.3 and Context Propagation 1.1.1 https://redirect.github.com/micrometer-metrics/tracing/issues/583;>#583
   Bump testcontainers from 1.19.4 to 1.19.5 https://redirect.github.com/micrometer-metrics/tracing/pull/578;>#578
   Bump org.junit:junit-bom from 5.10.1 to 5.10.2 https://redirect.github.com/micrometer-metrics/tracing/pull/570;>#570
   Bump com.gradle.enterprise from 3.16.1 to 3.16.2 https://redirect.github.com/micrometer-metrics/tracing/pull/554;>#554
   Bump testcontainers from 1.19.3 to 1.19.4 https://redirect.github.com/micrometer-metrics/tracing/pull/553;>#553
   Bump me.champeau.jmh:jmh-gradle-plugin from 0.7.1 to 0.7.2 https://redirect.github.com/micrometer-metrics/tracing/pull/552;>#552
   Bump io.spring.ge.conventions from 0.0.14 to 0.0.15 https://redirect.github.com/micrometer-metrics/tracing/pull/542;>#542
   Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.40 to 
0.0.41 https://redirect.github.com/micrometer-metrics/tracing/pull/525;>#525
   Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.40 to 
0.0.41 https://redirect.github.com/micrometer-metrics/tracing/pull/524;>#524
   Bump io.projectreactor:reactor-bom from 2022.0.14 to 2022.0.15 https://redirect.github.com/micrometer-metrics/tracing/pull/523;>#523
   
   :memo: Tasks
   
   Remove unused OTel Logging Exporter dependency https://redirect.github.com/micrometer-metrics/tracing/issues/562;>#562
   
   
   
   
   Commits
   
   https://github.com/micrometer-metrics/tracing/commit/457f2f2d6be790a3eee68f3f7b4b4dd6c87270de;>457f2f2
 Upgrade to Micrometer 1.12.3 and Context Propagation 1.1.1
   https://github.com/micrometer-metrics/tracing/commit/41f1ae255f4fb72c62fb2f06e7bf5e68a4ffb25a;>41f1ae2
 Merge branch '1.1.x' into 1.2.x
   https://github.com/micrometer-metrics/tracing/commit/43850c33372a05fdf084c6cc113b4ee96c0eb9b0;>43850c3
 Upgrade to Micrometer 1.11.9
   https://github.com/micrometer-metrics/tracing/commit/085822fca8b08f5fe3b6f09563cb2433ae682c08;>085822f
 Polish
   https://github.com/micrometer-metrics/tracing/commit/21050d2652ebb8b9ba7eaeafaa6822e1022a2fbc;>21050d2
 Merge branch '1.1.x' into 1.2.x
   https://github.com/micrometer-metrics/tracing/commit/f9f7b184f915347d3f09c0142383ad4040fe4335;>f9f7b18
 Bump testcontainers from 1.19.4 to 1.19.5 (https://redirect.github.com/micrometer-metrics/tracing/issues/576;>#576)
   https://github.com/micrometer-metrics/tracing/commit/41fbed403635aa8cf8f848ba2644d8412ab38409;>41fbed4
 Merge branch '1.1.x' into 1.2.x
   https://github.com/micrometer-metrics/tracing/commit/a20220ab34c3adaa940ffbf3e83b21a70f5199f4;>a20220a
 Merge branch '1.0.x' into 1.1.x
   https://github.com/micrometer-metrics/tracing/commit/439e5c62a491cbbef1dac75e59d5f6cf41fbd9bc;>439e5c6
 Upgrade to Gradle Wrapper 8.6
   https://github.com/micrometer-metrics/tracing/commit/38bd186fcb67137e6857bc5b7e3f8f929afb2f99;>38bd186
 Merge branch '1.1.x' into 1.2.x
   Additional commits viewable in https://github.com/micrometer-metrics/tracing/compare/v1.2.2...v1.2.3;>compare
 view
   
   
   
   
   Updates `io.micrometer:micrometer-tracing-integration-test` from 1.2.2 to 
1.2.3
   
   Release notes
   Sourced from https://github.com/micrometer-metrics/tracing/releases;>io.micrometer:micrometer-tracing-integration-test's
 releases.
   
   1.2.3
   :lady_beetle: Bug Fixes
   
   Spring Boot 3.2.1 misbehave with micrometer-tracing-bridge-brave:1.2.1 
https://redirect.github.com/micrometer-metrics/tracing/issues/504;>#504
   OpenTelemetry and tagged baggage does not create a tag https://redirect.github.com/micrometer-metrics/tracing/issues/375;>#375
   
   :hammer: Dependency Upgrades
   
   Upgrade to Micrometer 1.12.3 and Context Propagation 1.1.1 https://redirect.github.com/micrometer-metrics/tracing/issues/583;>#583
   Bump testcontainers from 1.19.4 to 1.19.5 https://redirect.github.com/micrometer-metrics/tracing/pull/578;>#578
   Bump org.junit:junit-bom from 5.10.1 to 5.10.2 https://redirect.github.com/micrometer-metrics/tracing/pull/570;>#570
   Bump com.gradle.enterprise from 3.16.1 to 3.16.2 https://redirect.github.com/micrometer-metrics/tracing/pull/554;>#554
   Bump testcontainers from 1.19.3 to 1.19.4 

(camel) branch dependabot/maven/micrometer-tracing-version-1.2.3 created (now ea7cf100f81)

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

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


  at ea7cf100f81 Bump micrometer-tracing-version from 1.2.2 to 1.2.3

No new revisions were added by this update.



(camel-spring-boot) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 23a7ff047ae Regen
23a7ff047ae is described below

commit 23a7ff047ae5aea523222c5b2a4242f4d9e59246
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 06:40:28 2024 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index eededa7fadd..34cf8493496 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -210,22 +210,22 @@
   
 io.micrometer
 micrometer-commons
-1.12.2
+1.12.3
   
   
 io.micrometer
 micrometer-observation
-1.12.2
+1.12.3
   
   
 io.micrometer
 micrometer-registry-jmx
-1.12.2
+1.12.3
   
   
 io.micrometer
 micrometer-registry-prometheus
-1.12.2
+1.12.3
   
   
 io.micrometer



(camel-website) branch new440 updated (5eab5482 -> e2b5cfcc)

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

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


from 5eab5482 Camel 4.4 whats new. WIP
 add e2b5cfcc Camel 4.4 whats new. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/02/camel44-whatsnew/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



(camel-website) branch new440 updated (fcf71b0b -> 5eab5482)

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

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


from fcf71b0b Camel 4.4 whats new. WIP
 add 5eab5482 Camel 4.4 whats new. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/02/camel44-whatsnew/index.md | 2 ++
 1 file changed, 2 insertions(+)



Re: [PR] Whats new in Camel 4.4 WIP [camel-website]

2024-02-13 Thread via GitHub


davsclaus commented on code in PR #1139:
URL: https://github.com/apache/camel-website/pull/1139#discussion_r1488911592


##
content/blog/2024/02/camel44-whatsnew/index.md:
##
@@ -0,0 +1,170 @@
+---
+title: "Apache Camel 4.4 What's New"
+date: 2024-02-19
+authors: [davsclaus]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel 4.4 release.
+---
+
+Apache Camel 4.4 (LTS) has just been [released](/blog/2024/02/RELEASE-4.4.0/).
+
+This release introduces a set of new features and noticeable improvements that 
we will cover in this blog post.
+
+## Camel Core
+
+The simple language has been improved with `hash` function, and further 
improved the embedded functions for `jsonpath`, `jq` and `xpath`
+making it easier to grab data from JSon or XML within your simple expression 
or predicates.
+
+We have optimized data formats to avoid converting payload to `byte[]` when 
unmarshalling, but allowing each data format
+to unmarshal the payload _as-is_. 
+
+Added JMX operation to update routes at runtime via XML format (requires 
turning on this feature). This can be
+useful for tooling where you can then change routes during troubleshooting an 
existing running Camel integration.
+
+## DSL
+
+We refactored the [Throttle EIP](/components/next/eips/throttle-eip.html) 
implementation to allow supporting two different modes of throttling.
+
+### Variables
+
+The biggest new feature in Camel 4.4 is the introduction of 
[variables](/manual/variables.adoc).
+
+A variable is a key/value that can hold a value that can either be private per 
`Exchange`, or shared per route, or per Camel context.
+
+With variables, you can now more easily share data between routes and/or 
globally. Variables are also readily accessible
+from EIPs and languages, just as message _headers_ or _exchange properties_ 
are. In other words, they have been added
+as first-class into Camel.
+
+You can find a small example here:
+
+- https://github.com/apache/camel-kamelets-examples/tree/main/jbang/variables
+
+We have also made a selected number of EIPs have _special use_ of variables. 
The idea is to make it easier to
+collect various sets of data from external systems using Camel components and 
commonly used EIPs, without any
+ceremony to prepare message body and headers, and cleanup afterward (i.e. 
removing HTTP headers).
+
+And you can find a small example here using variables with EIPs:
+
+- 
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/variables-eip
+
+The JBang debugger can also show variables if enabled with 
`--show-exchange-variables`, as shown in the screenshot below:
+
+[source,bash]
+
+camel debug * --show-exchange-variables
+
+
+![JBang Debug with Variables](variable-debug.png)
+
+In the screenshot, you can see three variables:
+
+- `alc1` - Is a float with the alcohol percentage of beer 1
+- `beer1` - Is the json structure of beer1
+- `beer2` - Is the json structure of beer2
+
+The debugger is suspended (blue) in the Camel route where we are about to set 
variable `alc2` computed as follows:
+
+[source,yaml]
+```yaml
+- setVariable:
+name: alc2
+expression:
+  jq:
+expression: .alcohol | rtrimstr("%")
+source: beer2
+resultType: float
+```
+
+Here you can see the `alc2` variable is set from a `jq` expression that grabs 
the alcohol field, and remove the `%` sign.
+The source (input) is from another variable named `beer2`. You can also 
specify `header:myHeader` to refer to a header, or
+if you remove `source` then the message body is used as input (default).
+The result is converted to a Java `float`,
+
+**NOTE:** 
+If you take a closer look in the screenshot above, then the debugger reveals 
that the `Exchange` has no message headers,
+and that the message body is empty (`null`). The example is exclusively using 
variables to gather and compute data; without
+the need to store and restore data on message header/body during routing. This 
is a cleaner and elegant practice.
+
+## Camel JBang (Camel CLI)
+
+We have continued investing in Camel JBang, and this time we have some great 
new stuff in the release.
+
+The `camel-jbang` now supports new commands as plugins. And the first set of 
commands is [camel-k commands](/manual/camel-jbang-k.html),
+that allows to use `camel-jbang` to manage and operate Camel K integrations.
+
+You can now run `camel-jbang` with `--prompt` that lets users type in 
placeholder values during startup,
+making it easy to build examples and prototypes that can easily be customized 
to users need, when trying.
+
+You can now more easily run `camel-jbang` with custom `log4j2.properties` file 
to use your logging configuration,
+instead of the _built-in_ logging.
+
+Added support for using Jolokia 2.x with `camel-jbang`.
+

Review Comment:
   Yes good idea



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

(camel) branch regen_bot updated (38655a087d0 -> 8b85b3db569)

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

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


from 38655a087d0 Polished
 add 8b85b3db569 docs: Add JBang plugin documentation (#13110)

No new revisions were added by this update.

Summary of changes:
 .../modules/ROOT/pages/camel-jbang-k.adoc  | 17 +
 .../modules/ROOT/pages/camel-jbang.adoc| 44 +-
 2 files changed, 60 insertions(+), 1 deletion(-)



(camel) branch main updated: docs: Add JBang plugin documentation (#13110)

2024-02-13 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 8b85b3db569 docs: Add JBang plugin documentation (#13110)
8b85b3db569 is described below

commit 8b85b3db569c7f45d1e5470919b2a3f2a160b625
Author: Christoph Deppisch 
AuthorDate: Wed Feb 14 06:28:29 2024 +0100

docs: Add JBang plugin documentation (#13110)

- Describe how to manage the command plugins
- Add instructions to enable the plugin first before using the Camel K 
subcommands
---
 .../modules/ROOT/pages/camel-jbang-k.adoc  | 17 +
 .../modules/ROOT/pages/camel-jbang.adoc| 44 +-
 2 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-k.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-k.adoc
index d202b44c724..4cca0a82c0f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-k.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-k.adoc
@@ -7,6 +7,23 @@ Please make sure to meet these prerequisites for running Camel 
integrations on K
 
 Running Camel routes on Kubernetes is quite simple with Camel JBang.
 In fact, you can develop and test your Camel route locally with Camel JBang 
and then promote the same source to running it as an integration on Kubernetes.
+
+The Camel JBang Kubernetes functionality is provided as a command plugin.
+This means you need to enable the `camel-k` plugin first to use the 
subcommands in Camel JBang.
+
+[source,bash]
+
+camel plugin add camel-k
+
+
+You should see the `camel-k` plugin listed as installed plugin.
+
+[source,bash]
+
+camel plugin get
+
+
+Now Camel JBang is able to run the subcommands offered by the plugin.
 Simply run the integration using the `k` subcommand in Camel JBang.
 
 [source,bash]
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index fab35eabe34..d672fefc55c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -858,7 +858,6 @@ camel init 
https://gist.github.com/davsclaus/477ddff5cdeb1ae03619aa544ce47e92 --
 
 IMPORTANT: When using `--directory` then Camel will automatically clean this 
directory if already exists.
 
-
 === Using a specific Camel version
 
 You can specify which Camel version to run as shown:
@@ -1003,6 +1002,49 @@ camel version list --runtime=quarkus
 
 TIP: See more options with `camel version list --help`.
 
+=== Manage plugins
+
+Camel JBang uses a plugin concept for some of the subcommands so users can add 
functionality on demand.
+Each provided plugin adds a list of commands to the Camel JBang command line 
tool.
+
+You can list the supported plugins with
+
+[source,bash]
+
+camel plugin get --all
+
+
+[source,text]
+
+Supported plugins:
+
+ NAME COMMAND  DEPENDENCY DESCRIPTION
+ camel-k  korg.apache.camel:camel-jbang-plugin-k  Manage Camel 
integrations on Kubernetes
+
+
+In case you want to enable a plugin and its functionality you can add it as 
follows:
+
+[source,bash]
+
+camel plugin add 
+
+
+This adds the plugin and all subcommands are now available for execution.
+
+You can list the currently installed plugins with:
+
+[source,bash]
+
+camel plugin get
+
+
+To remove a plugin from the current Camel JBang command line tooling you can 
use the `plugin delete` command.
+
+[source,bash]
+
+camel plugin delete 
+
+
 === Running Camel K integrations or pipes
 
 Camel also supports running Camel K integrations and binding files, which are 
in CRD format (Kubernetes Custom Resource Definitions).



Re: [PR] docs: Add JBang plugin documentation [camel]

2024-02-13 Thread via GitHub


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


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

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

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



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

2024-02-13 Thread via GitHub


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


-- 
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] Whats new in Camel 4.4 WIP [camel-website]

2024-02-13 Thread via GitHub


tadayosi commented on code in PR #1139:
URL: https://github.com/apache/camel-website/pull/1139#discussion_r1488858735


##
content/blog/2024/02/camel44-whatsnew/index.md:
##
@@ -0,0 +1,170 @@
+---
+title: "Apache Camel 4.4 What's New"
+date: 2024-02-19
+authors: [davsclaus]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel 4.4 release.
+---
+
+Apache Camel 4.4 (LTS) has just been [released](/blog/2024/02/RELEASE-4.4.0/).
+
+This release introduces a set of new features and noticeable improvements that 
we will cover in this blog post.
+
+## Camel Core
+
+The simple language has been improved with `hash` function, and further 
improved the embedded functions for `jsonpath`, `jq` and `xpath`
+making it easier to grab data from JSon or XML within your simple expression 
or predicates.
+
+We have optimized data formats to avoid converting payload to `byte[]` when 
unmarshalling, but allowing each data format
+to unmarshal the payload _as-is_. 
+
+Added JMX operation to update routes at runtime via XML format (requires 
turning on this feature). This can be
+useful for tooling where you can then change routes during troubleshooting an 
existing running Camel integration.
+
+## DSL
+
+We refactored the [Throttle EIP](/components/next/eips/throttle-eip.html) 
implementation to allow supporting two different modes of throttling.
+
+### Variables
+
+The biggest new feature in Camel 4.4 is the introduction of 
[variables](/manual/variables.adoc).
+
+A variable is a key/value that can hold a value that can either be private per 
`Exchange`, or shared per route, or per Camel context.
+
+With variables, you can now more easily share data between routes and/or 
globally. Variables are also readily accessible
+from EIPs and languages, just as message _headers_ or _exchange properties_ 
are. In other words, they have been added
+as first-class into Camel.
+
+You can find a small example here:
+
+- https://github.com/apache/camel-kamelets-examples/tree/main/jbang/variables
+
+We have also made a selected number of EIPs have _special use_ of variables. 
The idea is to make it easier to
+collect various sets of data from external systems using Camel components and 
commonly used EIPs, without any
+ceremony to prepare message body and headers, and cleanup afterward (i.e. 
removing HTTP headers).
+
+And you can find a small example here using variables with EIPs:
+
+- 
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/variables-eip
+
+The JBang debugger can also show variables if enabled with 
`--show-exchange-variables`, as shown in the screenshot below:
+
+[source,bash]
+
+camel debug * --show-exchange-variables
+
+
+![JBang Debug with Variables](variable-debug.png)
+
+In the screenshot, you can see three variables:
+
+- `alc1` - Is a float with the alcohol percentage of beer 1
+- `beer1` - Is the json structure of beer1
+- `beer2` - Is the json structure of beer2
+
+The debugger is suspended (blue) in the Camel route where we are about to set 
variable `alc2` computed as follows:
+
+[source,yaml]
+```yaml
+- setVariable:
+name: alc2
+expression:
+  jq:
+expression: .alcohol | rtrimstr("%")
+source: beer2
+resultType: float
+```
+
+Here you can see the `alc2` variable is set from a `jq` expression that grabs 
the alcohol field, and remove the `%` sign.
+The source (input) is from another variable named `beer2`. You can also 
specify `header:myHeader` to refer to a header, or
+if you remove `source` then the message body is used as input (default).
+The result is converted to a Java `float`,
+
+**NOTE:** 
+If you take a closer look in the screenshot above, then the debugger reveals 
that the `Exchange` has no message headers,
+and that the message body is empty (`null`). The example is exclusively using 
variables to gather and compute data; without
+the need to store and restore data on message header/body during routing. This 
is a cleaner and elegant practice.
+
+## Camel JBang (Camel CLI)
+
+We have continued investing in Camel JBang, and this time we have some great 
new stuff in the release.
+
+The `camel-jbang` now supports new commands as plugins. And the first set of 
commands is [camel-k commands](/manual/camel-jbang-k.html),
+that allows to use `camel-jbang` to manage and operate Camel K integrations.
+
+You can now run `camel-jbang` with `--prompt` that lets users type in 
placeholder values during startup,
+making it easy to build examples and prototypes that can easily be customized 
to users need, when trying.
+
+You can now more easily run `camel-jbang` with custom `log4j2.properties` file 
to use your logging configuration,
+instead of the _built-in_ logging.
+
+Added support for using Jolokia 2.x with `camel-jbang`.
+

Review Comment:
   Thanks! Can we mention here that `camel hawtio` now defaults to Hawtio 3.0.1?



-- 
This is an automated message from the Apache Git Service.
To respond to the 

(camel-kamelets) branch main updated: Updated CHANGELOG.md

2024-02-13 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 d5c210b2 Updated CHANGELOG.md
d5c210b2 is described below

commit d5c210b24dc5a9609790d44f61968a66b171170f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 14 03:08:08 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00f99374..8033f334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@
 - Azure Kamelets: Reflect changes coming from CAMEL-18590 
[\#1805](https://github.com/apache/camel-kamelets/issues/1805)
 - Kamelet with id aws-s3-source not found in locations: 
file:/etc/camel/kamelets/kamelets-bundle-aws-s3-source-pipe-001,classpath:/kamelets
 [\#1785](https://github.com/apache/camel-kamelets/issues/1785)
 - Missing data type transformer from null to type 
camel:azure-storage-blob:application-cloudevents on the exchange 
[\#1777](https://github.com/apache/camel-kamelets/issues/1777)
+- Azure Storage Queue Source: Expose Kamelet data type information 
[\#1672](https://github.com/apache/camel-kamelets/issues/1672)
+- Request for RabbitMQ Sink Kamelet 
[\#1228](https://github.com/apache/camel-kamelets/issues/1228)
 - Slack source should be in natural order 
[\#949](https://github.com/apache/camel-kamelets/issues/949)
 
 ## [v4.0.3](https://github.com/apache/camel-kamelets/tree/v4.0.3) (2024-01-17)



Re: [PR] Change for the issue - #979, to configure allowed components and kamelets [camel-karavan]

2024-02-13 Thread via GitHub


vidhyasagarj commented on code in PR #1113:
URL: https://github.com/apache/camel-karavan/pull/1113#discussion_r1488802752


##
karavan-web/karavan-app/src/main/resources/snippets/kamelets-blocklist.txt:
##


Review Comment:
   This file was added for testing and will be removed, Sorry for missing it in 
the pull request. We are still working on the VS code extension change. Hoping 
to complete today. 



-- 
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] Change for the issue - #979, to configure allowed components and kamelets [camel-karavan]

2024-02-13 Thread via GitHub


vidhyasagarj commented on code in PR #1113:
URL: https://github.com/apache/camel-karavan/pull/1113#discussion_r1488803179


##
karavan-web/karavan-app/src/main/resources/snippets/components-blocklist.txt:
##


Review Comment:
   Will be removed. Sorry for missing out.



-- 
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-02-13 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 01f00e759 chore: changelog automatic update
01f00e759 is described below

commit 01f00e75947f98ce2f5c25c4cddb09cb491e6111
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 14 01:09:07 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e77b9c770..60cbd17f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
 
 - Performance regression due to configmap/secrets whole cluster watch 
[\#5143](https://github.com/apache/camel-k/issues/5143)
 - camel-jackson configure configure "autoDiscoverObjectMapper" property for 
non-spring boot application 
[\#5140](https://github.com/apache/camel-k/issues/5140)
+- 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)
@@ -26,6 +27,7 @@
 - Data type Kamelet hardcoded 
[\#5014](https://github.com/apache/camel-k/issues/5014)
 - Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
+- Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)
 - Pipe using simple language expressions causing failure 
[\#4777](https://github.com/apache/camel-k/issues/4777)
 - 1st Integration after Camel K runtime version update failing 
[\#4776](https://github.com/apache/camel-k/issues/4776)



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

2024-02-13 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 7894462963-1288-6b2c59b2-c62f-4271-a7cc-00b07d367696
   * Camel Quarkus Commit: 84ee598a93c468369a203cb9f46f721dd9ad86cc
   
   * Camel Main Commit: fd8fa89d46fb01fdd7e43c1d86308937e881c6ab
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/7894462963


-- 
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.1.x updated: chore: changelog automatic update

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

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


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

commit 67be494c6820ec655ae02b31ca692dc037b8adb0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 14 00:24:53 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e77b9c770..60cbd17f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
 
 - Performance regression due to configmap/secrets whole cluster watch 
[\#5143](https://github.com/apache/camel-k/issues/5143)
 - camel-jackson configure configure "autoDiscoverObjectMapper" property for 
non-spring boot application 
[\#5140](https://github.com/apache/camel-k/issues/5140)
+- 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)
@@ -26,6 +27,7 @@
 - Data type Kamelet hardcoded 
[\#5014](https://github.com/apache/camel-k/issues/5014)
 - Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
+- Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)
 - Pipe using simple language expressions causing failure 
[\#4777](https://github.com/apache/camel-k/issues/4777)
 - 1st Integration after Camel K runtime version update failing 
[\#4776](https://github.com/apache/camel-k/issues/4776)



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

2024-02-13 Thread via GitHub


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

   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-02-13 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 3f31f363c chore: nightly automatic updates
3f31f363c is described below

commit 3f31f363c05cc67b799393aadb5e24048d60668a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 13 23:46:01 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md   |   4 +
 .../crd/bases/camel.apache.org_integrations.yaml   |  31 +-
 coverage.out   | 412 +++--
 helm/camel-k/crds/crd-integration.yaml |  31 +-
 pkg/resources/resources.go |  12 +-
 5 files changed, 231 insertions(+), 259 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 765ecb48c..ef4f52b93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
 
 - Performance regression due to configmap/secrets whole cluster watch 
[\#5143](https://github.com/apache/camel-k/issues/5143)
 - camel-jackson configure configure "autoDiscoverObjectMapper" property for 
non-spring boot application 
[\#5140](https://github.com/apache/camel-k/issues/5140)
+- 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)
@@ -26,6 +27,7 @@
 - Data type Kamelet hardcoded 
[\#5014](https://github.com/apache/camel-k/issues/5014)
 - Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
+- Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)
 - Pipe using simple language expressions causing failure 
[\#4777](https://github.com/apache/camel-k/issues/4777)
 - 1st Integration after Camel K runtime version update failing 
[\#4776](https://github.com/apache/camel-k/issues/4776)
@@ -37,6 +39,8 @@
 
 **Merged pull requests:**
 
+- feat\(traits\): persist generated status 
[\#5153](https://github.com/apache/camel-k/pull/5153) 
([squakez](https://github.com/squakez))
+- fix\(core\): Externally built Integrations run command configuration from 
jvm trait [\#5151](https://github.com/apache/camel-k/pull/5151) 
([gansheer](https://github.com/gansheer))
 - fix\(ci\): Java required by automatic-updates 
[\#5150](https://github.com/apache/camel-k/pull/5150) 
([gansheer](https://github.com/gansheer))
 - chore\(deps\): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 
[\#5149](https://github.com/apache/camel-k/pull/5149) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump golang.org/x/term from 0.16.0 to 0.17.0 
[\#5148](https://github.com/apache/camel-k/pull/5148) 
([dependabot[bot]](https://github.com/apps/dependabot))
diff --git a/config/crd/bases/camel.apache.org_integrations.yaml 
b/config/crd/bases/camel.apache.org_integrations.yaml
index c174edcba..717315b86 100644
--- a/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/config/crd/bases/camel.apache.org_integrations.yaml
@@ -8364,10 +8364,14 @@ spec:
 format: int32
 type: integer
   components:
-description: 'A comma separated list of the Camel 
components
+description: "A comma separated list of the Camel 
components
   that need to be customized in order for them to work 
when
-  the schedule is triggered externally by Kubernetes. 
Supported
-  components are currently: `cron`, `timer` and 
`quartz`.'
+  the schedule is triggered externally by Kubernetes. 
A specific
+  customizer is activated for each specified 
component. E.g.
+  for the `timer` component, the `cron-timer` 
customizer is
+  activated (it's present in the 
`org.apache.camel.k:camel-k-cron`
+  library). \n Supported components are currently: 
`cron`,
+  `timer` and `quartz`."
 type: string
   concurrencyPolicy:
 description: 'Specifies how to treat concurrent 
executions
@@ -9076,19 +9080,6 @@ spec:
 items:
  

Re: [PR] Updated the git actions to push a multi-arch image [camel-karavan]

2024-02-13 Thread via GitHub


mgubaidullin commented on PR #1121:
URL: https://github.com/apache/camel-karavan/pull/1121#issuecomment-1942729618

   Thank you @arheom !


-- 
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-karavan) branch main updated: updated the git actions to push a multi-arch image (#1121)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new b5fd7c5b updated the git actions to push a multi-arch image (#1121)
b5fd7c5b is described below

commit b5fd7c5b717590c654fc6bae25447d03e68c4f18
Author: arheom 
AuthorDate: Tue Feb 13 23:13:16 2024 +0100

updated the git actions to push a multi-arch image (#1121)

Co-authored-by: Bogdan Mocanu 
---
 .github/workflows/app.yml|  3 +++
 .github/workflows/docker-devmode.yml | 17 ++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 24b4321a..ca0d1b22 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -59,6 +59,9 @@ jobs:
   mvn package -Dquarkus.profile=public -DskipTests \
   -Dquarkus.quinoa.package-manager-install=false \
   -Dquarkus.container-image.build=true \
+  -Dquarkus.container-image.builder=jib \
+  -Dquarkus.jib.platforms=linux/amd64,linux/arm64 \
+  
-Dquarkus.jib.base-native-image=quay.io/quarkus/quarkus-micro-image:latest \
   -Dquarkus.container-image.push=true \
   -Dquarkus.container-image.image=${{ env.REGISTRY 
}}/${GITHUB_REPOSITORY}:${{ env.TAG }} \
   -Dquarkus.container-image.username=${{ github.actor }} \
diff --git a/.github/workflows/docker-devmode.yml 
b/.github/workflows/docker-devmode.yml
index f9f86df1..724df2a3 100644
--- a/.github/workflows/docker-devmode.yml
+++ b/.github/workflows/docker-devmode.yml
@@ -12,25 +12,28 @@ env:
   TAG: 4.3.1
 
 jobs:
-  build:
+  docker:
 
 runs-on: ubuntu-latest
 
 steps:
   - name: Checkout repository
-uses: actions/checkout@v3
-
+uses: actions/checkout@v4
+  - name: Set up QEMU
+uses: docker/setup-qemu-action@v3
+  - name: Set up Docker Buildx
+uses: docker/setup-buildx-action@v3
   - name: Log in to the Container registry
-uses: docker/login-action@v2
+uses: docker/login-action@v3
 with:
   registry: ${{ env.REGISTRY }}
   username: ${{ github.actor }}
   password: ${{ secrets.GITHUB_TOKEN }}
-
   - name: Build and push Docker image
-uses: docker/build-push-action@v3
+uses: docker/build-push-action@v5
 with:
   context: ./karavan-web/docker
+  platforms: linux/amd64,linux/arm64
   file: karavan-web/docker/Dockerfile.devmode
   push: true
-  tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
+  tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
\ No newline at end of file



Re: [PR] Updated the git actions to push a multi-arch image [camel-karavan]

2024-02-13 Thread via GitHub


mgubaidullin merged PR #1121:
URL: https://github.com/apache/camel-karavan/pull/1121


-- 
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] docs: Add JBang plugin documentation [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



Re: [I] Karavan on minikube on macos does not start [camel-karavan]

2024-02-13 Thread via GitHub


arheom closed issue #1096: Karavan on minikube on macos does not start
URL: https://github.com/apache/camel-karavan/issues/1096


-- 
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] memory increase in camel quarkus [camel-quarkus]

2024-02-13 Thread via GitHub


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

   > @jamesnetherton how are you ? have you done any tests
   
   I'm good thanks. Sorry, I've had no time to do any real analysis.
   
   Maybe @aldettinger has some insight here as he's investigated performance 
related issues before.


-- 
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: Use eclipse-temurin:17-jdk as openssl got removed in the ubi image

2024-02-13 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 fd8fa89d46 Use eclipse-temurin:17-jdk as openssl got removed in the 
ubi image
fd8fa89d46 is described below

commit fd8fa89d46fb01fdd7e43c1d86308937e881c6ab
Author: James Netherton 
AuthorDate: Tue Feb 13 15:21:02 2024 +

Use eclipse-temurin:17-jdk as openssl got removed in the ubi image
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de2b61e4d0..5c26c88cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
 
docker.io/couchbase/server:7.2.0
 
docker.io/couchdb:2.3.1
 
docker.io/eclipse-mosquitto:1.6.15
-
eclipse-temurin:17-ubi9-minimal
+
eclipse-temurin:17-jdk
 
docker.io/elasticsearch:8.8.1
 
docker.io/hapiproject/hapi
 
${fhir.container.image.base}:v6.8.3



Re: [PR] Use eclipse-temurin:17-jdk as openssl got removed in the ubi image [camel-quarkus]

2024-02-13 Thread via GitHub


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


-- 
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] Make the majority of KuberenetesClusterService configuration overridable at runtime [camel-quarkus]

2024-02-13 Thread via GitHub


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


-- 
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: Make the majority of KuberenetesClusterService configuration overridable at runtime

2024-02-13 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 bd7d6011b8 Make the majority of KuberenetesClusterService 
configuration overridable at runtime
bd7d6011b8 is described below

commit bd7d6011b8c70a88d9749f098811541c2ff9bd79
Author: James Netherton 
AuthorDate: Tue Feb 13 11:50:19 2024 +

Make the majority of KuberenetesClusterService configuration overridable at 
runtime

Fixes #5739
---
 .../pages/reference/extensions/kubernetes.adoc | 38 
 .../KubernetesClusterServiceProcessor.java | 25 ++-
 ...erServiceConfigEnabledWithRebalancingTest.java} |  2 +-
 .../KubernetesClusterServiceBuildTimeConfig.java   | 51 ++
 .../cluster/KubernetesClusterServiceRecorder.java  | 30 ++---
 ... => KubernetesClusterServiceRuntimeConfig.java} | 30 ++---
 6 files changed, 102 insertions(+), 74 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc 
b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
index a2a6e97a6c..97fc2967c9 100644
--- a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
@@ -125,85 +125,85 @@ Whether a Kubernetes Cluster Service should be 
automatically configured accordin
 | `boolean`
 | `false`
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.id]]`link:#quarkus.camel.cluster.kubernetes.id[quarkus.camel.cluster.kubernetes.id]`
+|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.rebalancing]]`link:#quarkus.camel.cluster.kubernetes.rebalancing[quarkus.camel.cluster.kubernetes.rebalancing]`
+
+Whether the camel master namespace leaders should be distributed evenly across 
all the camel contexts in the cluster.
+| `boolean`
+| `true`
+
+| 
[[quarkus.camel.cluster.kubernetes.id]]`link:#quarkus.camel.cluster.kubernetes.id[quarkus.camel.cluster.kubernetes.id]`
 
 The cluster service ID (defaults to null).
 | `string`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.master-url]]`link:#quarkus.camel.cluster.kubernetes.master-url[quarkus.camel.cluster.kubernetes.master-url]`
+| 
[[quarkus.camel.cluster.kubernetes.master-url]]`link:#quarkus.camel.cluster.kubernetes.master-url[quarkus.camel.cluster.kubernetes.master-url]`
 
 The URL of the Kubernetes master (read from Kubernetes client properties by 
default).
 | `string`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.connection-timeout-millis]]`link:#quarkus.camel.cluster.kubernetes.connection-timeout-millis[quarkus.camel.cluster.kubernetes.connection-timeout-millis]`
+| 
[[quarkus.camel.cluster.kubernetes.connection-timeout-millis]]`link:#quarkus.camel.cluster.kubernetes.connection-timeout-millis[quarkus.camel.cluster.kubernetes.connection-timeout-millis]`
 
 The connection timeout in milliseconds to use when making requests to the 
Kubernetes API server.
 | `java.lang.Integer`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.namespace]]`link:#quarkus.camel.cluster.kubernetes.namespace[quarkus.camel.cluster.kubernetes.namespace]`
+| 
[[quarkus.camel.cluster.kubernetes.namespace]]`link:#quarkus.camel.cluster.kubernetes.namespace[quarkus.camel.cluster.kubernetes.namespace]`
 
 The name of the Kubernetes namespace containing the pods and the configmap 
(autodetected by default).
 | `string`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.pod-name]]`link:#quarkus.camel.cluster.kubernetes.pod-name[quarkus.camel.cluster.kubernetes.pod-name]`
+| 
[[quarkus.camel.cluster.kubernetes.pod-name]]`link:#quarkus.camel.cluster.kubernetes.pod-name[quarkus.camel.cluster.kubernetes.pod-name]`
 
 The name of the current pod (autodetected from container host name by default).
 | `string`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.jitter-factor]]`link:#quarkus.camel.cluster.kubernetes.jitter-factor[quarkus.camel.cluster.kubernetes.jitter-factor]`
+| 
[[quarkus.camel.cluster.kubernetes.jitter-factor]]`link:#quarkus.camel.cluster.kubernetes.jitter-factor[quarkus.camel.cluster.kubernetes.jitter-factor]`
 
 The jitter factor to apply in order to prevent all pods to call Kubernetes 
APIs in the same instant (defaults to 1.2).
 | `java.lang.Double`
 | 
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.cluster.kubernetes.lease-duration-millis]]`link:#quarkus.camel.cluster.kubernetes.lease-duration-millis[quarkus.camel.cluster.kubernetes.lease-duration-millis]`
+| 
[[quarkus.camel.cluster.kubernetes.lease-duration-millis]]`link:#quarkus.camel.cluster.kubernetes.lease-duration-millis[quarkus.camel.cluster.kubernetes.lease-duration-millis]`
 
 The default 

Re: [I] Master Kubernetes configuration [camel-quarkus]

2024-02-13 Thread via GitHub


jamesnetherton closed issue #5739: Master Kubernetes configuration
URL: https://github.com/apache/camel-quarkus/issues/5739


-- 
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] memory increase in camel quarkus [camel-quarkus]

2024-02-13 Thread via GitHub


brianmolinaspring commented on issue #5743:
URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1942241486

   @jamesnetherton how are you ? have you done any tests


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

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

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



(camel) branch regen_bot updated (3793981daa3 -> 38655a087d0)

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

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


from 3793981daa3 CAMEL-20410: documentation fixes for camel-azure-eventhubs 
(#13106)
 add 38655a087d0 Polished

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/variables.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



(camel) branch regen_bot updated (8834df6071b -> 3793981daa3)

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

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


from 8834df6071b CAMEL-20415 - AWS Cloudtrail CloudEvent transformer 
(#13108)
 add 3793981daa3 CAMEL-20410: documentation fixes for camel-azure-eventhubs 
(#13106)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/azure-eventhubs-component.adoc   | 35 +++--
 .../src/main/docs/azure-files-component.adoc   | 58 +++---
 2 files changed, 49 insertions(+), 44 deletions(-)



(camel) branch main updated (3793981daa3 -> 38655a087d0)

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

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


from 3793981daa3 CAMEL-20410: documentation fixes for camel-azure-eventhubs 
(#13106)
 add 38655a087d0 Polished

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/variables.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



(camel-website) branch new440 updated (2125e37a -> fcf71b0b)

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

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


from 2125e37a Update content/blog/2024/02/camel44-whatsnew/index.md
 add fcf71b0b Camel 4.4 whats new. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/02/camel44-whatsnew/index.md | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)



Re: [PR] Whats new in Camel 4.4 WIP [camel-website]

2024-02-13 Thread via GitHub


davsclaus commented on code in PR #1139:
URL: https://github.com/apache/camel-website/pull/1139#discussion_r1488434661


##
content/blog/2024/02/camel44-whatsnew/index.md:
##
@@ -0,0 +1,169 @@
+---
+title: "Apache Camel 4.4 What's New"
+date: 2024-02-19
+authors: [davsclaus]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel 4.4 release.
+---
+
+Apache Camel 4.4 (LTS) has just been [released](/blog/2024/02/RELEASE-4.4.0/).
+
+This release introduces a set of new features and noticeable improvements that 
we will cover in this blog post.
+
+## Camel Core
+
+The simple language has been improved with `hash` function, and further 
improved the embedded functions for `jsonpath`, `jq` and `xpath`
+making it easier to grab data from JSon or XML within your simple expression 
or predicates.
+
+We have optimized data formats to avoid converting payload to `byte[]` when 
unmarshalling, but allowing each data format
+to unmarshal the payload _as-is_. 
+
+Added JMX operation to update routes at runtime via XML format (requires 
turning on this feature). This can be
+useful for tooling where you can then change routes during troubleshooting an 
existing running Camel integration.
+
+## DSL
+
+TODO: Throttler EIP
+
+### Variables
+
+The biggest new feature in Camel 4.4 is the introduction of 
[variables](/manual/variables.adoc).
+
+A variable is a key/value that can hold a value that can either be private per 
`Exchange`, or shared per route, or globally.
+
+With variables, you can now more easily share data between routes and/or 
globally. Variables is also readily accessible

Review Comment:
   Not here in the blog - but on the actual doc of the feature itself - the 
blog is just high level



-- 
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] Whats new in Camel 4.4 WIP [camel-website]

2024-02-13 Thread via GitHub


davsclaus commented on code in PR #1139:
URL: https://github.com/apache/camel-website/pull/1139#discussion_r1488437160


##
content/blog/2024/02/camel44-whatsnew/index.md:
##
@@ -0,0 +1,169 @@
+---
+title: "Apache Camel 4.4 What's New"
+date: 2024-02-19
+authors: [davsclaus]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel 4.4 release.
+---
+
+Apache Camel 4.4 (LTS) has just been [released](/blog/2024/02/RELEASE-4.4.0/).
+
+This release introduces a set of new features and noticeable improvements that 
we will cover in this blog post.
+
+## Camel Core
+
+The simple language has been improved with `hash` function, and further 
improved the embedded functions for `jsonpath`, `jq` and `xpath`
+making it easier to grab data from JSon or XML within your simple expression 
or predicates.
+
+We have optimized data formats to avoid converting payload to `byte[]` when 
unmarshalling, but allowing each data format
+to unmarshal the payload _as-is_. 
+
+Added JMX operation to update routes at runtime via XML format (requires 
turning on this feature). This can be

Review Comment:
   its documented in the MBeans operations, and their javadoc. And in general 
in the JMX docs.



-- 
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-website) branch new440 updated (e7d203a8 -> 2125e37a)

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

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


from e7d203a8 Added notes about throttle EIP and Kafka improvements
 add 2125e37a Update content/blog/2024/02/camel44-whatsnew/index.md

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/02/camel44-whatsnew/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(camel) branch main updated: CAMEL-20410: documentation fixes for camel-azure-eventhubs (#13106)

2024-02-13 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 3793981daa3 CAMEL-20410: documentation fixes for camel-azure-eventhubs 
(#13106)
3793981daa3 is described below

commit 3793981daa32567a25a2aa1628a986658f863171
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Feb 13 19:59:13 2024 +0100

CAMEL-20410: documentation fixes for camel-azure-eventhubs (#13106)

* CAMEL-20410: documentation fixes for camel-azure-eventhubs

- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

* CAMEL-20410: documentation fixes for camel-azure-files

- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links
---
 .../src/main/docs/azure-eventhubs-component.adoc   | 35 +++--
 .../src/main/docs/azure-files-component.adoc   | 58 +++---
 2 files changed, 49 insertions(+), 44 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
 
b/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
index 4922aa632c7..921ad086fb6 100644
--- 
a/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
+++ 
b/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
@@ -18,7 +18,7 @@
 The Azure Event Hubs used to integrate 
https://azure.microsoft.com/en-us/services/event-hubs/[Azure Event Hubs] using 
https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol[AMQP protocol].
 Azure EventHubs is a highly scalable publish-subscribe service that can ingest 
millions of events per second and stream them to multiple consumers.
 
-NOTE: Besides AMQP protocol support, Event Hubs as well supports Kafka and 
HTTPS protocols. Therefore, you can use as well 
xref:components::kafka-component.adoc[Camel Kafka] component to produce and 
consume to Azure Event Hubs. You can lean more 
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs[here].
+NOTE: Besides AMQP protocol support, Event Hubs as well supports Kafka and 
HTTPS protocols. Therefore, you can also use the 
xref:components::kafka-component.adoc[Camel Kafka] component to produce and 
consume to Azure Event Hubs. You can lean more 
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs[here].
 
 
 Prerequisites
@@ -67,37 +67,41 @@ include::partial$component-endpoint-options.adoc[]
 == Authentication Information
 
 You have three different Credential Types: AZURE_IDENTITY, TOKEN_CREDENTIAL 
and CONNECTION_STRING. You can also provide a client instance yourself.
-To use this component, you have 3 options in order to provide the required 
Azure authentication information:
+To use this component, you have three options to provide the required Azure 
authentication information:
+
+*CONNECTION_STRING*:
 
-CONNECTION_STRING:
 - Provide `sharedAccessName` and `sharedAccessKey` for your Azure Event Hubs 
account. The sharedAccessKey can
 be generated through your Event Hubs Azure portal.
 - Provide `connectionString` string, if you provide the connection string, you 
don't supply `namespace`, `eventHubName`, `sharedAccessKey` and 
`sharedAccessName`
 as these data already included in the `connectionString`, therefore is the 
simplest option to get started. Learn more 
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string[here]
 on how to generate the connection string.
 
-TOKEN_CREDENTIAL:
-- Provide an implementation of `com.azure.core.credential.TokenCredential` 
into the Camel's Registry, e.g. using the 
`com.azure.identity.DefaultAzureCredentialBuilder().build();` API.
+*TOKEN_CREDENTIAL*:
+
+- Provide an implementation of `com.azure.core.credential.TokenCredential` 
into the Camel's Registry, e.g., using the 
`com.azure.identity.DefaultAzureCredentialBuilder().build();` API.
 See the documentation 
https://docs.microsoft.com/en-us/azure/active-directory/authentication/overview-authentication[here
 about Azure-AD authentication].
 
 AZURE_IDENTITY:
 - This will use `com.azure.identity.DefaultAzureCredentialBuilder().build();` 
instance. This will follow the Default Azure Credential Chain.
 See the documentation 
https://docs.microsoft.com/en-us/azure/active-directory/authentication/overview-authentication[here
 about Azure-AD authentication].
 
-Client instance:
+*Client instance*:
+
 - Provide a 
https://docs.microsoft.com/en-us/java/api/com.azure.messaging.eventhubs.eventhubproducerasyncclient?view=azure-java-stable[EventHubProducerAsyncClient]
 instance which can be
 provided into `producerAsyncClient`. However, this is *only possible for camel 
producer*, for the camel consumer, is not possible to inject the client due to 

Re: [PR] CAMEL-20410: documentation fixes for camel-azure-eventhubs [camel]

2024-02-13 Thread via GitHub


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


-- 
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-examples) branch main updated: CAMEL-20253: camel-jbang - Add support for jolokia 2.x (#133)

2024-02-13 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-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new f50a4326 CAMEL-20253: camel-jbang - Add support for jolokia 2.x (#133)
f50a4326 is described below

commit f50a4326aa764e2a0339f25f11ec25d4fb5c47af
Author: Ivan Kulaga 
AuthorDate: Wed Feb 14 00:58:41 2024 +0600

CAMEL-20253: camel-jbang - Add support for jolokia 2.x (#133)

* CAMEL-20253: camel-jbang - Add support for jolokia 2.x
enabled jolokia in platform-http-main

* for now jolokia does not exist as a separate plugin
---
 main/README.adoc   | 2 ++
 main/src/main/resources/application.properties | 1 +
 2 files changed, 3 insertions(+)

diff --git a/main/README.adoc b/main/README.adoc
index 0dc939f4..12efe460 100644
--- a/main/README.adoc
+++ b/main/README.adoc
@@ -50,6 +50,8 @@ And then use the CLI to see status:
 
 This example comes with embedded developer console that is accessible via 
`http://localhost:8080/q/dev`.
 You can also check status of health-check via `http://localhost:8080/q/health`.
+You can also access https://jolokia.org/[jolokia] api via 
`http://localhost:8080/q/jolokia`.
+This gives you access to basic JMX operations. For example, to query 
https://docs.oracle.com/javase/8/docs/api/java/lang/management/MemoryMXBean.html[MemoryMBean],
 use 
`http://localhost:8080/q/jolokia/read/java.lang:type=Memory/HeapMemoryUsage/used`.
 
 === How to configure for Camel Textual Route debugging
 
diff --git a/main/src/main/resources/application.properties 
b/main/src/main/resources/application.properties
index 7bcf908e..befa5da8 100644
--- a/main/src/main/resources/application.properties
+++ b/main/src/main/resources/application.properties
@@ -27,6 +27,7 @@ camel.server.enabled = true
 camel.context.dev-console = true
 camel.server.dev-console-enabled = true
 camel.server.health-check-enabled = true
+camel.server.jolokia-enabled = true
 
 # application properties
 hi = Hello



Re: [PR] CAMEL-20253: camel-jbang - Add support for jolokia 2.x [camel-examples]

2024-02-13 Thread via GitHub


davsclaus merged PR #133:
URL: https://github.com/apache/camel-examples/pull/133


-- 
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] Rework the scripts as maven plugin [camel-kamelets]

2024-02-13 Thread via GitHub


claudio4j commented on issue #1888:
URL: 
https://github.com/apache/camel-kamelets/issues/1888#issuecomment-1942155952

   The intention is to move the go code to the existing maven plugin and create 
a new generator mojo. Because today, we have to run the maven plugin and the go 
scripts when there are changes in the kamelets.


-- 
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-karavan) 02/02: Start Hazelcast in blocking thread

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

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

commit e73aa4d1a9b3256710b7a1243da49ab529080794
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 13:23:05 2024 -0500

Start Hazelcast in blocking thread
---
 .../main/java/org/apache/camel/karavan/cache/KaravanCacheService.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/cache/KaravanCacheService.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/cache/KaravanCacheService.java
index ba320ee2..7c35bec6 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/cache/KaravanCacheService.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/cache/KaravanCacheService.java
@@ -62,7 +62,7 @@ public class KaravanCacheService {
 
 private static final String DEFAULT_ENVIRONMENT = "dev";
 
-@ConsumeEvent(value = START_SERVICES, blocking = true, ordered = true)
+@ConsumeEvent(value = START_SERVICES, blocking = true)
 void start(String data) {
 LOGGER.info("KaravanCacheService is starting");
 Config config = new ClasspathYamlConfig("hazelcast.yaml");



(camel-karavan) 01/02: Start Hazelcast in blocking thread

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

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

commit fa89538733e1febb27df3daed3486386e8a09d12
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 13:22:57 2024 -0500

Start Hazelcast in blocking thread
---
 .../camel/karavan/api/ContainerResource.java   |  4 +--
 .../apache/camel/karavan/api/DevModeResource.java  |  4 +--
 .../camel/karavan/api/InfrastructureResource.java  |  4 +--
 .../apache/camel/karavan/api/KameletResources.java |  4 +--
 .../camel/karavan/api/ProjectFileResource.java |  4 +--
 .../camel/karavan/api/ProjectGitResource.java  |  2 --
 .../apache/camel/karavan/api/ProjectResource.java  |  8 +++---
 .../apache/camel/karavan/api/StatusResource.java   |  6 ++---
 .../camel/karavan/cache/KaravanCacheService.java   | 30 +-
 .../org/apache/camel/karavan/code/CodeService.java |  6 ++---
 .../camel/karavan/code/DockerComposeConverter.java |  4 +--
 .../camel/karavan/docker/DockerEventListener.java  |  2 +-
 .../camel/karavan/docker/DockerForGitea.java   |  2 +-
 .../camel/karavan/docker/DockerForKaravan.java |  4 +--
 .../camel/karavan/docker/DockerForRegistry.java|  2 +-
 .../apache/camel/karavan/docker/DockerService.java |  4 +--
 .../camel/karavan/docker/DockerServiceUtils.java   |  6 ++---
 .../org/apache/camel/karavan/git/GitService.java   |  4 +--
 .../karavan/kubernetes/DeploymentEventHandler.java |  2 +-
 .../karavan/kubernetes/KubernetesService.java  |  4 +--
 .../camel/karavan/kubernetes/PodEventHandler.java  |  2 +-
 .../karavan/kubernetes/ServiceEventHandler.java|  2 +-
 .../karavan/{cache => }/model/CamelStatus.java |  2 +-
 .../{cache => }/model/CamelStatusValue.java|  2 +-
 .../karavan/{cache => }/model/ContainerPort.java   |  2 +-
 .../karavan/{cache => }/model/ContainerStatus.java |  2 +-
 .../{cache => }/model/DeploymentStatus.java|  2 +-
 .../karavan/{code => }/model/DockerCompose.java|  3 +--
 .../{code => }/model/DockerComposeHealthCheck.java |  2 +-
 .../{code => }/model/DockerComposeNetwork.java |  2 +-
 .../{code => }/model/DockerComposeService.java |  2 +-
 .../karavan/{cache => }/model/GroupedKey.java  |  2 +-
 .../camel/karavan/{cache => }/model/Project.java   |  2 +-
 .../karavan/{cache => }/model/ProjectFile.java |  2 +-
 .../karavan/{cache => }/model/ServiceStatus.java   |  2 +-
 .../apache/camel/karavan/service/CamelService.java |  6 ++---
 .../karavan/service/ContainerStatusService.java|  2 +-
 .../camel/karavan/service/ProjectService.java  | 10 
 .../project/ProjectFileCreateValidator.java|  2 +-
 .../validation/project/ProjectModifyValidator.java |  2 +-
 40 files changed, 81 insertions(+), 78 deletions(-)

diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ContainerResource.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ContainerResource.java
index 1ad6fd5b..5b7e8b3a 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ContainerResource.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ContainerResource.java
@@ -25,9 +25,9 @@ import jakarta.ws.rs.*;
 import jakarta.ws.rs.core.MediaType;
 import jakarta.ws.rs.core.Response;
 import org.apache.camel.karavan.cache.KaravanCacheService;
-import org.apache.camel.karavan.cache.model.ContainerStatus;
+import org.apache.camel.karavan.model.ContainerStatus;
 import org.apache.camel.karavan.code.DockerComposeConverter;
-import org.apache.camel.karavan.code.model.DockerComposeService;
+import org.apache.camel.karavan.model.DockerComposeService;
 import org.apache.camel.karavan.docker.DockerService;
 import org.apache.camel.karavan.kubernetes.KubernetesService;
 import org.apache.camel.karavan.service.ConfigService;
diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/DevModeResource.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/DevModeResource.java
index 226cc894..ecde5aae 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/DevModeResource.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/DevModeResource.java
@@ -23,8 +23,8 @@ import jakarta.ws.rs.*;
 import jakarta.ws.rs.core.MediaType;
 import jakarta.ws.rs.core.Response;
 import org.apache.camel.karavan.cache.KaravanCacheService;
-import org.apache.camel.karavan.cache.model.ContainerStatus;
-import org.apache.camel.karavan.cache.model.Project;
+import org.apache.camel.karavan.model.ContainerStatus;
+import org.apache.camel.karavan.model.Project;
 import org.apache.camel.karavan.docker.DockerService;
 import org.apache.camel.karavan.kubernetes.KubernetesService;
 import org.apache.camel.karavan.service.CamelService;
diff --git 

(camel-karavan) branch main updated (88de999f -> e73aa4d1)

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

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


from 88de999f Fix #1122
 new fa895387 Start Hazelcast in blocking thread
 new e73aa4d1 Start Hazelcast in blocking thread

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:
 .../camel/karavan/api/ContainerResource.java   |  4 +--
 .../apache/camel/karavan/api/DevModeResource.java  |  4 +--
 .../camel/karavan/api/InfrastructureResource.java  |  4 +--
 .../apache/camel/karavan/api/KameletResources.java |  4 +--
 .../camel/karavan/api/ProjectFileResource.java |  4 +--
 .../camel/karavan/api/ProjectGitResource.java  |  2 --
 .../apache/camel/karavan/api/ProjectResource.java  |  8 +++---
 .../apache/camel/karavan/api/StatusResource.java   |  6 ++---
 .../camel/karavan/cache/KaravanCacheService.java   | 30 +-
 .../org/apache/camel/karavan/code/CodeService.java |  6 ++---
 .../camel/karavan/code/DockerComposeConverter.java |  4 +--
 .../camel/karavan/docker/DockerEventListener.java  |  2 +-
 .../camel/karavan/docker/DockerForGitea.java   |  2 +-
 .../camel/karavan/docker/DockerForKaravan.java |  4 +--
 .../camel/karavan/docker/DockerForRegistry.java|  2 +-
 .../apache/camel/karavan/docker/DockerService.java |  4 +--
 .../camel/karavan/docker/DockerServiceUtils.java   |  6 ++---
 .../org/apache/camel/karavan/git/GitService.java   |  4 +--
 .../karavan/kubernetes/DeploymentEventHandler.java |  2 +-
 .../karavan/kubernetes/KubernetesService.java  |  4 +--
 .../camel/karavan/kubernetes/PodEventHandler.java  |  2 +-
 .../karavan/kubernetes/ServiceEventHandler.java|  2 +-
 .../karavan/{cache => }/model/CamelStatus.java |  2 +-
 .../{cache => }/model/CamelStatusValue.java|  2 +-
 .../karavan/{cache => }/model/ContainerPort.java   |  2 +-
 .../karavan/{cache => }/model/ContainerStatus.java |  2 +-
 .../{cache => }/model/DeploymentStatus.java|  2 +-
 .../karavan/{code => }/model/DockerCompose.java|  3 +--
 .../{code => }/model/DockerComposeHealthCheck.java |  2 +-
 .../{code => }/model/DockerComposeNetwork.java |  2 +-
 .../{code => }/model/DockerComposeService.java |  2 +-
 .../karavan/{cache => }/model/GroupedKey.java  |  2 +-
 .../camel/karavan/{cache => }/model/Project.java   |  2 +-
 .../karavan/{cache => }/model/ProjectFile.java |  2 +-
 .../karavan/{cache => }/model/ServiceStatus.java   |  2 +-
 .../apache/camel/karavan/service/CamelService.java |  6 ++---
 .../karavan/service/ContainerStatusService.java|  2 +-
 .../camel/karavan/service/ProjectService.java  | 10 
 .../project/ProjectFileCreateValidator.java|  2 +-
 .../validation/project/ProjectModifyValidator.java |  2 +-
 40 files changed, 81 insertions(+), 78 deletions(-)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/CamelStatus.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/CamelStatusValue.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/ContainerPort.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/ContainerStatus.java (99%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/DeploymentStatus.java (98%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{code => 
}/model/DockerCompose.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{code => 
}/model/DockerComposeHealthCheck.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{code => 
}/model/DockerComposeNetwork.java (96%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{code => 
}/model/DockerComposeService.java (99%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/GroupedKey.java (98%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/Project.java (98%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/ProjectFile.java (97%)
 rename karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/{cache 
=> }/model/ServiceStatus.java (98%)



Re: [PR] [CAMEL-20405] renamed classes from *IntegrationTest.java to *IT.java [camel]

2024-02-13 Thread via GitHub


cziesman commented on PR #13082:
URL: https://github.com/apache/camel/pull/13082#issuecomment-1942136931

   I looked at the POM for the Salesforce component and the incremental build 
log. I don't think the name change was responsible for the build failures. I 
think that any code change would have caused the integration tests to fail, as 
they are executed automatically as part of running 'mvn verify' regardless of 
how they are named, because there is an explicit ' element in the 
'failsafe` configuration.


-- 
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] Request for RabbitMQ Sink Kamelet [camel-kamelets]

2024-02-13 Thread via GitHub


oscerd closed issue #1228: Request for RabbitMQ Sink Kamelet
URL: https://github.com/apache/camel-kamelets/issues/1228


-- 
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] Request for RabbitMQ Sink Kamelet [camel-kamelets]

2024-02-13 Thread via GitHub


oscerd commented on issue #1228:
URL: 
https://github.com/apache/camel-kamelets/issues/1228#issuecomment-1942118683

   We are doing the new Sink Kamelet in #1889 


-- 
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] Rework the scripts as maven plugin [camel-kamelets]

2024-02-13 Thread via GitHub


oscerd commented on issue #1888:
URL: 
https://github.com/apache/camel-kamelets/issues/1888#issuecomment-1942113991

   For the validation there is already a validate-maven-plugin: the aim is to 
check if the Camel catalog shows the parameters we use in the Kamelet 
templates. If not, it will fail.


-- 
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-karavan) 01/02: Docker statistic collection issue fixed

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

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

commit 08b11db48d25c0a3d6876a25b8bce609758a83cf
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 12:37:43 2024 -0500

Docker statistic collection issue fixed
---
 .../org/apache/camel/karavan/docker/DockerService.java   |  7 +++
 .../camel/karavan/service/ContainerStatusService.java| 16 +---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java
index 776e5f58..7b8efdc4 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java
@@ -117,6 +117,13 @@ public class DockerService extends DockerServiceUtils {
 return result;
 }
 
+public ContainerStatus collectContainerStatistics(ContainerStatus 
containerStatus) {
+Container container = 
getContainerByName(containerStatus.getContainerName());
+Statistics stats = getContainerStats(container.getId());
+updateStatistics(containerStatus, stats);
+return containerStatus;
+}
+
 public void startListeners() {
 getDockerClient().eventsCmd().exec(dockerEventListener);
 }
diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ContainerStatusService.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ContainerStatusService.java
index e8d34d20..1f54a52e 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ContainerStatusService.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ContainerStatusService.java
@@ -38,6 +38,7 @@ import java.util.Objects;
 public class ContainerStatusService {
 
 public static final String CONTAINER_STATUS = "CONTAINER_STATUS";
+public static final String CONTAINER_STATISTIC = "CONTAINER_STATISTIC";
 public static final String CONTAINER_DELETED = "CONTAINER_DELETED";
 private static final Logger LOGGER = 
Logger.getLogger(ContainerStatusService.class.getName());
 @ConfigProperty(name = "karavan.environment")
@@ -55,13 +56,22 @@ public class ContainerStatusService {
 @Scheduled(every = "{karavan.container.statistics.interval}", 
concurrentExecution = Scheduled.ConcurrentExecution.SKIP)
 void collectContainersStatistics() {
 if (karavanCacheService.isReady() && !ConfigService.inKubernetes()) {
-List statusesInDocker = 
dockerService.collectContainersStatistics();
+List statusesInDocker = 
dockerService.collectContainersStatuses();
 statusesInDocker.forEach(containerStatus -> {
-eventBus.publish(ContainerStatusService.CONTAINER_STATUS, 
JsonObject.mapFrom(containerStatus));
+eventBus.publish(ContainerStatusService.CONTAINER_STATISTIC, 
JsonObject.mapFrom(containerStatus));
 });
 }
 }
 
+@ConsumeEvent(value = CONTAINER_STATISTIC, blocking = true, ordered = 
false)
+void collectContainersStatistics(JsonObject data) {
+if (karavanCacheService.isReady()) {
+ContainerStatus status = data.mapTo(ContainerStatus.class);
+ContainerStatus newStatus = 
dockerService.collectContainerStatistics(status);
+eventBus.publish(ContainerStatusService.CONTAINER_STATUS, 
JsonObject.mapFrom(newStatus));
+}
+}
+
 @Scheduled(every = "{karavan.container.status.interval}", 
concurrentExecution = Scheduled.ConcurrentExecution.SKIP)
 void collectContainersStatuses() {
 if (karavanCacheService.isReady() && !ConfigService.inKubernetes()) {
@@ -126,7 +136,7 @@ public class ContainerStatusService {
 return;
 }
 }
-if (newStatus.getCpuInfo() == null || 
newStatus.getCpuInfo().isEmpty()) {
+if (newStatus.getCpuInfo() == null || 
newStatus.getCpuInfo().isBlank()) {
 newStatus.setCpuInfo(oldStatus.getCpuInfo());
 newStatus.setMemoryInfo(oldStatus.getMemoryInfo());
 }



(camel-karavan) branch main updated (15211937 -> 88de999f)

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

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


from 15211937 Fix error in container has no port
 new 08b11db4 Docker statistic collection issue fixed
 new 88de999f Fix #1122

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:
 .../apache/camel/karavan/docker/DockerService.java |  7 +
 .../karavan/service/ContainerStatusService.java| 16 +--
 .../webui/src/project/files/DeleteFileModal.tsx| 15 +++---
 .../main/webui/src/projects/DeleteProjectModal.tsx | 32 ++
 4 files changed, 52 insertions(+), 18 deletions(-)



(camel-karavan) 02/02: Fix #1122

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

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

commit 88de999f0dc0abd51d1f094d74ce847efb44458d
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 13:00:49 2024 -0500

Fix #1122
---
 .../webui/src/project/files/DeleteFileModal.tsx| 15 +++---
 .../main/webui/src/projects/DeleteProjectModal.tsx | 32 ++
 2 files changed, 32 insertions(+), 15 deletions(-)

diff --git 
a/karavan-web/karavan-app/src/main/webui/src/project/files/DeleteFileModal.tsx 
b/karavan-web/karavan-app/src/main/webui/src/project/files/DeleteFileModal.tsx
index 05635cee..c89ba0ad 100644
--- 
a/karavan-web/karavan-app/src/main/webui/src/project/files/DeleteFileModal.tsx
+++ 
b/karavan-web/karavan-app/src/main/webui/src/project/files/DeleteFileModal.tsx
@@ -17,9 +17,9 @@
 
 import React from 'react';
 import {
-Button,
+Button, HelperText, HelperTextItem,
 Modal,
-ModalVariant,
+ModalVariant, Text, TextContent, TextVariants,
 } from '@patternfly/react-core';
 import '../../designer/karavan.css';
 import {useFileStore} from "../../api/ProjectStore";
@@ -46,12 +46,19 @@ export function DeleteFileModal () {
 isOpen={isOpen}
 onClose={() => closeModal()}
 actions={[
- 
confirmAndCloseModal()}>Delete,
+ 
confirmAndCloseModal()}>Delete,
  closeModal()}>Cancel
 ]}
 onEscapePress={e => closeModal()}>
-{"Are you sure you want to delete file " + file?.name + 
"?"}
+
+Delete file 
{file?.name} ?
+
+
+File will be also deleted from git 
repository
+
+
+
 
 )
 }
\ No newline at end of file
diff --git 
a/karavan-web/karavan-app/src/main/webui/src/projects/DeleteProjectModal.tsx 
b/karavan-web/karavan-app/src/main/webui/src/projects/DeleteProjectModal.tsx
index 574486cb..ce80c9f2 100644
--- a/karavan-web/karavan-app/src/main/webui/src/projects/DeleteProjectModal.tsx
+++ b/karavan-web/karavan-app/src/main/webui/src/projects/DeleteProjectModal.tsx
@@ -17,13 +17,14 @@
 
 import React, {useState} from 'react';
 import {
-Button,
+Button, HelperText, HelperTextItem,
 Modal,
-ModalVariant, Switch,
+ModalVariant, Switch, Text, TextContent, TextVariants,
 } from '@patternfly/react-core';
 import '../designer/karavan.css';
 import {useProjectStore} from "../api/ProjectStore";
 import {ProjectService} from "../api/ProjectService";
+import ExclamationIcon from 
'@patternfly/react-icons/dist/esm/icons/exclamation-icon';
 
 export function DeleteProjectModal () {
 
@@ -42,23 +43,32 @@ export function DeleteProjectModal () {
 const isOpen= operation === "delete";
 return (
  closeModal()}
 actions={[
- 
confirmAndCloseModal()}>Delete,
+ 
confirmAndCloseModal()}>Delete,
  closeModal()}>Cancel
 ]}
 onEscapePress={e => closeModal()}>
-{/*{"Are you sure you want to delete the project " + 
project?.projectId + "?"}*/}
- setDeleteContainers(checked)}
-isReversed
-/>
+
+Delete project 
{project?.projectId} ?
+
+
+Project will be also deleted from git 
repository
+
+
+
+
+
+ setDeleteContainers(checked)}
+isReversed
+/>
 
 )
 }
\ No newline at end of file



Re: [I] Project and file deletion should have project and filename in confirmation modal [camel-karavan]

2024-02-13 Thread via GitHub


mgubaidullin closed issue #1122: Project and file deletion should have project 
and filename in confirmation modal
URL: https://github.com/apache/camel-karavan/issues/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



Re: [PR] CAMEL-20404: Create a component for Qdrant Vector Database [camel]

2024-02-13 Thread via GitHub


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

   This is a test PR to check an odd behavior where a number of file are 
slightly amended (import order, java doc) hwne building locally  


-- 
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-20404: Create a component for Qdrant Vector Database [camel]

2024-02-13 Thread via GitHub


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

   # 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: [PR] CAMEL-20404: Create a component for Qdrant Vector Database [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



(camel-karavan) branch main updated: Fix error in container has no port

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 15211937 Fix error in container has no port
15211937 is described below

commit 152119372781fe015b2c41807a53157efb8d3357
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 12:13:16 2024 -0500

Fix error in container has no port
---
 .../main/java/org/apache/camel/karavan/api/InfrastructureResource.java  | 2 +-
 .../karavan-app/src/main/webui/src/containers/ContainerTableRow.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/InfrastructureResource.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/InfrastructureResource.java
index d8b407f4..a456120e 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/InfrastructureResource.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/InfrastructureResource.java
@@ -140,7 +140,7 @@ public class InfrastructureResource {
 return 
Response.ok(kubernetesService.getServices(kubernetesService.getNamespace())).build();
 } else {
 List list = 
karavanCacheService.getContainerStatuses(environment).stream()
-.filter(ci -> !ci.getPorts().isEmpty())
+.filter(ci -> ci.getPorts() != null && 
!ci.getPorts().isEmpty())
 .map(ci -> ci.getPorts().stream().map(i -> 
ci.getContainerName() + "|" + ci.getContainerName() + ":" + 
i.getPrivatePort()).collect(Collectors.toList()))
 .flatMap(List::stream).collect(Collectors.toList());
 return Response.ok(list).build();
diff --git 
a/karavan-web/karavan-app/src/main/webui/src/containers/ContainerTableRow.tsx 
b/karavan-web/karavan-app/src/main/webui/src/containers/ContainerTableRow.tsx
index 391b9f65..aaf6af7a 100644
--- 
a/karavan-web/karavan-app/src/main/webui/src/containers/ContainerTableRow.tsx
+++ 
b/karavan-web/karavan-app/src/main/webui/src/containers/ContainerTableRow.tsx
@@ -178,7 +178,7 @@ export function ContainerTableRow(props: Props) {
 
 
 }
-{ports !== undefined && ports.length > 0 && 
+{ports !== undefined && ports?.length > 0 && 
 
 Ports
 



(camel) branch regen_bot updated (98e33aa1784 -> 8834df6071b)

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

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


from 98e33aa1784 Camel-AWS2-SES: Removed useles variables
 add 8834df6071b CAMEL-20415 - AWS Cloudtrail CloudEvent transformer 
(#13108)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |  8 
 .../aws-cloudtrail-application-cloudevents |  2 ++
 .../CloudtrailCloudEventDataTypeTransformer.java}  | 22 +++---
 3 files changed, 21 insertions(+), 11 deletions(-)
 create mode 100644 
components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
 copy 
components/camel-aws/{camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/transform/AWS2S3CloudEventDataTypeTransformer.java
 => 
camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java}
 (69%)



Re: [PR] Bump word-wrap from 1.2.3 to 1.2.5 [camel-website]

2024-02-13 Thread via GitHub


zregvart commented on PR #1125:
URL: https://github.com/apache/camel-website/pull/1125#issuecomment-1941983473

   @dependabot rebase


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

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

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



(camel) branch main updated: CAMEL-20415 - AWS Cloudtrail CloudEvent transformer (#13108)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8834df6071b CAMEL-20415 - AWS Cloudtrail CloudEvent transformer 
(#13108)
8834df6071b is described below

commit 8834df6071b12bdd6ac1f1f6fe15dd996b7339b6
Author: Andrea Cosentino 
AuthorDate: Tue Feb 13 17:42:03 2024 +0100

CAMEL-20415 - AWS Cloudtrail CloudEvent transformer (#13108)

Signed-off-by: Andrea Cosentino 
---
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |  8 
 .../aws-cloudtrail-application-cloudevents |  2 +
 .../CloudtrailCloudEventDataTypeTransformer.java   | 55 ++
 3 files changed, 65 insertions(+)

diff --git a/components/camel-aws/camel-aws-cloudtrail/pom.xml 
b/components/camel-aws/camel-aws-cloudtrail/pom.xml
index 1d45a991ad5..b6420014c97 100644
--- a/components/camel-aws/camel-aws-cloudtrail/pom.xml
+++ b/components/camel-aws/camel-aws-cloudtrail/pom.xml
@@ -55,6 +55,14 @@
 camel-health
 
 
+
+
+org.apache.camel
+camel-cloudevents
+provided
+true
+
+
 
 
 org.apache.camel
diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
new file mode 100644
index 000..adcb3ce3ca4
--- /dev/null
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.aws.cloudtrail.transform.CloudtrailCloudEventDataTypeTransformer
diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
new file mode 100644
index 000..dbfc15a999f
--- /dev/null
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
@@ -0,0 +1,55 @@
+/*
+ * 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.component.aws.cloudtrail.transform;
+
+import java.util.Map;
+
+import org.apache.camel.Message;
+import org.apache.camel.component.aws.cloudtrail.CloudtrailConstants;
+import org.apache.camel.component.cloudevents.CloudEvent;
+import org.apache.camel.component.cloudevents.CloudEvents;
+import org.apache.camel.spi.DataType;
+import org.apache.camel.spi.DataTypeTransformer;
+import org.apache.camel.spi.Transformer;
+
+/**
+ * Data type transformer converts AWS Cloudtrail lookup events response to 
CloudEvent v1_0 data format. The data type
+ * sets Camel specific CloudEvent headers with values extracted from AWS 
Cloudtrail lookup events response.
+ */
+@DataTypeTransformer(name = "aws-cloudtrail:application-cloudevents")
+public class CloudtrailCloudEventDataTypeTransformer extends Transformer {
+
+@Override
+public void transform(Message message, DataType fromType, DataType toType) 
{
+final Map headers = message.getHeaders();
+
+CloudEvent cloudEvent = CloudEvents.v1_0;
+headers.putIfAbsent(CloudEvent.CAMEL_CLOUD_EVENT_ID, 
message.getExchange().getExchangeId());
+headers.putIfAbsent(CloudEvent.CAMEL_CLOUD_EVENT_VERSION, 
cloudEvent.version());
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_TYPE, 
"org.apache.camel.event.aws.cloudtrail.lookupEvents");
+
+if 
(message.getHeaders().containsKey(CloudtrailConstants.EVENT_SOURCE)) {
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_SOURCE,
+"aws.cloudtrail.event.source." + 

Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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


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

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

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



Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

   :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-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

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


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

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

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



Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

   /component-test aws


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

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

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



Re: [PR] CAMEL-20415 - AWS Cloudtrail CloudEvent transformer [camel]

2024-02-13 Thread via GitHub


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

   /component-test aws


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

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

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



(camel) 01/01: CAMEL-20415 - AWS Cloudtrail CloudEvent transformer

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

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

commit 461c086552e1a7612066487bc39e9c3ae5b5ee45
Author: Andrea Cosentino 
AuthorDate: Tue Feb 13 17:23:59 2024 +0100

CAMEL-20415 - AWS Cloudtrail CloudEvent transformer

Signed-off-by: Andrea Cosentino 
---
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |  8 
 .../aws-cloudtrail-application-cloudevents |  2 +
 .../CloudtrailCloudEventDataTypeTransformer.java   | 55 ++
 3 files changed, 65 insertions(+)

diff --git a/components/camel-aws/camel-aws-cloudtrail/pom.xml 
b/components/camel-aws/camel-aws-cloudtrail/pom.xml
index 1d45a991ad5..b6420014c97 100644
--- a/components/camel-aws/camel-aws-cloudtrail/pom.xml
+++ b/components/camel-aws/camel-aws-cloudtrail/pom.xml
@@ -55,6 +55,14 @@
 camel-health
 
 
+
+
+org.apache.camel
+camel-cloudevents
+provided
+true
+
+
 
 
 org.apache.camel
diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
new file mode 100644
index 000..adcb3ce3ca4
--- /dev/null
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/resources/META-INF/services/org/apache/camel/transformer/aws-cloudtrail-application-cloudevents
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.aws.cloudtrail.transform.CloudtrailCloudEventDataTypeTransformer
diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
new file mode 100644
index 000..dbfc15a999f
--- /dev/null
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
@@ -0,0 +1,55 @@
+/*
+ * 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.component.aws.cloudtrail.transform;
+
+import java.util.Map;
+
+import org.apache.camel.Message;
+import org.apache.camel.component.aws.cloudtrail.CloudtrailConstants;
+import org.apache.camel.component.cloudevents.CloudEvent;
+import org.apache.camel.component.cloudevents.CloudEvents;
+import org.apache.camel.spi.DataType;
+import org.apache.camel.spi.DataTypeTransformer;
+import org.apache.camel.spi.Transformer;
+
+/**
+ * Data type transformer converts AWS Cloudtrail lookup events response to 
CloudEvent v1_0 data format. The data type
+ * sets Camel specific CloudEvent headers with values extracted from AWS 
Cloudtrail lookup events response.
+ */
+@DataTypeTransformer(name = "aws-cloudtrail:application-cloudevents")
+public class CloudtrailCloudEventDataTypeTransformer extends Transformer {
+
+@Override
+public void transform(Message message, DataType fromType, DataType toType) 
{
+final Map headers = message.getHeaders();
+
+CloudEvent cloudEvent = CloudEvents.v1_0;
+headers.putIfAbsent(CloudEvent.CAMEL_CLOUD_EVENT_ID, 
message.getExchange().getExchangeId());
+headers.putIfAbsent(CloudEvent.CAMEL_CLOUD_EVENT_VERSION, 
cloudEvent.version());
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_TYPE, 
"org.apache.camel.event.aws.cloudtrail.lookupEvents");
+
+if 
(message.getHeaders().containsKey(CloudtrailConstants.EVENT_SOURCE)) {
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_SOURCE,
+"aws.cloudtrail.event.source." + 
message.getHeader(CloudtrailConstants.EVENT_SOURCE, String.class));
+}
+
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_SUBJECT, 
message.getHeader(CloudtrailConstants.EVENT_ID, 

(camel) branch CAMEL-20415 created (now 461c086552e)

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

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


  at 461c086552e CAMEL-20415 - AWS Cloudtrail CloudEvent transformer

This branch includes the following new commits:

 new 461c086552e CAMEL-20415 - AWS Cloudtrail CloudEvent transformer

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




Error while running github feature from .asf.yaml in camel-website-pub!

2024-02-13 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



(camel-website-pub) branch asf-site updated (78c6dca983 -> 2e3d54c927)

2024-02-13 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git


 discard 78c6dca983 Website updated to 0dcaf9ae2bf9935b45fc6c6089d28328a80d6ce7
 discard f434f1bc69 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new f7d00d5151 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 2e3d54c927 Website updated to 6d8bc1a5996983d823bdd02101e2e6446bfd9c6d

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   (78c6dca983)
\
 N -- N -- N   refs/heads/asf-site (2e3d54c927)

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 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:
 .htaccess  |   32 +-
 .well-known/security.txt   |2 +-
 camel-k/next/apis/camel-k.html |2 +-
 camel-k/next/installation/registry/registry.html   |2 +-
 camel-k/next/traits/jvm.html   |2 +-
 .../next/contributor-guide/index.html  |2 +-
 .../next/contributor-guide/release-guide.html  |7 +-
 .../next/contributor-guide/testing.html|2 +-
 .../next/contributor-guide/troubleshooting.html|2 +-
 camel-kafka-connector/next/index.html  |2 +-
 ...s-cloudtrail-source-kafka-source-connector.html |2 +-
 ...l-aws-cloudwatch-sink-kafka-sink-connector.html |2 +-
 .../camel-aws-ddb-sink-kafka-sink-connector.html   |2 +-
 ...-ddb-streams-source-kafka-source-connector.html |2 +-
 .../camel-aws-ec2-sink-kafka-sink-connector.html   |2 +-
 ...-aws-eventbridge-sink-kafka-sink-connector.html |2 +-
 ...kinesis-firehose-sink-kafka-sink-connector.html |2 +-
 ...amel-aws-kinesis-sink-kafka-sink-connector.html |2 +-
 ...-aws-kinesis-source-kafka-source-connector.html |2 +-
 ...camel-aws-lambda-sink-kafka-sink-connector.html |2 +-
 ...mel-aws-redshift-sink-kafka-sink-connector.html |2 +-
 ...aws-redshift-source-kafka-source-connector.html |2 +-
 ...l-aws-s3-cdc-source-kafka-source-connector.html |2 +-
 .../camel-aws-s3-sink-kafka-sink-connector.html|4 +-
 ...camel-aws-s3-source-kafka-source-connector.html |4 +-
 ...streaming-upload-sink-kafka-sink-connector.html |4 +-
 ...-secrets-manager-sink-kafka-sink-connector.html |2 +-
 .../camel-aws-ses-sink-kafka-sink-connector.html   |2 +-
 ...mel-aws-sns-fifo-sink-kafka-sink-connector.html |2 +-
 .../camel-aws-sns-sink-kafka-sink-connector.html   |2 +-
 ...el-aws-sqs-batch-sink-kafka-sink-connector.html |2 +-
 ...mel-aws-sqs-fifo-sink-kafka-sink-connector.html |2 +-
 .../camel-aws-sqs-sink-kafka-sink-connector.html   |2 +-
 ...amel-aws-sqs-source-kafka-source-connector.html |2 +-
 ...timestream-query-sink-kafka-sink-connector.html |6 +
 .../camel-aws2-iam-kafka-sink-connector.html   |4 +-
 .../camel-aws2-kms-kafka-sink-connector.html   |4 +-
 ...l-azure-cosmosdb-sink-kafka-sink-connector.html |2 +-
 ...ure-cosmosdb-source-kafka-source-connector.html |2 +-
 ...-azure-eventhubs-sink-kafka-sink-connector.html |2 +-
 ...re-eventhubs-source-kafka-source-connector.html |2 +-
 ...-azure-functions-sink-kafka-sink-connector.html |2 +-
 ...azure-servicebus-sink-kafka-sink-connector.html |2 +-
 ...e-servicebus-source-kafka-source-connector.html |2 +-
 ...rage-blob-append-sink-kafka-sink-connector.html |6 +
 ...age-blob-cdc-source-kafka-source-connector.html |2 +-
 ...b-changefeed-source-kafka-source-connector.html |2 +-
 ...ure-storage-blob-sink-kafka-sink-connector.html |2 +-
 ...storage-blob-source-kafka-source-connector.html |2 +-
 ...storage-datalake-sink-kafka-sink-connector.html |2 +-
 ...age-datalake-source-kafka-source-connector.html |2 +-
 ...re-storage-queue-sink-kafka-sink-connector.html |2 +-
 ...torage-queue-source-kafka-source-connector.html |2 +-
 .../camel-beer-source-kafka-source-connector.html  |2 +-
 ...amel-bitcoin-source-kafka-source-connector.html |2 +-
 .../camel-cassandra-sink-kafka-sink-connector.html |2 +-
 ...el-cassandra-source-kafka-source-connector.html |2 +-
 

(camel-website) branch new440 updated (2cb4452b -> e7d203a8)

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

orpiske pushed a change to branch new440
in repository https://gitbox.apache.org/repos/asf/camel-website.git


from 2cb4452b Update content/blog/2024/02/camel44-whatsnew/index.md
 add e7d203a8 Added notes about throttle EIP and Kafka improvements

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/02/camel44-whatsnew/index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



(camel-karavan) branch main updated: No nedd to push empty project

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 9a10d3df No nedd to push empty project
9a10d3df is described below

commit 9a10d3df2471e1b1fa80d62bab3838cf83d0cb78
Author: Marat Gubaidullin 
AuthorDate: Tue Feb 13 10:45:20 2024 -0500

No nedd to push empty project
---
 .../src/main/java/org/apache/camel/karavan/service/ProjectService.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java
 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java
index a17044fd..a97c137e 100644
--- 
a/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java
+++ 
b/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java
@@ -382,7 +382,6 @@ public class ProjectService implements HealthCheck {
 if (kamelets == null) {
 kamelets = new Project(Project.Type.kamelets.name(), "Custom 
Kamelets", "Custom Kamelets", "", Instant.now().toEpochMilli(), 
Project.Type.kamelets);
 karavanCacheService.saveProject(kamelets);
-commitAndPushProject(JsonObject.of("projectId", 
Project.Type.kamelets.name(), "message", "Add custom kamelets"));
 }
 } catch (Exception e) {
 LOGGER.error("Error during custom kamelets project creation", e);



(camel) branch regen_bot updated (26b243c2d09 -> 98e33aa1784)

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

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


from 26b243c2d09 Azure Storage Queue Cloud Event Data Type Transformer: Fix 
the prefix of event source (#13107)
 add 98e33aa1784 Camel-AWS2-SES: Removed useles variables

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/aws2/ses/Ses2Configuration.java   | 4 ++--
 .../camel/component/aws2/ses/SesComponentConfigurationTest.java  | 9 -
 2 files changed, 2 insertions(+), 11 deletions(-)



(camel) branch main updated: Camel-AWS2-SES: Removed useles variables

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 98e33aa1784 Camel-AWS2-SES: Removed useles variables
98e33aa1784 is described below

commit 98e33aa1784ae52319be1dab8b9a27122a5b671c
Author: Andrea Cosentino 
AuthorDate: Tue Feb 13 16:31:08 2024 +0100

Camel-AWS2-SES: Removed useles variables

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/component/aws2/ses/Ses2Configuration.java   | 4 ++--
 .../camel/component/aws2/ses/SesComponentConfigurationTest.java  | 9 -
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
 
b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
index 1813fdf3599..609467b0fab 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
+++ 
b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
@@ -263,8 +263,8 @@ public class Ses2Configuration implements Cloneable {
 }
 
 /**
- * Set the need for overriding the endpoint. This option needs to be used 
in combination with the uriEndpointOverride
- * option
+ * Set the need for overriding the endpoint. This option needs to be used 
in combination with the
+ * uriEndpointOverride option
  */
 public void setOverrideEndpoint(boolean overrideEndpoint) {
 this.overrideEndpoint = overrideEndpoint;
diff --git 
a/components/camel-aws/camel-aws2-ses/src/test/java/org/apache/camel/component/aws2/ses/SesComponentConfigurationTest.java
 
b/components/camel-aws/camel-aws2-ses/src/test/java/org/apache/camel/component/aws2/ses/SesComponentConfigurationTest.java
index 732e40b792f..20e0a51ff8d 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/test/java/org/apache/camel/component/aws2/ses/SesComponentConfigurationTest.java
+++ 
b/components/camel-aws/camel-aws2-ses/src/test/java/org/apache/camel/component/aws2/ses/SesComponentConfigurationTest.java
@@ -16,9 +16,6 @@
  */
 package org.apache.camel.component.aws2.ses;
 
-import java.util.ArrayList;
-import java.util.List;
-
 import org.apache.camel.Endpoint;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Test;
@@ -102,12 +99,6 @@ public class SesComponentConfigurationTest extends 
CamelTestSupport {
 @Test
 public void createEndpointWithMaximalConfiguration() throws Exception {
 AmazonSESClientMock mock = new AmazonSESClientMock();
-List to = new ArrayList();
-to.add("t...@example.com");
-to.add("t...@example.com");
-List replyAddress = new ArrayList();
-replyAddress.add("reply...@example.com");
-replyAddress.add("reply...@example.com");
 
 context.getRegistry().bind("amazonSESClient", mock);
 Ses2Component component = context.getComponent("aws2-ses", 
Ses2Component.class);



Re: [PR] Camel 4.4.0 upgrade [camel-quarkus]

2024-02-13 Thread via GitHub


JiriOndrusek commented on PR #5747:
URL: https://github.com/apache/camel-quarkus/pull/5747#issuecomment-1941780220

   The example failure is expected - fix is prepared in 
https://github.com/apache/camel-quarkus-examples/pull/193
   CSimple has to be fixed here. (I'll take care of that)


-- 
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] Use eclipse-temurin:17-jdk as openssl got removed in the ubi image [camel-quarkus]

2024-02-13 Thread via GitHub


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

   (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) branch regen_bot updated (0c5b620c3cf -> 26b243c2d09)

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

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


from 0c5b620c3cf Polished
 add 26b243c2d09 Azure Storage Queue Cloud Event Data Type Transformer: Fix 
the prefix of event source (#13107)

No new revisions were added by this update.

Summary of changes:
 .../queue/transform/AzureStorageQueueCloudEventDataTypeTransformer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(camel-website) branch regen_bot updated (39be74f6 -> cd91aaf3)

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

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


omit 39be74f6 Regen for commit 0dcaf9ae2bf9935b45fc6c6089d28328a80d6ce7
 add f523f3bf chore: update http-cache-semantics to 4.1.1
 add b684b1c7 chore: update qs to 6.11.2
 add 87f17132 chore: upgrade yarn to 4.1.0
 add a27a01bd chore: remove old version of nth-check
 add 21eb7a8b chore: upgrade semver-regex to 4.0.5
 add 24e200ad chore: upgrade glob-parent to 5.1.2
 add 797f2bc9 chore: update copy-props to 2.0.5
 add f0602964 chore: update y18n to 3.2.2
 add d2b45aba chore: update dot-prop to 4.2.1
 add dce23c79 chore: update websocket-extensions to 0.1.4
 add a8b303ed chore: update acorn to 8.11.3
 add 615eaa9d chore: update acorn-node to 1.8.2
 add 8541fa7d chore: update cached-path-relative to 1.1.0
 add 6d8bc1a5 chore: update lockfiles and remove duplicate deps
 add cd91aaf3 Regen for commit 6d8bc1a5996983d823bdd02101e2e6446bfd9c6d

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   (39be74f6)
\
 N -- N -- N   refs/heads/regen_bot (cd91aaf3)

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

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

No new revisions were added by this update.

Summary of changes:
 .pnp.cjs   |   62 +-
 .pnp.loader.mjs|   44 +-
 ...th-relative-npm-1.0.2-375da1d4a2-643fa65a65.zip |  Bin 3749 -> 0 bytes
 ...th-relative-npm-1.1.0-7662af2352-2f1d63c230.zip |  Bin 0 -> 3747 bytes
 .yarn/releases/{yarn-4.0.2.cjs => yarn-4.1.0.cjs}  |  672 ++--
 .../pylib/gyp/__pycache__/__init__.cpython-310.pyc |  Bin 13737 -> 13737 bytes
 .../pylib/gyp/__pycache__/common.cpython-310.pyc   |  Bin 15203 -> 15203 bytes
 .../pylib/gyp/__pycache__/input.cpython-310.pyc|  Bin 51685 -> 51685 bytes
 .../gyp/__pycache__/simple_copy.cpython-310.pyc|  Bin 1812 -> 1812 bytes
 .../__pycache__/xcode_emulation.cpython-310.pyc|  Bin 55360 -> 55360 bytes
 .../generator/__pycache__/__init__.cpython-310.pyc |  Bin 243 -> 243 bytes
 .../gyp/generator/__pycache__/make.cpython-310.pyc |  Bin 67768 -> 67768 bytes
 .../packaging/__pycache__/__init__.cpython-310.pyc |  Bin 574 -> 574 bytes
 .../__pycache__/_structures.cpython-310.pyc|  Bin 2751 -> 2751 bytes
 .../packaging/__pycache__/version.cpython-310.pyc  |  Bin 14214 -> 14214 bytes
 .../node_modules/unix-dgram/build/Makefile |2 +-
 .../node_modules/unix-dgram/build/config.gypi  |2 +-
 .yarnrc.yml|2 +-
 antora-ui-camel/.pnp.cjs   |  395 +-
 antora-ui-camel/.pnp.loader.mjs|   44 +-
 ...amic-import-npm-4.0.0-c0c0c080f3-8a1efc546f.zip |  Bin 6209 -> 0 bytes
 .../acorn-node-npm-1.7.0-eb8fbb7af0-f3ae8d4da1.zip |  Bin 18061 -> 0 bytes
 .../acorn-node-npm-1.8.2-b30b72c499-a4d5e44a9a.zip |  Bin
 .../acorn-npm-3.3.0-3b87605fb5-ae9a421f7f.zip  |  Bin 153038 -> 0 bytes
 .../acorn-npm-5.7.3-003c55c3ed-f2904822f9.zip  |  Bin 135268 -> 0 bytes
 .../acorn-npm-6.1.1-62eeae5e4d-d33a2cb8dd.zip  |  Bin 247741 -> 0 bytes
 .../acorn-npm-7.2.0-b4d63d132a-367d98734c.zip  |  Bin 250099 -> 0 bytes
 .../acorn-npm-8.11.3-0d7ab48b38-b688e7e3c6.zip |  Bin
 .../acorn-npm-8.8.0-9ef399ab45-ed7ee7ae42.zip  |  Bin 120020 -> 0 bytes
 .../acorn-walk-npm-6.1.1-19617886f4-afae57b864.zip |  Bin 21780 -> 0 bytes
 .../acorn-walk-npm-7.2.0-5f8b515308-4d3e186f72.zip |  Bin
 .../call-bind-npm-1.0.7-762763ef96-cd6fe658e0.zip  |  Bin 0 -> 10060 bytes
 .../copy-props-npm-2.0.4-128dd26186-8187deba82.zip |  Bin 5437 -> 0 bytes
 .../copy-props-npm-2.0.5-81da1b51f3-eba7486dc0.zip |  Bin 0 -> 5528 bytes
 ...ta-property-npm-1.1.3-0b0317da79-99c97937af.zip |  Bin 0 -> 11673 bytes
 .../dot-prop-npm-4.2.0-f61418cdac-e98b892290.zip   |  Bin 3182 -> 0 bytes
 .../dot-prop-npm-4.2.1-9e47a92a56-25372bc0a4.zip   |  Bin 0 -> 3361 bytes
 ...ne-property-npm-1.0.0-e23aa9b242-f66ece0a88.zip |  Bin 0 -> 7525 bytes
 .../es-errors-npm-1.3.0-fda0c9b8a8-96e65d6401.zip  |  Bin 0 -> 9301 bytes
 ...t-intrinsic-npm-1.2.4-1dad3427b2-85bbf4b234.zip |  Bin 0 -> 14541 bytes
 ...glob-parent-npm-3.1.0-31416ad085-653d559237.zip |  Bin 3584 -> 0 bytes
 .../cache/gopd-npm-1.0.1-10c1d0b534-5fbc7ad57b.zip |  Bin 0 -> 5330 bytes
 ...descriptors-npm-1.0.2-d7077d09f1-2d8c9ab8ce.zip |  Bin 0 -> 6746 bytes
 

(camel-website) 11/14: chore: update acorn to 8.11.3

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

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

commit a8b303ed6c00585822405493d63129f7e9d13e91
Author: Zoran Regvart 
AuthorDate: Tue Feb 13 12:36:33 2024 +0100

chore: update acorn to 8.11.3
---
 antora-ui-camel/.pnp.cjs   |  65 -
 .../acorn-npm-3.3.0-3b87605fb5-ae9a421f7f.zip  | Bin 153038 -> 0 bytes
 .../acorn-npm-5.7.3-003c55c3ed-f2904822f9.zip  | Bin 135268 -> 0 bytes
 .../acorn-npm-6.1.1-62eeae5e4d-d33a2cb8dd.zip  | Bin 247741 -> 0 bytes
 .../acorn-npm-7.2.0-b4d63d132a-367d98734c.zip  | Bin 250099 -> 0 bytes
 .../acorn-npm-8.11.3-0d7ab48b38-b688e7e3c6.zip | Bin 0 -> 134446 bytes
 .../acorn-npm-8.8.0-9ef399ab45-ed7ee7ae42.zip  | Bin 120020 -> 0 bytes
 antora-ui-camel/package.json   |   3 +-
 antora-ui-camel/yarn.lock  |  44 ++
 9 files changed, 18 insertions(+), 94 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index de4f487b..0961ef0f 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -754,38 +754,10 @@ const RAW_RUNTIME_STATE =
   }]\
 ]],\
 ["acorn", [\
-  ["npm:3.3.0", {\
-"packageLocation": 
"./.yarn/cache/acorn-npm-3.3.0-3b87605fb5-ae9a421f7f.zip/node_modules/acorn/",\
-"packageDependencies": [\
-  ["acorn", "npm:3.3.0"]\
-],\
-"linkType": "HARD"\
-  }],\
-  ["npm:5.7.3", {\
-"packageLocation": 
"./.yarn/cache/acorn-npm-5.7.3-003c55c3ed-f2904822f9.zip/node_modules/acorn/",\
-"packageDependencies": [\
-  ["acorn", "npm:5.7.3"]\
-],\
-"linkType": "HARD"\
-  }],\
-  ["npm:6.1.1", {\
-"packageLocation": 
"./.yarn/cache/acorn-npm-6.1.1-62eeae5e4d-d33a2cb8dd.zip/node_modules/acorn/",\
-"packageDependencies": [\
-  ["acorn", "npm:6.1.1"]\
-],\
-"linkType": "HARD"\
-  }],\
-  ["npm:7.2.0", {\
-"packageLocation": 
"./.yarn/cache/acorn-npm-7.2.0-b4d63d132a-367d98734c.zip/node_modules/acorn/",\
+  ["npm:8.11.3", {\
+"packageLocation": 
"./.yarn/cache/acorn-npm-8.11.3-0d7ab48b38-b688e7e3c6.zip/node_modules/acorn/",\
 "packageDependencies": [\
-  ["acorn", "npm:7.2.0"]\
-],\
-"linkType": "HARD"\
-  }],\
-  ["npm:8.8.0", {\
-"packageLocation": 
"./.yarn/cache/acorn-npm-8.8.0-9ef399ab45-ed7ee7ae42.zip/node_modules/acorn/",\
-"packageDependencies": [\
-  ["acorn", "npm:8.8.0"]\
+  ["acorn", "npm:8.11.3"]\
 ],\
 "linkType": "HARD"\
   }]\
@@ -803,7 +775,7 @@ const RAW_RUNTIME_STATE =
 "packageDependencies": [\
   ["acorn-dynamic-import", 
"virtual:eb8fbb7af0e0013e84611930f4b3d6efe04b928b675cca17a81ed9ef8b52b1ba962a1853540b2a1161d900dbdab928455194126f0050817ad12384ebfd8e3a99#npm:4.0.0"],\
   ["@types/acorn", null],\
-  ["acorn", "npm:6.1.1"]\
+  ["acorn", "npm:8.11.3"]\
 ],\
 "packagePeers": [\
   "@types/acorn",\
@@ -817,7 +789,7 @@ const RAW_RUNTIME_STATE =
 "packageLocation": 
"./.yarn/cache/acorn-jsx-npm-3.0.1-3c3c3ddce8-8cb7f7b44f.zip/node_modules/acorn-jsx/",\
 "packageDependencies": [\
   ["acorn-jsx", "npm:3.0.1"],\
-  ["acorn", "npm:3.3.0"]\
+  ["acorn", "npm:8.11.3"]\
 ],\
 "linkType": "HARD"\
   }],\
@@ -828,25 +800,12 @@ const RAW_RUNTIME_STATE =
 ],\
 "linkType": "SOFT"\
   }],\
-  
["virtual:abcab55b2813e51f08b801082c9f38afdbe481e334ba7d6e40dd2f60fbd9c724d465f043f920e1b30d36fbfa22aee00a31e3e712b3233975130b29ff0b980775#npm:5.2.0",
 {\
-"packageLocation": 
"./.yarn/__virtual__/acorn-jsx-virtual-363a434110/0/cache/acorn-jsx-npm-5.2.0-4c0af33483-8e630b5834.zip/node_modules/acorn-jsx/",\
-"packageDependencies": [\
-  ["acorn-jsx", 
"virtual:abcab55b2813e51f08b801082c9f38afdbe481e334ba7d6e40dd2f60fbd9c724d465f043f920e1b30d36fbfa22aee00a31e3e712b3233975130b29ff0b980775#npm:5.2.0"],\
-  ["@types/acorn", null],\
-  ["acorn", "npm:6.1.1"]\
-],\
-"packagePeers": [\
-  "@types/acorn",\
-  "acorn"\
-],\
-"linkType": "HARD"\
-  }],\
   
["virtual:c3370c80228526bdc823c77589727bb12f010d7080bccc27a33a2dcce9848e6a7ca68b55a7a8ca98362554ae73296d381ef1ad94f002f07e2a08c76d959b5bbf#npm:5.2.0",
 {\
 "packageLocation": 
"./.yarn/__virtual__/acorn-jsx-virtual-150a37b7b0/0/cache/acorn-jsx-npm-5.2.0-4c0af33483-8e630b5834.zip/node_modules/acorn-jsx/",\
 "packageDependencies": [\
   ["acorn-jsx", 
"virtual:c3370c80228526bdc823c77589727bb12f010d7080bccc27a33a2dcce9848e6a7ca68b55a7a8ca98362554ae73296d381ef1ad94f002f07e2a08c76d959b5bbf#npm:5.2.0"],\
   ["@types/acorn", null],\
-  

(camel-website) 05/14: chore: upgrade semver-regex to 4.0.5

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

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

commit 21eb7a8b37452b072011e10d344578c8c04e820f
Author: Zoran Regvart 
AuthorDate: Tue Feb 13 12:30:18 2024 +0100

chore: upgrade semver-regex to 4.0.5
---
 antora-ui-camel/.pnp.cjs |   8 
 .../semver-regex-npm-2.0.0-218c804009-da7d6f5cea.zip | Bin 2395 -> 0 bytes
 .../semver-regex-npm-4.0.5-9917344f87-b9e5c0573c.zip | Bin 0 -> 3175 bytes
 antora-ui-camel/package.json |   3 ++-
 antora-ui-camel/yarn.lock|   8 
 5 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index 477efada..6cd00caf 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -5164,7 +5164,7 @@ const RAW_RUNTIME_STATE =
 "packageDependencies": [\
   ["find-versions", "npm:3.1.0"],\
   ["array-uniq", "npm:2.1.0"],\
-  ["semver-regex", "npm:2.0.0"]\
+  ["semver-regex", "npm:4.0.5"]\
 ],\
 "linkType": "HARD"\
   }]\
@@ -11044,10 +11044,10 @@ const RAW_RUNTIME_STATE =
   }]\
 ]],\
 ["semver-regex", [\
-  ["npm:2.0.0", {\
-"packageLocation": 
"./.yarn/cache/semver-regex-npm-2.0.0-218c804009-da7d6f5cea.zip/node_modules/semver-regex/",\
+  ["npm:4.0.5", {\
+"packageLocation": 
"./.yarn/cache/semver-regex-npm-4.0.5-9917344f87-b9e5c0573c.zip/node_modules/semver-regex/",\
 "packageDependencies": [\
-  ["semver-regex", "npm:2.0.0"]\
+  ["semver-regex", "npm:4.0.5"]\
 ],\
 "linkType": "HARD"\
   }]\
diff --git 
a/antora-ui-camel/.yarn/cache/semver-regex-npm-2.0.0-218c804009-da7d6f5cea.zip 
b/antora-ui-camel/.yarn/cache/semver-regex-npm-2.0.0-218c804009-da7d6f5cea.zip
deleted file mode 100644
index b6f9f6ef..
Binary files 
a/antora-ui-camel/.yarn/cache/semver-regex-npm-2.0.0-218c804009-da7d6f5cea.zip 
and /dev/null differ
diff --git 
a/antora-ui-camel/.yarn/cache/semver-regex-npm-4.0.5-9917344f87-b9e5c0573c.zip 
b/antora-ui-camel/.yarn/cache/semver-regex-npm-4.0.5-9917344f87-b9e5c0573c.zip
new file mode 100644
index ..a90ddbf4
Binary files /dev/null and 
b/antora-ui-camel/.yarn/cache/semver-regex-npm-4.0.5-9917344f87-b9e5c0573c.zip 
differ
diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json
index 632e1f5f..c8656afd 100644
--- a/antora-ui-camel/package.json
+++ b/antora-ui-camel/package.json
@@ -81,6 +81,7 @@
   },
   "resolutions": {
 "http-cache-semantics": "4.1.1",
-"nth-check": "2.1.1"
+"nth-check": "2.1.1",
+"semver-regex": "4.0.5"
   }
 }
diff --git a/antora-ui-camel/yarn.lock b/antora-ui-camel/yarn.lock
index 0ac30f35..de21d7ec 100644
--- a/antora-ui-camel/yarn.lock
+++ b/antora-ui-camel/yarn.lock
@@ -9740,10 +9740,10 @@ __metadata:
   languageName: node
   linkType: hard
 
-"semver-regex@npm:^2.0.0":
-  version: 2.0.0
-  resolution: "semver-regex@npm:2.0.0"
-  checksum: 
10/da7d6f5ceae80e2097933b1e4ea2815c2cfa2c50c6501db1a3d435a6063c0f23d66bc25fe8d06755048f3d7588d85339db6471446b2c91fea907e5c2ada5b0df
+"semver-regex@npm:4.0.5":
+  version: 4.0.5
+  resolution: "semver-regex@npm:4.0.5"
+  checksum: 
10/b9e5c0573c4a997fb7e6e76321385d254797e86c8dba5e23f3cd8cf8f40b40414097a51514e5fead61dcb88ff10d3676355c01e2040f3c68f6c24bfd2073da2e
   languageName: node
   linkType: hard
 



(camel-website) 06/14: chore: upgrade glob-parent to 5.1.2

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

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

commit 24e200ad4565a964876bb636a4bf45aa1e92c659
Author: Zoran Regvart 
AuthorDate: Tue Feb 13 12:31:34 2024 +0100

chore: upgrade glob-parent to 5.1.2
---
 antora-ui-camel/.pnp.cjs   |  22 ++---
 ...glob-parent-npm-3.1.0-31416ad085-653d559237.zip | Bin 3584 -> 0 bytes
 ...ath-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip | Bin 3159 -> 0 bytes
 antora-ui-camel/package.json   |   3 ++-
 antora-ui-camel/yarn.lock  |  19 +-
 5 files changed, 5 insertions(+), 39 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index 6cd00caf..eb33dcba 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -2340,7 +2340,7 @@ const RAW_RUNTIME_STATE =
   ["async-each", "npm:1.0.3"],\
   ["braces", "npm:2.3.2"],\
   ["fsevents", 
"patch:fsevents@npm%3A1.2.13#optional!builtin::version=1.2.13=d11327"],\
-  ["glob-parent", "npm:3.1.0"],\
+  ["glob-parent", "npm:5.1.2"],\
   ["inherits", "npm:2.0.4"],\
   ["is-binary-path", "npm:1.0.1"],\
   ["is-glob", "npm:4.0.1"],\
@@ -5568,15 +5568,6 @@ const RAW_RUNTIME_STATE =
   }]\
 ]],\
 ["glob-parent", [\
-  ["npm:3.1.0", {\
-"packageLocation": 
"./.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip/node_modules/glob-parent/",\
-"packageDependencies": [\
-  ["glob-parent", "npm:3.1.0"],\
-  ["is-glob", "npm:3.1.0"],\
-  ["path-dirname", "npm:1.0.2"]\
-],\
-"linkType": "HARD"\
-  }],\
   ["npm:5.1.2", {\
 "packageLocation": 
"./.yarn/cache/glob-parent-npm-5.1.2-021ab32634-32cd106ce8.zip/node_modules/glob-parent/",\
 "packageDependencies": [\
@@ -5593,7 +5584,7 @@ const RAW_RUNTIME_STATE =
   ["glob-stream", "npm:6.1.0"],\
   ["extend", "npm:3.0.2"],\
   ["glob", "npm:7.1.4"],\
-  ["glob-parent", "npm:3.1.0"],\
+  ["glob-parent", "npm:5.1.2"],\
   ["is-negated-glob", "npm:1.0.0"],\
   ["ordered-read-streams", "npm:1.0.1"],\
   ["pumpify", "npm:1.5.1"],\
@@ -9276,15 +9267,6 @@ const RAW_RUNTIME_STATE =
 "linkType": "HARD"\
   }]\
 ]],\
-["path-dirname", [\
-  ["npm:1.0.2", {\
-"packageLocation": 
"./.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip/node_modules/path-dirname/",\
-"packageDependencies": [\
-  ["path-dirname", "npm:1.0.2"]\
-],\
-"linkType": "HARD"\
-  }]\
-]],\
 ["path-exists", [\
   ["npm:2.1.0", {\
 "packageLocation": 
"./.yarn/cache/path-exists-npm-2.1.0-be4aa2-fdb734f1d0.zip/node_modules/path-exists/",\
diff --git 
a/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip 
b/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip
deleted file mode 100644
index 83a44fbb..
Binary files 
a/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip 
and /dev/null differ
diff --git 
a/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip 
b/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip
deleted file mode 100644
index e9576b11..
Binary files 
a/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip 
and /dev/null differ
diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json
index c8656afd..b00b642f 100644
--- a/antora-ui-camel/package.json
+++ b/antora-ui-camel/package.json
@@ -82,6 +82,7 @@
   "resolutions": {
 "http-cache-semantics": "4.1.1",
 "nth-check": "2.1.1",
-"semver-regex": "4.0.5"
+"semver-regex": "4.0.5",
+"glob-parent": "5.1.2"
   }
 }
diff --git a/antora-ui-camel/yarn.lock b/antora-ui-camel/yarn.lock
index de21d7ec..2f3c6259 100644
--- a/antora-ui-camel/yarn.lock
+++ b/antora-ui-camel/yarn.lock
@@ -4755,17 +4755,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"glob-parent@npm:^3.1.0":
-  version: 3.1.0
-  resolution: "glob-parent@npm:3.1.0"
-  dependencies:
-is-glob: "npm:^3.1.0"
-path-dirname: "npm:^1.0.0"
-  checksum: 
10/653d559237e89a11b9934bef3f392ec42335602034c928590544d383ff5ef449f7b12f3cfa539708e74bc0a6c28ab1fe51d663cc07463cdf899ba92afd85a855
-  languageName: node
-  linkType: hard
-
-"glob-parent@npm:^5.0.0, glob-parent@npm:^5.1.2":
+"glob-parent@npm:5.1.2":
   version: 5.1.2
   resolution: "glob-parent@npm:5.1.2"
   dependencies:
@@ -8178,13 +8168,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"path-dirname@npm:^1.0.0":
-  version: 1.0.2
-  resolution: "path-dirname@npm:1.0.2"
-  checksum: 

(camel-website) 08/14: chore: update y18n to 3.2.2

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

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

commit f06029649b8dbfb05a84ab3074bfa29b9ff4b06e
Author: Zoran Regvart 
AuthorDate: Tue Feb 13 12:32:34 2024 +0100

chore: update y18n to 3.2.2
---
 antora-ui-camel/.pnp.cjs |   8 
 .../.yarn/cache/y18n-npm-3.2.1-af8160320f-645ec00f3f.zip | Bin 4143 -> 0 bytes
 .../.yarn/cache/y18n-npm-3.2.2-f9b6b42101-42ee58e321.zip | Bin 0 -> 4458 bytes
 antora-ui-camel/yarn.lock|   6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index ac858efc..81fde7e7 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -13380,10 +13380,10 @@ const RAW_RUNTIME_STATE =
   }]\
 ]],\
 ["y18n", [\
-  ["npm:3.2.1", {\
-"packageLocation": 
"./.yarn/cache/y18n-npm-3.2.1-af8160320f-645ec00f3f.zip/node_modules/y18n/",\
+  ["npm:3.2.2", {\
+"packageLocation": 
"./.yarn/cache/y18n-npm-3.2.2-f9b6b42101-42ee58e321.zip/node_modules/y18n/",\
 "packageDependencies": [\
-  ["y18n", "npm:3.2.1"]\
+  ["y18n", "npm:3.2.2"]\
 ],\
 "linkType": "HARD"\
   }]\
@@ -13420,7 +13420,7 @@ const RAW_RUNTIME_STATE =
   ["set-blocking", "npm:2.0.0"],\
   ["string-width", "npm:1.0.2"],\
   ["which-module", "npm:1.0.0"],\
-  ["y18n", "npm:3.2.1"],\
+  ["y18n", "npm:3.2.2"],\
   ["yargs-parser", "npm:5.0.0"]\
 ],\
 "linkType": "HARD"\
diff --git 
a/antora-ui-camel/.yarn/cache/y18n-npm-3.2.1-af8160320f-645ec00f3f.zip 
b/antora-ui-camel/.yarn/cache/y18n-npm-3.2.1-af8160320f-645ec00f3f.zip
deleted file mode 100644
index 8cb4a232..
Binary files 
a/antora-ui-camel/.yarn/cache/y18n-npm-3.2.1-af8160320f-645ec00f3f.zip and 
/dev/null differ
diff --git 
a/antora-ui-camel/.yarn/cache/y18n-npm-3.2.2-f9b6b42101-42ee58e321.zip 
b/antora-ui-camel/.yarn/cache/y18n-npm-3.2.2-f9b6b42101-42ee58e321.zip
new file mode 100644
index ..a23acc94
Binary files /dev/null and 
b/antora-ui-camel/.yarn/cache/y18n-npm-3.2.2-f9b6b42101-42ee58e321.zip differ
diff --git a/antora-ui-camel/yarn.lock b/antora-ui-camel/yarn.lock
index 6386c209..2f55c7e3 100644
--- a/antora-ui-camel/yarn.lock
+++ b/antora-ui-camel/yarn.lock
@@ -11888,9 +11888,9 @@ __metadata:
   linkType: hard
 
 "y18n@npm:^3.2.1":
-  version: 3.2.1
-  resolution: "y18n@npm:3.2.1"
-  checksum: 
10/645ec00f3f09072f268d69d6eda4dbba843ae8160ac4afe0d3605eed721b003f602c6cd5be132d1297f085352f124fb27cf4dc7d51353b15592410bfbc5213bf
+  version: 3.2.2
+  resolution: "y18n@npm:3.2.2"
+  checksum: 
10/42ee58e321252ac87f85ccc7cee01c2e3e224737531e9e543963264194255132ce406e02993904b84ea974050d53b8959dcf9da695408553c32f2a8b4b59a667
   languageName: node
   linkType: hard
 



(camel-website) 04/14: chore: remove old version of nth-check

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

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

commit a27a01bde3534c2615fc619216ca8203bacae610
Author: Zoran Regvart 
AuthorDate: Tue Feb 13 12:28:27 2024 +0100

chore: remove old version of nth-check
---
 antora-ui-camel/.pnp.cjs |  10 +-
 .../cache/nth-check-npm-1.0.2-3f6d0d22eb-59e115fdd7.zip  | Bin 3883 -> 0 bytes
 antora-ui-camel/package.json |   3 ++-
 antora-ui-camel/yarn.lock|  13 ++---
 4 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index 258fc617..477efada 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -3010,7 +3010,7 @@ const RAW_RUNTIME_STATE =
   ["boolbase", "npm:1.0.0"],\
   ["css-what", "npm:2.1.3"],\
   ["domutils", "npm:1.7.0"],\
-  ["nth-check", "npm:1.0.2"]\
+  ["nth-check", "npm:2.1.1"]\
 ],\
 "linkType": "HARD"\
   }],\
@@ -8708,14 +8708,6 @@ const RAW_RUNTIME_STATE =
   }]\
 ]],\
 ["nth-check", [\
-  ["npm:1.0.2", {\
-"packageLocation": 
"./.yarn/cache/nth-check-npm-1.0.2-3f6d0d22eb-59e115fdd7.zip/node_modules/nth-check/",\
-"packageDependencies": [\
-  ["nth-check", "npm:1.0.2"],\
-  ["boolbase", "npm:1.0.0"]\
-],\
-"linkType": "HARD"\
-  }],\
   ["npm:2.1.1", {\
 "packageLocation": 
"./.yarn/cache/nth-check-npm-2.1.1-f97afc8169-5afc3dafcd.zip/node_modules/nth-check/",\
 "packageDependencies": [\
diff --git 
a/antora-ui-camel/.yarn/cache/nth-check-npm-1.0.2-3f6d0d22eb-59e115fdd7.zip 
b/antora-ui-camel/.yarn/cache/nth-check-npm-1.0.2-3f6d0d22eb-59e115fdd7.zip
deleted file mode 100644
index 89857311..
Binary files 
a/antora-ui-camel/.yarn/cache/nth-check-npm-1.0.2-3f6d0d22eb-59e115fdd7.zip and 
/dev/null differ
diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json
index 32d4fea2..632e1f5f 100644
--- a/antora-ui-camel/package.json
+++ b/antora-ui-camel/package.json
@@ -80,6 +80,7 @@
 }
   },
   "resolutions": {
-"http-cache-semantics": "4.1.1"
+"http-cache-semantics": "4.1.1",
+"nth-check": "2.1.1"
   }
 }
diff --git a/antora-ui-camel/yarn.lock b/antora-ui-camel/yarn.lock
index 29181d2c..0ac30f35 100644
--- a/antora-ui-camel/yarn.lock
+++ b/antora-ui-camel/yarn.lock
@@ -1394,7 +1394,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"boolbase@npm:^1.0.0, boolbase@npm:~1.0.0":
+"boolbase@npm:^1.0.0":
   version: 1.0.0
   resolution: "boolbase@npm:1.0.0"
   checksum: 
10/3e25c80ef626c3a3487c73dbfc70ac322ec830666c9ad915d11b701142fab25ec1e63eff2c450c74347acfd2de854ccde865cd79ef4db1683f7c7b046ea43bb0
@@ -7666,16 +7666,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"nth-check@npm:^1.0.2":
-  version: 1.0.2
-  resolution: "nth-check@npm:1.0.2"
-  dependencies:
-boolbase: "npm:~1.0.0"
-  checksum: 
10/59e115fdd75b971d0030f42ada3aac23898d4c03aa13371fa8b3339d23461d1badf3fde5aad251fb956aaa75c0a3b9bfcd07c08a34a83b4f9dadfdce1d19337c
-  languageName: node
-  linkType: hard
-
-"nth-check@npm:^2.0.1":
+"nth-check@npm:2.1.1":
   version: 2.1.1
   resolution: "nth-check@npm:2.1.1"
   dependencies:



  1   2   3   >