(camel) branch main updated: CAMEL-20808: camel-etcd - Setting endpoint should be tooling friendly

2024-05-28 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 c6876c46dff CAMEL-20808: camel-etcd - Setting endpoint should be 
tooling friendly
c6876c46dff is described below

commit c6876c46dff28eb545590432b3aa68c9f0427b66
Author: Claus Ibsen 
AuthorDate: Wed May 29 08:58:28 2024 +0200

CAMEL-20808: camel-etcd - Setting endpoint should be tooling friendly
---
 .../org/apache/camel/catalog/components/etcd3.json |  4 +-
 .../component/etcd3/Etcd3ComponentConfigurer.java  |  4 +-
 .../component/etcd3/Etcd3EndpointConfigurer.java   |  4 +-
 .../Etcd3ServiceDiscoveryFactoryConfigurer.java|  4 +-
 .../org/apache/camel/component/etcd3/etcd3.json|  4 +-
 .../camel/component/etcd3/Etcd3Configuration.java  | 14 +++--
 .../camel/component/etcd3/Etcd3Constants.java  |  2 +-
 .../camel/component/etcd3/Etcd3Endpoint.java   |  6 +--
 .../etcd3/cloud/Etcd3ServiceDiscoveryFactory.java  |  6 +--
 .../etcd3/cloud/Etcd3WatchServiceDiscovery.java|  4 +-
 .../dsl/Etcd3ComponentBuilderFactory.java  |  9 ++--
 .../endpoint/dsl/Etcd3EndpointBuilderFactory.java  | 63 --
 .../apache/camel/kotlin/components/Etcd3UriDsl.kt  |  3 +-
 13 files changed, 45 insertions(+), 82 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/etcd3.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/etcd3.json
index b6c4b242513..776a9278f51 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/etcd3.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/etcd3.json
@@ -24,7 +24,7 @@
   },
   "componentProperties": {
 "configuration": { "index": 0, "kind": "property", "displayName": 
"Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.etcd3.Etcd3Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration." },
-"endpoints": { "index": 1, "kind": "property", "displayName": "Endpoints", 
"group": "common", "label": "common", "required": false, "type": "array", 
"javaType": "java.lang.String[]", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "http:\/\/localhost:2379", 
"configurationClass": "org.apache.camel.component.etcd3.Etcd3Configuration", 
"configurationField": "configuration", "description": "Configure etcd server 
endpoints using the IPNameResolver." },
+"endpoints": { "index": 1, "kind": "property", "displayName": "Endpoints", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "http:\/\/localhost:2379", 
"configurationClass": "org.apache.camel.component.etcd3.Etcd3Configuration", 
"configurationField": "configuration", "description": "Configure etcd server 
endpoints using the IPNameResolver. Multiple endpoi [...]
 "keyCharset": { "index": 2, "kind": "property", "displayName": "Key 
Charset", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "UTF-8", "configurationClass": 
"org.apache.camel.component.etcd3.Etcd3Configuration", "configurationField": 
"configuration", "description": "Configure the charset to use for the keys." },
 "namespace": { "index": 3, "kind": "property", "displayName": "Namespace", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.etcd3.Etcd3Configuration", "configurationField": 
"configuration", "description": "Configure the namespace of keys used. \/ will 
be treated as no namespace." },
 "prefix": { "index": 4, "kind": "property", "displayName": "Prefix", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.etcd3.Etcd3Configuration", "configurationField": 
"configuration", "description": "To apply an action on all the key-value pairs 
whose key that starts with the target path." },
@@ -58,7 +58,7 @@
   },
   "properties": {
 "path": { "index": 0, "kind": "path", "displayName": "Path", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The path the endpoint refers to" },
-"endpoints": { "index": 1

[PR] Remove unused version properties [camel-quarkus]

2024-05-28 Thread via GitHub


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

   (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] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


davsclaus commented on code in PR #6130:
URL: https://github.com/apache/camel-quarkus/pull/6130#discussion_r1618283591


##
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java:
##
@@ -107,4 +108,34 @@ public void 
registerManagementEventBridge(RuntimeValue camelContex
 .getManagementStrategy()
 .addEventNotifier(new 
CamelManagementEventBridge(observedManagementEvents));
 }
+
+public RuntimeValue 
createBacklogTracerCustomizer(CamelConfig config) {
+return new RuntimeValue<>(context -> {
+// must enable source location so tracer tooling knows to map 
breakpoints to source code
+context.setSourceLocationEnabled(true);
+
+// enable tracer on camel
+context.setBacklogTracing(config.trace.enabled);
+context.setBacklogTracingStandby(config.trace.standby);
+context.setBacklogTracingTemplates(config.trace.traceTemplates);
+
+BacklogTracer tracer = BacklogTracer.createTracer(context);
+tracer.setEnabled(config.trace.enabled);
+tracer.setStandby(config.trace.standby);
+tracer.setBacklogSize(config.trace.backlogSize);
+tracer.setRemoveOnDump(config.trace.removeOnDump);
+tracer.setBodyMaxChars(config.trace.bodyMaxChars);
+tracer.setBodyIncludeStreams(config.trace.bodyIncludeStreams);
+tracer.setBodyIncludeFiles(config.trace.bodyIncludeFiles);
+
tracer.setIncludeExchangeProperties(config.trace.includeExchangeProperties);
+
tracer.setIncludeExchangeVariables(config.trace.includeExchangeVariables);
+tracer.setIncludeException(config.trace.includeException);
+tracer.setTraceRests(config.trace.traceRests);
+tracer.setTraceTemplates(config.trace.traceTemplates);
+tracer.setTracePattern(config.trace.tracePattern.orElse(""));

Review Comment:
   yes both



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

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

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



Re: [PR] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


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


##
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java:
##
@@ -406,4 +412,96 @@ public static class EventBridgeConfig {
 @ConfigItem(defaultValue = "true")
 public boolean enabled;
 }
+
+@ConfigGroup
+public static class TraceConfig {
+
+/**
+ * Enables tracer in your Camel application.
+ */
+@ConfigItem(defaultValue = "false")
+public boolean enabled;
+
+/**
+ * To set the tracer in standby mode, where the tracer will be 
installed by not automatic enabled. The tracer can
+ * then later be enabled explicit from Java, JMX or tooling.

Review Comment:
   ```suggestion
* To set the tracer in standby mode, where the tracer will be 
installed, but not automatically enabled. The tracer can
* then be enabled explicitly later from Java, JMX or tooling.
   ```



-- 
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-examples) branch dependabot/maven/message-bridge/camel-quarkus-main/org.assertj-assertj-core-3.26.0 deleted (was 61e074b)

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

jamesnetherton pushed a change to branch 
dependabot/maven/message-bridge/camel-quarkus-main/org.assertj-assertj-core-3.26.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


 was 61e074b  Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 in 
/message-bridge

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



Re: [PR] Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 in /message-bridge [camel-quarkus-examples]

2024-05-28 Thread via GitHub


jamesnetherton closed pull request #222: Bump org.assertj:assertj-core from 
3.25.3 to 3.26.0 in /message-bridge
URL: https://github.com/apache/camel-quarkus-examples/pull/222


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

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

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



Re: [PR] Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 in /message-bridge [camel-quarkus-examples]

2024-05-28 Thread via GitHub


dependabot[bot] commented on PR #222:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/222#issuecomment-2136637095

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


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

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

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



(camel-quarkus-examples) branch dependabot/maven/aws-lambda/camel-quarkus-main/net.revelc.code-impsort-maven-plugin-1.10.0 deleted (was 0b73f19)

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

jamesnetherton pushed a change to branch 
dependabot/maven/aws-lambda/camel-quarkus-main/net.revelc.code-impsort-maven-plugin-1.10.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


 was 0b73f19  Bump net.revelc.code:impsort-maven-plugin in /aws-lambda

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



Re: [PR] Bump net.revelc.code:impsort-maven-plugin from 1.9.0 to 1.10.0 in /aws-lambda [camel-quarkus-examples]

2024-05-28 Thread via GitHub


dependabot[bot] commented on PR #221:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/221#issuecomment-2136636890

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


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

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

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



Re: [PR] Bump net.revelc.code:impsort-maven-plugin from 1.9.0 to 1.10.0 in /aws-lambda [camel-quarkus-examples]

2024-05-28 Thread via GitHub


jamesnetherton closed pull request #221: Bump 
net.revelc.code:impsort-maven-plugin from 1.9.0 to 1.10.0 in /aws-lambda
URL: https://github.com/apache/camel-quarkus-examples/pull/221


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

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

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



Re: [PR] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


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


##
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java:
##
@@ -107,4 +108,34 @@ public void 
registerManagementEventBridge(RuntimeValue camelContex
 .getManagementStrategy()
 .addEventNotifier(new 
CamelManagementEventBridge(observedManagementEvents));
 }
+
+public RuntimeValue 
createBacklogTracerCustomizer(CamelConfig config) {
+return new RuntimeValue<>(context -> {
+// must enable source location so tracer tooling knows to map 
breakpoints to source code
+context.setSourceLocationEnabled(true);
+
+// enable tracer on camel
+context.setBacklogTracing(config.trace.enabled);
+context.setBacklogTracingStandby(config.trace.standby);
+context.setBacklogTracingTemplates(config.trace.traceTemplates);
+
+BacklogTracer tracer = BacklogTracer.createTracer(context);
+tracer.setEnabled(config.trace.enabled);
+tracer.setStandby(config.trace.standby);
+tracer.setBacklogSize(config.trace.backlogSize);
+tracer.setRemoveOnDump(config.trace.removeOnDump);
+tracer.setBodyMaxChars(config.trace.bodyMaxChars);
+tracer.setBodyIncludeStreams(config.trace.bodyIncludeStreams);
+tracer.setBodyIncludeFiles(config.trace.bodyIncludeFiles);
+
tracer.setIncludeExchangeProperties(config.trace.includeExchangeProperties);
+
tracer.setIncludeExchangeVariables(config.trace.includeExchangeVariables);
+tracer.setIncludeException(config.trace.includeException);
+tracer.setTraceRests(config.trace.traceRests);
+tracer.setTraceTemplates(config.trace.traceTemplates);
+tracer.setTracePattern(config.trace.tracePattern.orElse(""));

Review Comment:
   @davsclaus set with `null` on both of them.



-- 
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-examples) branch dependabot/maven/aws-lambda/camel-quarkus-main/maven-78e14a790e deleted (was 90ab2f0)

2024-05-28 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-lambda/camel-quarkus-main/maven-78e14a790e
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


 was 90ab2f0  Bump the maven group across 21 directories with 4 updates

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



(camel-quarkus-examples) branch camel-quarkus-main updated: Bump the maven group across 21 directories with 4 updates

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

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
 new 4560887  Bump the maven group across 21 directories with 4 updates
4560887 is described below

commit 45608874eab5ebb5209f9dd0eea8e2055f2aac1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 27 19:52:16 2024 +

Bump the maven group across 21 directories with 4 updates

Bumps the maven group with 1 update in the /aws-lambda directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /cluster-leader-election 
directory: net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /cxf-soap directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /file-bindy-ftp directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /file-split-log-xml directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /health directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /http-log directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /jdbc-datasource directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /jms-jpa directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /jpa-idempotent-repository 
directory: net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /jta-jpa directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /kafka directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /kamelet-chucknorris directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 2 updates in the /message-bridge directory: 
net.revelc.code:impsort-maven-plugin and 
[org.assertj:assertj-core](https://github.com/assertj/assertj).
Bumps the maven group with 1 update in the /observability directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /platform-http-security-keycloak 
directory: net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /rest-json directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /timer-log directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 3 updates in the /timer-log-kotlin directory: 
net.revelc.code:impsort-maven-plugin, org.jetbrains.kotlin:kotlin-maven-allopen 
and org.jetbrains.kotlin:kotlin-maven-plugin.
Bumps the maven group with 1 update in the /timer-log-main directory: 
net.revelc.code:impsort-maven-plugin.
Bumps the maven group with 1 update in the /vertx-websocket-chat directory: 
net.revelc.code:impsort-maven-plugin.


Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.0)

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.24 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-maven-

Re: [PR] Bump the maven group across 21 directories with 4 updates [camel-quarkus-examples]

2024-05-28 Thread via GitHub


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


-- 
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 (1332f293b78 -> 56aff9f89b9)

2024-05-28 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 1332f293b78 Bumps  from 3.9.6 to 3.9.7.
 add 56aff9f89b9 Bump jackson2-version from 2.16.2 to 2.17.1 (#14068)

No new revisions were added by this update.

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



Re: [PR] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


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


##
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java:
##
@@ -107,4 +108,34 @@ public void 
registerManagementEventBridge(RuntimeValue camelContex
 .getManagementStrategy()
 .addEventNotifier(new 
CamelManagementEventBridge(observedManagementEvents));
 }
+
+public RuntimeValue 
createBacklogTracerCustomizer(CamelConfig config) {
+return new RuntimeValue<>(context -> {
+// must enable source location so tracer tooling knows to map 
breakpoints to source code
+context.setSourceLocationEnabled(true);
+
+// enable tracer on camel
+context.setBacklogTracing(config.trace.enabled);
+context.setBacklogTracingStandby(config.trace.standby);
+context.setBacklogTracingTemplates(config.trace.traceTemplates);
+
+BacklogTracer tracer = BacklogTracer.createTracer(context);
+tracer.setEnabled(config.trace.enabled);
+tracer.setStandby(config.trace.standby);
+tracer.setBacklogSize(config.trace.backlogSize);
+tracer.setRemoveOnDump(config.trace.removeOnDump);
+tracer.setBodyMaxChars(config.trace.bodyMaxChars);
+tracer.setBodyIncludeStreams(config.trace.bodyIncludeStreams);
+tracer.setBodyIncludeFiles(config.trace.bodyIncludeFiles);
+
tracer.setIncludeExchangeProperties(config.trace.includeExchangeProperties);
+
tracer.setIncludeExchangeVariables(config.trace.includeExchangeVariables);
+tracer.setIncludeException(config.trace.includeException);
+tracer.setTraceRests(config.trace.traceRests);
+tracer.setTraceTemplates(config.trace.traceTemplates);
+tracer.setTracePattern(config.trace.tracePattern.orElse(""));

Review Comment:
   The same with `setTraceFilter`. it should be `null` as well?
   ```java
   tracer.setTraceFilter(config.trace.traceFilter.orElse(""));
   ```



-- 
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/jackson2-version-2.17.1 deleted (was a78af1753c4)

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

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


 was a78af1753c4 Bump jackson2-version from 2.16.2 to 2.17.1

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



(camel) branch main updated: Bump jackson2-version from 2.16.2 to 2.17.1 (#14068)

2024-05-28 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 56aff9f89b9 Bump jackson2-version from 2.16.2 to 2.17.1 (#14068)
56aff9f89b9 is described below

commit 56aff9f89b9e89603161df5ab10d4ff18f330d1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 08:00:29 2024 +0200

Bump jackson2-version from 2.16.2 to 2.17.1 (#14068)

Bumps `jackson2-version` from 2.16.2 to 2.17.1.

Updates `com.fasterxml.jackson:jackson-bom` from 2.16.2 to 2.17.1
- 
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.16.2...jackson-bom-2.17.1)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.2 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 
2.16.2 to 2.17.1
- 
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.16.2...jackson-dataformats-text-2.17.1)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.2 to 2.17.1
- 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.16.2...jackson-core-2.17.1)

Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` 
from 2.16.2 to 2.17.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: 
com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 00d5c642d0f..1f92a55264e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -236,7 +236,7 @@
 3.0.5
 2.5.2
 1.0.0-preview.20240207
-2.16.2
+2.17.1
 2.21.25
 0.13
 3.1.7



Re: [PR] Bump jackson2-version from 2.16.2 to 2.17.1 [camel]

2024-05-28 Thread via GitHub


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


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

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

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



Re: [I] Camel 4.5 - Trace config [camel-quarkus]

2024-05-28 Thread via GitHub


davsclaus commented on issue #5824:
URL: https://github.com/apache/camel-quarkus/issues/5824#issuecomment-2136572246

   use null instead of empty string. For testing them I am afraid you can only 
test like its tested in the core project. But generally its not really needed 
as core tests the tracing functionality, and CEQ is just a facade on setting 
the options.


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

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

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



Re: [PR] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


davsclaus commented on code in PR #6130:
URL: https://github.com/apache/camel-quarkus/pull/6130#discussion_r1618220886


##
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java:
##
@@ -107,4 +108,34 @@ public void 
registerManagementEventBridge(RuntimeValue camelContex
 .getManagementStrategy()
 .addEventNotifier(new 
CamelManagementEventBridge(observedManagementEvents));
 }
+
+public RuntimeValue 
createBacklogTracerCustomizer(CamelConfig config) {
+return new RuntimeValue<>(context -> {
+// must enable source location so tracer tooling knows to map 
breakpoints to source code
+context.setSourceLocationEnabled(true);
+
+// enable tracer on camel
+context.setBacklogTracing(config.trace.enabled);
+context.setBacklogTracingStandby(config.trace.standby);
+context.setBacklogTracingTemplates(config.trace.traceTemplates);
+
+BacklogTracer tracer = BacklogTracer.createTracer(context);
+tracer.setEnabled(config.trace.enabled);
+tracer.setStandby(config.trace.standby);
+tracer.setBacklogSize(config.trace.backlogSize);
+tracer.setRemoveOnDump(config.trace.removeOnDump);
+tracer.setBodyMaxChars(config.trace.bodyMaxChars);
+tracer.setBodyIncludeStreams(config.trace.bodyIncludeStreams);
+tracer.setBodyIncludeFiles(config.trace.bodyIncludeFiles);
+
tracer.setIncludeExchangeProperties(config.trace.includeExchangeProperties);
+
tracer.setIncludeExchangeVariables(config.trace.includeExchangeVariables);
+tracer.setIncludeException(config.trace.includeException);
+tracer.setTraceRests(config.trace.traceRests);
+tracer.setTraceTemplates(config.trace.traceTemplates);
+tracer.setTracePattern(config.trace.tracePattern.orElse(""));

Review Comment:
   these should be null instead of empty string



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

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

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



Re: [PR] Upgrade apache pulsar 3.2.3 [camel]

2024-05-28 Thread via GitHub


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

   :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] Upgrade apache pulsar 3.2.3 [camel]

2024-05-28 Thread via GitHub


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

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


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

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

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



(camel) branch pulsar323 created (now 3cc9027b62c)

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

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


  at 3cc9027b62c Upgrade apache pulsar 3.2.3

This branch includes the following new commits:

 new 3cc9027b62c Upgrade apache pulsar 3.2.3

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




(camel) 01/01: Upgrade apache pulsar 3.2.3

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

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

commit 3cc9027b62c0682466c163116e68b39a11e6
Author: Claus Ibsen 
AuthorDate: Wed May 29 07:47:29 2024 +0200

Upgrade apache pulsar 3.2.3
---
 parent/pom.xml  | 2 +-
 .../org/apache/camel/test/infra/pulsar/services/container.properties| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 00d5c642d0f..35dafbd1e40 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -409,7 +409,7 @@
 5.0.3.Final
 SRU2023-10.1.5
 6.4.5
-3.2.2
+3.2.3
 1.9.1
 9.2.0
 0.34.1
diff --git 
a/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
 
b/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
index 0d24ad597bc..76d1d4af05b 100644
--- 
a/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
+++ 
b/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---
-pulsar.container=apachepulsar/pulsar:3.1.3
\ No newline at end of file
+pulsar.container=apachepulsar/pulsar:3.2.3
\ No newline at end of file



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

2024-05-28 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 3773de0b4ae Regen
3773de0b4ae is described below

commit 3773de0b4ae852c705dea671358d22e6d699fddd
Author: Claus Ibsen 
AuthorDate: Wed May 29 07:46:35 2024 +0200

Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 5 -
 1 file changed, 5 deletions(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index fed2f806fc5..d152dfb6951 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -166,11 +166,6 @@
   "type": 
"org.apache.camel.spring.boot.actuate.endpoint.CamelRouteControllerEndpoint",
   "sourceType": 
"org.apache.camel.spring.boot.actuate.endpoint.CamelRouteControllerEndpoint"
 },
-{
-  "name": "management.endpoint.camelroutes",
-  "type": 
"org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint",
-  "sourceType": 
"org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint"
-},
 {
   "name": "management.endpoint.camelroutes",
   "type": 
"org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpointProperties",



Re: [PR] Bump jackson2-version from 2.16.2 to 2.17.1 [camel]

2024-05-28 Thread via GitHub


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

   @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



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

2024-05-28 Thread via GitHub


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


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

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

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



(camel-spring-boot) branch main updated: CAMEL-20779: Upgrade to SB 3.3.0 (#1153)

2024-05-28 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 3c53546bb81 CAMEL-20779: Upgrade to SB 3.3.0 (#1153)
3c53546bb81 is described below

commit 3c53546bb818beb7e0ed091a39cc31eeed374607
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Wed May 29 07:43:44 2024 +0200

CAMEL-20779: Upgrade to SB 3.3.0 (#1153)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3959128730d..9bda2682f7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-3.2.5
+3.3.0
 
 
 4.7.0-SNAPSHOT



Re: [PR] CAMEL-20779: Upgrade to SB 3.3.0 [camel-spring-boot]

2024-05-28 Thread via GitHub


davsclaus merged PR #1153:
URL: https://github.com/apache/camel-spring-boot/pull/1153


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

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

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



(camel-spring-boot) 01/02: Bumps from 3.9.6 to 3.9.7.

2024-05-28 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

commit 02cf70607f2c3db767555bb38f7542978e9bf84e
Author: Claus Ibsen 
AuthorDate: Wed May 29 07:37:26 2024 +0200

Bumps  from 3.9.6 to 3.9.7.
---
 .mvn/wrapper/maven-wrapper.jar| Bin 62547 -> 0 bytes
 .mvn/wrapper/maven-wrapper.properties |   5 +-
 mvnw  | 435 +++---
 mvnw.cmd  | 304 ++--
 4 files changed, 320 insertions(+), 424 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar
deleted file mode 100644
index cb28b0e37c7..000
Binary files a/.mvn/wrapper/maven-wrapper.jar and /dev/null differ
diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 346d645fd06..23c7e5999d7 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
diff --git a/mvnw b/mvnw
index 8d937f4c14f..19529ddf8c6 100755
--- a/mvnw
+++ b/mvnw
@@ -19,290 +19,241 @@
 # 
 
 # 
-# Apache Maven Wrapper startup batch script, version 3.2.0
-#
-# Required ENV vars:
-# --
-#   JAVA_HOME - location of a JDK home dir
+# Apache Maven Wrapper startup batch script, version 3.3.2
 #
 # Optional ENV vars
 # -
-#   MAVEN_OPTS - parameters passed to the Java VM when running Maven
-# e.g. to debug Maven itself, use
-#   set MAVEN_OPTS=-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-#   MAVEN_SKIP_RC - flag to disable loading of mavenrc files
+#   JAVA_HOME - location of a JDK home dir, required when download maven via 
java source
+#   MVNW_REPOURL - repo url base for downloading maven distribution
+#   MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+#   MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; 
others: silence the output
 # 
 
-if [ -z "$MAVEN_SKIP_RC" ] ; then
-
-  if [ -f /usr/local/etc/mavenrc ] ; then
-. /usr/local/etc/mavenrc
-  fi
-
-  if [ -f /etc/mavenrc ] ; then
-. /etc/mavenrc
-  fi
-
-  if [ -f "$HOME/.mavenrc" ] ; then
-. "$HOME/.mavenrc"
-  fi
-
-fi
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
 
-# OS specific support.  $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-mingw=false
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
 case "$(uname)" in
-  CYGWIN*) cygwin=true ;;
-  MINGW*) mingw=true;;
-  Darwin*) darwin=true
-# Use /usr/libexec/java_home if available, otherwise fall back to 
/Library/Java/Home
-# See https://developer.apple.com/library/mac/qa/qa1170/_index.html
-if [ -z "$JAVA_HOME" ]; then
-  if [ -x "/usr/libexec/java_home" ]; then
-JAVA_HOME="$(/usr/libexec/java_home)"; export JAVA_HOME
-  else
-JAVA_HOME="/Library/Java/Home"; export JAVA_HOME
-  fi
-fi
-;;
+CYGWIN* | MINGW*)
+  [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+  native_path() { cygpath --path --windows "$1"; }
+  ;;
 esac
 
-if [ -z "$JAVA_HOME" ] ; then
-  if [ -r /etc/gentoo-release ] ; then
-JAVA_HOME=$(java-config --jre-home)
-  fi
-fi
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
-  [ -n "$JAVA_HOME" ] &&
-JAVA_HOME=$(cygpath --unix "$JAVA_HOME")
-  [ -n "$CLASSPATH" ] &&
-CLASSPATH=$(cygpath --path --unix "$CLASSPATH")
-fi
-
-# For Mingw, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
-  [ -n "$JAVA_HOME" ] && [ -d "$JAVA_HOME" ] &&
-JAVA_HOME="$(cd "$JAVA_HOME" || (echo "cannot cd into $JAVA_HOME."; exit 
1); pwd)"
-fi
-
-if [ -z "$JAVA_HOME" ]; then
-  javaExecutable="$(which javac)"
-  if [ -n "$javaExecutable" ] && ! [ "$(expr "\"$javaExecutable\"" : '\([^ 
]*\)')" = "no" ]; then
-# readlink(1) is not available as standard on Solaris 10.
-readLink=$(which readlink)
-if [ ! "$(expr "$readLink" : '\([^ ]*\)')" = "no" ]; then
-  if $darwin ; then
-javaHome="$(dirname "\"$javaExecutable\"")"
-   

(camel-spring-boot) branch main updated (dfc3c9d301f -> c1b7ab375b7)

2024-05-28 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-spring-boot.git


from dfc3c9d301f [create-pull-request] automated change (#1154)
 new 02cf70607f2 Bumps  from 3.9.6 to 3.9.7.
 new c1b7ab375b7 Regen

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:
 .mvn/wrapper/maven-wrapper.jar | Bin 62547 -> 0 bytes
 .mvn/wrapper/maven-wrapper.properties  |   5 +-
 .../springboot/catalog/components/activemq.json|  43 +-
 .../springboot/catalog/components/activemq6.json   |  43 +-
 .../camel/springboot/catalog/components/amqp.json  |  41 +-
 .../camel/springboot/catalog/components/cql.json   |  59 ++-
 .../camel/springboot/catalog/components/etcd3.json |   4 +-
 .../springboot/catalog/components/infinispan.json  |  86 ++--
 .../springboot/catalog/components/ironmq.json  |  62 +--
 .../camel/springboot/catalog/components/jms.json   |  41 +-
 .../camel/springboot/catalog/components/kudu.json  |   4 +-
 .../camel/springboot/catalog/components/minio.json | 218 +--
 .../springboot/catalog/components/mongodb.json |  24 +-
 .../springboot/catalog/components/optaplanner.json |  20 +-
 .../springboot/catalog/components/pgevent.json |  10 +-
 .../catalog/components/robotframework.json |   2 +-
 .../springboot/catalog/components/sql-stored.json  |   3 +-
 .../camel/springboot/catalog/components/sql.json   |   7 +-
 .../springboot/catalog/components/thrift.json  |   2 +-
 .../src/main/docs/activemq.json|   7 +
 .../springboot/ActiveMQComponentConfiguration.java |  15 +
 .../src/main/docs/activemq6.json   |   7 +
 .../springboot/ActiveMQComponentConfiguration.java |  15 +
 .../camel-amqp-starter/src/main/docs/amqp.json |   7 +
 .../springboot/AMQPComponentConfiguration.java |  15 +
 .../src/main/docs/infinispan.json  |   2 +-
 .../InfinispanRemoteComponentConfiguration.java|  27 +-
 .../camel-jms-starter/src/main/docs/jms.json   |   7 +
 .../jms/springboot/JmsComponentConfiguration.java  |  15 +
 .../springboot/MinioComponentConfiguration.java|  82 ++--
 .../minio/springboot/MinioComponentConverter.java  |   4 +-
 .../camel-sql-starter/src/main/docs/sql.json   |  14 +
 .../sql/springboot/SqlComponentConfiguration.java  |  15 +
 .../SqlStoredComponentConfiguration.java   |  15 +
 mvnw   | 435 +
 mvnw.cmd   | 304 ++
 tooling/camel-spring-boot-dependencies/pom.xml |   9 +-
 37 files changed, 854 insertions(+), 815 deletions(-)
 delete mode 100644 .mvn/wrapper/maven-wrapper.jar



(camel) branch regen_bot updated (029918051b5 -> 1332f293b78)

2024-05-28 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 029918051b5 langchain-core should not be in catalog
 add 893ffcce366 Bump maven-version from 3.9.6 to 3.9.7 (#14255)
 add 1332f293b78 Bumps  from 3.9.6 to 3.9.7.

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 parent/pom.xml| 2 +-
 tooling/parent/pom.xml| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



Re: [I] Camel 4.5 - Trace config [camel-quarkus]

2024-05-28 Thread via GitHub


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

   @davsclaus please take a look at the PR and I wonder if there is any way to 
test with these trace 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



[PR] Fix #5824 to add camel trace config properties [camel-quarkus]

2024-05-28 Thread via GitHub


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

   Fixes #5824 
   


-- 
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 (95d0414664c -> 029918051b5)

2024-05-28 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 95d0414664c Bump org.openapitools:openapi-generator from 7.5.0 to 
7.6.0 (#14266)
 add 79951dbb4fa Bump langchain4j-version from 0.30.0 to 0.31.0 (#14259)
 add 029918051b5 langchain-core should not be in catalog

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 2 +-
 .../src/main/java/org/apache/camel/maven/packaging/MojoHelper.java | 3 ++-
 .../main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)



(camel) branch main updated: Bumps from 3.9.6 to 3.9.7.

2024-05-28 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 1332f293b78 Bumps  from 3.9.6 to 3.9.7.
1332f293b78 is described below

commit 1332f293b78685abd325b0769116e0c3b0958b5f
Author: Claus Ibsen 
AuthorDate: Wed May 29 07:32:48 2024 +0200

Bumps  from 3.9.6 to 3.9.7.
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 346d645fd06..11f586804ef 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
 
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar



(camel) branch dependabot/maven/maven-version-3.9.7 deleted (was 5d9e90df8e6)

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

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


 was 5d9e90df8e6 Bump maven-version from 3.9.6 to 3.9.7

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



(camel) branch main updated: Bump maven-version from 3.9.6 to 3.9.7 (#14255)

2024-05-28 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 893ffcce366 Bump maven-version from 3.9.6 to 3.9.7 (#14255)
893ffcce366 is described below

commit 893ffcce366dece9299cec7d57ccd75c44736831
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 07:32:04 2024 +0200

Bump maven-version from 3.9.6 to 3.9.7 (#14255)

Bumps `maven-version` from 3.9.6 to 3.9.7.

Updates `org.apache.maven:maven-core` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-model` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-settings` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-repository-metadata` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-artifact` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-plugin-api` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-compat` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-resolver-provider` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-settings-builder` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-builder-support` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-model-builder` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- 
[Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-repository-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-compat
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-resolver-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-settings-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-builder-support
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 tooling/parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml

(camel) branch main updated: langchain-core should not be in catalog

2024-05-28 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 029918051b5 langchain-core should not be in catalog
029918051b5 is described below

commit 029918051b59f8351f51526cca26dcb3b9723b97
Author: Claus Ibsen 
AuthorDate: Wed May 29 07:31:34 2024 +0200

langchain-core should not be in catalog
---
 .../src/main/java/org/apache/camel/maven/packaging/MojoHelper.java | 3 ++-
 .../main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MojoHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MojoHelper.java
index af4472946d4..fc4ec59a984 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MojoHelper.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MojoHelper.java
@@ -38,7 +38,8 @@ public final class MojoHelper {
 switch (dir.getFileName().toString()) {
 case "camel-ai":
 return Arrays.asList(dir.resolve("camel-chatscript"), 
dir.resolve("camel-djl"),
-dir.resolve("camel-langchain4j-chat"), 
dir.resolve("camel-langchain4j-embeddings"));
+dir.resolve("camel-langchain4j-core"), 
dir.resolve("camel-langchain4j-chat"),
+dir.resolve("camel-langchain4j-embeddings"));
 case "camel-as2":
 return 
Collections.singletonList(dir.resolve("camel-as2-component"));
 case "camel-avro-rpc":
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
index 3a1561a74d0..7c2f1fbf0ae 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
@@ -921,6 +921,7 @@ public class PrepareCatalogMojo extends AbstractMojo {
 case "camel-infinispan":
 case "camel-jetty-common":
 case "camel-kantive":
+case "camel-langchain4j-core":
 case "camel-microprofile":
 case "camel-olingo2":
 case "camel-olingo4":



Re: [PR] Bump maven-version from 3.9.6 to 3.9.7 [camel]

2024-05-28 Thread via GitHub


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


-- 
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 (e23c0b32433 -> 95d0414664c)

2024-05-28 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 e23c0b32433 Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 
(#14264)
 add 95d0414664c Bump org.openapitools:openapi-generator from 7.5.0 to 
7.6.0 (#14266)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (6ad7d502736 -> e23c0b32433)

2024-05-28 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 6ad7d502736 Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 (#14257)
 add 8861314f665 Bump com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0 
(#14256)
 add e23c0b32433 Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 
(#14264)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (6b4c72c6752 -> ffccc4ea6ab)

2024-05-28 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 6b4c72c6752 Bump com.google.cloud:google-cloud-secretmanager-bom 
(#14253)
 add ffccc4ea6ab Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 (#14254)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (b3b86e6cb31 -> 6ad7d502736)

2024-05-28 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 b3b86e6cb31 Bump io.netty:netty-bom from 4.1.109.Final to 
4.1.110.Final (#14261)
 add b1151b60def Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 
(#14265)
 add 6ad7d502736 Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 (#14257)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (ffccc4ea6ab -> b3b86e6cb31)

2024-05-28 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 ffccc4ea6ab Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 (#14254)
 add 8b026647d48 Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#14258)
 add b3b86e6cb31 Bump io.netty:netty-bom from 4.1.109.Final to 
4.1.110.Final (#14261)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (51ad53dc48b -> 6b4c72c6752)

2024-05-28 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 51ad53dc48b CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability (#14267)
 add 6b4c72c6752 Bump com.google.cloud:google-cloud-secretmanager-bom 
(#14253)

No new revisions were added by this update.

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



(camel) branch regen_bot updated (764ac792aba -> 51ad53dc48b)

2024-05-28 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 764ac792aba (chores) camel-file: simplify truncating a file
 add 51ad53dc48b CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability (#14267)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/activemq.json  |  43 +-
 .../apache/camel/catalog/components/activemq6.json |  43 +-
 .../org/apache/camel/catalog/components/amqp.json  |  41 +-
 .../org/apache/camel/catalog/components/cql.json   |  59 +-
 .../org/apache/camel/catalog/components/etcd3.json |   4 +-
 .../camel/catalog/components/infinispan.json   |  86 +--
 .../apache/camel/catalog/components/ironmq.json|  62 +-
 .../org/apache/camel/catalog/components/jms.json   |  41 +-
 .../org/apache/camel/catalog/components/kudu.json  |   4 +-
 .../org/apache/camel/catalog/components/minio.json | 218 +++
 .../apache/camel/catalog/components/mongodb.json   |  24 +-
 .../camel/catalog/components/optaplanner.json  |  20 +-
 .../apache/camel/catalog/components/pgevent.json   |  10 +-
 .../camel/catalog/components/robotframework.json   |   2 +-
 .../camel/catalog/components/sql-stored.json   |   3 +-
 .../org/apache/camel/catalog/components/sql.json   |   7 +-
 .../apache/camel/catalog/components/thrift.json|   2 +-
 .../apache/camel/catalog/dev-consoles.properties   |   5 +-
 .../apache/camel/catalog/dev-consoles/mina.json|  15 -
 .../apache/camel/catalog/dev-consoles/mllp.json|  15 -
 .../apache/camel/catalog/dev-consoles/netty.json   |  15 -
 .../camel/catalog/dev-consoles/protocol.json   |  15 +
 .../apache/camel/catalog/dev-consoles/service.json |  15 +
 .../org/apache/camel/catalog/CamelCatalogTest.java |   1 -
 .../apache/camel/component/activemq/activemq.json  |  43 +-
 .../camel/component/activemq/ActiveMQEndpoint.java |  48 +-
 .../camel/component/activemq6/activemq6.json   |  43 +-
 .../component/activemq6/ActiveMQEndpoint.java  |  48 +-
 .../org/apache/camel/component/amqp/amqp.json  |  41 +-
 .../apache/camel/component/amqp/AMQPEndpoint.java  |   4 +
 .../camel/component/arangodb/ArangoDbEndpoint.java |  23 +-
 .../camel/component/asterisk/AsteriskEndpoint.java |  23 +-
 .../atmosphere/websocket/WebsocketEndpoint.java|   5 +
 .../apache/camel/component/atom/AtomEndpoint.java  |  13 +-
 .../camel/component/bonita/BonitaEndpoint.java |  30 +-
 .../cassandra/CassandraEndpointConfigurer.java |   6 -
 .../cassandra/CassandraEndpointUriFactory.java |   8 +-
 .../org/apache/camel/component/cassandra/cql.json  |  59 +-
 .../component/cassandra/CassandraEndpoint.java |  40 +-
 .../org/apache/camel/component/cm/CMEndpoint.java  |  13 +-
 .../java/org/apache/camel/coap/CoAPEndpoint.java   |  19 +-
 .../camel/component/cometd/CometdEndpoint.java |  19 +-
 .../component/couchbase/CouchbaseEndpoint.java |  22 +-
 .../camel/component/couchdb/CouchDbEndpoint.java   |  22 +-
 .../camel/component/cxf/jaxrs/CxfRsConsumer.java   |   5 +
 .../camel/component/cxf/jaxws/CxfConsumer.java |   5 +
 .../component/debezium/DebeziumDb2Endpoint.java|  24 +-
 .../debezium/DebeziumMongodbEndpoint.java  |  24 +-
 .../component/debezium/DebeziumMySqlEndpoint.java  |  24 +-
 .../component/debezium/DebeziumOracleEndpoint.java |  24 +-
 .../debezium/DebeziumPostgresEndpoint.java |  24 +-
 .../debezium/DebeziumSqlserverEndpoint.java|  24 +-
 .../camel/component/dhis2/Dhis2Endpoint.java   |  21 +-
 .../digitalocean/DigitalOceanEndpoint.java |  13 +-
 .../camel/component/docker/DockerEndpoint.java |  23 +-
 .../camel/component/drill/DrillEndpoint.java   |  13 +-
 .../camel/component/dropbox/DropboxEndpoint.java   |  13 +-
 .../client/ElasticsearchRestClientEndpoint.java|  13 +-
 .../camel/component/es/ElasticsearchEndpoint.java  |  13 +-
 .../org/apache/camel/component/etcd3/etcd3.json|   4 +-
 .../camel/component/etcd3/Etcd3Configuration.java  |   2 +-
 .../camel/component/etcd3/Etcd3Endpoint.java   |  23 +-
 .../apache/camel/component/fhir/FhirEndpoint.java  |  21 +-
 .../component/file/remote/RemoteFileEndpoint.java  |  21 +-
 .../camel/component/geocoder/GeoCoderEndpoint.java |  12 +-
 .../camel/component/github/GitHubEndpoint.java |  13 +-
 .../camel/component/graphql/GraphqlEndpoint.java   |  25 +-
 .../hazelcast/HazelcastDefaultEndpoint.java|  21 +-
 .../camel/http/common/HttpCommonEndpoint.java  |  20 +-
 .../org/apache/camel/http/common/HttpConsumer.java |   5 +
 .../component/ignite/AbstractIgniteEndpoint.java   |  17 +-
 .../component/infinispan/remote/infinispan.json|  86 +--
 .../remote/InfinispanRemoteConfiguration.java  |   4 +-
 .../remote/InfinispanRemoteEndpoint.java 

(camel) branch dependabot/maven/langchain4j-version-0.31.0 deleted (was 6637f22bb5a)

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

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


 was 6637f22bb5a Bump langchain4j-version from 0.30.0 to 0.31.0

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



(camel) branch main updated (95d0414664c -> 79951dbb4fa)

2024-05-28 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 95d0414664c Bump org.openapitools:openapi-generator from 7.5.0 to 
7.6.0 (#14266)
 add 79951dbb4fa Bump langchain4j-version from 0.30.0 to 0.31.0 (#14259)

No new revisions were added by this update.

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



Re: [PR] Bump langchain4j-version from 0.30.0 to 0.31.0 [camel]

2024-05-28 Thread via GitHub


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


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

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

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



(camel) branch dependabot/maven/org.openapitools-openapi-generator-7.6.0 deleted (was c3c4b4cf8e8)

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

github-bot pushed a change to branch 
dependabot/maven/org.openapitools-openapi-generator-7.6.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was c3c4b4cf8e8 Bump org.openapitools:openapi-generator from 7.5.0 to 7.6.0

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



(camel) branch main updated: Bump org.openapitools:openapi-generator from 7.5.0 to 7.6.0 (#14266)

2024-05-28 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 95d0414664c Bump org.openapitools:openapi-generator from 7.5.0 to 
7.6.0 (#14266)
95d0414664c is described below

commit 95d0414664c5e8f84eb623aa8738c4967d700850
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 07:02:20 2024 +0200

Bump org.openapitools:openapi-generator from 7.5.0 to 7.6.0 (#14266)

Bumps 
[org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator)
 from 7.5.0 to 7.6.0.
- [Release 
notes](https://github.com/openapitools/openapi-generator/releases)
- 
[Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- 
[Commits](https://github.com/openapitools/openapi-generator/compare/v7.5.0...v7.6.0)

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fad2ff2b0af..aadc6a475a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -380,7 +380,7 @@
 2.0.13
 5.0.0
 3.4.3
-7.5.0
+7.6.0
 4.0.0
 2.14.0
 2.10.3



Re: [PR] Bump org.openapitools:openapi-generator from 7.5.0 to 7.6.0 [camel]

2024-05-28 Thread via GitHub


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


-- 
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/com.influxdb-influxdb-client-java-7.1.0 deleted (was dda41e86f57)

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

github-bot pushed a change to branch 
dependabot/maven/com.influxdb-influxdb-client-java-7.1.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was dda41e86f57 Bump com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0

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



(camel) branch main updated (6ad7d502736 -> 8861314f665)

2024-05-28 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 6ad7d502736 Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 (#14257)
 add 8861314f665 Bump com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0 
(#14256)

No new revisions were added by this update.

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



(camel) branch dependabot/maven/org.owasp-dependency-check-maven-9.2.0 deleted (was 41f7137027a)

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

github-bot pushed a change to branch 
dependabot/maven/org.owasp-dependency-check-maven-9.2.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 41f7137027a Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0

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



(camel) branch dependabot/maven/com.mchange-c3p0-0.10.1 deleted (was 698bc2e3aee)

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

github-bot pushed a change to branch dependabot/maven/com.mchange-c3p0-0.10.1
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 698bc2e3aee Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1

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



(camel) branch main updated (b1151b60def -> 6ad7d502736)

2024-05-28 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 b1151b60def Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 
(#14265)
 add 6ad7d502736 Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 (#14257)

No new revisions were added by this update.

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



Re: [PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 [camel]

2024-05-28 Thread via GitHub


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


-- 
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 (8861314f665 -> e23c0b32433)

2024-05-28 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 8861314f665 Bump com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0 
(#14256)
 add e23c0b32433 Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 
(#14264)

No new revisions were added by this update.

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



Re: [PR] Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 [camel]

2024-05-28 Thread via GitHub


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


-- 
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 com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0 [camel]

2024-05-28 Thread via GitHub


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


-- 
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/jakarta.xml.ws-jakarta.xml.ws-api-4.0.2 deleted (was 851abd9cd95)

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

github-bot pushed a change to branch 
dependabot/maven/jakarta.xml.ws-jakarta.xml.ws-api-4.0.2
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 851abd9cd95 Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2

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



(camel) branch main updated (b3b86e6cb31 -> b1151b60def)

2024-05-28 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 b3b86e6cb31 Bump io.netty:netty-bom from 4.1.109.Final to 
4.1.110.Final (#14261)
 add b1151b60def Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 
(#14265)

No new revisions were added by this update.

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



Re: [PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 [camel]

2024-05-28 Thread via GitHub


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


-- 
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/io.netty-netty-bom-4.1.110.Final deleted (was 87039c62175)

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

github-bot pushed a change to branch 
dependabot/maven/io.netty-netty-bom-4.1.110.Final
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 87039c62175 Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final

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



(camel) branch main updated (8b026647d48 -> b3b86e6cb31)

2024-05-28 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 8b026647d48 Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#14258)
 add b3b86e6cb31 Bump io.netty:netty-bom from 4.1.109.Final to 
4.1.110.Final (#14261)

No new revisions were added by this update.

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



(camel) branch main updated (ffccc4ea6ab -> 8b026647d48)

2024-05-28 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 ffccc4ea6ab Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 (#14254)
 add 8b026647d48 Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#14258)

No new revisions were added by this update.

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



Re: [PR] Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 [camel]

2024-05-28 Thread via GitHub


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


-- 
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 (6b4c72c6752 -> ffccc4ea6ab)

2024-05-28 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 6b4c72c6752 Bump com.google.cloud:google-cloud-secretmanager-bom 
(#14253)
 add ffccc4ea6ab Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 (#14254)

No new revisions were added by this update.

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



Re: [PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 [camel]

2024-05-28 Thread via GitHub


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


-- 
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/com.google.cloud-google-cloud-secretmanager-bom-2.44.0 deleted (was 23574e5ec3d)

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

github-bot pushed a change to branch 
dependabot/maven/com.google.cloud-google-cloud-secretmanager-bom-2.44.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 23574e5ec3d Bump com.google.cloud:google-cloud-secretmanager-bom

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



Re: [PR] Bump com.google.cloud:google-cloud-secretmanager-bom from 2.43.0 to 2.44.0 [camel]

2024-05-28 Thread via GitHub


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


-- 
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/commons-logging-commons-logging-1.3.2 deleted (was 4b8693d7c2a)

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

github-bot pushed a change to branch 
dependabot/maven/commons-logging-commons-logging-1.3.2
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 4b8693d7c2a Bump commons-logging:commons-logging from 1.3.1 to 1.3.2

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



Re: [PR] Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final [camel]

2024-05-28 Thread via GitHub


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


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

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

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



(camel) branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.3.0 deleted (was 24e1e175886)

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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 24e1e175886 Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0

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



(camel) branch main updated: Bump com.google.cloud:google-cloud-secretmanager-bom (#14253)

2024-05-28 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 6b4c72c6752 Bump com.google.cloud:google-cloud-secretmanager-bom 
(#14253)
6b4c72c6752 is described below

commit 6b4c72c6752644c876cacbf343e8178794b6dfd8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 06:59:26 2024 +0200

Bump com.google.cloud:google-cloud-secretmanager-bom (#14253)

Bumps com.google.cloud:google-cloud-secretmanager-bom from 2.43.0 to 2.44.0.

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-secretmanager-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bf5be353d27..ad7639c391d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,7 +192,7 @@
 26.39.0
 
2.46.0
 
1.44.2
-
2.43.0
+
2.44.0
 24.0.1
 22.0
 2.0.1



(camel) branch ra deleted (was cd1e6766110)

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

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


 was cd1e6766110 CAMEL-20798: Add RemoteAddress to endpoints so they can 
tell the url/hostname etc for the system it connects. This is needed for better 
monitoring, tracing and management. Add this information into camel-tracer as 
tags.

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



Re: [PR] CAMEL-20798: EndpointServiceLocation on components to make it possible to know which remote system Camel connects to to assist for monitoring and observability [camel]

2024-05-28 Thread via GitHub


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


-- 
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 (dc07deab56e -> 764ac792aba)

2024-05-28 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 dc07deab56e Revert "(chores) ci: fix vulnerability by using directly 
referenced action (#14252)"
 add b5048e9f966 Update jpa tests to OpenJPA 4.0.0
 add 135aae05f90 Bump com.google.cloud:google-cloud-functions-bom from 
2.45.0 to 2.46.0 (#14260)
 add a7f8dbcb7fc (chores) camel-file: use final when possible
 add ed0a077c7a8 (chores) camel-file: remove redundant variables
 add 764ac792aba (chores) camel-file: simplify truncating a file

No new revisions were added by this update.

Summary of changes:
 .../component/file/AntPathMatcherFileFilter.java   |  2 +-
 .../apache/camel/component/file/FileConsumer.java  |  2 +-
 .../camel/component/file/FileOperations.java   |  5 +--
 .../camel/component/file/GenericFileConsumer.java  |  5 ++-
 .../component/file/GenericFileOnCompletion.java| 10 +++---
 .../FileRenameExclusiveReadLockStrategy.java   |  2 +-
 components/camel-jpa/pom.xml   |  5 +--
 .../jpa/JpaPollingConsumerLockEntityTest.java  |  3 +-
 .../file/FileProducerAllowNullBodyTest.java| 39 --
 parent/pom.xml |  4 +--
 10 files changed, 53 insertions(+), 24 deletions(-)



(camel) 02/03: (chores) camel-file: remove redundant variables

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

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

commit ed0a077c7a86df0bc637d001338e5501ee6eee62
Author: Otavio R. Piske 
AuthorDate: Sun May 26 13:48:27 2024 +0200

(chores) camel-file: remove redundant variables

Signed-off-by: Otavio R. Piske 
---
 .../java/org/apache/camel/component/file/GenericFileConsumer.java| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
index 5ff664d7189..2ffb5adad41 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
@@ -182,7 +182,6 @@ public abstract class GenericFileConsumer extends 
ScheduledBatchPollingConsum
 }
 
 // use a queue for the exchanges
-Deque q = exchanges;
 
 // we are not eager limiting, but we have configured a limit, so cut 
the
 // list of files
@@ -192,7 +191,7 @@ public abstract class GenericFileConsumer extends 
ScheduledBatchPollingConsum
 maxMessagesPerPoll);
 // must first remove excessive files from the in progress
 // repository
-removeExcessiveInProgressFiles(q, maxMessagesPerPoll);
+removeExcessiveInProgressFiles(exchanges, maxMessagesPerPoll);
 }
 }
 
@@ -202,7 +201,7 @@ public abstract class GenericFileConsumer extends 
ScheduledBatchPollingConsum
 LOG.debug("Total {} files to consume", total);
 }
 
-int polledMessages = processBatch(CastUtils.cast(q));
+int polledMessages = processBatch(CastUtils.cast((Deque) 
exchanges));
 
 postPollCheck(polledMessages);
 



(camel) branch main updated (135aae05f90 -> 764ac792aba)

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

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


from 135aae05f90 Bump com.google.cloud:google-cloud-functions-bom from 
2.45.0 to 2.46.0 (#14260)
 new a7f8dbcb7fc (chores) camel-file: use final when possible
 new ed0a077c7a8 (chores) camel-file: remove redundant variables
 new 764ac792aba (chores) camel-file: simplify truncating a file

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


Summary of changes:
 .../component/file/AntPathMatcherFileFilter.java   |  2 +-
 .../apache/camel/component/file/FileConsumer.java  |  2 +-
 .../camel/component/file/FileOperations.java   |  5 +--
 .../camel/component/file/GenericFileConsumer.java  |  5 ++-
 .../component/file/GenericFileOnCompletion.java| 10 +++---
 .../FileRenameExclusiveReadLockStrategy.java   |  2 +-
 .../file/FileProducerAllowNullBodyTest.java| 39 --
 7 files changed, 48 insertions(+), 17 deletions(-)



Re: [PR] (chores) camel-file: a few more cleanups [camel]

2024-05-28 Thread via GitHub


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


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

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

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



Re: [PR] (chores) camel-file: a few more cleanups [camel]

2024-05-28 Thread via GitHub


orpiske commented on PR #14248:
URL: https://github.com/apache/camel/pull/14248#issuecomment-2136504039

   Looking good on CI. Let's merge


-- 
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/03: (chores) camel-file: use final when possible

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

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

commit a7f8dbcb7fc0d63e4ceddd3a62b6461205a88616
Author: Otavio R. Piske 
AuthorDate: Sun May 26 13:46:30 2024 +0200

(chores) camel-file: use final when possible

Signed-off-by: Otavio R. Piske 
---
 .../apache/camel/component/file/AntPathMatcherFileFilter.java  |  2 +-
 .../java/org/apache/camel/component/file/FileConsumer.java |  2 +-
 .../apache/camel/component/file/GenericFileOnCompletion.java   | 10 +-
 .../file/strategy/FileRenameExclusiveReadLockStrategy.java |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/AntPathMatcherFileFilter.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/AntPathMatcherFileFilter.java
index 7f9d0aa8e4c..a42d86488cf 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/AntPathMatcherFileFilter.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/AntPathMatcherFileFilter.java
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
 public class AntPathMatcherFileFilter implements FileFilter {
 private static final Logger LOG = 
LoggerFactory.getLogger(AntPathMatcherFileFilter.class);
 
-private AntPathMatcher matcher = new AntPathMatcher();
+private final AntPathMatcher matcher = new AntPathMatcher();
 private String[] excludes;
 private String[] includes;
 private boolean caseSensitive = true;
diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileConsumer.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileConsumer.java
index 1d0c768dd82..8ea6d2d7440 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileConsumer.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileConsumer.java
@@ -49,7 +49,7 @@ public class FileConsumer extends GenericFileConsumer 
implements ResumeAwa
 
 private static final Logger LOG = 
LoggerFactory.getLogger(FileConsumer.class);
 private ResumeStrategy resumeStrategy;
-private String endpointPath;
+private final String endpointPath;
 private Set extendedAttributes;
 
 public FileConsumer(FileEndpoint endpoint, Processor processor, 
GenericFileOperations operations,
diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileOnCompletion.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileOnCompletion.java
index 921165de152..c90a04925af 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileOnCompletion.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileOnCompletion.java
@@ -34,12 +34,12 @@ import org.slf4j.LoggerFactory;
 public class GenericFileOnCompletion implements Synchronization {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(GenericFileOnCompletion.class);
-private GenericFileEndpoint endpoint;
-private GenericFileOperations operations;
-private GenericFileProcessStrategy processStrategy;
+private final GenericFileEndpoint endpoint;
+private final GenericFileOperations operations;
+private final GenericFileProcessStrategy processStrategy;
 private ExceptionHandler exceptionHandler;
-private GenericFile file;
-private String absoluteFileName;
+private final GenericFile file;
+private final String absoluteFileName;
 
 public GenericFileOnCompletion(GenericFileEndpoint endpoint, 
GenericFileOperations operations,
GenericFileProcessStrategy processStrategy, 
GenericFile file,
diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/strategy/FileRenameExclusiveReadLockStrategy.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/strategy/FileRenameExclusiveReadLockStrategy.java
index b528a984836..307e22f71bd 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/strategy/FileRenameExclusiveReadLockStrategy.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/strategy/FileRenameExclusiveReadLockStrategy.java
@@ -35,7 +35,7 @@ import org.apache.camel.component.file.GenericFileOperations;
  */
 public class FileRenameExclusiveReadLockStrategy extends 
GenericFileRenameExclusiveReadLockStrategy {
 
-private MarkerFileExclusiveReadLockStrategy marker = new 
MarkerFileExclusiveReadLockStrategy();
+private final MarkerFileExclusiveReadLockStrategy marker = new 
MarkerFileExclusiveReadLockStrategy();
 private boolean markerFile = true;
 
 @Override



(camel) 03/03: (chores) camel-file: simplify truncating a file

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

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

commit 764ac792aba88bd4c5b31c43208a91396f3085b1
Author: Otavio R. Piske 
AuthorDate: Sun May 26 14:06:52 2024 +0200

(chores) camel-file: simplify truncating a file

Also improve test to cover truncating scenarios and make it stricter

Signed-off-by: Otavio R. Piske 
---
 .../camel/component/file/FileOperations.java   |  5 +--
 .../file/FileProducerAllowNullBodyTest.java| 39 --
 2 files changed, 38 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
index a4efa079cbf..18d8a320d86 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
@@ -541,10 +541,7 @@ public class FileOperations implements 
GenericFileOperations {
 FileUtil.createNewFile(target);
 } else if (endpoint.getFileExist() == GenericFileExist.Override) {
 LOG.debug("Truncating existing file: {}", target);
-try (SeekableByteChannel out
-= Files.newByteChannel(target.toPath(), 
StandardOpenOption.TRUNCATE_EXISTING, StandardOpenOption.WRITE)) {
-// nothing to write
-}
+Files.write(target.toPath(), new byte[0], 
StandardOpenOption.TRUNCATE_EXISTING, StandardOpenOption.WRITE);
 }
 }
 
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
index 63317f2f842..72abdf2a89c 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
@@ -17,12 +17,19 @@
 package org.apache.camel.component.file;
 
 import java.nio.file.Files;
+import java.nio.file.Path;
 
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.ContextTestSupport;
+import org.junit.jupiter.api.DisplayName;
+import org.junit.jupiter.api.MethodOrderer;
+import org.junit.jupiter.api.Order;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.TestMethodOrder;
 
+import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertNotEquals;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
@@ -31,17 +38,45 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
  * exception When the allowNullBody option is set to false it will throw an 
exception of "Cannot write null body to
  * file."
  */
+@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 public class FileProducerAllowNullBodyTest extends ContextTestSupport {
 
+@Order(1)
 @Test
+@DisplayName("Tests that an empty file named allowNullBody.txt will be 
created")
 public void testAllowNullBodyTrue() {
 
template.sendBody(fileUri("?allowNullBody=true&fileName=allowNullBody.txt"), 
null);
-assertFileExists(testFile("allowNullBody.txt"));
+
+final Path path = testFile("allowNullBody.txt");
+assertFileExists(path);
+
+final long size = path.toFile().length();
+assertEquals(0, size);
 }
 
+@Order(2)
 @Test
-public void testAllowNullBodyFalse() {
+@DisplayName("Tests that a non-empty file named allowNullBody.txt will be 
created and then truncated")
+public void testAllowNullBodyTrueTruncate() {
+
template.sendBody(fileUri("?allowNullBody=true&fileName=allowNullBody.txt"), 
"Hello");
 
+final Path path = testFile("allowNullBody.txt");
+assertFileExists(path);
+
+final long sizeBeforeTruncate = path.toFile().length();
+assertNotEquals(0, sizeBeforeTruncate);
+
+
template.sendBody(fileUri("?allowNullBody=true&fileName=allowNullBody.txt"), 
null);
+assertFileExists(path);
+
+final long sizeAfterTruncate = path.toFile().length();
+assertEquals(0, sizeAfterTruncate);
+}
+
+@Order(3)
+@Test
+@DisplayName("Tests that an exception will be thrown if allowNullBody is 
absent and a null body is sent")
+public void testAllowNullBodyFalse() {
 CamelExecutionException e = assertThrows(CamelExecutionException.class,
 () -> 
template.sendBody(fileUri("?fileName=allowNullBody.txt"), null),
 "Should have thrown a GenericFileOperationFailedException");



Re: [I] How to set the "camel.sink.endpoint.sslContextParameters" in the CamelHttpsSinkConnector.properties [camel-kafka-connector]

2024-05-28 Thread via GitHub


KevinMengSF commented on issue #1610:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1610#issuecomment-2136451122

   @oscerd   Whether we not only expose 
"sslContextParameters","camel.component.https.cookieManagementDisabled", and 
add another fields as many as we can, something like but not limit 
"camel.sink.endpoint.authMethodPriority", "camel.sink.endpoint.authPassword", 
"camel.sink.endpoint.authUsername".


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

2024-05-28 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-kafka-connector.git


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

commit 4b36c1bdf043839a272e4db8af033316fb11af29
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 03:04:46 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e04348fe07..85a459e555 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,9 +19,12 @@
 
 **Merged pull requests:**
 
+- \[Github Actions\] Periodic Sync Camel-kafka-connector main Branch 
[\#1643](https://github.com/apache/camel-kafka-connector/pull/1643) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Bump actions/checkout from 4.1.5 to 4.1.6 
[\#1642](https://github.com/apache/camel-kafka-connector/pull/1642) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.26 to 2.1.0.28 in 
/connectors/camel-aws-redshift-source-kafka-connector 
[\#1637](https://github.com/apache/camel-kafka-connector/pull/1637) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.26 to 2.1.0.28 in 
/connectors/camel-aws-redshift-sink-kafka-connector 
[\#1636](https://github.com/apache/camel-kafka-connector/pull/1636) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump actions/checkout from 4.1.4 to 4.1.5 
[\#1634](https://github.com/apache/camel-kafka-connector/pull/1634) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Upgrade to Kafka 3.6.1 used by Camel 4.4.x 
[\#1632](https://github.com/apache/camel-kafka-connector/pull/1632) 
([davsclaus](https://github.com/davsclaus))
 - Jira [\#1631](https://github.com/apache/camel-kafka-connector/pull/1631) 
([davsclaus](https://github.com/davsclaus))
 - chore\(CI\): updated jdk install actions. 
[\#1629](https://github.com/apache/camel-kafka-connector/pull/1629) 
([valdar](https://github.com/valdar))
 - Upgrade maven plugins 
[\#1627](https://github.com/apache/camel-kafka-connector/pull/1627) 
([davsclaus](https://github.com/davsclaus))



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

2024-05-28 Thread via GitHub


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 9279229617-1497-7ac9aef5-81f4-4ba6-832e-1fc9c361b89c
   * Camel Quarkus Commit: f8276dba1afcfd753c54d8541134435ccc187d53
   
   * Quarkus Main Commit: 9eddcf5ed944b6c5fb39fda65355681657087844
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/9279229617


-- 
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-05-28 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 a95f4706b chore: changelog automatic update
a95f4706b is described below

commit a95f4706b8336a6d92133a64b8c67f566d3222d5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 01:20:18 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c40e88ba..6a693acb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,17 @@
 # Changelog
 
-## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-21)
+## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-28)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.2...v2.3.2)
 
-## 
[camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) 
(2024-05-21)
+## 
[camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) 
(2024-05-28)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...camel-k-crds-2.3.2)
 
 **Closed issues:**
 
+- Jolokia trait link missing 
[\#5540](https://github.com/apache/camel-k/issues/5540)
+- Incorrect status handling of beersource when it can not connect to its 3rd 
party web-service [\#5528](https://github.com/apache/camel-k/issues/5528)
 - Knative service not working when using sourceless Integration in v2.3.1 
[\#5519](https://github.com/apache/camel-k/issues/5519)
 - Operator restart Integrations on upgrade 
[\#5491](https://github.com/apache/camel-k/issues/5491)
 - Remove maven threads configuration based on GOMAXPROCS 
[\#5467](https://github.com/apache/camel-k/issues/5467)



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

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

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


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

commit a1d5aec1f65c851692d758877dd15b9a6c16e112
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 29 00:38:16 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md |  6 --
 coverage.out | 16 
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c40e88ba..6a693acb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,17 @@
 # Changelog
 
-## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-21)
+## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-28)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.2...v2.3.2)
 
-## 
[camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) 
(2024-05-21)
+## 
[camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) 
(2024-05-28)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...camel-k-crds-2.3.2)
 
 **Closed issues:**
 
+- Jolokia trait link missing 
[\#5540](https://github.com/apache/camel-k/issues/5540)
+- Incorrect status handling of beersource when it can not connect to its 3rd 
party web-service [\#5528](https://github.com/apache/camel-k/issues/5528)
 - Knative service not working when using sourceless Integration in v2.3.1 
[\#5519](https://github.com/apache/camel-k/issues/5519)
 - Operator restart Integrations on upgrade 
[\#5491](https://github.com/apache/camel-k/issues/5491)
 - Remove maven threads configuration based on GOMAXPROCS 
[\#5467](https://github.com/apache/camel-k/issues/5467)
diff --git a/coverage.out b/coverage.out
index 4c9681e2e..75208fa03 100644
--- a/coverage.out
+++ b/coverage.out
@@ -1466,9 +1466,9 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:52:   
InfluencesKit   
100
 github.com/apache/camel-k/v2/pkg/trait/camel.go:56:
Matches 
75.0%
 github.com/apache/camel-k/v2/pkg/trait/camel.go:65:
Configure   
85.7%
 github.com/apache/camel-k/v2/pkg/trait/camel.go:81:
Apply   
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:113:   
loadOrCreateCatalog 
56.2%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:152:   
computeConfigMaps   
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:233:   
determineRuntimeVersion 
66.7%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:117:   
loadOrCreateCatalog 
56.2%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:156:   
computeConfigMaps   
100.0%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:237:   
determineRuntimeVersion 
66.7%
 github.com/apache/camel-k/v2/pkg/trait/container.go:57:
newContainerTrait   
100.0%
 github.com/apache/camel-k/v2/pkg/trait/container.go:69:
Configure   
80.0%
 github.com/apache/camel-k/v2/pkg/trait/container.go:113:   
isValidPullPolicy   
100.0%
@@ -1606,11 +1606,11 @@ github.com/apache/camel-k/v2/pkg/trait/logging.go:73:   
setEnvConfiguration
 github.com/apache/camel-k/v2/pkg/trait/logging.go:95:  
setCatalogConfiguration 
100.0%
 github.com/apache/camel-k/v2/pkg/trait/mount.go:43:
newMountTrait   
100.0%
 github.com/apache/camel-k/v2/pkg/trait/mount.go:50:
Configure   
81.8%
-github.com/apache/camel-k/v2/pkg

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

2024-05-28 Thread via GitHub


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

   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



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

2024-05-28 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 9278059027-1393-0c75a8db-8299-4585-bae8-1f40482c7b3e
   * Camel Quarkus Commit: 06a5fd676c75ba5b7c27c957e0053b8c3d879837
   
   * Camel Main Commit: 9eddcf5ed944b6c5fb39fda65355681657087844
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/9278059027


-- 
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] Dependency Service Discovery for Camel K [camel-k]

2024-05-28 Thread via GitHub


github-actions[bot] commented on issue #5196:
URL: https://github.com/apache/camel-k/issues/5196#issuecomment-2136303887

   This issue has been automatically marked as stale due to 90 days of 
inactivity.
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply 
write any comment.
   Thanks for your contributions!


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

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

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



[PR] Update camel-salesforce to use a newer protobuf-maven-plugin for gRPC [camel]

2024-05-28 Thread via GitHub


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

   # Description
   
   The https://www.xolstice.org/protobuf-maven-plugin is not maintained anymore 
and the last release is from 2018.
   
   We can use https://github.com/ascopes/protobuf-maven-plugin instead
   
   # 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] Update camel-salesforce to use a newer protobuf-maven-plugin for gRPC [camel]

2024-05-28 Thread via GitHub


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

   :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] chore(deps): bump knative.dev/serving from 0.40.1 to 0.41.1 [camel-k]

2024-05-28 Thread via GitHub


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

   Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.40.1 
to 0.41.1.
   
   Commits
   
   https://github.com/knative/serving/commit/cc2085d879a54ed18ed89986e2921638f03852ed";>cc2085d
 Drop the k8s service name from kubectl get revision output (https://redirect.github.com/knative/serving/issues/15262";>#15262)
   https://github.com/knative/serving/commit/44e9df6f2356be4010bbdcdc8048bf4e29c8d212";>44e9df6
 fix: Fixed liveness periodseconds to 10 so that crashloopback off doesn't 
hap...
   https://github.com/knative/serving/commit/54980d0e9d020e605913d4a54f45d25b651baa82";>54980d0
 add pod anti affinity rules to activator component (https://redirect.github.com/knative/serving/issues/15244";>#15244)
   https://github.com/knative/serving/commit/537aea468d0f9cdc0175c2a44ee7759582251b18";>537aea4
 fix cluster-local routes being stalled when external-domain-tls is enabled 
(#...
   https://github.com/knative/serving/commit/afc8a599a85d45c50d309f961e5f56457720c781";>afc8a59
 Update net-gateway-api nightly (https://redirect.github.com/knative/serving/issues/15159";>#15159)
   https://github.com/knative/serving/commit/f328f967ee3cb4c6ebf7450dedfdf907b16a374b";>f328f96
 Update net-gateway-api nightly (https://redirect.github.com/knative/serving/issues/15158";>#15158)
   https://github.com/knative/serving/commit/0a999c42a131629b6b0b7ddebc81f76c155a8de3";>0a999c4
 Update net-certmanager nightly (https://redirect.github.com/knative/serving/issues/15157";>#15157)
   https://github.com/knative/serving/commit/7b6fc7bbe9d5d47fe39fe9fcbc6226383d4d865a";>7b6fc7b
 re-enable contour gateway tests (https://redirect.github.com/knative/serving/issues/15150";>#15150)
   https://github.com/knative/serving/commit/f65df074aaa189b0dbe83da66bdf875a740b5ccf";>f65df07
 feat: bubble up kcert status message when it's failed (https://redirect.github.com/knative/serving/issues/14962";>#14962)
   https://github.com/knative/serving/commit/e4d813980d335b000a224ceaffa14b1561526742";>e4d8139
 cleanup service after tests completes (https://redirect.github.com/knative/serving/issues/15147";>#15147)
   Additional commits viewable in https://github.com/knative/serving/compare/v0.40.1...v0.41.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=knative.dev/serving&package-manager=go_modules&previous-version=0.40.1&new-version=0.41.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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



(camel-k) branch dependabot/go_modules/knative.dev/serving-0.41.1 created (now bfb8e5e93)

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

github-bot pushed a change to branch 
dependabot/go_modules/knative.dev/serving-0.41.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at bfb8e5e93 chore(deps): bump knative.dev/serving from 0.40.1 to 0.41.1

No new revisions were added by this update.



(camel-k) branch dependabot/go_modules/knative.dev/eventing-0.41.2 created (now 6010cdde5)

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

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


  at 6010cdde5 chore(deps): bump knative.dev/eventing from 0.40.3 to 0.41.2

No new revisions were added by this update.



  1   2   3   >