(camel) branch regen_bot updated (6dc97192545 -> 889c8861732)

2024-02-17 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


 discard 6dc97192545 Regen for commit d622cefb643e01394cc3bf8a478bb22b8f8e58fd
 add 889c8861732 CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)

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

 * -- * -- B -- O -- O -- O   (6dc97192545)
\
 N -- N -- N   refs/heads/regen_bot (889c8861732)

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

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

No new revisions were added by this update.

Summary of changes:



(camel) branch regen_bot updated (cb92893a4f8 -> 6dc97192545)

2024-02-17 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 cb92893a4f8 CAMEL-20410: documentation fixes for camel-xj
 add d622cefb643 CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
 add 6dc97192545 Regen for commit d622cefb643e01394cc3bf8a478bb22b8f8e58fd

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml  |   5 +
 catalog/camel-allcomponents/pom.xml|   5 +
 .../org/apache/camel/catalog/others.properties |   1 +
 .../catalog/others/platform-http-jolokia.json  |  15 +++
 .../pom.xml|  56 ++
 .../org/apache/camel/camel-platform-http-jolokia   |   2 +
 .../http/plugin/camel-platform-http-jolokia|   2 +
 .../services/org/apache/camel/other.properties |   7 ++
 .../generated/resources/platform-http-jolokia.json |  15 +++
 .../plugin/DefaultJolokiaPlatformHttpPlugin.java}  |  45 ++--
 .../DefaultJolokiaPlatformHttpPluginTest.java  |  67 
 components/camel-platform-http-main/pom.xml|   7 --
 .../platform/http/main/MainHttpServer.java |  43 ++--
 .../http/main/MainHttpServerJolokiaTest.java   |  75 -
 components/camel-platform-http/pom.xml |   7 ++
 ...ent-platform-http-platform-http-plugin-registry |   2 +
 .../platform/http/platform-http-plugin-registry|   2 +
 .../platform/http/PlatformHttpPluginRegistry.java  | 121 +
 .../http/plugin/JolokiaPlatformHttpPlugin.java |  30 +
 .../platform/http/spi/PlatformHttpPlugin.java  |  32 ++
 .../http/spi/PlatformHttpPluginRegistry.java   |  36 ++
 components/pom.xml |   3 +-
 parent/pom.xml |   5 +
 23 files changed, 455 insertions(+), 128 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
 copy components/{camel-platform-http => camel-platform-http-jolokia}/pom.xml 
(63%)
 create mode 100644 
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
 create mode 100644 
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/component/platform/http/plugin/camel-platform-http-jolokia
 create mode 100644 
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 create mode 100644 
components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
 rename 
components/{camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
 => 
camel-platform-http-jolokia/src/main/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPlugin.java}
 (77%)
 create mode 100644 
components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
 delete mode 100644 
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java
 create mode 100644 
components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
 create mode 100644 
components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component/platform/http/platform-http-plugin-registry
 create mode 100644 
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/PlatformHttpPluginRegistry.java
 create mode 100644 
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/plugin/JolokiaPlatformHttpPlugin.java
 create mode 100644 
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpPlugin.java
 create mode 100644 
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpPluginRegistry.java



(camel) branch main updated: CAMEL-20361: camel-jbang - Make jolokia pluggable for camel-platform-http-main (#12985)

2024-02-17 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 889c8861732 CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
889c8861732 is described below

commit 889c88617324bf6394e0ad3b2807b2843552666a
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 08:17:05 2024 +0100

CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
---
 .../generated/resources/org/apache/camel/catalog/others.properties| 1 +
 .../org/apache/camel/catalog/others}/platform-http-jolokia.json   | 4 ++--
 .../META-INF/services/org/apache/camel/camel-platform-http-jolokia| 2 ++
 .../src/generated/resources/platform-http-jolokia.json| 4 ++--
 .../camel/component-platform-http-platform-http-plugin-registry   | 2 ++
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index cf4372d2792..9b64a3dd84a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -36,6 +36,7 @@ microprofile-health
 observation
 openapi-java
 opentelemetry
+platform-http-jolokia
 platform-http-main
 platform-http-vertx
 reactive-executor-tomcat
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
similarity index 85%
copy from 
components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
copy to 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
index 1d6ac0f464c..81f51f310cb 100644
--- 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
@@ -5,11 +5,11 @@
 "title": "Platform Http Jolokia",
 "description": "Jolokia plugin for standalone Camel HTTP Platform",
 "deprecated": false,
-"firstVersion": "4.4.0",
+"firstVersion": "4.5.0",
 "label": "http,monitoring",
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-platform-http-jolokia",
-"version": "4.4.0-SNAPSHOT"
+"version": "4.5.0-SNAPSHOT"
   }
 }
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
 
b/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
new file mode 100644
index 000..f37dca58d47
--- /dev/null
+++ 
b/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.platform.http.plugin.DefaultJolokiaPlatformHttpPlugin
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
 
b/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
index 1d6ac0f464c..81f51f310cb 100644
--- 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
+++ 
b/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
@@ -5,11 +5,11 @@
 "title": "Platform Http Jolokia",
 "description": "Jolokia plugin for standalone Camel HTTP Platform",
 "deprecated": false,
-"firstVersion": "4.4.0",
+"firstVersion": "4.5.0",
 "label": "http,monitoring",
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-platform-http-jolokia",
-"version": "4.4.0-SNAPSHOT"
+"version": "4.5.0-SNAPSHOT"
   }
 }
diff --git 
a/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
 
b/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
new file mode 100644
index 000..a845295309d
--- /dev/null
+++ 
b/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.platform.http.PlatformHttpPluginRegistry



(camel) branch main updated: CAMEL-20361: camel-jbang - Make jolokia pluggable for camel-platform-http-main (#12985)

2024-02-17 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 d622cefb643 CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
d622cefb643 is described below

commit d622cefb643e01394cc3bf8a478bb22b8f8e58fd
Author: Ivan Kulaga 
AuthorDate: Sun Feb 18 13:12:14 2024 +0600

CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)

* CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main
PlatformHttpPluginRegistry was made to resolve plugins for 
camel-platform-http. Jolokia is now camel-platform-http plugin

* fix version and null check

* up version
---
 bom/camel-bom/pom.xml  |   5 +
 catalog/camel-allcomponents/pom.xml|   5 +
 .../pom.xml|  56 ++
 .../http/plugin/camel-platform-http-jolokia|   2 +
 .../services/org/apache/camel/other.properties |   7 ++
 .../generated/resources/platform-http-jolokia.json |  15 +++
 .../plugin/DefaultJolokiaPlatformHttpPlugin.java}  |  45 ++--
 .../DefaultJolokiaPlatformHttpPluginTest.java  |  67 
 components/camel-platform-http-main/pom.xml|   7 --
 .../platform/http/main/MainHttpServer.java |  43 ++--
 .../http/main/MainHttpServerJolokiaTest.java   |  75 -
 components/camel-platform-http/pom.xml |   7 ++
 .../platform/http/platform-http-plugin-registry|   2 +
 .../platform/http/PlatformHttpPluginRegistry.java  | 121 +
 .../http/plugin/JolokiaPlatformHttpPlugin.java |  30 +
 .../platform/http/spi/PlatformHttpPlugin.java  |  32 ++
 .../http/spi/PlatformHttpPluginRegistry.java   |  36 ++
 components/pom.xml |   3 +-
 parent/pom.xml |   5 +
 19 files changed, 435 insertions(+), 128 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 79c7195516d..8326f57cef9 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1547,6 +1547,11 @@
 camel-platform-http
 ${project.version}
   
+  
+org.apache.camel
+camel-platform-http-jolokia
+${project.version}
+  
   
 org.apache.camel
 camel-platform-http-main
diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 1ad44fb6a60..b4902a65b02 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1342,6 +1342,11 @@
 camel-platform-http
 ${project.version}
 
+
+org.apache.camel
+camel-platform-http-jolokia
+${project.version}
+
 
 org.apache.camel
 camel-platform-http-main
diff --git a/components/camel-platform-http/pom.xml 
b/components/camel-platform-http-jolokia/pom.xml
similarity index 63%
copy from components/camel-platform-http/pom.xml
copy to components/camel-platform-http-jolokia/pom.xml
index b1b5f3961f3..974b51fc0b2 100644
--- a/components/camel-platform-http/pom.xml
+++ b/components/camel-platform-http-jolokia/pom.xml
@@ -17,8 +17,7 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
-
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 
@@ -27,57 +26,70 @@
 4.5.0-SNAPSHOT
 
 
-camel-platform-http
+camel-platform-http-jolokia
 jar
-Camel :: Platform HTTP
-HTTP service leveraging existing runtime platform HTTP 
server
+
+Camel :: Platform HTTP :: Jolokia
+Jolokia plugin for standalone Camel HTTP 
Platform
+
+
+4.5.0
+http,monitoring
+
 
 
+
 
 org.apache.camel
 camel-support
 
+
+org.apache.camel
+camel-platform-http
+
+
+
 
 org.apache.camel
 camel-util-json
 
 
-
+
 
 org.apache.camel
-camel-test-infra-jetty
-${project.version}
+camel-core
 test-jar
 test
 
 
-org.eclipse.jetty.ee10
-jetty-ee10-servlet
-${jetty-version}
+org.junit.jupiter
+junit-jupiter
 test
 
 
-org.eclipse.jetty.ee10
-

(camel-performance-tests) branch main updated: Upgrade versions

2024-02-17 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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
 new 200aa95  Upgrade versions
200aa95 is described below

commit 200aa95c35b5077ab2e260d072faf3693f7bde2d
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 08:08:23 2024 +0100

Upgrade versions
---
 pom.xml | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9edc449..69e99d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,12 @@
 false
 4.4.0
 
-3.10.0
-3.0.0-M4
-3.2.0
-1.6.0
+3.12.1
+3.2.5
+3.6.3
+3.1.1
 ${maven-surefire-plugin-version}
-1.36
-6.0.0
+1.37
 
 
 



(camel-performance-tests) branch main updated: Upgrade to Camel 4.4.0 and JDK17

2024-02-17 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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
 new f345685  Upgrade to Camel 4.4.0 and JDK17
f345685 is described below

commit f3456858a59387fc453142ccfebfcb8e639643fd
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 08:03:11 2024 +0100

Upgrade to Camel 4.4.0 and JDK17
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50c9eec..9edc449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.3.0
+4.4.0
 
 
 org.apache.camel.tests
@@ -88,9 +88,9 @@
 
UTF-8
 
 
scpexe://people.apache.org/www/camel.apache.org/maven/
-11
+17
 false
-4.3.0
+4.4.0
 
 3.10.0
 3.0.0-M4



(camel-kamelets-examples) branch main updated: Bump for next version

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


The following commit(s) were added to refs/heads/main by this push:
 new 7e725ae  Bump for next version
7e725ae is described below

commit 7e725ae8b2f10d7c43d45f8c68375b7ebc70786f
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 08:01:49 2024 +0100

Bump for next version
---
 kamelet-main/custom/pom.xml | 2 +-
 kamelet-main/pom.xml| 6 +++---
 kamelet-main/scan-download/pom.xml  | 2 +-
 .../src/main/resources/kamelets/custom-beer-source.kamelet.yaml | 2 +-
 kamelet-main/scan/pom.xml   | 2 +-
 kamelet-main/slack-source/pom.xml   | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kamelet-main/custom/pom.xml b/kamelet-main/custom/pom.xml
index 2b0ecaf..6613e2a 100644
--- a/kamelet-main/custom/pom.xml
+++ b/kamelet-main/custom/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 
 
 custom
diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml
index 5b7af70..f52e03b 100644
--- a/kamelet-main/pom.xml
+++ b/kamelet-main/pom.xml
@@ -23,19 +23,19 @@
 
 org.apache.camel
 camel-dependencies
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 pom
 
 Kamelet Main Examples
 Kamelet Main Examples
 
 
-   4.5.0-SNAPSHOT-SNAPSHOT
+   4.5.0-SNAPSHOT
 
 
 
diff --git a/kamelet-main/scan-download/pom.xml 
b/kamelet-main/scan-download/pom.xml
index 0b19b71..0cbd812 100644
--- a/kamelet-main/scan-download/pom.xml
+++ b/kamelet-main/scan-download/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 
 
 scan-download
diff --git 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
index 5482be8..c07ac79 100644
--- 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
+++ 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
@@ -28,7 +28,7 @@ spec:
 - "camel:timer"
 - "camel:http"
 - "camel:kamelet"
-- "mvn:org.apache.camel.examples:custom:4.5.0-SNAPSHOT-SNAPSHOT"
+- "mvn:org.apache.camel.examples:custom:4.5.0-SNAPSHOT"
   template:
 from:
   uri: "timer:beer"
diff --git a/kamelet-main/scan/pom.xml b/kamelet-main/scan/pom.xml
index e93b050..c5a0dd3 100644
--- a/kamelet-main/scan/pom.xml
+++ b/kamelet-main/scan/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 
 
 scan
diff --git a/kamelet-main/slack-source/pom.xml 
b/kamelet-main/slack-source/pom.xml
index b1c8c1a..0ed6d73 100644
--- a/kamelet-main/slack-source/pom.xml
+++ b/kamelet-main/slack-source/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-4.5.0-SNAPSHOT-SNAPSHOT
+4.5.0-SNAPSHOT
 
 
 slack-source



(camel-kamelets-examples) branch main updated: Bump for next version

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


The following commit(s) were added to refs/heads/main by this push:
 new 89c3382  Bump for next version
89c3382 is described below

commit 89c33823199e6edf33624c94e570b306c8da257c
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 08:00:38 2024 +0100

Bump for next version
---
 kamelet-main/custom/pom.xml | 2 +-
 kamelet-main/pom.xml| 6 +++---
 kamelet-main/scan-download/pom.xml  | 2 +-
 .../src/main/resources/kamelets/custom-beer-source.kamelet.yaml | 2 +-
 kamelet-main/scan/pom.xml   | 2 +-
 kamelet-main/slack-source/pom.xml   | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kamelet-main/custom/pom.xml b/kamelet-main/custom/pom.xml
index 8ed7dbd..2b0ecaf 100644
--- a/kamelet-main/custom/pom.xml
+++ b/kamelet-main/custom/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 
 
 custom
diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml
index 7cbd4ff..5b7af70 100644
--- a/kamelet-main/pom.xml
+++ b/kamelet-main/pom.xml
@@ -23,19 +23,19 @@
 
 org.apache.camel
 camel-dependencies
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 pom
 
 Kamelet Main Examples
 Kamelet Main Examples
 
 
-   3.21.0-SNAPSHOT
+   4.5.0-SNAPSHOT-SNAPSHOT
 
 
 
diff --git a/kamelet-main/scan-download/pom.xml 
b/kamelet-main/scan-download/pom.xml
index 887098f..0b19b71 100644
--- a/kamelet-main/scan-download/pom.xml
+++ b/kamelet-main/scan-download/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 
 
 scan-download
diff --git 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
index 80c4dca..5482be8 100644
--- 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
+++ 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
@@ -28,7 +28,7 @@ spec:
 - "camel:timer"
 - "camel:http"
 - "camel:kamelet"
-- "mvn:org.apache.camel.examples:custom:3.21.0-SNAPSHOT"
+- "mvn:org.apache.camel.examples:custom:4.5.0-SNAPSHOT-SNAPSHOT"
   template:
 from:
   uri: "timer:beer"
diff --git a/kamelet-main/scan/pom.xml b/kamelet-main/scan/pom.xml
index 9b3622a..e93b050 100644
--- a/kamelet-main/scan/pom.xml
+++ b/kamelet-main/scan/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 
 
 scan
diff --git a/kamelet-main/slack-source/pom.xml 
b/kamelet-main/slack-source/pom.xml
index 68da850..b1c8c1a 100644
--- a/kamelet-main/slack-source/pom.xml
+++ b/kamelet-main/slack-source/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.camel.examples
 camel-kamelet-main-examples
-3.21.0-SNAPSHOT
+4.5.0-SNAPSHOT-SNAPSHOT
 
 
 slack-source



(camel-spring-boot-examples) branch main updated: Bump for next version

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


The following commit(s) were added to refs/heads/main by this push:
 new b9db3f1  Bump for next version
b9db3f1 is described below

commit b9db3f108c02c6509befb08636516c76b3cc5dae
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 07:59:59 2024 +0100

Bump for next version
---
 activemq/pom.xml  | 2 +-
 actuator-http-metrics/pom.xml | 2 +-
 amqp/pom.xml  | 2 +-
 aot-basic/pom.xml | 2 +-
 arangodb/pom.xml  | 2 +-
 artemis/pom.xml   | 2 +-
 aws-secrets-manager/pom.xml   | 2 +-
 aws2-s3/pom.xml   | 2 +-
 azure/camel-example-spring-boot-azure-eventhubs/pom.xml   | 2 +-
 azure/camel-example-spring-boot-azure-servicebus/pom.xml  | 2 +-
 azure/pom.xml | 2 +-
 dynamic-router-eip/dynamic-router-eip-single/pom.xml  | 2 +-
 .../dynamic-router-eip-stack/all-numbers-service/pom.xml  | 2 +-
 .../dynamic-router-eip-stack/even-numbers-service/pom.xml | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml   | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml| 2 +-
 .../dynamic-router-eip-stack/odd-numbers-service/pom.xml  | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/pom.xml   | 2 +-
 dynamic-router-eip/pom.xml| 2 +-
 endpointdsl/pom.xml   | 2 +-
 fhir-auth-tx/pom.xml  | 2 +-
 fhir/pom.xml  | 2 +-
 health-checks/pom.xml | 2 +-
 infinispan/pom.xml| 2 +-
 jira/pom.xml  | 2 +-
 kafka-avro/pom.xml| 2 +-
 kafka-offsetrepository/pom.xml| 2 +-
 kamelet-chucknorris/pom.xml   | 2 +-
 load-balancer-eip/pom.xml | 2 +-
 mail-ms-exchange-oauth2/pom.xml   | 2 +-
 master/pom.xml| 2 +-
 metrics/pom.xml   | 2 +-
 observation/client/pom.xml| 2 +-
 observation/loggingtracer/pom.xml | 2 +-
 observation/pom.xml   | 2 +-
 observation/service1/pom.xml  | 2 +-
 observation/service2/pom.xml  | 2 +-
 opentelemetry/CarBooking/pom.xml  | 2 +-
 opentelemetry/FlightBooking/pom.xml   | 2 +-
 opentelemetry/HotelBooking/pom.xml| 2 +-
 opentelemetry/TripBooking/pom.xml | 2 +-
 opentelemetry/pom.xml | 2 +-
 paho-mqtt5-shared-subscriptions/pom.xml   | 2 +-
 platform-http/pom.xml | 2 +-
 pojo/pom.xml  | 2 +-
 pom.xml   | 4 ++--
 quartz/pom.xml| 2 +-
 rabbitmq/pom.xml  | 2 +-
 reactive-streams/pom.xml  | 2 +-
 resilience4j/client/pom.xml   | 2 +-
 resilience4j/client2/pom.xml  | 2 +-
 resilience4j/pom.xml  | 2 +-
 resilience4j/service1/pom.xml | 2 +-
 resilience4j/service2/pom.xml | 2 +-
 rest-cxf/pom.xml  | 2 +-
 rest-openapi-simple/pom.xml   | 2 +-
 rest-openapi-springdoc/pom.xml| 2 +-
 rest-openapi/pom.xml  | 2 +-
 

(camel-spring-boot-examples) branch main updated: Camel 4.4.0

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


The following commit(s) were added to refs/heads/main by this push:
 new 778be1a  Camel 4.4.0
778be1a is described below

commit 778be1ae484a20191b79427c69d3c5ebb3b00691
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 07:59:13 2024 +0100

Camel 4.4.0
---
 activemq/pom.xml  | 2 +-
 actuator-http-metrics/pom.xml | 2 +-
 amqp/pom.xml  | 2 +-
 aot-basic/pom.xml | 2 +-
 arangodb/pom.xml  | 2 +-
 artemis/pom.xml   | 2 +-
 aws-secrets-manager/pom.xml   | 2 +-
 aws2-s3/pom.xml   | 2 +-
 azure/camel-example-spring-boot-azure-eventhubs/pom.xml   | 2 +-
 azure/camel-example-spring-boot-azure-servicebus/pom.xml  | 2 +-
 azure/pom.xml | 2 +-
 dynamic-router-eip/dynamic-router-eip-single/pom.xml  | 2 +-
 .../dynamic-router-eip-stack/all-numbers-service/pom.xml  | 2 +-
 .../dynamic-router-eip-stack/even-numbers-service/pom.xml | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml   | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml| 2 +-
 .../dynamic-router-eip-stack/odd-numbers-service/pom.xml  | 2 +-
 dynamic-router-eip/dynamic-router-eip-stack/pom.xml   | 2 +-
 dynamic-router-eip/pom.xml| 2 +-
 endpointdsl/pom.xml   | 2 +-
 fhir-auth-tx/pom.xml  | 2 +-
 fhir/pom.xml  | 2 +-
 health-checks/pom.xml | 2 +-
 infinispan/pom.xml| 2 +-
 jira/pom.xml  | 2 +-
 kafka-avro/pom.xml| 2 +-
 kafka-offsetrepository/pom.xml| 2 +-
 kamelet-chucknorris/pom.xml   | 2 +-
 load-balancer-eip/pom.xml | 2 +-
 mail-ms-exchange-oauth2/pom.xml   | 2 +-
 master/pom.xml| 2 +-
 metrics/pom.xml   | 2 +-
 observation/client/pom.xml| 2 +-
 observation/loggingtracer/pom.xml | 2 +-
 observation/pom.xml   | 2 +-
 observation/service1/pom.xml  | 2 +-
 observation/service2/pom.xml  | 2 +-
 opentelemetry/CarBooking/pom.xml  | 2 +-
 opentelemetry/FlightBooking/pom.xml   | 2 +-
 opentelemetry/HotelBooking/pom.xml| 2 +-
 opentelemetry/TripBooking/pom.xml | 2 +-
 opentelemetry/pom.xml | 2 +-
 paho-mqtt5-shared-subscriptions/pom.xml   | 2 +-
 platform-http/pom.xml | 2 +-
 pojo/pom.xml  | 2 +-
 pom.xml   | 4 ++--
 quartz/pom.xml| 2 +-
 rabbitmq/pom.xml  | 2 +-
 reactive-streams/pom.xml  | 2 +-
 resilience4j/client/pom.xml   | 2 +-
 resilience4j/client2/pom.xml  | 2 +-
 resilience4j/pom.xml  | 2 +-
 resilience4j/service1/pom.xml | 2 +-
 resilience4j/service2/pom.xml | 2 +-
 rest-cxf/pom.xml  | 2 +-
 rest-openapi-simple/pom.xml   | 2 +-
 rest-openapi-springdoc/pom.xml| 2 +-
 rest-openapi/pom.xml  | 2 +-
 

(camel-spring-boot-examples) tag camel-spring-boot-examples-4.4.0 created (now 778be1a)

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

davsclaus pushed a change to tag camel-spring-boot-examples-4.4.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


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



(camel-examples) branch main updated: Bump for next version

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f6690b94 Bump for next version
f6690b94 is described below

commit f6690b94d00c0a377361467b8ed11e634553e644
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 07:58:25 2024 +0100

Bump for next version
---
 aggregate-dist/pom.xml   | 2 +-
 aggregate/pom.xml| 2 +-
 as2/pom.xml  | 2 +-
 as2/src/main/resources/META-INF/spring/camel-context.xml | 2 +-
 aws/main-endpointdsl-aws2-s3-kafka/pom.xml   | 2 +-
 aws/main-endpointdsl-aws2-s3/pom.xml | 2 +-
 aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml   | 2 +-
 aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml  | 2 +-
 aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml  | 2 +-
 aws/main-endpointdsl-aws2/pom.xml| 2 +-
 aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +-
 aws/main-endpointdsl-kafka-aws2-s3/pom.xml   | 2 +-
 aws/pom.xml  | 2 +-
 azure/azure-eventhubs/pom.xml| 2 +-
 azure/azure-storage-blob/pom.xml | 2 +-
 azure/kafka-azure/pom.xml| 2 +-
 azure/pom.xml| 2 +-
 basic/pom.xml| 2 +-
 bigxml-split/pom.xml | 2 +-
 billboard-aggregate/pom.xml  | 2 +-
 cafe-endpointdsl/pom.xml | 2 +-
 cafe/pom.xml | 2 +-
 cassandra-kubernetes/pom.xml | 2 +-
 console/pom.xml  | 2 +-
 couchbase-log/pom.xml| 2 +-
 csimple-joor/pom.xml | 2 +-
 csimple/pom.xml  | 2 +-
 debezium-eventhubs-blob/pom.xml  | 2 +-
 debezium/pom.xml | 2 +-
 flight-recorder/pom.xml  | 2 +-
 ftp/pom.xml  | 2 +-
 google/google-pubsub/pom.xml | 2 +-
 google/pom.xml   | 2 +-
 hazelcast-kubernetes/pom.xml | 2 +-
 java8/pom.xml| 2 +-
 jdbc/pom.xml | 2 +-
 jmx/pom.xml  | 2 +-
 jooq/pom.xml | 2 +-
 kafka/pom.xml| 2 +-
 kamelet-chucknorris/pom.xml  | 2 +-
 kamelet-main/pom.xml | 2 +-
 kamelet-sql/pom.xml  | 2 +-
 kamelet/pom.xml  | 2 +-
 kotlin/pom.xml   | 2 +-
 loadbalancing/pom.xml| 2 +-
 main-endpointdsl/pom.xml | 2 +-
 main-health/pom.xml  | 2 +-
 main-joor/pom.xml| 2 +-
 main-lambda/pom.xml  | 2 +-
 main-micrometer/pom.xml  | 2 +-
 main-tiny/pom.xml| 2 +-
 main-xml/pom.xml | 2 +-
 main-yaml/pom.xml| 2 +-
 main/pom.xml | 2 +-
 mapstruct/pom.xml| 2 +-
 minio/pom.xml| 2 +-
 mongodb/pom.xml  | 2 +-
 netty-custom-correlation/pom.xml | 2 +-
 oaipmh/pom.xml   | 2 +-
 pom.xml  | 4 ++--
 reactive-executor-vertx/pom.xml  | 2 +-
 resume-api/pom.xml   | 2 +-
 resume-api/resume-api-aws2-kinesis/pom.xml   | 2 +-
 resume-api/resume-api-cassandraql/pom.xml| 2 +-
 resume-api/resume-api-common/pom.xml | 2 +-
 resume-api/resume-api-file-offset/pom.xml 

(camel-examples) tag camel-examples-4.4.0 created (now e6b1f81b)

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

davsclaus pushed a change to tag camel-examples-4.4.0
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


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



(camel-examples) branch main updated: Camel 4.4.0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e6b1f81b Camel 4.4.0
e6b1f81b is described below

commit e6b1f81b1d5e8118848c74dceff1c1bd016fea73
Author: Claus Ibsen 
AuthorDate: Sun Feb 18 07:57:17 2024 +0100

Camel 4.4.0
---
 aggregate-dist/pom.xml   | 2 +-
 aggregate/pom.xml| 2 +-
 as2/pom.xml  | 2 +-
 aws/main-endpointdsl-aws2-s3-kafka/pom.xml   | 2 +-
 aws/main-endpointdsl-aws2-s3/pom.xml | 2 +-
 aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml   | 2 +-
 aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml  | 2 +-
 aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml  | 2 +-
 aws/main-endpointdsl-aws2/pom.xml| 2 +-
 aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +-
 aws/main-endpointdsl-kafka-aws2-s3/pom.xml   | 2 +-
 aws/pom.xml  | 2 +-
 azure/azure-eventhubs/pom.xml| 2 +-
 azure/azure-storage-blob/pom.xml | 2 +-
 azure/kafka-azure/pom.xml| 2 +-
 azure/pom.xml| 2 +-
 basic/pom.xml| 2 +-
 bigxml-split/pom.xml | 2 +-
 billboard-aggregate/pom.xml  | 2 +-
 cafe-endpointdsl/pom.xml | 2 +-
 cafe/pom.xml | 2 +-
 cassandra-kubernetes/pom.xml | 2 +-
 console/pom.xml  | 2 +-
 couchbase-log/pom.xml| 2 +-
 csimple-joor/pom.xml | 2 +-
 csimple/pom.xml  | 2 +-
 debezium-eventhubs-blob/pom.xml  | 2 +-
 debezium/pom.xml | 2 +-
 flight-recorder/pom.xml  | 2 +-
 ftp/pom.xml  | 2 +-
 google/google-pubsub/pom.xml | 2 +-
 google/pom.xml   | 2 +-
 hazelcast-kubernetes/pom.xml | 2 +-
 java8/pom.xml| 2 +-
 jdbc/pom.xml | 2 +-
 jmx/pom.xml  | 2 +-
 jooq/pom.xml | 2 +-
 kafka/pom.xml| 2 +-
 kamelet-chucknorris/pom.xml  | 2 +-
 kamelet-main/pom.xml | 2 +-
 kamelet-sql/pom.xml  | 2 +-
 kamelet/pom.xml  | 2 +-
 kotlin/pom.xml   | 2 +-
 loadbalancing/pom.xml| 2 +-
 main-endpointdsl/pom.xml | 2 +-
 main-health/pom.xml  | 2 +-
 main-joor/pom.xml| 2 +-
 main-lambda/pom.xml  | 2 +-
 main-micrometer/pom.xml  | 2 +-
 main-tiny/pom.xml| 2 +-
 main-xml/pom.xml | 2 +-
 main-yaml/pom.xml| 2 +-
 main/pom.xml | 2 +-
 mapstruct/pom.xml| 2 +-
 minio/pom.xml| 2 +-
 mongodb/pom.xml  | 2 +-
 netty-custom-correlation/pom.xml | 2 +-
 oaipmh/pom.xml   | 2 +-
 pom.xml  | 4 ++--
 reactive-executor-vertx/pom.xml  | 2 +-
 resume-api/pom.xml   | 2 +-
 resume-api/resume-api-aws2-kinesis/pom.xml   | 2 +-
 resume-api/resume-api-cassandraql/pom.xml| 2 +-
 resume-api/resume-api-common/pom.xml | 2 +-
 resume-api/resume-api-file-offset/pom.xml| 2 +-
 resume-api/resume-api-fileset-clusterized/pom.xml| 2 +-
 

(camel-website) branch new440 updated (dcaad971 -> db9709e3)

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

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


from dcaad971 Camel 4.4 whats new. WIP
 add db9709e3 Apply suggestions from code review

No new revisions were added by this update.

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



(camel) branch regen_bot updated (28a308a6801 -> cb92893a4f8)

2024-02-17 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 28a308a6801 camel-jbang - Upgrade to 4.4.0 release
 add eafcab131e1 CAMEL-20410: documentation fixes for camel-dataformat
 add 78cb8b221ed CAMEL-20410: documentation fixes for camel-zipfile
 add cb92893a4f8 CAMEL-20410: documentation fixes for camel-xj

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/dataformat-component.adoc| 25 +++
 .../camel-xj/src/main/docs/xj-component.adoc   | 36 --
 .../src/main/docs/zipFile-dataformat.adoc  | 28 +
 3 files changed, 47 insertions(+), 42 deletions(-)



(camel) branch main updated (28a308a6801 -> cb92893a4f8)

2024-02-17 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 28a308a6801 camel-jbang - Upgrade to 4.4.0 release
 new eafcab131e1 CAMEL-20410: documentation fixes for camel-dataformat
 new 78cb8b221ed CAMEL-20410: documentation fixes for camel-zipfile
 new cb92893a4f8 CAMEL-20410: documentation fixes for camel-xj

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:
 .../src/main/docs/dataformat-component.adoc| 25 +++
 .../camel-xj/src/main/docs/xj-component.adoc   | 36 --
 .../src/main/docs/zipFile-dataformat.adoc  | 28 +
 3 files changed, 47 insertions(+), 42 deletions(-)



(camel) 01/03: CAMEL-20410: documentation fixes for camel-dataformat

2024-02-17 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 eafcab131e19887bd26f3b8395023a4286551ca2
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 20:49:23 2024 +0100

CAMEL-20410: documentation fixes for camel-dataformat

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/dataformat-component.adoc| 25 +++---
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-dataformat/src/main/docs/dataformat-component.adoc 
b/components/camel-dataformat/src/main/docs/dataformat-component.adoc
index 4cd696d2a6d..2ee6e1e3ec8 100644
--- a/components/camel-dataformat/src/main/docs/dataformat-component.adoc
+++ b/components/camel-dataformat/src/main/docs/dataformat-component.adoc
@@ -15,8 +15,7 @@
 
 *{component-header}*
 
-The Dataformat component allows to use xref:manual::data-format.adoc[Data
-Format] as a Camel Component.
+The Data Format component allows using xref:manual::data-format.adoc[Data 
Format] as a Camel Component.
 
 == URI format
 
@@ -25,11 +24,10 @@ Format] as a Camel Component.
 dataformat:name:(marshal|unmarshal)[?options]
 
 
-Where *name* is the name of the Data Format. And
-then followed by the operation which must either be `marshal` or
-`unmarshal`. The options is used for configuring the 
xref:manual::data-format.adoc[Data
-Format] in use. See the Data Format documentation
-for which options it support.
+Where *name* is the name of the Data Format.
+And then followed by the operation which must either be `marshal` or 
`unmarshal`.
+The options are used for configuring the xref:manual::data-format.adoc[Data 
Format] in use.
+See the Data Format documentation for which options it supports.
 
 == DataFormat Options
 
@@ -53,9 +51,12 @@ include::partial$component-endpoint-options.adoc[]
 
 == Samples
 
-For example to use the xref:dataformats:jaxb-dataformat.adoc[JAXB] 
xref:manual::data-format.adoc[Data
-Format] we can do as follows:
+For example, to use the xref:dataformats:jaxb-dataformat.adoc[JAXB] 
xref:manual::data-format.adoc[Data Format], we can do as follows:
 
+[tabs]
+
+Java::
++
 [source,java]
 
 from("activemq:My.Queue").
@@ -63,8 +64,8 @@ from("activemq:My.Queue").
   to("mqseries:Another.Queue");
 
 
-And in XML DSL you do:
-
+XML::
++
 [source,xml]
 
 http://camel.apache.org/schema/spring;>
@@ -75,6 +76,6 @@ And in XML DSL you do:
   
 
 
-
+
 
 include::spring-boot:partial$starter.adoc[]



(camel) 03/03: CAMEL-20410: documentation fixes for camel-xj

2024-02-17 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 cb92893a4f8a1a1a9e3a4f6ae818ae8e4726cdae
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 21:00:34 2024 +0100

CAMEL-20410: documentation fixes for camel-xj

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../camel-xj/src/main/docs/xj-component.adoc   | 36 --
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/components/camel-xj/src/main/docs/xj-component.adoc 
b/components/camel-xj/src/main/docs/xj-component.adoc
index 7f63e495666..86179469796 100644
--- a/components/camel-xj/src/main/docs/xj-component.adoc
+++ b/components/camel-xj/src/main/docs/xj-component.adoc
@@ -41,13 +41,13 @@ 
xj:templateName?transformDirection=XML2JSON|JSON2XML[]
 
 *More documentation*
 
-The XJ component extends the XSLT component and therefore it supports all 
options provided by the XSLT
+The XJ component extends the XSLT component, and therefore it supports all 
options provided by the XSLT
 component as well. At least look at the XSLT component documentation how to 
configure the xsl template.
 
 
 The *transformDirection* option is mandatory and must be either XML2JSON or 
JSON2XML.
 
-The *templateName* parameter allows to use _identify transforma_ by specifying 
the name `identity`.
+The *templateName* parameter allows using _identify transforma_ by specifying 
the name `identity`.
 
 
 
@@ -74,7 +74,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 The following route does an "identity" transform of the message because no 
xslt stylesheet is given. In the context of
 xml to xml transformations, "Identity" transform means that the output 
document is just a copy of the input document.
-In case of XJ it means it transforms the json document to an equivalent xml 
representation.
+In the case of XJ, it means it transforms the json document to an equivalent 
xml representation.
 
 [source,java]
 
@@ -106,7 +106,7 @@ The input:
 }
 
 
-will output
+Will output:
 
 [source,xml]
 
@@ -131,7 +131,7 @@ will output
 
 As can be seen in the output above, XJ writes some metadata in the resulting 
xml that can be used in further processing:
 
-* XJ metadata nodes are always in the "http://camel.apache.org/component/xj; 
namespace.
+* XJ metadata nodes are always in the `http://camel.apache.org/component/xj` 
namespace.
 * JSON key names are placed in the xj:name attribute.
 * The parsed JSON type can be found in the xj:type attribute. The above 
example already contains all possible types.
 * Generated XML elements are always named "object".
@@ -165,7 +165,7 @@ Now we can apply a stylesheet, e.g.:
 
 
 
-to the above sample by specifying the template on the endpoint:
+To the above sample by specifying the template on the endpoint:
 
 [source,java]
 
@@ -173,7 +173,7 @@ from("direct:start").
   to("xj:com/example/json2xml.xsl?transformDirection=JSON2XML");
 
 
-and get the following output:
+And get the following output:
 
 [source,xml]
 
@@ -192,7 +192,7 @@ and get the following output:
 
 === Converting XML to JSON
 
-Based on the explanations above an "identity" transform will be performed when 
no stylesheet is given:
+Based on the explanations above, an _identity_ transform will be performed 
when no stylesheet is given:
 
 [source,java]
 
@@ -245,15 +245,15 @@ will result in
 }
 
 
-You may have noted that the input xml and output json is very similar to the 
examples above when converting from json to xml
+You may have noted that the input xml and output json are very similar to the 
examples above when converting from json to xml,
 although nothing special is done here. We only transformed an arbitrary XML 
document to json.
 XJ uses the following rules by default:
 
-* The XML root element can be named somehow, it will always end in a json root 
object declaration '{}'
+* The XML root element can be named somehow, it will always end in a json root 
object declaration `{}`
 * The json key name is the name of the xml element
-* If there is an name clash as in "" above where two "" elements 
exists a json array will be generated.
+* If there is a name clash as in `` above where two `` elements 
exist a json array will be generated.
 * XML elements with text-only-child-nodes will result in the usual 
key/string-value pair. Mixed content elements
-results in key/child-object pair as seen in "" above.
+result in a key/child-object pair as seen in `` above.
 
 Now we can apply again a stylesheet, e.g.:
 
@@ -354,7 +354,7 @@ and get the following output:
 }
 
 
-Note, this transformation resulted in exactly the same json document as we 
used as input to the json2xml conversion.
+Note, this transformation resulted in exactly the 

(camel) 02/03: CAMEL-20410: documentation fixes for camel-zipfile

2024-02-17 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 78cb8b221edab7f09e5233fca307fbcb72bb5323
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 20:52:29 2024 +0100

CAMEL-20410: documentation fixes for camel-zipfile

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/zipFile-dataformat.adoc  | 28 --
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/components/camel-zipfile/src/main/docs/zipFile-dataformat.adoc 
b/components/camel-zipfile/src/main/docs/zipFile-dataformat.adoc
index 7958b7353e8..e719b7d13cd 100644
--- a/components/camel-zipfile/src/main/docs/zipFile-dataformat.adoc
+++ b/components/camel-zipfile/src/main/docs/zipFile-dataformat.adoc
@@ -11,9 +11,8 @@
 
 *Since Camel {since}*
 
-The Zip File Data Format is a message compression
-and de-compression format. Messages can be marshalled (compressed) to
-Zip files containing a single entry, and Zip files containing a single
+The Zip File Data Format is a message compression and decompression format.
+Messages can be marshaled (compressed) to Zip files containing a single entry, 
and Zip files containing a single
 entry can be unmarshalled (decompressed) to the original file contents.
 This data format supports ZIP64, as long as Java 7 or later is being used.
 
@@ -25,7 +24,7 @@ include::partial$dataformat-options.adoc[]
 
 == Marshal
 
-In this example we marshal a regular text/XML payload to a compressed
+In this example, we marshal a regular text/XML payload to a compressed
 payload using Zip file compression, and send it to an ActiveMQ queue
 called MY_QUEUE.
 
@@ -41,7 +40,7 @@ incoming `CamelFileName` message header, which is the 
standard message
 header used by the file component. Additionally, the
 outgoing `CamelFileName` message header is automatically set to the
 value of the incoming `CamelFileName` message header, with the ".zip"
-suffix. So for example, if the following route finds a file named
+suffix. So, for example, if the following route finds a file named
 "test.txt" in the input directory, the output will be a Zip file named
 "test.txt.zip" containing a single Zip entry named "test.txt":
 
@@ -52,10 +51,10 @@ from("file:input/directory?antInclude=*/.txt")
 .to("file:output/directory");
 
 
-If there is no incoming `CamelFileName` message header (for example, if
+If there is no incoming `CamelFileName` message header, (for example, if
 the file component is not the consumer), then the
-message ID is used by default, and since the message ID is normally a
-unique generated ID, you will end up with filenames like
+message ID is used by default.
+Since the message ID is normally a unique generated ID, you will end up with 
filenames like
 `ID-MACHINENAME-2443-1211718892437-1-0.zip`. If you want to override
 this behavior, then you can set the value of the `CamelFileName` header
 explicitly in your route:
@@ -84,7 +83,7 @@ from("activemq:queue:MY_QUEUE")
 .process(new UnZippedMessageProcessor());
 
 
-If the zip file has more then one entry, the usingIterator option of
+If the zip file has more than one entry, the usingIterator option of
 ZipFileDataFormat to be true, and you can use splitter to do the further
 work.
 
@@ -110,7 +109,10 @@ 
from("file:src/test/resources/org/apache/camel/dataformat/zipfile?delay=1000
 .end();
 
 
-IMPORTANT: You cannot use ZipSplitter in _parallel_ mode with the splitter.
+[IMPORTANT]
+
+You *cannot* use ZipSplitter in _parallel_ mode with the splitter.
+
 
 == Aggregate
 
@@ -119,7 +121,7 @@ IMPORTANT: You cannot use ZipSplitter in _parallel_ mode 
with the splitter.
 Please note that this aggregation strategy requires eager completion check to 
work properly.
 
 
-In this example we aggregate all text files found in the input directory
+In this example, we aggregate all text files found in the input directory
 into a single Zip file that is stored in the output directory. 
 
 [source,java]
@@ -146,10 +148,10 @@ from("file:input/directory?antInclude=*/.txt")
 
 == Dependencies
 
-To use Zip files in your camel routes you need to add a dependency on
+To use Zip files in your camel routes, you need to add a dependency on
 *camel-zipfile* which implements this data format.
 
-If you use Maven you can just add the following to your `pom.xml`,
+If you use Maven you can add the following to your `pom.xml`,
 substituting the version number for the latest & greatest release (see
 the download page for the latest versions).
 



(camel) branch regen_bot updated (64f78d8fd22 -> 28a308a6801)

2024-02-17 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 64f78d8fd22 [CAMEL-20405] renamed classes from *IntegrationTest.java 
to *IT.java (#13082)
 add 28a308a6801 camel-jbang - Upgrade to 4.4.0 release

No new revisions were added by this update.

Summary of changes:
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)



(camel) branch camel-4.4.x updated: camel-jbang - Upgrade to 4.4.0 release

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

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


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
 new b3072f1a8ef camel-jbang - Upgrade to 4.4.0 release
b3072f1a8ef is described below

commit b3072f1a8efa0c041a618fee43c02c4efa4b80bb
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 20:17:09 2024 +0100

camel-jbang - Upgrade to 4.4.0 release
---
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile 
b/dsl/camel-jbang/camel-jbang-container/Dockerfile
index 01d66b6e015..1cc60e6148d 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -19,5 +19,5 @@ FROM docker.io/jbangdev/jbang-action
 
 RUN jbang trust add https://github.com/apache/camel
 
-ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.3.0", "camel@apache/camel"]
+ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.4.0", "camel@apache/camel"]
 
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index f53620c2a2d..2b4f91ebf6b 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 17+
 //REPOS 
central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.3.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.3.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.4.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.4.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.3.0}
 
 package main;
diff --git 
a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index f53620c2a2d..2b4f91ebf6b 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 17+
 //REPOS 
central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.3.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.3.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.4.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.4.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.3.0}
 
 package main;



(camel) branch main updated: camel-jbang - Upgrade to 4.4.0 release

2024-02-17 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 28a308a6801 camel-jbang - Upgrade to 4.4.0 release
28a308a6801 is described below

commit 28a308a68016b965e45b4c23997be6d0a28d4a9a
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 20:17:09 2024 +0100

camel-jbang - Upgrade to 4.4.0 release
---
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile 
b/dsl/camel-jbang/camel-jbang-container/Dockerfile
index 01d66b6e015..1cc60e6148d 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -19,5 +19,5 @@ FROM docker.io/jbangdev/jbang-action
 
 RUN jbang trust add https://github.com/apache/camel
 
-ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.3.0", "camel@apache/camel"]
+ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.4.0", "camel@apache/camel"]
 
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index f53620c2a2d..2b4f91ebf6b 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 17+
 //REPOS 
central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.3.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.3.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.4.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.4.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.3.0}
 
 package main;
diff --git 
a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index f53620c2a2d..2b4f91ebf6b 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 17+
 //REPOS 
central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.3.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.3.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.4.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.4.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.3.0}
 
 package main;



(camel) branch regen_bot updated (5f37eca0c9b -> 64f78d8fd22)

2024-02-17 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 5f37eca0c9b CAMEL-20421: camel-knative - Only create consumer/producer 
http facto… (#13148)
 add 64f78d8fd22 [CAMEL-20405] renamed classes from *IntegrationTest.java 
to *IT.java (#13082)

No new revisions were added by this update.

Summary of changes:
 components/camel-salesforce/camel-salesforce-component/pom.xml| 7 +--
 ...ApprovalIntegrationTest.java => AbstractApprovalManualIT.java} | 4 ++--
 ...AnalyticsApiIntegrationTest.java => AnalyticsApiManualIT.java} | 4 ++--
 ...ExamplesIntegrationTest.java => ApprovalExamplesManualIT.java} | 4 ++--
 .../{ApprovalIntegrationTest.java => ApprovalManualIT.java}   | 4 ++--
 ...BulkApiBatchIntegrationTest.java => BulkApiBatchManualIT.java} | 6 +++---
 .../{BulkApiJobIntegrationTest.java => BulkApiJobManualIT.java}   | 2 +-
 .../{BulkApiIntegrationTest.java => BulkApiManualIT.java} | 2 +-
 ...BulkApiQueryIntegrationTest.java => BulkApiQueryManualIT.java} | 2 +-
 ...estJobIntegrationTest.java => BulkApiV2IngestJobManualIT.java} | 2 +-
 ...ueryJobIntegrationTest.java => BulkApiV2QueryJobManualIT.java} | 2 +-
 ...umerIntegrationTest.java => ChangeEventsConsumerManualIT.java} | 2 +-
 ...piBatchIntegrationTest.java => CompositeApiBatchManualIT.java} | 2 +-
 ...sIntegrationTest.java => CompositeApiCollectionsManualIT.java} | 2 +-
 ...CompositeApiIntegrationTest.java => CompositeApiManualIT.java} | 2 +-
 ...eApiTreeIntegrationTest.java => CompositeApiTreeManualIT.java} | 2 +-
 ...mpoundTypesIntegrationTest.java => CompoundTypesManualIT.java} | 4 ++--
 .../{HttpProxyIntegrationTest.java => HttpProxyManualIT.java} | 8 
 .../{LazyLoginIntegrationTest.java => LazyLoginManualIT.java} | 2 +-
 .../{LimitsIntegrationTest.java => LimitsManualIT.java}   | 2 +-
 .../{NotFoundIntegrationTest.java => NotFoundManualIT.java}   | 2 +-
 ...erIntegrationTest.java => PlatformEventsConsumerManualIT.java} | 2 +-
 .../{PubSubApiIntegrationTest.java => PubSubApiManualIT.java} | 2 +-
 ...RawOperationIntegrationTest.java => RawOperationManualIT.java} | 2 +-
 .../{RecentIntegrationTest.java => RecentManualIT.java}   | 4 ++--
 .../{RestApiIntegrationTest.java => RestApiManualIT.java} | 2 +-
 ...tionTest.java => SalesforceClientCredentialsFlowManualIT.java} | 2 +-
 ...ComponentIntegrationTest.java => SalesforceComponentTest.java} | 2 +-
 ...est.java => SalesforceComponentVerifierExtensionManualIT.java} | 2 +-
 ...HeadersIntegrationTest.java => SalesforceHeadersManualIT.java} | 2 +-
 ...IntegrationTest.java => SalesforceJwtBearerTokenFlowTest.java} | 2 +-
 ...StreamingApiIntegrationTest.java => StreamingApiManualIT.java} | 2 +-
 .../{SessionIntegrationTest.java => SessionManualIT.java} | 4 ++--
 ...HelperIntegrationTest.java => SubscriptionHelperManualIT.java} | 8 
 ...ceMojoIntegrationTest.java => AbstractSalesforceMojoTest.java} | 2 +-
 ...eMojoIntegrationTest.java => CamelSalesforceMojoManualIT.java} | 4 ++--
 ...ubMojoIntegrationTest.java => GeneratePubSubMojoManualIT.java} | 4 ++--
 ...tpProxyMojoIntegrationTest.java => HttpProxyMojoManualIT.java} | 2 +-
 .../{SchemaMojoIntegrationTest.java => SchemaMojoManualIT.java}   | 4 ++--
 components/camel-salesforce/pom.xml   | 3 ++-
 components/camel-spring-xml/pom.xml   | 1 -
 parent/pom.xml| 2 +-
 42 files changed, 64 insertions(+), 61 deletions(-)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{AbstractApprovalIntegrationTest.java
 => AbstractApprovalManualIT.java} (95%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{AnalyticsApiIntegrationTest.java
 => AnalyticsApiManualIT.java} (99%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{ApprovalExamplesIntegrationTest.java
 => ApprovalExamplesManualIT.java} (96%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{ApprovalIntegrationTest.java
 => ApprovalManualIT.java} (97%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{BulkApiBatchIntegrationTest.java
 => BulkApiBatchManualIT.java} (94%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{BulkApiJobIntegrationTest.java
 => BulkApiJobManualIT.java} (98%)
 rename 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/{BulkApiIntegrationTest.java
 => BulkApiManualIT.java} (97%)
 rename 

(camel-spring-boot) branch main updated (531d5d8cf45 -> 3d5265678f3)

2024-02-17 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 531d5d8cf45 CAMEL-20404: Create a component for Qdrant Vector Database
 new 62e97ece9db Bump for next version
 new 3d5265678f3 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:
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 archetypes/pom.xml | 2 +-
 camel-spring-boot-sbom/camel-spring-boot-sbom.json | 10218 +-
 camel-spring-boot-sbom/camel-spring-boot-sbom.xml  | 10242 +--
 catalog/camel-catalog-provider-springboot/pom.xml  | 2 +-
 .../springboot/catalog/components/activemq.json| 2 +-
 .../camel/springboot/catalog/components/amqp.json  | 2 +-
 .../springboot/catalog/components/arangodb.json| 2 +-
 .../camel/springboot/catalog/components/as2.json   | 2 +-
 .../springboot/catalog/components/asterisk.json| 2 +-
 .../catalog/components/atmosphere-websocket.json   | 2 +-
 .../camel/springboot/catalog/components/atom.json  | 2 +-
 .../camel/springboot/catalog/components/avro.json  | 2 +-
 .../catalog/components/aws-cloudtrail.json | 2 +-
 .../springboot/catalog/components/aws-config.json  | 4 +-
 .../catalog/components/aws-secrets-manager.json| 2 +-
 .../springboot/catalog/components/aws2-athena.json | 2 +-
 .../springboot/catalog/components/aws2-cw.json | 2 +-
 .../springboot/catalog/components/aws2-ddb.json| 2 +-
 .../catalog/components/aws2-ddbstream.json | 2 +-
 .../springboot/catalog/components/aws2-ec2.json| 2 +-
 .../springboot/catalog/components/aws2-ecs.json| 2 +-
 .../springboot/catalog/components/aws2-eks.json| 2 +-
 .../catalog/components/aws2-eventbridge.json   | 2 +-
 .../springboot/catalog/components/aws2-iam.json| 2 +-
 .../catalog/components/aws2-kinesis-firehose.json  | 2 +-
 .../catalog/components/aws2-kinesis.json   | 2 +-
 .../springboot/catalog/components/aws2-kms.json| 2 +-
 .../springboot/catalog/components/aws2-lambda.json | 2 +-
 .../springboot/catalog/components/aws2-mq.json | 2 +-
 .../springboot/catalog/components/aws2-msk.json| 2 +-
 .../catalog/components/aws2-redshift-data.json | 2 +-
 .../springboot/catalog/components/aws2-s3.json | 2 +-
 .../springboot/catalog/components/aws2-ses.json| 2 +-
 .../springboot/catalog/components/aws2-sns.json| 2 +-
 .../springboot/catalog/components/aws2-sqs.json| 2 +-
 .../catalog/components/aws2-step-functions.json| 2 +-
 .../springboot/catalog/components/aws2-sts.json| 2 +-
 .../catalog/components/aws2-timestream.json| 2 +-
 .../catalog/components/aws2-translate.json | 2 +-
 .../catalog/components/azure-cosmosdb.json | 2 +-
 .../catalog/components/azure-eventhubs.json| 2 +-
 .../springboot/catalog/components/azure-files.json | 2 +-
 .../catalog/components/azure-key-vault.json| 2 +-
 .../catalog/components/azure-servicebus.json   | 2 +-
 .../catalog/components/azure-storage-blob.json | 2 +-
 .../catalog/components/azure-storage-datalake.json | 2 +-
 .../catalog/components/azure-storage-queue.json| 2 +-
 .../catalog/components/bean-validator.json | 2 +-
 .../camel/springboot/catalog/components/bean.json  | 2 +-
 .../springboot/catalog/components/bonita.json  | 2 +-
 .../camel/springboot/catalog/components/box.json   | 2 +-
 .../springboot/catalog/components/braintree.json   | 2 +-
 .../springboot/catalog/components/browse.json  | 2 +-
 .../catalog/components/caffeine-cache.json | 2 +-
 .../catalog/components/caffeine-loadcache.json | 2 +-
 .../springboot/catalog/components/chatscript.json  | 2 +-
 .../camel/springboot/catalog/components/chunk.json | 2 +-
 .../camel/springboot/catalog/components/class.json | 2 +-
 .../springboot/catalog/components/cm-sms.json  | 2 +-
 .../springboot/catalog/components/coap+tcp.json| 2 +-
 .../camel/springboot/catalog/components/coap.json  | 2 +-
 .../springboot/catalog/components/coaps+tcp.json   | 2 +-
 .../camel/springboot/catalog/components/coaps.json | 2 +-
 .../springboot/catalog/components/cometd.json  | 2 +-
 .../springboot/catalog/components/cometds.json | 2 +-
 .../springboot/catalog/components/consul.json  | 2 +-
 .../springboot/catalog/components/controlbus.json  | 2 +-
 .../springboot/catalog/components/couchbase.json   | 2 +-
 

(camel-spring-boot) 02/02: Regen

2024-02-17 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 3d5265678f3f5d3c9c41b28bf755835ace2e7651
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 20:15:43 2024 +0100

Regen
---
 .../org/apache/camel/springboot/catalog/components/aws-config.json  | 2 +-
 .../camel/springboot/catalog/components/elasticsearch-rest-client.json  | 2 +-
 .../apache/camel/springboot/catalog/components/kubernetes-cronjob.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/smb.json   | 2 +-
 .../resources/org/apache/camel/springboot/catalog/languages/java.json   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-config.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-config.json
index 63c55dfc6ee..36a6b032917 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-config.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-config.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "cloud,management",
 "javaType": "org.apache.camel.component.aws.config.AWSConfigComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws-config-starter",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
index 954b2827e14..32ecff85811 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "search",
 "javaType": 
"org.apache.camel.component.elasticsearch.rest.client.ElasticsearchRestClientComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-elasticsearch-rest-client-starter",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-cronjob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-cronjob.json
index fff496cc1bd..9f859150bae 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-cronjob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-cronjob.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "container,cloud",
 "javaType": 
"org.apache.camel.component.kubernetes.cronjob.KubernetesCronJobComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-kubernetes-starter",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
index c31c77c566e..f5a95bbf80c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "file",
 "javaType": "org.apache.camel.component.smb.SmbComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-smb-starter",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/java.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/java.json
index ebfcb3e563b..2005bbf588b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/java.json
+++ 

(camel) branch regen_bot updated (4ba5c8ff294 -> 5f37eca0c9b)

2024-02-17 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 4ba5c8ff294 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a 
(#13152)
 add 5f37eca0c9b CAMEL-20421: camel-knative - Only create consumer/producer 
http facto… (#13148)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/knative/KnativeComponent.java  |  88 +
 .../camel/component/knative/KnativeEndpoint.java   |  18 +--
 .../services/org/apache/camel/dev-console/knative  |   2 +
 .../component/knative/http/KnativeHttpConsole.java | 141 +
 .../knative/http/KnativeHttpConsumer.java  |  14 +-
 .../knative/http/KnativeHttpConsumerFactory.java   |   9 +-
 .../knative/http/KnativeHttpProducer.java  |  16 ++-
 .../knative/http/KnativeHttpProducerFactory.java   |   7 +
 .../component/knative/http/KnativeHttpTest.java|  11 --
 .../knative/http/KnativeHttpTestSupport.java   |  18 +--
 .../platform/http/main/MainHttpServer.java |  17 ++-
 .../main/java/org/apache/camel/CamelContext.java   |   8 ++
 .../camel/impl/engine/AbstractCamelContext.java|   6 +
 .../camel/cli/connector/LocalCliConnector.java |   8 ++
 .../jbang/core/commands/process/ListService.java   |  12 +-
 .../java/org/apache/camel/main/KameletMain.java|   2 +-
 .../DependencyDownloaderClassResolver.java |  25 +++-
 .../DependencyDownloaderComponentResolver.java |  39 +-
 .../camel/main/download/MainHttpServerFactory.java |  64 ++
 .../main/download/ResourceResolverListener.java|  12 +-
 20 files changed, 368 insertions(+), 149 deletions(-)
 create mode 100644 
components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/dev-console/knative
 create mode 100644 
components/camel-knative/camel-knative-http/src/main/java/org/apache/camel/component/knative/http/KnativeHttpConsole.java
 create mode 100644 
dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/MainHttpServerFactory.java
 copy core/camel-api/src/main/java/org/apache/camel/spi/DataFormatFactory.java 
=> 
dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ResourceResolverListener.java
 (77%)



(camel) branch main updated: [CAMEL-20405] renamed classes from *IntegrationTest.java to *IT.java (#13082)

2024-02-17 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 64f78d8fd22 [CAMEL-20405] renamed classes from *IntegrationTest.java 
to *IT.java (#13082)
64f78d8fd22 is described below

commit 64f78d8fd22daaa86f8a27f8e0059e2befa30853
Author: Craig Ziesman 
AuthorDate: Sat Feb 17 13:08:37 2024 -0600

[CAMEL-20405] renamed classes from *IntegrationTest.java to *IT.java 
(#13082)

* [CAMEL-20405] renamed classes from *IntegrationTest.java to *IT.java

* [CAMEL-20405] removed references to *IntegrationTest.java from POMs

* [CAMEL-20405] renamed salesforce integration tests from *IT.java to 
*ManualIT.java

* [CAMEL-20405] renamed salesforce integration tests from *IT.java to 
*ManualIT.java

* [CAMEL-20405] renamed salesforce integration tests from *IT.java to 
*ManualIT.java

* [CAMEL-20405] renamed salesforce integration tests from *IT.java to 
*ManualIT.java

* [CAMEL-20405] prevented salesforce integration tests from running under 
'mvn verify' without 'integration' profile

-

Co-authored-by: Craig Ziesman 
---
 components/camel-salesforce/camel-salesforce-component/pom.xml| 7 +--
 ...ApprovalIntegrationTest.java => AbstractApprovalManualIT.java} | 4 ++--
 ...AnalyticsApiIntegrationTest.java => AnalyticsApiManualIT.java} | 4 ++--
 ...ExamplesIntegrationTest.java => ApprovalExamplesManualIT.java} | 4 ++--
 .../{ApprovalIntegrationTest.java => ApprovalManualIT.java}   | 4 ++--
 ...BulkApiBatchIntegrationTest.java => BulkApiBatchManualIT.java} | 6 +++---
 .../{BulkApiJobIntegrationTest.java => BulkApiJobManualIT.java}   | 2 +-
 .../{BulkApiIntegrationTest.java => BulkApiManualIT.java} | 2 +-
 ...BulkApiQueryIntegrationTest.java => BulkApiQueryManualIT.java} | 2 +-
 ...estJobIntegrationTest.java => BulkApiV2IngestJobManualIT.java} | 2 +-
 ...ueryJobIntegrationTest.java => BulkApiV2QueryJobManualIT.java} | 2 +-
 ...umerIntegrationTest.java => ChangeEventsConsumerManualIT.java} | 2 +-
 ...piBatchIntegrationTest.java => CompositeApiBatchManualIT.java} | 2 +-
 ...sIntegrationTest.java => CompositeApiCollectionsManualIT.java} | 2 +-
 ...CompositeApiIntegrationTest.java => CompositeApiManualIT.java} | 2 +-
 ...eApiTreeIntegrationTest.java => CompositeApiTreeManualIT.java} | 2 +-
 ...mpoundTypesIntegrationTest.java => CompoundTypesManualIT.java} | 4 ++--
 .../{HttpProxyIntegrationTest.java => HttpProxyManualIT.java} | 8 
 .../{LazyLoginIntegrationTest.java => LazyLoginManualIT.java} | 2 +-
 .../{LimitsIntegrationTest.java => LimitsManualIT.java}   | 2 +-
 .../{NotFoundIntegrationTest.java => NotFoundManualIT.java}   | 2 +-
 ...erIntegrationTest.java => PlatformEventsConsumerManualIT.java} | 2 +-
 .../{PubSubApiIntegrationTest.java => PubSubApiManualIT.java} | 2 +-
 ...RawOperationIntegrationTest.java => RawOperationManualIT.java} | 2 +-
 .../{RecentIntegrationTest.java => RecentManualIT.java}   | 4 ++--
 .../{RestApiIntegrationTest.java => RestApiManualIT.java} | 2 +-
 ...tionTest.java => SalesforceClientCredentialsFlowManualIT.java} | 2 +-
 ...ComponentIntegrationTest.java => SalesforceComponentTest.java} | 2 +-
 ...est.java => SalesforceComponentVerifierExtensionManualIT.java} | 2 +-
 ...HeadersIntegrationTest.java => SalesforceHeadersManualIT.java} | 2 +-
 ...IntegrationTest.java => SalesforceJwtBearerTokenFlowTest.java} | 2 +-
 ...StreamingApiIntegrationTest.java => StreamingApiManualIT.java} | 2 +-
 .../{SessionIntegrationTest.java => SessionManualIT.java} | 4 ++--
 ...HelperIntegrationTest.java => SubscriptionHelperManualIT.java} | 8 
 ...ceMojoIntegrationTest.java => AbstractSalesforceMojoTest.java} | 2 +-
 ...eMojoIntegrationTest.java => CamelSalesforceMojoManualIT.java} | 4 ++--
 ...ubMojoIntegrationTest.java => GeneratePubSubMojoManualIT.java} | 4 ++--
 ...tpProxyMojoIntegrationTest.java => HttpProxyMojoManualIT.java} | 2 +-
 .../{SchemaMojoIntegrationTest.java => SchemaMojoManualIT.java}   | 4 ++--
 components/camel-salesforce/pom.xml   | 3 ++-
 components/camel-spring-xml/pom.xml   | 1 -
 parent/pom.xml| 2 +-
 42 files changed, 64 insertions(+), 61 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index ae28c0ea889..247a09bca30 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -307,6 +307,9 @@
 
 
 integration
+
+false
+
 
 
 
@@ -462,7 

(camel) branch main updated: CAMEL-20421: camel-knative - Only create consumer/producer http facto… (#13148)

2024-02-17 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 5f37eca0c9b CAMEL-20421: camel-knative - Only create consumer/producer 
http facto… (#13148)
5f37eca0c9b is described below

commit 5f37eca0c9b74078bfc48c1344fe2a76ec02a851
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 20:04:56 2024 +0100

CAMEL-20421: camel-knative - Only create consumer/producer http facto… 
(#13148)

CAMEL-20421: camel-knative - Only create consumer/producer http factory 
when needed. Make camel-jbang able to detect only when knative consumer is in 
use and startup embedded HTTP server to make it work out of the box.
---
 .../camel/component/knative/KnativeComponent.java  |  88 +
 .../camel/component/knative/KnativeEndpoint.java   |  18 +--
 .../services/org/apache/camel/dev-console/knative  |   2 +
 .../component/knative/http/KnativeHttpConsole.java | 141 +
 .../knative/http/KnativeHttpConsumer.java  |  14 +-
 .../knative/http/KnativeHttpConsumerFactory.java   |   9 +-
 .../knative/http/KnativeHttpProducer.java  |  16 ++-
 .../knative/http/KnativeHttpProducerFactory.java   |   7 +
 .../component/knative/http/KnativeHttpTest.java|  11 --
 .../knative/http/KnativeHttpTestSupport.java   |  18 +--
 .../platform/http/main/MainHttpServer.java |  17 ++-
 .../main/java/org/apache/camel/CamelContext.java   |   8 ++
 .../camel/impl/engine/AbstractCamelContext.java|   6 +
 .../camel/cli/connector/LocalCliConnector.java |   8 ++
 .../jbang/core/commands/process/ListService.java   |  12 +-
 .../java/org/apache/camel/main/KameletMain.java|   2 +-
 .../DependencyDownloaderClassResolver.java |  25 +++-
 .../DependencyDownloaderComponentResolver.java |  39 +-
 .../camel/main/download/MainHttpServerFactory.java |  64 ++
 .../main/download/ResourceResolverListener.java|  29 +
 20 files changed, 392 insertions(+), 142 deletions(-)

diff --git 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
index cc81602bbf6..2b68cd98efb 100644
--- 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
+++ 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
@@ -55,9 +55,6 @@ public class KnativeComponent extends HealthCheckComponent {
 @Metadata
 private KnativeConsumerFactory consumerFactory;
 
-private boolean managedProducer;
-private boolean managedConsumer;
-
 public KnativeComponent() {
 this(null);
 }
@@ -135,6 +132,13 @@ public class KnativeComponent extends HealthCheckComponent 
{
 return producerFactory;
 }
 
+public synchronized KnativeProducerFactory getOrCreateProducerFactory() 
throws Exception {
+if (producerFactory == null) {
+producerFactory = setUpProducerFactory();
+}
+return producerFactory;
+}
+
 /**
  * The protocol producer factory.
  */
@@ -146,6 +150,13 @@ public class KnativeComponent extends HealthCheckComponent 
{
 return consumerFactory;
 }
 
+public synchronized KnativeConsumerFactory getOrCreateConsumerFactory() 
throws Exception {
+if (consumerFactory == null) {
+consumerFactory = setUpConsumerFactory();
+}
+return consumerFactory;
+}
+
 /**
  * The protocol consumer factory.
  */
@@ -173,44 +184,19 @@ public class KnativeComponent extends 
HealthCheckComponent {
 @Override
 protected void doInit() throws Exception {
 super.doInit();
-
-setUpProducerFactory();
-setUpConsumerFactory();
-
-if (this.producerFactory != null && managedProducer) {
-ServiceHelper.initService(this.producerFactory);
-}
-if (this.consumerFactory != null && managedConsumer) {
-ServiceHelper.initService(this.consumerFactory);
-}
+ServiceHelper.initService(consumerFactory, producerFactory);
 }
 
 @Override
 protected void doStart() throws Exception {
 super.doStart();
-
-if (this.producerFactory != null && managedProducer) {
-ServiceHelper.startService(this.producerFactory);
-}
-if (this.consumerFactory != null && managedConsumer) {
-ServiceHelper.startService(this.consumerFactory);
-}
-
-if (this.producerFactory == null && this.consumerFactory == null) {
-throw new IllegalStateException("No producer or consumer factory 
has been configured");
-}
+

(camel) branch kn-consumer deleted (was 8ef000edc3c)

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

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


 was 8ef000edc3c CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.

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



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

2024-02-17 Thread Apache Infrastructure


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



(camel-website-pub) branch asf-site updated (84b37dc85d -> fc88e9ce06)

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

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


 discard 84b37dc85d Website updated to 72553387dbbce8e07986c93ab2c38aff3d1caa2e
 discard adafa169e4 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new f978254a57 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new fc88e9ce06 Website updated to c8a88722a74a7cc6d712da7f932bc6ce6806b05b

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

 * -- * -- B -- O -- O -- O   (84b37dc85d)
\
 N -- N -- N   refs/heads/asf-site (fc88e9ce06)

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

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

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


Summary of changes:
 .htaccess  |  228 +-
 .well-known/security.txt   |2 +-
 blog/2024/02/RELEASE-4.0.4/index.html  |2 +-
 .../02/RELEASE-4.4.0}/featured.png |  Bin
 ...d5e48ce5_243818_800x0_resize_q95_gaussian_3.png |  Bin
 blog/2024/02/RELEASE-4.4.0/index.html  |1 +
 blog/index.html|2 +-
 blog/index.xml |9 +-
 blog/page/10/index.html|2 +-
 blog/page/100/index.html   |2 +-
 blog/page/101/index.html   |2 +-
 blog/page/102/index.html   |2 +-
 blog/page/103/index.html   |2 +-
 blog/page/104/index.html   |2 +-
 blog/page/105/index.html   |2 +-
 blog/page/106/index.html   |2 +-
 blog/page/107/index.html   |2 +-
 blog/page/108/index.html   |2 +-
 blog/page/109/index.html   |2 +-
 blog/page/11/index.html|2 +-
 blog/page/110/index.html   |2 +-
 blog/page/111/index.html   |2 +-
 blog/page/112/index.html   |2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 

(camel) branch kn-consumer updated (920210041d8 -> 8ef000edc3c)

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

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


from 920210041d8 CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.
 add 745268f37cb CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.
 add 66f6240d61f CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.
 add 071078e3f24 CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.
 add 8ef000edc3c CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/knative/KnativeEndpoint.java   |  13 +-
 .../services/org/apache/camel/dev-console/knative  |   2 +
 .../component/knative/http/KnativeHttpConsole.java | 141 +
 .../knative/http/KnativeHttpConsumer.java  |  14 +-
 .../knative/http/KnativeHttpConsumerFactory.java   |   2 -
 .../knative/http/KnativeHttpProducer.java  |  16 ++-
 .../platform/http/main/MainHttpServer.java |  17 ++-
 .../main/java/org/apache/camel/CamelContext.java   |   8 ++
 .../camel/impl/engine/AbstractCamelContext.java|   6 +
 .../camel/cli/connector/LocalCliConnector.java |   8 ++
 .../jbang/core/commands/process/ListService.java   |  12 +-
 11 files changed, 219 insertions(+), 20 deletions(-)
 create mode 100644 
components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/dev-console/knative
 create mode 100644 
components/camel-knative/camel-knative-http/src/main/java/org/apache/camel/component/knative/http/KnativeHttpConsole.java



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

2024-02-17 Thread Apache Infrastructure


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



(camel-website-pub) branch asf-site updated (61aba3a753 -> 84b37dc85d)

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

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


 discard 61aba3a753 Website updated to c5608099ca157304fc4db056ae26e0cace34b0e5
 discard 611fc324e3 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new adafa169e4 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 84b37dc85d Website updated to 72553387dbbce8e07986c93ab2c38aff3d1caa2e

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

 * -- * -- B -- O -- O -- O   (61aba3a753)
\
 N -- N -- N   refs/heads/asf-site (84b37dc85d)

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

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

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


Summary of changes:
 .htaccess  |  236 +-
 .well-known/security.txt   |2 +-
 camel-quarkus/2.16.x/index.html|2 +-
 camel-quarkus/3.2.x/index.html |2 +-
 camel-quarkus/3.7.x/index.html |2 +-
 camel-quarkus/next/index.html  |2 +-
 camel-quarkus/next/reference/components.html   |2 +-
 camel-quarkus/next/reference/extensions/core.html  |2 +-
 .../next/reference/extensions/groovy-dsl.html  |2 +-
 camel-quarkus/next/reference/extensions/joor.html  |2 +-
 .../next/reference/extensions/kotlin-dsl.html  |2 +-
 .../next/reference/extensions/salesforce.html  |2 +-
 .../next/reference/extensions/splunk-hec.html  |2 +-
 camel-quarkus/next/reference/languages.html|2 +-
 camel-quarkus/next/reference/others.html   |2 +-
 camel-spring-boot/next/list.html   |2 +-
 components/next/activemq-component.html|2 +-
 components/next/amqp-component.html|2 +-
 components/next/arangodb-component.html|2 +-
 components/next/as2-component.html |2 +-
 components/next/asterisk-component.html|2 +-
 .../next/atmosphere-websocket-component.html   |2 +-
 components/next/atom-component.html|2 +-
 components/next/avro-component.html|2 +-
 components/next/aws-cloudtrail-component.html  |2 +-
 components/next/aws-config-component.html  |2 +-
 components/next/aws-secrets-manager-component.html |2 +-
 components/next/aws-summary.html   |2 +-
 components/next/aws2-athena-component.html |2 +-
 components/next/aws2-cw-component.html |2 +-
 components/next/aws2-ddb-component.html|2 +-
 components/next/aws2-ddbstream-component.html  |2 +-
 components/next/aws2-ec2-component.html|2 +-
 components/next/aws2-ecs-component.html|2 +-
 components/next/aws2-eks-component.html|2 +-
 components/next/aws2-eventbridge-component.html|2 +-
 components/next/aws2-iam-component.html|2 +-
 components/next/aws2-kinesis-component.html|2 +-
 .../next/aws2-kinesis-firehose-component.html  |2 +-
 components/next/aws2-kms-component.html|2 +-
 components/next/aws2-lambda-component.html |2 +-
 components/next/aws2-mq-component.html |2 +-
 components/next/aws2-msk-component.html|2 +-
 components/next/aws2-redshift-data-component.html  |2 +-
 components/next/aws2-s3-component.html |2 +-
 components/next/aws2-ses-component.html|2 +-
 components/next/aws2-sns-component.html|2 +-
 components/next/aws2-sqs-component.html|2 +-
 components/next/aws2-step-functions-component.html |2 +-
 components/next/aws2-sts-component.html|2 +-
 components/next/aws2-timestream-component.html |2 +-
 components/next/aws2-translate-component.html  |2 +-
 components/next/azure-cosmosdb-component.html  |2 +-
 components/next/azure-eventhubs-component.html |2 +-
 components/next/azure-files-component.html |2 +-
 components/next/azure-key-vault-component.html |2 +-
 components/next/azure-servicebus-component.html|2 

(camel) branch regen_bot updated (028db94b265 -> 4ba5c8ff294)

2024-02-17 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


omit 028db94b265 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a
 add 4ba5c8ff294 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a 
(#13152)

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

 * -- * -- B -- O -- O -- O   (028db94b265)
\
 N -- N -- N   refs/heads/regen_bot (4ba5c8ff294)

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

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

No new revisions were added by this update.

Summary of changes:



(camel) branch main updated: Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a (#13152)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 4ba5c8ff294 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a 
(#13152)
4ba5c8ff294 is described below

commit 4ba5c8ff2945f46adde6c910e4a7c3e821b8ac47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 17 18:59:47 2024 +0100

Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a (#13152)

Signed-off-by: GitHub 
Co-authored-by: gzurowski 
---
 .../resources/org/apache/camel/catalog/components/aws-config.json | 2 +-
 .../apache/camel/catalog/components/elasticsearch-rest-client.json| 2 +-
 .../org/apache/camel/catalog/components/kubernetes-cronjob.json   | 2 +-
 .../generated/resources/org/apache/camel/catalog/components/smb.json  | 2 +-
 .../generated/resources/org/apache/camel/catalog/languages/java.json  | 2 +-
 .../org/apache/camel/catalog/others/micrometer-prometheus.json| 2 +-
 .../resources/org/apache/camel/component/aws/config/aws-config.json   | 2 +-
 .../camel-aws-config/src/main/docs/aws-config-component.adoc  | 2 +-
 .../elasticsearch/rest/client/elasticsearch-rest-client.json  | 2 +-
 .../src/main/docs/elasticsearch-rest-client-component.adoc| 2 +-
 .../src/generated/resources/org/apache/camel/language/joor/java.json  | 2 +-
 components/camel-joor/src/main/docs/java-language.adoc| 2 +-
 .../apache/camel/component/kubernetes/cronjob/kubernetes-cronjob.json | 2 +-
 .../camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc  | 2 +-
 .../src/generated/resources/micrometer-prometheus.json| 2 +-
 .../src/main/docs/micrometer-prometheus.adoc  | 4 ++--
 .../src/generated/resources/org/apache/camel/component/smb/smb.json   | 2 +-
 components/camel-smb/src/main/docs/smb-component.adoc | 2 +-
 18 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
index b3cb7f83981..49f321a7908 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "cloud,management",
 "javaType": "org.apache.camel.component.aws.config.AWSConfigComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-config",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
index 3cb7741837c..5cc2102f94f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "search",
 "javaType": 
"org.apache.camel.component.elasticsearch.rest.client.ElasticsearchRestClientComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-elasticsearch-rest-client",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
index f22a970ecea..e439e3efc1c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "container,cloud",
 "javaType": 
"org.apache.camel.component.kubernetes.cronjob.KubernetesCronJobComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-kubernetes",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
index cafeea3d0fe..38bd79280b7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
+++ 

(camel) branch regen_bot updated (d48b0d84c7f -> 028db94b265)

2024-02-17 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 d48b0d84c7f CAMEL-20410: documentation fixes for camel-csv
 add 8f7861ba087 Bump version to 4.5.0-SNAPSHOT (#13151)
 add 028db94b265 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a

No new revisions were added by this update.

Summary of changes:
 apache-camel/pom.xml   |2 +-
 archetypes/camel-archetype-api-component/pom.xml   |2 +-
 archetypes/camel-archetype-component/pom.xml   |2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |2 +-
 archetypes/camel-archetype-java/pom.xml|2 +-
 archetypes/camel-archetype-main/pom.xml|2 +-
 archetypes/camel-archetype-spring/pom.xml  |2 +-
 archetypes/pom.xml |2 +-
 bom/camel-bom/pom.xml  |2 +-
 bom/pom.xml|2 +-
 buildingtools/pom.xml  |2 +-
 camel-dependencies/pom.xml |2 +-
 camel-sbom/camel-sbom.json | 7422 +--
 camel-sbom/camel-sbom.xml  | 7444 ++--
 catalog/camel-allcomponents/pom.xml|2 +-
 catalog/camel-catalog-common/pom.xml   |2 +-
 catalog/camel-catalog-console/pom.xml  |2 +-
 catalog/camel-catalog-lucene/pom.xml   |2 +-
 catalog/camel-catalog-maven/pom.xml|2 +-
 catalog/camel-catalog/pom.xml  |2 +-
 .../apache/camel/catalog/components/activemq.json  |2 +-
 .../org/apache/camel/catalog/components/amqp.json  |2 +-
 .../apache/camel/catalog/components/arangodb.json  |2 +-
 .../org/apache/camel/catalog/components/as2.json   |2 +-
 .../apache/camel/catalog/components/asterisk.json  |2 +-
 .../catalog/components/atmosphere-websocket.json   |2 +-
 .../org/apache/camel/catalog/components/atom.json  |2 +-
 .../org/apache/camel/catalog/components/avro.json  |2 +-
 .../camel/catalog/components/aws-cloudtrail.json   |2 +-
 .../camel/catalog/components/aws-config.json   |4 +-
 .../catalog/components/aws-secrets-manager.json|2 +-
 .../camel/catalog/components/aws2-athena.json  |2 +-
 .../apache/camel/catalog/components/aws2-cw.json   |2 +-
 .../apache/camel/catalog/components/aws2-ddb.json  |2 +-
 .../camel/catalog/components/aws2-ddbstream.json   |2 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |2 +-
 .../apache/camel/catalog/components/aws2-ecs.json  |2 +-
 .../apache/camel/catalog/components/aws2-eks.json  |2 +-
 .../camel/catalog/components/aws2-eventbridge.json |2 +-
 .../apache/camel/catalog/components/aws2-iam.json  |2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |2 +-
 .../camel/catalog/components/aws2-kinesis.json |2 +-
 .../apache/camel/catalog/components/aws2-kms.json  |2 +-
 .../camel/catalog/components/aws2-lambda.json  |2 +-
 .../apache/camel/catalog/components/aws2-mq.json   |2 +-
 .../apache/camel/catalog/components/aws2-msk.json  |2 +-
 .../catalog/components/aws2-redshift-data.json |2 +-
 .../apache/camel/catalog/components/aws2-s3.json   |2 +-
 .../apache/camel/catalog/components/aws2-ses.json  |2 +-
 .../apache/camel/catalog/components/aws2-sns.json  |2 +-
 .../apache/camel/catalog/components/aws2-sqs.json  |2 +-
 .../catalog/components/aws2-step-functions.json|2 +-
 .../apache/camel/catalog/components/aws2-sts.json  |2 +-
 .../camel/catalog/components/aws2-timestream.json  |2 +-
 .../camel/catalog/components/aws2-translate.json   |2 +-
 .../camel/catalog/components/azure-cosmosdb.json   |2 +-
 .../camel/catalog/components/azure-eventhubs.json  |2 +-
 .../camel/catalog/components/azure-files.json  |2 +-
 .../camel/catalog/components/azure-key-vault.json  |2 +-
 .../camel/catalog/components/azure-servicebus.json |2 +-
 .../catalog/components/azure-storage-blob.json |2 +-
 .../catalog/components/azure-storage-datalake.json |2 +-
 .../catalog/components/azure-storage-queue.json|2 +-
 .../camel/catalog/components/bean-validator.json   |2 +-
 .../org/apache/camel/catalog/components/bean.json  |2 +-
 .../apache/camel/catalog/components/bonita.json|2 +-
 .../org/apache/camel/catalog/components/box.json   |2 +-
 .../apache/camel/catalog/components/braintree.json |2 +-
 .../apache/camel/catalog/components/browse.json|2 +-
 .../camel/catalog/components/caffeine-cache.json   |2 +-
 .../catalog/components/caffeine-loadcache.json |2 +-
 .../camel/catalog/components/chatscript.json   |2 +-
 

(camel) branch bump-version-4.5.0 deleted (was b8fd924328e)

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

gzurowski pushed a change to branch bump-version-4.5.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was b8fd924328e Update version in JSON files to 4.5.0-SNAPSHOT

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 bump-version-4.5.0 created (now b8fd924328e)

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

gzurowski pushed a change to branch bump-version-4.5.0
in repository https://gitbox.apache.org/repos/asf/camel.git


  at b8fd924328e Update version in JSON files to 4.5.0-SNAPSHOT

This branch includes the following new commits:

 new a81b414f466 Update version to 4.5.0-SNAPSHOT
 new b8fd924328e Update version in JSON files to 4.5.0-SNAPSHOT

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.




(camel-spring-boot) branch release/4.4.0 deleted (was 16c90683bef)

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

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


 was 16c90683bef [maven-release-plugin] prepare for next development 
iteration

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-website) branch regen_bot updated (6615d803 -> 80efe7df)

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

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


omit 6615d803 Regen for commit 72553387dbbce8e07986c93ab2c38aff3d1caa2e
 add c8a88722 Add release notes and blog entry for Camel 4.4.0
 add 80efe7df Regen for commit c8a88722a74a7cc6d712da7f932bc6ce6806b05b

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

 * -- * -- B -- O -- O -- O   (6615d803)
\
 N -- N -- N   refs/heads/regen_bot (80efe7df)

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

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

No new revisions were added by this update.

Summary of changes:
 .../pylib/gyp/__pycache__/__init__.cpython-310.pyc  | Bin 13737 -> 13737 bytes
 .../pylib/gyp/__pycache__/common.cpython-310.pyc| Bin 15203 -> 15203 bytes
 .../gyp/pylib/gyp/__pycache__/input.cpython-310.pyc | Bin 51685 -> 51685 bytes
 .../gyp/__pycache__/simple_copy.cpython-310.pyc | Bin 1812 -> 1812 bytes
 .../gyp/__pycache__/xcode_emulation.cpython-310.pyc | Bin 55360 -> 55360 bytes
 .../generator/__pycache__/__init__.cpython-310.pyc  | Bin 243 -> 243 bytes
 .../gyp/generator/__pycache__/make.cpython-310.pyc  | Bin 67768 -> 67768 bytes
 .../packaging/__pycache__/__init__.cpython-310.pyc  | Bin 574 -> 574 bytes
 .../__pycache__/_structures.cpython-310.pyc | Bin 2751 -> 2751 bytes
 .../packaging/__pycache__/version.cpython-310.pyc   | Bin 14214 -> 14214 bytes
 .../node_modules/unix-dgram/build/Makefile  |   2 +-
 .../02/RELEASE-4.4.0}/featured.png  | Bin
 .../02/RELEASE-4.4.0}/index.md  |  10 +-
 content/releases/release-4.4.0.md   |  15 +++
 14 files changed, 21 insertions(+), 6 deletions(-)
 copy content/blog/{2023/01/camel4roadmap => 
2024/02/RELEASE-4.4.0}/featured.png (100%)
 copy content/blog/{2023/11/RELEASE-4.2.0 => 2024/02/RELEASE-4.4.0}/index.md 
(69%)
 create mode 100644 content/releases/release-4.4.0.md



(camel-spring-boot) 01/02: Merge branch 'release/4.4.0' into camel-spring-boot-4.4.x

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

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

commit 01964cb30c75752779a457771f98df1b32c4aa2f
Merge: 70e268c84b7 16c90683bef
Author: Gregor Zurowski 
AuthorDate: Sat Feb 17 17:12:32 2024 +

Merge branch 'release/4.4.0' into camel-spring-boot-4.4.x

 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-starter/pom.xml   |   2 +-
 components-starter/camel-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-core-starter/pom.xml  |   2 +-
 components-starter/camel-couchbase-starter/pom.xml |   2 +-
 components-starter/camel-couchdb-starter/pom.xml   |   2 +-
 components-starter/camel-cron-starter/pom.xml  |   2 +-
 components-starter/camel-crypto-starter/pom.xml|   2 +-
 

(camel-spring-boot) branch camel-spring-boot-4.4.x updated (70e268c84b7 -> 37801febc99)

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

gzurowski pushed a change to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from 70e268c84b7 [create-pull-request] automated change (#1086)
 add c5f5639993d Target Camel 4.4.0 for release
 add 672d8b160af [maven-release-plugin] prepare release 
camel-spring-boot-4.4.0
 add 16c90683bef [maven-release-plugin] prepare for next development 
iteration
 new 01964cb30c7 Merge branch 'release/4.4.0' into camel-spring-boot-4.4.x
 new 37801febc99 Target Camel 4.4.1-SNAPSHOT for development

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 

(camel-spring-boot) 02/02: Target Camel 4.4.1-SNAPSHOT for development

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

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

commit 37801febc99319493570c456a0d80e7f6ed66948
Author: Gregor Zurowski 
AuthorDate: Sat Feb 17 17:13:15 2024 +

Target Camel 4.4.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c2da5ccabe..57b5a5f1bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.4.0
+4.4.1-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.2
 
 
-4.4.0
+4.4.1-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.4.0
+4.4.1-SNAPSHOT
 
 
 



(camel) 01/01: Merge branch 'release/4.4.0' into camel-4.4.x

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

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

commit 478684d86edaa84ce5b36c78a323c5be6b461b6c
Merge: c576c3f0c09 2ef22e3d2c2
Author: Gregor Zurowski 
AuthorDate: Sat Feb 17 17:10:45 2024 +

Merge branch 'release/4.4.0' into camel-4.4.x

 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 6 ++
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml| 2 +-
 components/camel-aws/camel-aws2-msk/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml  | 5 ++---
 components/camel-aws/camel-aws2-s3/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ses/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-sns/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-step-functions/pom.xml| 2 +-
 

(camel) branch release/4.4.0 deleted (was 2ef22e3d2c2)

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

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


 was 2ef22e3d2c2 [maven-release-plugin] prepare for next development 
iteration

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 camel-4.4.x updated (c576c3f0c09 -> 478684d86ed)

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

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


from c576c3f0c09 CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.
 add aab0e881d96 [maven-release-plugin] prepare release camel-4.4.0
 add 2ef22e3d2c2 [maven-release-plugin] prepare for next development 
iteration
 new 478684d86ed Merge branch 'release/4.4.0' into camel-4.4.x

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


Summary of changes:
 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 6 ++
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml| 2 +-
 components/camel-aws/camel-aws2-msk/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml  | 

(camel-website) branch main updated: Add release notes and blog entry for Camel 4.4.0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c8a88722 Add release notes and blog entry for Camel 4.4.0
c8a88722 is described below

commit c8a88722a74a7cc6d712da7f932bc6ce6806b05b
Author: Gregor Zurowski 
AuthorDate: Sat Feb 17 18:09:38 2024 +0100

Add release notes and blog entry for Camel 4.4.0
---
 content/blog/2024/02/RELEASE-4.4.0/featured.png | Bin 0 -> 243818 bytes
 content/blog/2024/02/RELEASE-4.4.0/index.md |  17 +
 content/releases/release-4.4.0.md   |  15 +++
 3 files changed, 32 insertions(+)

diff --git a/content/blog/2024/02/RELEASE-4.4.0/featured.png 
b/content/blog/2024/02/RELEASE-4.4.0/featured.png
new file mode 100644
index ..a9a95d3b
Binary files /dev/null and b/content/blog/2024/02/RELEASE-4.4.0/featured.png 
differ
diff --git a/content/blog/2024/02/RELEASE-4.4.0/index.md 
b/content/blog/2024/02/RELEASE-4.4.0/index.md
new file mode 100644
index ..e81a5d42
--- /dev/null
+++ b/content/blog/2024/02/RELEASE-4.4.0/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 4.4.0"
+date: 2024-02-17
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 4.4.0 release"
+---
+
+The Camel community announces the immediate availability of the Camel 4.4.0 
release with 152 new features and improvements.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-4.4.0/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-4.4.0.md 
b/content/releases/release-4.4.0.md
new file mode 100644
index ..9422433f
--- /dev/null
+++ b/content/releases/release-4.4.0.md
@@ -0,0 +1,15 @@
+---
+date: 2024-02-17
+draft: false
+type: release-note
+version: 4.4.0
+title: "Release 4.4.0"
+preview: "New release 4.4.0"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12353989
+category: camel
+jdk: [17, 21]
+---
+
+This release is the new Camel 4.4.0 LTS release.



(camel-website) branch regen_bot updated (e6d94056 -> 6615d803)

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

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


 discard e6d94056 Regen for commit c5608099ca157304fc4db056ae26e0cace34b0e5
 add 72553387 Add XML schemas for Camel 4.4.0
 add 6615d803 Regen for commit 72553387dbbce8e07986c93ab2c38aff3d1caa2e

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

 * -- * -- B -- O -- O -- O   (e6d94056)
\
 N -- N -- N   refs/heads/regen_bot (6615d803)

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

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

No new revisions were added by this update.

Summary of changes:
 .../pylib/gyp/__pycache__/__init__.cpython-310.pyc | Bin 13737 -> 13737 bytes
 .../pylib/gyp/__pycache__/common.cpython-310.pyc   | Bin 15203 -> 15203 bytes
 .../pylib/gyp/__pycache__/input.cpython-310.pyc| Bin 51685 -> 51685 bytes
 .../gyp/__pycache__/simple_copy.cpython-310.pyc| Bin 1812 -> 1812 bytes
 .../__pycache__/xcode_emulation.cpython-310.pyc| Bin 55360 -> 55360 bytes
 .../generator/__pycache__/__init__.cpython-310.pyc | Bin 243 -> 243 bytes
 .../gyp/generator/__pycache__/make.cpython-310.pyc | Bin 67768 -> 67768 bytes
 .../packaging/__pycache__/__init__.cpython-310.pyc | Bin 574 -> 574 bytes
 .../__pycache__/_structures.cpython-310.pyc| Bin 2751 -> 2751 bytes
 .../packaging/__pycache__/version.cpython-310.pyc  | Bin 14214 -> 14214 bytes
 .../node_modules/unix-dgram/build/Makefile |   2 +-
 xsd => camel-cxf-spring-rest-4.4.0-spring.xsd} |   0
 xsd => camel-cxf-spring-soap-4.4.0-spring.xsd} |   0
 0.0-M2.xsd => camel-spring-security-4.4.0.xsd} |   0
 .../camel-spring-xml-4.4.0.xsd}| 713 ++---
 15 files changed, 638 insertions(+), 77 deletions(-)
 copy static/schema/cxf/jaxrs/{camel-cxf-rest-3.18.0-spring.xsd => 
camel-cxf-spring-rest-4.4.0-spring.xsd} (100%)
 copy static/schema/cxf/jaxws/{camel-cxf-soap-3.18.0-spring.xsd => 
camel-cxf-spring-soap-4.4.0-spring.xsd} (100%)
 copy static/schema/spring-security/{camel-spring-security-3.0.0-M2.xsd => 
camel-spring-security-4.4.0.xsd} (100%)
 copy static/schema/{spring/camel-spring-4.3.0.xsd => 
spring-xml/camel-spring-xml-4.4.0.xsd} (96%)



svn commit: r67396 - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.asc

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:42 2024
New Revision: 67396

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.asc

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.asc
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.asc (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.asc Sat Feb 17 
16:59:42 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmXQ5eIACgkQnVvv+llC
+wEl54BAAnlz9aMWFrksA2rPqSfSPk6pu0ZLLDSNnzi4sB3KjEu38j42WJt6wZLAZ
+qaND84mZtxcWZkM+tLnSOrxMwfJf48hl0Ti69dlQGTXDjiBbfOVIvpkC6EFoW8l+
+NQ3XbDMc841ZcbwZy0JidvqJ4ZCfEeiSjW1MuWclUYn6zpLMTsqzGLENai+YulBL
+wJezGFVQ3SlxcbxkE2lwhjQ0wVuQSFiAAQiCuyWYAW628tS5ZVolr5vnqoO9Hpof
+3wXu+dkLV70xbWSH+rqcjTV9O+efk/GeTN6xdHJlbavRJwQ3coa3D+vP29JsSQXC
+pu3ery14AhJD20Ibd52UYihWYrw0Yc6gbsUzrEgC5gBtYnuPdOpMGbI1U7ATTqFM
+wKAD9MSBMMrp0DbmXmDHkffNhyAJi+RYehHelRqyCUwkawwsiih0O6L4ZYCuky4G
+GuQUs7Dpn/yOvRLUfkt8QDbRUeL2vYB3sW73OtZYxgaNZEwyDLUbN0JYk4wh641X
++3g4olTkW2fTEcd+rg9ONwHloQlq128SZ10djZcVExdPwczA4o9wKG+rwyofjBYl
+pDqUrTaQ3hYn0Vv2YNXAZZ14BWv6jx2I+tO6dpyxm27Zfgs0K80W/Gn2xxGHA9vF
+jeTtaNZEYl9pmc3+CjKFqP29NrAx8eKjuIXGJ9umY+wfWSsiJrM=
+=x5wK
+-END PGP SIGNATURE-




svn commit: r67395 [1/2] - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:40 2024
New Revision: 67395

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml



svn commit: r67397 - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.sha512

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:45 2024
New Revision: 67397

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.sha512

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.sha512
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.sha512 (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml.sha512 Sat Feb 
17 16:59:45 2024
@@ -0,0 +1 @@
+8c2a6170ee49f74857a6787ba6586681b3346ff2f534f48cdb62d5c13181496d21e8b2639b2e3fb007db503ba88a0271837ba804d2cc702e0647fb48e3c8c9c4
 *apache-camel-4.4.0-sbom.xml




svn commit: r67395 [2/2] - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml

2024-02-17 Thread gzurowski


Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.xml Sat Feb 17 
16:59:40 2024
@@ -0,0 +1,70788 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.11
+
+  a70e8b649ab4a2bb7922d360173c8237
+  4c3c0878c15561639076e5be7a48ffcd6111c5ee
+  70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5
+  bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8
+  3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3
+  ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a
+  b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5
+  935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel
+  4.4.0
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@4.4.0?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  4.4.0
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@4.4.0?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-parent
+  4.4.0
+  Camel Parent POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-parent@4.4.0?type=pom
+  https://camel.apache.org/camel-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-etc
+  4.4.0
+  Misc stuff
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-etc@4.4.0?type=pom
+  https://camel.apache.org/camel-parent/camel-etchttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/camel-etc
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  tooling
+  4.4.0
+  Camel Tooling
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/tooling@4.4.0?type=pom
+  https://camel.apache.org/camel-parent/toolinghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-tooling-util
+  4.4.0
+  Tooling utilities
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-tooling-util@4.4.0?type=jar
+  https://camel.apache.org/camel-parent/tooling/camel-tooling-utilhttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling/camel-tooling-util
+
+
+  org.junit.jupiter
+  junit-jupiter
+  5.10.2
+  Module "junit-jupiter" of JUnit 5.
+  required
+  
+74440a4d6c038ccfe822debfa779a9fd
+

svn commit: r67394 - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.sha512

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:35 2024
New Revision: 67394

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.sha512

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.sha512
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.sha512 (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.sha512 Sat 
Feb 17 16:59:35 2024
@@ -0,0 +1 @@
+cd3e4f2d1c7898f2899ed8c6abbd4abbd2a2986cd57016c85ab33e3ef8133c1dca84602a05f6ed66c23d23bd1fe6891b2607398f763e1c6d6fcf0f90c3867903
 *apache-camel-4.4.0-sbom.json




svn commit: r67393 - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.asc

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:33 2024
New Revision: 67393

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.asc

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.asc
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.asc (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json.asc Sat Feb 
17 16:59:33 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmXQ5doACgkQnVvv+llC
+wElBdw/+LYE/mDy7uIuixGw5aBaoCPMAHawqEj1upHWUEQ6JfkSEqIG6p0/VbWSt
+exVyy2zDXK8mQxjhhkVmyY+jB/vSTskV7NdppNpfycxcDCMcUjcLx3Eh30nJe74G
+sTAGU642SFv3H3WLXSKIzb2xhV02ggJuxlueXOE8hHY2sm8SiMBrQ429oltw0HjR
+CN5SBfhybb7e78hnXhxAvy5I3WCCayCuhFnr7l+VWyuNzL6kUbIBvRjhghgYDKWS
+uO5+nM5TppqJHJbfBPhRBPWzOsZ2Q0tnq6ySB3trJ51k6M0UjDep253P/9eOG+lC
+CG7jrjYFPMsI6+AwI/ML0wGs5RBu5YzUH7d+2GHvnryAsdktWoF3sLa0hH0EUZnP
+32mK60Ix+OHPPHqoTy8lve1wp41/9qBhCk35zHuzDceumjrb11nBCqbKhNCNDTeb
+jYV7Sb6XHRMSDP9Ijum//c4bgEjHVb4iSozSjLck97oGjRwRzB0fa70BRgbNqSIq
+ylTo+Iid1J8cYMbuBEcbPuraCqj+LbxUBJjjjmqRzcK3AR4Rs1as9vwZRe/bKyj3
+QJqJPEHEc4SQw5vtjGqm3vqJQ/kc21MkjM72C1nPDtu/G7RrEdZ1dzT633IDM4RW
+PhdAXW/JT6nE+aeMFwYkXqI6EApR+Rpss0wu/XOpUZA57KOLZNI=
+=OsSk
+-END PGP SIGNATURE-




svn commit: r67392 [1/2] - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:59:25 2024
New Revision: 67392

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json



svn commit: r67392 [2/2] - /release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json

2024-02-17 Thread gzurowski


Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-sbom.json Sat Feb 17 
16:59:25 2024
@@ -0,0 +1,176138 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:8e8402b5-cd0f-39d8-b1f1-4f300d71c7af",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.11",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "a70e8b649ab4a2bb7922d360173c8237"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel",
+  "name" : "camel",
+  "version" : "4.4.0",
+  "description" : "Camel Root POM",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel@4.4.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel@4.4.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel",
+  "name" : "camel-buildtools",
+  "version" : "4.4.0",
+  "description" : "The build tools for the Apache Camel project",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel-buildtools@4.4.0?type=jar",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org/camel-buildtools;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : 
"https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel-buildtools@4.4.0?type=jar"
+},
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : 

svn commit: r67391 - in /release/camel/apache-camel/4.4.0: apache-camel-4.4.0-src.zip apache-camel-4.4.0-src.zip.asc apache-camel-4.4.0-src.zip.sha512 apache-camel-4.4.0.pom apache-camel-4.4.0.pom.asc

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:54:21 2024
New Revision: 67391

Log:
Apache Camel 4.4.0 released artifacts.

Added:
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip   (with props)
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.asc
release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.sha512
release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom
release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom.asc
release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom.sha512

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip
==
Binary file - no diff available.

Propchange: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.asc
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.asc (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.asc Sat Feb 17 
16:54:21 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmXKFjUACgkQnVvv+llC
+wEnFRg/8DpZ8nR1eprP1O3k3gKiQdI+TtqW6TUVVI5RoNvpFagfU7HRzK/NMkoGI
+ot5A3rjf98lSo0B31g8FMrJSkJG56bT4gVFoL2VIEOeOgNBjdSbejo5gVSAYME8v
+2DvZUHPbg3VRMgPPLvQ79hK90PzJoFITFuRlY6xk1IkTX+S1UZJFPfwBS5DI2BEF
+5GrdAkLa1AfJeQ9Wpw5iOXdl5NkE5APPe7xB3tOW5L3UKkcl8hbkpz3349Dl01tL
+9xxQuBB3vMxXSinV5e1Zx6KtDQsirpqwZmd4rxGMzXhrWZ7xdkZcX+LLBLXNYMnO
+lxIoF/olIw3/EkpTRJZ4e3qEXcCOx06+JbzeZjM2VQowAeW6TnfgMxmDsmMtW895
+tRrXOp+E4iNJYq1FWHtt+P2Fzg+aW9ENmCnPGxa3qThVXQkc96GlLqzGmZK3a8F8
+Lkql3dPHDGu4O3JMmdcNczMQIYXLp1K1/zJJH9PS+1QcmFn02LfgtuuW/LqlWOLj
+cKNjY4766iW+evxCljkObnrAE0EqHb7CQ/yVIcl9Exgp3hvWc10HZlJXicBpqgqH
+Y4YkQOlTTxgl1XhM90ednryA8ZvvW3CnEWxwgs8ouW3LOESIJQneW/LmKymcghZM
+1vBxCZdUJsk1Lc5CEN+ml73aIECq8xr13KrZIPETaL1JUyGPkoM=
+=WPFm
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.sha512
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.sha512 (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0-src.zip.sha512 Sat Feb 
17 16:54:21 2024
@@ -0,0 +1 @@
+30e1d40765dfe1acfed040ac88cf315e882e4f10c4e2f8f9040a6ae3b7e998cf06de15497b60b73a2bc0a0cc974c4db511c6bcb3ba9a700da63856b12cc7c8c3
  apache-camel-4.4.0-src.zip

Added: release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom
==
--- release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom (added)
+++ release/camel/apache-camel/4.4.0/apache-camel-4.4.0.pom Sat Feb 17 16:54:21 
2024
@@ -0,0 +1,255 @@
+
+
+http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
+  4.0.0
+  
+org.apache.camel
+camel-parent
+4.4.0
+../parent
+  
+  org.apache.camel
+  apache-camel
+  4.4.0
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+false
+true
+gnu
+true
+  
+  
+
+  org.apache.camel
+  camel-api
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-util
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-management
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-base
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-support
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  4.4.0
+  compile
+
+
+  org.apache.camel
+  camel-console
+  4.4.0
+  compile
+   

svn commit: r67390 - /release/camel/apache-camel/4.4.0/

2024-02-17 Thread gzurowski
Author: gzurowski
Date: Sat Feb 17 16:52:51 2024
New Revision: 67390

Log:
Apache Camel 4.4.0 release distro placeholder.

Added:
release/camel/apache-camel/4.4.0/



(camel) branch regen_bot updated (94194a7b0ac -> d48b0d84c7f)

2024-02-17 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 94194a7b0ac CAMEL-20410: documentation fixes for camel-cometd
 add cb38e14c450 CAMEL-20410: documentation fixes for camel-consul
 add 9aa41fcf79f CAMEL-20410: documentation fixes for camel-controlbus
 add 3b2ac8f8133 CAMEL-20410: documentation fixes for camel-couchbase
 add 2ea260289a1 CAMEL-20410: documentation fixes for camel-couchdb
 add de7afc7cead CAMEL-20410: documentation fixes for camel-cron
 add e71c0c3eb2a CAMEL-20410: documentation fixes for camel-cron
 add 13f9402cdd0 CAMEL-20410: documentation fixes for camel-crypto
 add 98590529191 CAMEL-20410: documentation fixes for camel-csimple-joor
 add d48b0d84c7f CAMEL-20410: documentation fixes for camel-csv

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/consul-component.adoc|  11 ++-
 .../src/main/docs/controlbus-component.adoc|  54 +--
 .../src/main/docs/couchbase-component.adoc |   3 +-
 .../src/main/docs/couchdb-component.adoc   |  33 ---
 .../camel-cron/src/main/docs/cron-component.adoc   |  56 ++-
 .../src/main/docs/crypto-component.adoc|  24 ++---
 .../src/main/docs/crypto-dataformat.adoc   |  66 -
 .../camel-crypto/src/main/docs/pgp-dataformat.adoc |  65 +++--
 .../src/main/docs/csimple-joor.adoc|   6 +-
 .../camel-csv/src/main/docs/csv-dataformat.adoc| 103 -
 10 files changed, 236 insertions(+), 185 deletions(-)



(camel) 03/09: CAMEL-20410: documentation fixes for camel-couchbase

2024-02-17 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 3b2ac8f8133947b7641f2376aabd9c809d7115ff
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:19:22 2024 +0100

CAMEL-20410: documentation fixes for camel-couchbase

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 components/camel-couchbase/src/main/docs/couchbase-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc 
b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index 38b5dcac0e7..36a3b35a676 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -59,7 +59,8 @@ include::partial$component-endpoint-headers.adoc[]
 
 Using collections and scopes is supported only for Couchbase Server 7.0 and 
later.
 
-This component is currently using Java SDK 3.x so it might be not compatible 
with older Couchbase servers anymore. See the compatibility 
https://docs.couchbase.com/java-sdk/current/project-docs/compatibility.html[page].
+This component is currently using Java SDK 3.x, so it might be not compatible 
with older Couchbase servers anymore.
+Check the compatibility 
https://docs.couchbase.com/java-sdk/current/project-docs/compatibility.html[page]
 for details.
 
  * The value formerly interpreted as a bucket-name is now interpreted as a 
username. The username must correspond to a user defined on the cluster that is 
being accessed.
  * The value formerly interpreted as a bucket-password is now interpreted as 
the password of the defined user.



(camel) 05/09: CAMEL-20410: documentation fixes for camel-cron

2024-02-17 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 de7afc7cead9759e35891664db8847b1d92a3a4c
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:33:15 2024 +0100

CAMEL-20410: documentation fixes for camel-cron

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../camel-cron/src/main/docs/cron-component.adoc   | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/components/camel-cron/src/main/docs/cron-component.adoc 
b/components/camel-cron/src/main/docs/cron-component.adoc
index d946f209380..c5e4e32a8e7 100644
--- a/components/camel-cron/src/main/docs/cron-component.adoc
+++ b/components/camel-cron/src/main/docs/cron-component.adoc
@@ -14,16 +14,16 @@
 
 *{component-header}*
 
-The Cron component is a generic interface component that allows triggering 
events at specific time interval
+The Cron component is a generic interface component that allows triggering 
events at a specific time interval
 specified using the Unix cron syntax (e.g. `0/2 * * * * ?` to trigger an event 
every two seconds).
 
-Being an interface component, the Cron component does not contain a default 
implementation, instead it requires that the users plug
-the implementation of their choice.
+As an interface component, the Cron component does not contain a default 
implementation.
+Instead, it requires that the users plug the implementation of their choice.
 
 The following standard Camel components support the Cron endpoints:
 
-- Camel-quartz
-- Camel-spring
+- xref:components::quartz-component.adoc[Camel Quartz]
+- xref:components::spring-summary.adoc[Camel Spring]
 
 The Cron component is also supported in **Camel K**, which can use the 
Kubernetes scheduler to trigger the routes when required by the cron expression.
 Camel K does not require additional libraries to be plugged when using cron 
expressions compatible with Kubernetes cron syntax.
@@ -41,7 +41,7 @@ for this component:
 
 
 
-Additional libraries may be needed in order to plug a specific implementation.
+Additional libraries may be needed to plug a specific implementation.
 
 
 // component-configure options: START
@@ -70,22 +70,22 @@ from("cron:tab?schedule=0/1+*+*+*+*+?")
 
 The schedule expression `0/3{plus}10{plus}*{plus}*{plus}*{plus}?` can be also 
written as `0/3 10 * * * ?` and triggers an event every three seconds only in 
the tenth minute of each hour.
 
-Parts in the schedule expression means (in order):
+Breaking down the parts in the schedule expression(in order):
 
 - Seconds (optional)
 - Minutes
 - Hours
 - Day of month
 - Month
-- Day of week
+- Day of the week
 - Year (optional)
 
-Schedule expressions can be made of 5 to 7 parts. When expressions are 
composed of 6 parts, the first items is the "seconds" part (and year is 
considered missing).
+Schedule expressions can be made of five to seven parts. When expressions are 
composed of six parts, the first items is the _Seconds_ part (and year is 
considered missing).
 
 Other valid examples of schedule expressions are:
 
-- `0/2 * * * ?` (5 parts, an event every two minutes)
-- `0 0/2 * * * MON-FRI 2030` (7 parts, an event every two minutes only in year 
2030)
+- `0/2 * * * ?` (Five parts, an event every two minutes)
+- `0 0/2 * * * MON-FRI 2030` (Seven parts, an event every two minutes only in 
the year 2030)
 
 Routes can also be written using the XML DSL.
 



(camel) 04/09: CAMEL-20410: documentation fixes for camel-couchdb

2024-02-17 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 2ea260289a134a100545fac65fb9bde355dd66bf
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:24:05 2024 +0100

CAMEL-20410: documentation fixes for camel-couchdb

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/couchdb-component.adoc   | 33 +-
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/components/camel-couchdb/src/main/docs/couchdb-component.adoc 
b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
index 429f0a894ac..c1de7acc630 100644
--- a/components/camel-couchdb/src/main/docs/couchdb-component.adoc
+++ b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
@@ -21,8 +21,8 @@ has the following features:
 
 * As a consumer, monitors couch changesets for inserts, updates and
 deletes and publishes these as messages into camel routes.
-* As a producer, can save, update, delete (by using CouchDbMethod with DELETE 
value)
-documents and get documents by id (by using CouchDbMethod with GET value) into 
couch.
+* As a producer, can save, update, delete (by using `CouchDbMethod` with 
`DELETE` value)
+documents and get documents by id (by using `CouchDbMethod` with GET value) 
into CouchDB.
 * Can support as many endpoints as required, eg for multiple databases
 across multiple instances.
 * Ability to have events trigger for only deletes, only inserts/updates
@@ -30,7 +30,10 @@ or all (default).
 * Headers set for sequenceId, document revision, document id, and HTTP
 method type.
 
-NOTE: CouchDB 3.x is not supported.
+[NOTE]
+
+CouchDB 3.x is not supported.
+
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -52,7 +55,7 @@ couchdb:http://hostname[:port]/database?[options]
 -
 
 Where *hostname* is the hostname of the running couchdb instance. Port
-is optional and if not specified then defaults to 5984.
+is optional and if not specified, then defaults to 5984.
 
 
 // component-configure options: START
@@ -75,25 +78,28 @@ include::partial$component-endpoint-headers.adoc[]
 Headers are set by the consumer once the message is received. The
 producer will also set the headers for downstream processors once the
 insert/update has taken place. Any headers set prior to the producer are
-ignored. That means for example, if you set CouchDbId as a header, it
+ignored. That means, for example, if you set CouchDbId as a header, it
 will not be used as the id for insertion, the id of the document will
 still be used.
 
 == Message Body
 
 The component will use the message body as the document to be inserted.
-If the body is an instance of String, then it will be marshalled into a
+If the body is an instance of String, then it will be marshaled into a
 GSON object before insert. This means that the string must be valid JSON
 or the insert / update will fail. If the body is an instance of a
-com.google.gson.JsonElement then it will be inserted as is. Otherwise
-the producer will throw an exception of unsupported body type.
+`com.google.gson.JsonElement` then it will be inserted as is. Otherwise,
+the producer will throw an unsupported body type exception.
 
-NOTE: To update a CouchDB document, it's _id and _rev field must be part of 
the json payload routed to CouchDB by Camel.
+[NOTE]
+
+To update a CouchDB document, its `id` and `rev` field must be part of the 
json payload routed to CouchDB by Camel.
+
 
 == Samples
 
-For example if you wish to consume all inserts, updates and deletes from
-a CouchDB instance running locally, on port  then you could use the
+For example, if you wish to consume all inserts, updates and deletes from
+a CouchDB instance running locally, on port , then you could use the
 following:
 
 [source,java]
@@ -101,15 +107,14 @@ following:
 from("couchdb:http://localhost:;).process(someProcessor);
 -
 
-If you were only interested in deletes, then you could use the following
+If you were only interested in deleting, then you could use the following:
 
 [source,java]
 ---
 from("couchdb:http://localhost:?updates=false;).process(someProcessor);
 ---
 
-If you wanted to insert a message as a document, then the body of the
-exchange is used
+If you want to insert a message as a document, then the body of the exchange 
is used:
 
 [source,java]
 




(camel) branch main updated (94194a7b0ac -> d48b0d84c7f)

2024-02-17 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 94194a7b0ac CAMEL-20410: documentation fixes for camel-cometd
 new cb38e14c450 CAMEL-20410: documentation fixes for camel-consul
 new 9aa41fcf79f CAMEL-20410: documentation fixes for camel-controlbus
 new 3b2ac8f8133 CAMEL-20410: documentation fixes for camel-couchbase
 new 2ea260289a1 CAMEL-20410: documentation fixes for camel-couchdb
 new de7afc7cead CAMEL-20410: documentation fixes for camel-cron
 new e71c0c3eb2a CAMEL-20410: documentation fixes for camel-cron
 new 13f9402cdd0 CAMEL-20410: documentation fixes for camel-crypto
 new 98590529191 CAMEL-20410: documentation fixes for camel-csimple-joor
 new d48b0d84c7f CAMEL-20410: documentation fixes for camel-csv

The 9 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:
 .../src/main/docs/consul-component.adoc|  11 ++-
 .../src/main/docs/controlbus-component.adoc|  54 +--
 .../src/main/docs/couchbase-component.adoc |   3 +-
 .../src/main/docs/couchdb-component.adoc   |  33 ---
 .../camel-cron/src/main/docs/cron-component.adoc   |  56 ++-
 .../src/main/docs/crypto-component.adoc|  24 ++---
 .../src/main/docs/crypto-dataformat.adoc   |  66 -
 .../camel-crypto/src/main/docs/pgp-dataformat.adoc |  65 +++--
 .../src/main/docs/csimple-joor.adoc|   6 +-
 .../camel-csv/src/main/docs/csv-dataformat.adoc| 103 -
 10 files changed, 236 insertions(+), 185 deletions(-)



(camel) 02/09: CAMEL-20410: documentation fixes for camel-controlbus

2024-02-17 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 9aa41fcf79fe1497fbeb839717449e5c27d8a8cf
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:17:15 2024 +0100

CAMEL-20410: documentation fixes for camel-controlbus

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/controlbus-component.adoc| 54 +-
 1 file changed, 23 insertions(+), 31 deletions(-)

diff --git 
a/components/camel-controlbus/src/main/docs/controlbus-component.adoc 
b/components/camel-controlbus/src/main/docs/controlbus-component.adoc
index 98cd45c7e60..9d319240d41 100644
--- a/components/camel-controlbus/src/main/docs/controlbus-component.adoc
+++ b/components/camel-controlbus/src/main/docs/controlbus-component.adoc
@@ -27,24 +27,22 @@ Control Bus uses the same messaging mechanism used by the 
application
 data, but uses separate channels to transmit data that is relevant to
 the management of components involved in the message flow.
 
-In Camel you can manage and monitor using JMX, or
-by using a Java API from the `CamelContext`, or from the
-`org.apache.camel.api.management` package, +
- or use the event notifier.
+In Camel, you can manage and monitor the application:
 
-The ControlBus component provides easy management of Camel
-applications based on the xref:controlbus-component.adoc[Control Bus] EIP
-pattern. 
-For example, by sending a message to an endpoint
-you can control the lifecycle of routes, or gather performance
-statistics.
+* using JMX.
+* by using a Java API from the `CamelContext`.
+* from the `org.apache.camel.api.management` package.
+* using the event notifier.
+* using the ControlBus component.
+
+The ControlBus component provides easy management of Camel applications based 
on the xref:controlbus-component.adoc[Control Bus] EIP pattern.
+For example, by sending a message to an endpoint, you can control the 
lifecycle of routes, or gather performance statistics.
 
 
 controlbus:command[?options]
 
 
-Where *command* can be any string to identify which type of command to
-use.
+Where `command` can be any string to identify which type of command to use.
 
 == Commands
 
@@ -76,9 +74,8 @@ include::partial$component-endpoint-options.adoc[]
 
 == Using route command
 
-The route command allows you to do common tasks on a given route very
-easily, for example to start a route, you can send an empty message to
-this endpoint:
+The route command allows you to do common tasks on a given route very easily.
+For example, to start a route, you can send an empty message to this endpoint:
 
 [source,java]
 
@@ -95,22 +92,19 @@ String status = 
template.requestBody("controlbus:route?routeId=foo=status
 [[ControlBus-Gettingperformancestatistics]]
 == Getting performance statistics
 
-This requires JMX to be enabled (is by default) then you can get the
-performance statics per route, or for the
-CamelContext. For example to get the statics for
-a route named foo, we can do:
+This requires JMX to be enabled (it is enabled by default) then you can get the
+performance statics per route, or for the CamelContext.
+For example, to get the statics for a route named foo, we can use:
 
 [source,java]
 
 String xml = template.requestBody("controlbus:route?routeId=foo=stats", 
null, String.class);
 
 
-The returned statics is in XML format. Its the same data you can get
-from JMX with the `dumpRouteStatsAsXml` operation on the
-`ManagedRouteMBean`.
+The returned statics is in XML format.
+It is the same data you can get from JMX with the `dumpRouteStatsAsXml` 
operation on the `ManagedRouteMBean`.
 
-To get statics for the entire CamelContext you
-just omit the routeId parameter as shown below:
+To get statics for the entire `CamelContext` you just omit the routeId 
parameter as shown below:
 
 [source,java]
 
@@ -119,18 +113,16 @@ String xml = 
template.requestBody("controlbus:route?action=stats", null, String.
 
 == Using Simple language
 
-You can use the xref:languages:simple-language.adoc[Simple] language with the 
control bus,
-for example to stop a specific route, you can send a message to the
-`"controlbus:language:simple"` endpoint containing the following
-message:
+You can use the xref:languages:simple-language.adoc[Simple] language with the 
control bus.
+For example, to stop a specific route, you can send a message to the 
`"controlbus:language:simple"` endpoint containing the following message:
 
 [source,java]
 
 template.sendBody("controlbus:language:simple", 
"${camelContext.getRouteController().stopRoute('myRoute')}");
 
 
-As this is a void operation, no result is returned. However, if you want
-the route status you can do:
+As this is a void operation, no result is returned.
+However, if you 

(camel) 07/09: CAMEL-20410: documentation fixes for camel-crypto

2024-02-17 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 13f9402cdd0ad59e63c4f2f0db13115756c3da07
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:47:12 2024 +0100

CAMEL-20410: documentation fixes for camel-crypto

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/crypto-component.adoc| 24 
 .../src/main/docs/crypto-dataformat.adoc   | 66 ++
 .../camel-crypto/src/main/docs/pgp-dataformat.adoc | 65 +++--
 3 files changed, 92 insertions(+), 63 deletions(-)

diff --git a/components/camel-crypto/src/main/docs/crypto-component.adoc 
b/components/camel-crypto/src/main/docs/crypto-component.adoc
index f963d836b35..4837da3602f 100644
--- a/components/camel-crypto/src/main/docs/crypto-component.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-component.adoc
@@ -14,8 +14,8 @@
 
 *{component-header}*
 
-With Camel cryptographic endpoints and Java's Cryptographic extension it
-is easy to create Digital Signatures for Exchanges.
+With Camel cryptographic endpoints and Java's Cryptographic extension, it
+is possible to create Digital Signatures for Exchanges.
 Camel provides a pair of flexible endpoints which get used in concert to
 create a signature for an exchange in one part of the exchange's
 workflow and then verify the signature in a later part of the workflow.
@@ -43,9 +43,9 @@ closely guarded and used to 'sign' the message while the 
other, public
 key, is shared around to anyone interested in verifying the signed
 messages. Messages are signed by using the private key to encrypting a
 digest of the message. This encrypted digest is transmitted along with
-the message. On the other side the verifier recalculates the message
+the message. On the other side, the verifier recalculates the message
 digest and uses the public key to decrypt the digest in the
-signature. If both digests match the verifier knows only the holder of
+signature. If both digests match, the verifier knows only the holder of
 the private key could have created the signature.
 
 Camel uses the Signature service from the Java Cryptographic Extension
@@ -61,7 +61,7 @@ 
http://en.wikipedia.org/wiki/Digital_signature[Digital_signatures]
 
 == URI format
 
-As mentioned Camel provides a pair of crypto endpoints to create and
+As mentioned, Camel provides a pair of crypto endpoints to create and
 verify signatures
 
 
@@ -72,14 +72,14 @@ crypto:verify:name[?options]
 * `crypto:sign` creates the signature and stores it in the Header keyed
 by the constant
 `org.apache.camel.component.crypto.DigitalSignatureConstants.SIGNATURE`,
-i.e. `"CamelDigitalSignature"`.
+i.e., `"CamelDigitalSignature"`.
 * `crypto:verify` will read in the contents of this header and do the
 verification calculation.
 
-In order to correctly function, the sign and verify process needs a pair
+To correctly function, the sign and verify process needs a pair
 of keys to be shared, signing requiring a `PrivateKey` and verifying a
 `PublicKey` (or a `Certificate` containing one). Using the JCE it is
-very simple to generate these key pairs but it is usually most secure to
+very simple to generate these key pairs, but it is usually most secure to
 use a KeyStore to house and share your keys. The DSL is very flexible
 about how keys are supplied and provides a number of mechanisms.
 
@@ -175,7 +175,7 @@ public class KeystoreConfig {
 }
 
 
-Again in Spring a ref is used to lookup an actual keystore instance.
+Again in Spring, a ref is used to look up an actual keystore instance.
 
 === Changing JCE Provider and Algorithm
 
@@ -203,18 +203,18 @@ In case you need to update the size of the buffer...
 
 === Supplying Keys dynamically.
 
-When using a Recipient list or similar EIP the recipient of an exchange
+When using a Recipient list or similar EIP, the recipient of an exchange
 can vary dynamically. Using the same key across all recipients may be
 neither feasible nor desirable. It would be useful to be able to specify
 signature keys dynamically on a per-exchange basis. The exchange could
 then be dynamically enriched with the key of its target recipient prior
-to signing. To facilitate this the signature mechanisms allow for keys
+to signing. To facilitate this, the signature mechanisms allow for keys
 to be supplied dynamically via the message headers below
 
 * `DigitalSignatureConstants.SIGNATURE_PRIVATE_KEY`, 
`"CamelSignaturePrivateKey"`
 * `DigitalSignatureConstants.SIGNATURE_PUBLIC_KEY_OR_CERT`, 
`"CamelSignaturePublicKeyOrCert"`
 
-Even better would be to dynamically supply a keystore alias. Again the
+Even better would be to dynamically supply a keystore alias. Again, the
 alias can be supplied in 

(camel) 09/09: CAMEL-20410: documentation fixes for camel-csv

2024-02-17 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 d48b0d84c7f29de7af0003c86c1bfe829486bef2
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:56:39 2024 +0100

CAMEL-20410: documentation fixes for camel-csv

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../camel-csv/src/main/docs/csv-dataformat.adoc| 103 -
 1 file changed, 59 insertions(+), 44 deletions(-)

diff --git a/components/camel-csv/src/main/docs/csv-dataformat.adoc 
b/components/camel-csv/src/main/docs/csv-dataformat.adoc
index 2851295b36b..bb8158a0e66 100644
--- a/components/camel-csv/src/main/docs/csv-dataformat.adoc
+++ b/components/camel-csv/src/main/docs/csv-dataformat.adoc
@@ -43,7 +43,7 @@ The component allows you to marshal a Java Map (or any other 
message
 type that can be converted in a Map) into a
 CSV payload.
 
-Considering the following body 
+Considering the following body:
 
 [source,java]
 ---
@@ -52,8 +52,12 @@ body.put("foo", "abc");
 body.put("bar", 123);
 ---
 
-and this Java route definition 
+and this route definition:
 
+[tabs]
+
+Java::
++
 [source,java]
 ---
 from("direct:start")
@@ -61,8 +65,8 @@ from("direct:start")
 .to("mock:result");
 ---
 
-or this XML route definition 
-
+XML::
++
 [source,xml]
 ---
 
@@ -74,6 +78,7 @@ or this XML route definition
 
 ---
 
+
 
 then it will produce 
 
@@ -83,7 +88,7 @@ abc,123
 
 == Unmarshalling a CSV message into a Java List
 
-Unmarshalling will transform a CSV messsage into a Java List with CSV
+Unmarshalling will transform a CSV message into a Java List with CSV
 file lines (containing another List with all the field values).
 
 An example: we have a CSV file with names of persons, their IQ and their
@@ -122,7 +127,7 @@ for (List line : data) {
 *Since Camel 2.1*
 
 If you have multiple rows of data you want to be marshalled into CSV
-format you can now store the message payload as a
+format, you can now store the message payload as a
 `List>` object where the list contains a Map for
 each row.
 
@@ -154,7 +159,7 @@ public void doHandleCsvData(List> csvData)
 

 
 == Marshaling with a pipe as delimiter
-Considering the following body
+Considering the following body:
 
 [source,java]
 ---
@@ -164,8 +169,12 @@ body.put("bar", 123);
 --- 
 
 
-and this Java route definition 
+And this Java route definition:
 
+[tabs]
+
+Java::
++
 [source,java]
 ---
 from("direct:start")
@@ -173,8 +182,8 @@ from("direct:start")
 .to("mock:result")
 --- 
 
-or this XML route definition 
-
+XML::
++
 [source,xml]
 ---
 
@@ -186,7 +195,9 @@ or this XML route definition
 
 --- 
 
-then it will produce 
+
+
+Then it will produce:
 
 ---
 abc|123
@@ -271,19 +282,10 @@ Usign the Spring/XML DSL:
 You can instruct the CSV Data Format to skip the
 first line which contains the CSV headers. Using the Spring/XML DSL:
 
-[source,xml]

-
-  
-  
-
-  
-  
-

-
-Or the Java DSL:
-
+[tabs]
+
+Java::
++
 [source,java]
 
 CsvDataFormat csv = new CsvDataFormat();
@@ -294,23 +296,30 @@ from("direct:start")
 .to("bean:myCsvHandler?method=doHandleCsv");
 
 
-== Unmarshaling with a pipe as delimiter
-
-Using the Spring/XML DSL:
-
+XML::
++
 [source,xml]
 ---
 
   
   
-
+
   
   
 
 ---
 
-Or the Java DSL:
+
+
+
 
+== Unmarshaling with a pipe as delimiter
+
+
+[tabs]
+
+Java::
++
 [source,java]
 
 CsvDataFormat csv = new CsvDataFormat();
@@ -322,7 +331,9 @@ from("direct:start")
   .unmarshal(csv)
   .to("bean:myCsvHandler?method=doHandleCsv");
 
-
++
+Or, possibly:
++
 [source,java]
 --
 

(camel) 01/09: CAMEL-20410: documentation fixes for camel-consul

2024-02-17 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 cb38e14c45029a3afdfdeb1f1a944af09e70c463
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:11:07 2024 +0100

CAMEL-20410: documentation fixes for camel-consul

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 components/camel-consul/src/main/docs/consul-component.adoc | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/components/camel-consul/src/main/docs/consul-component.adoc 
b/components/camel-consul/src/main/docs/consul-component.adoc
index 8045cd5a683..15f8c17ca97 100644
--- a/components/camel-consul/src/main/docs/consul-component.adoc
+++ b/components/camel-consul/src/main/docs/consul-component.adoc
@@ -19,7 +19,7 @@ The Consul component is a component for integrating your 
application with https:
 Maven users will need to add the following dependency to their pom.xml
 for this component:
 
-[source,java]
+[source,xml]
 -
 
 org.apache.camel
@@ -73,14 +73,17 @@ The `apiEndpoint` denotes the type of 
https://www.consul.io/api-docs[consul api]
 
 As an example, we will show how to use the `ConsulAgentProducer` to register a 
service by means of the Consul agent api.
 
-Registering and deregistering are examples for possible actions against the 
Consul agent api.
+Registering and unregistering are examples for possible actions against the 
Consul agent api.
 
 The desired action can be defined by setting the header 
`ConsulConstants.CONSUL_ACTION` to a value from the `ConsulXXXActions` 
interface of the respective Consul api. E.g.  `ConsulAgentActions` contains the 
actions for the agent api.
 
 If you set `CONSUL_ACTION` to `ConsulAgentActions.REGISTER`, the agent action 
`REGISTER` will be executed.
 
-TIP: Which producer action invokes which consul api is defined by the 
respective producer.
-E.g. the `ConsulAgentProducer` maps `ConsulAgentActions.REGISTER` to an 
invocation of `AgentClient.register`.
+[TIP]
+
+Which producer action invoked by which consul api is defined by the respective 
producer.
+E.g., the `ConsulAgentProducer` maps `ConsulAgentActions.REGISTER` to an 
invocation of `AgentClient.register`.
+
 
 [source,java]
 



(camel) 06/09: CAMEL-20410: documentation fixes for camel-cron

2024-02-17 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 e71c0c3eb2a24688d66b8099d37a8a11ec6a7802
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:35:23 2024 +0100

CAMEL-20410: documentation fixes for camel-cron

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../camel-cron/src/main/docs/cron-component.adoc   | 34 +-
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/components/camel-cron/src/main/docs/cron-component.adoc 
b/components/camel-cron/src/main/docs/cron-component.adoc
index c5e4e32a8e7..dfef6419c5c 100644
--- a/components/camel-cron/src/main/docs/cron-component.adoc
+++ b/components/camel-cron/src/main/docs/cron-component.adoc
@@ -61,6 +61,11 @@ include::partial$component-endpoint-options.adoc[]
 
 The component can be used to trigger events at specified times, as in the 
following example:
 
+
+[tabs]
+
+Java::
++
 [source,java]
 -
 from("cron:tab?schedule=0/1+*+*+*+*+?")
@@ -68,6 +73,21 @@ from("cron:tab?schedule=0/1+*+*+*+*+?")
 .log("${body}");
 -
 
+XML::
++
+[source,xml]
+-
+
+
+
+  event
+
+
+
+-
+
+
+
 The schedule expression `0/3{plus}10{plus}*{plus}*{plus}*{plus}?` can be also 
written as `0/3 10 * * * ?` and triggers an event every three seconds only in 
the tenth minute of each hour.
 
 Breaking down the parts in the schedule expression(in order):
@@ -87,18 +107,4 @@ Other valid examples of schedule expressions are:
 - `0/2 * * * ?` (Five parts, an event every two minutes)
 - `0 0/2 * * * MON-FRI 2030` (Seven parts, an event every two minutes only in 
the year 2030)
 
-Routes can also be written using the XML DSL.
-
-[source,xml]
--
-
-
-
-  event
-
-
-
--
-
-
 include::spring-boot:partial$starter.adoc[]



(camel) 08/09: CAMEL-20410: documentation fixes for camel-csimple-joor

2024-02-17 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 98590529191c98b4846ee29e0de547e1c509d2ac
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 13:48:24 2024 +0100

CAMEL-20410: documentation fixes for camel-csimple-joor

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 components/camel-csimple-joor/src/main/docs/csimple-joor.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc 
b/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
index bace4b28696..f3424d9e1ad 100644
--- a/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
+++ b/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
@@ -11,10 +11,10 @@
 
 *Since Camel {since}*
 
-The csimple (compiled simple) expression language can either be source code 
generated and compiled together
+The CSimple (compiled simple) expression language can either be source code 
generated and compiled together
 with your application using the regular Java compiler. Or compiled at runtime 
using jOOR during bootstrap.
 
-This module includes the jOOR compiler for the csimple language for runtime 
compilation.
+This module includes the jOOR compiler for the CSimple language for runtime 
compilation.
 
 To use this, just include `camel-csimple-joor` in the classpath.
 
@@ -34,7 +34,7 @@ it works with exploded classpath.
 To use scripting languages in your camel routes you need to add a
 dependency on *camel-csimple-joor*.
 
-If you use Maven you could just add the following to your `pom.xml`,
+If you use Maven you could add the following to your `pom.xml`,
 substituting the version number for the latest and greatest release (see
 the download page for the latest versions).
 



(camel) branch regen_bot updated (ef11dd0a0e0 -> 94194a7b0ac)

2024-02-17 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 ef11dd0a0e0 CAMEL-20410: documentation fixes for 
camel-platform-http-vertx
 add 3127af83ed1 CAMEL-20410: documentation fixes for camel-bonita
 add e4bdc3a1625 CAMEL-20410: documentation fixes for camel-box
 add d3c868a4c93 CAMEL-20410: documentation fixes for camel-braintree
 add 03fa3a84d5b CAMEL-20410: documentation fixes for camel-browse
 add cd86ea613c6 CAMEL-20410: documentation fixes for camel-caffeine
 add 335a1873f61 CAMEL-20410: documentation fixes for camel-cbor
 add 8d756a576c0 CAMEL-20410: documentation fixes for camel-chatscript
 add 139e42750b0 CAMEL-20410: documentation fixes for camel-chunk
 add 6b5c630989f CAMEL-20410: documentation fixes for camel-cloudevents
 add 1533a469c37 CAMEL-20410: documentation fixes for camel-cm-sms
 add b515c463d7a CAMEL-20410: documentation fixes for camel-coap
 add 94194a7b0ac CAMEL-20410: documentation fixes for camel-cometd

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/bonita-component.adoc|  6 +--
 .../src/main/docs/box-component.adoc   |  8 ++--
 .../src/main/docs/braintree-component.adoc | 31 ++-
 .../src/main/docs/browse-component.adoc| 10 ++---
 .../src/main/docs/caffeine-cache-component.adoc| 17 +++-
 .../main/docs/caffeine-loadcache-component.adoc|  5 +--
 .../camel-cbor/src/main/docs/cbor-dataformat.adoc  | 14 +++
 .../src/main/docs/chatscript-component.adoc| 11 +++---
 .../camel-chunk/src/main/docs/chunk-component.adoc | 19 +
 .../src/main/docs/cloudevents.adoc |  2 +-
 .../src/main/docs/cm-sms-component.adoc|  4 +-
 .../camel-coap/src/main/docs/coap-component.adoc   |  4 +-
 .../src/main/docs/cometd-component.adoc| 45 +++---
 13 files changed, 91 insertions(+), 85 deletions(-)



(camel) 06/12: CAMEL-20410: documentation fixes for camel-cbor

2024-02-17 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 335a1873f616c9154f4e4cecd6b2872325869cc7
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:16:11 2024 +0100

CAMEL-20410: documentation fixes for camel-cbor

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

Signed-off-by: Otavio R. Piske 
---
 components/camel-cbor/src/main/docs/cbor-dataformat.adoc | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/camel-cbor/src/main/docs/cbor-dataformat.adoc 
b/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
index ae52d9139b2..dabad671a4d 100644
--- a/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
+++ b/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
@@ -11,7 +11,7 @@
 
 *Since Camel {since}*
 
-CBOR is a Data Format which uses the
+CBOR is a Data Format that uses the
 https://github.com/FasterXML/jackson/[Jackson library] with the
 https://github.com/FasterXML/jackson-dataformats-binary/tree/master/cbor[CBOR 
extension]
 to unmarshal a CBOR payload into Java objects or to marshal Java objects
@@ -19,9 +19,9 @@ into a CBOR payload.
 
 [source,java]
 ---
-from("activemq:My.Queue").
-  unmarshal().cbor().
-  to("mqseries:Another.Queue");
+from("activemq:My.Queue")
+.unmarshal().cbor()
+.to("mqseries:Another.Queue");
 ---
 
 == CBOR Options
@@ -32,14 +32,14 @@ include::partial$dataformat-options.adoc[]
 
 === Using CBOR in Spring DSL
 
-When using Data Format in Spring DSL you need to
+When using Data Format in Spring DSL, you need to
 declare the data formats first. This is done in the *DataFormats* XML
 tag.
 
 [source,xml]
 
-
 
-
 
 
@@ -58,7 +58,7 @@ And then you can refer to this id in the route:
 
 == Dependencies
 
-[source,java]
+[source,xml]
 -
 
org.apache.camel



(camel) 09/12: CAMEL-20410: documentation fixes for camel-cloudevents

2024-02-17 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 6b5c630989f82c211491269b5097c9f5386f3c88
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:26:01 2024 +0100

CAMEL-20410: documentation fixes for camel-cloudevents

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

Signed-off-by: Otavio R. Piske 
---
 components/camel-cloudevents/src/main/docs/cloudevents.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cloudevents/src/main/docs/cloudevents.adoc 
b/components/camel-cloudevents/src/main/docs/cloudevents.adoc
index 296fb93bac3..b6f58ac547f 100644
--- a/components/camel-cloudevents/src/main/docs/cloudevents.adoc
+++ b/components/camel-cloudevents/src/main/docs/cloudevents.adoc
@@ -13,5 +13,5 @@
 
 Camel support for the CloudEvents specification.
 
-At the moment the camel-cloudevents component is very limited in functionality
+At the moment, the CloudEvents component is very limited in functionality
 with mapping between Camel Message headers and the specification.



(camel) 04/12: CAMEL-20410: documentation fixes for camel-browse

2024-02-17 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 03fa3a84d5bd9df02a194fa1f8cd369b377eb2c9
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:11:30 2024 +0100

CAMEL-20410: documentation fixes for camel-browse

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

Signed-off-by: Otavio R. Piske 
---
 components/camel-browse/src/main/docs/browse-component.adoc | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/components/camel-browse/src/main/docs/browse-component.adoc 
b/components/camel-browse/src/main/docs/browse-component.adoc
index 74375a20f77..6ad6502c6ec 100644
--- a/components/camel-browse/src/main/docs/browse-component.adoc
+++ b/components/camel-browse/src/main/docs/browse-component.adoc
@@ -15,18 +15,16 @@
 
 *{component-header}*
 
-The Browse component provides a simple
-BrowsableEndpoint which can be useful for
-testing, visualisation tools or debugging. The exchanges sent to the
-endpoint are all available to be browsed.
+The Browse component provides a simple BrowsableEndpoint which can be useful 
for testing, visualization tools or debugging.
+The exchanges sent to the endpoint are all available to be browsed.
 
 == URI format
 
 -
-browse:someName[?options]
+browse:someId[?options]
 -
 
-Where *someName* can be any string to uniquely identify the endpoint.
+Where _someId_ can be any string to uniquely identify the endpoint.
 
 
 // component-configure options: START



(camel) 05/12: CAMEL-20410: documentation fixes for camel-caffeine

2024-02-17 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 cd86ea613c6b3b79a067fed2ed9eae0fb4d5dbfb
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:14:32 2024 +0100

CAMEL-20410: documentation fixes for camel-caffeine

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

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/caffeine-cache-component.adoc | 17 ++---
 .../src/main/docs/caffeine-loadcache-component.adoc |  5 ++---
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git 
a/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc 
b/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
index 7f5d55a7c6f..98a3476ed6c 100644
--- a/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
+++ b/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
@@ -34,8 +34,7 @@ their `pom.xml` for this component:
 caffeine-cache://cacheName[?options]
 -
 
-You can append query options to the URI in the following
-format, `?option=value=#beanRef&...`
+You can append query options to the URI in the following format: 
`?option=value=#beanRef&...`.
 
 // component-configure options: START
 
@@ -78,17 +77,13 @@ protected RouteBuilder createRouteBuilder() throws 
Exception {
 }
 
 
-In this way you'll work always on the same cache in the registry.
+In this way, you'll work always on the same cache in the registry.
 
-== Check operation result
+== Checking the operation result
 
-Each time you'll use an operation on the cache you'll have two different 
headers to check for status:
-
-[source,java]
-
-CaffeineConstants.ACTION_HAS_RESULT
-CaffeineConstants.ACTION_SUCCEEDED
-
+Each time you'll use an operation on the cache, you'll have two different 
headers to check for status:
 
+* `CaffeineConstants.ACTION_HAS_RESULT`
+* `CaffeineConstants.ACTION_SUCCEEDED`
 
 include::spring-boot:partial$starter.adoc[]
diff --git 
a/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc 
b/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
index 5107a083789..896b31ca7ba 100644
--- a/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
+++ b/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
@@ -14,7 +14,7 @@
 
 *{component-header}*
 
-The Caffeine Loadcache component enables you to perform caching operations 
using
+The Caffeine LoadCache component enables you to perform caching operations 
using
 the LoadingCache from Caffeine.
 
 Maven users will need to add the following dependency to
@@ -36,8 +36,7 @@ their `pom.xml` for this component:
 caffeine-loadcache://cacheName[?options]
 -
 
-You can append query options to the URI in the following
-format, `?option=value=#beanRef&...`
+You can append query options to the URI in the following format: 
`?option=value=#beanRef&...`
 
 
 // component-configure options: START



(camel) 02/12: CAMEL-20410: documentation fixes for camel-box

2024-02-17 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 e4bdc3a1625240dccd25f3bf8ba6858cc7a5065d
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 11:52:23 2024 +0100

CAMEL-20410: documentation fixes for camel-box

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

Signed-off-by: Otavio R. Piske 
---
 .../camel-box-component/src/main/docs/box-component.adoc  | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc 
b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index 33138c4aab7..a940181c2f7 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -14,14 +14,14 @@
 
 *{component-header}*
 
-The Box component provides access to all of the Box.com APIs accessible
-using 
https://github.com/box/box-java-sdk/[https://github.com/box/box-java-sdk]. It
-allows producing messages to upload and download files, create, edit,
+The Box component provides access to all the Box.com APIs accessible
+using https://github.com/box/box-java-sdk/[Box Java SDK].
+It allows producing messages to upload and download files, create, edit,
 and manage folders, etc. It also supports APIs that allow polling for
 updates to user accounts and even changes to enterprise accounts, etc.
 
 Box.com requires the use of OAuth2.0 for all client application
-authentication. In order to use camel-box with your account, you'll need
+authentications. To use camel-box with your account, you'll need
 to create a new application within Box.com at
 https://developer.box.com/[https://developer.box.com].
 The Box application's client id and secret will allow access to Box APIs



(camel) 08/12: CAMEL-20410: documentation fixes for camel-chunk

2024-02-17 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 139e42750b0cf24d4f60b8af539870a002dd19db
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:23:49 2024 +0100

CAMEL-20410: documentation fixes for camel-chunk

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

Signed-off-by: Otavio R. Piske 
---
 .../camel-chunk/src/main/docs/chunk-component.adoc| 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/components/camel-chunk/src/main/docs/chunk-component.adoc 
b/components/camel-chunk/src/main/docs/chunk-component.adoc
index 56a056fdeec..62da250d401 100644
--- a/components/camel-chunk/src/main/docs/chunk-component.adoc
+++ b/components/camel-chunk/src/main/docs/chunk-component.adoc
@@ -29,8 +29,7 @@ chunk:templateName[?options]
 Where *templateName* is the classpath-local URI of the template to
 invoke.
 
-You can append query options to the URI in the following
-format, `?option=value=value&...`
+You can append query options to the URI in the following format: 
`?option=value=value&...`
 
 
 // component-configure options: START
@@ -47,7 +46,7 @@ include::partial$component-endpoint-options.adoc[]
 // endpoint options: END
 
 
-Chunk component will look for a specific template in _themes_ folder
+Chunk component will look for a specific template in the _themes_ folder
 with extensions _.chtml_ or _.cxml. _If you need to specify a different
 folder or extensions, you will need to use the specific options listed
 above.
@@ -83,7 +82,7 @@ a `Map`). The `Exchange` is transferred as:
 
 Camel provides two headers by which you can define a different resource
 location for a template or the template content itself. If any of these
-headers is set then Camel uses this over the endpoint configured
+headers is set, then Camel uses this over the endpoint configured
 resource. This allows you to provide a dynamic template at runtime.
 
 // component headers: START
@@ -92,7 +91,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Samples
 
-For example you could use something like:
+For example, you could use something like:
 
 [source,java]
 --
@@ -104,7 +103,7 @@ To use a Chunk template to formulate a response for a 
message for InOut
 message exchanges (where there is a `JMSReplyTo` header).
 
 If you want to use InOnly and consume the message and send it to another
-destination you could use:
+destination, you could use:
 
 [source,java]
 -
@@ -131,13 +130,13 @@ from("direct:in").
 
to("chunk:file_example?themeFolder=template=subfolder=chunk");
 
---
 
-In this example Chunk component will look for the file
-_file_example.chunk_ in the folder _template/subfolder._
+In this example, the Chunk component will look for the file
+`file_example.chunk` in the folder `template/subfolder`.
 
 == The Email Sample
 
-In this sample we want to use Chunk templating for an order confirmation
-email. The email template is laid out in Chunk as:
+In this sample, we want to use Chunk templating for an order confirmation 
email.
+The email template is laid out in Chunk as:
 
 [source,text]
 --



(camel) 11/12: CAMEL-20410: documentation fixes for camel-coap

2024-02-17 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 b515c463d7ad1a2b1c509917ccf217d529a4dc3a
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:28:41 2024 +0100

CAMEL-20410: documentation fixes for camel-coap

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

Signed-off-by: Otavio R. Piske 
---
 components/camel-coap/src/main/docs/coap-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-coap/src/main/docs/coap-component.adoc 
b/components/camel-coap/src/main/docs/coap-component.adoc
index e0f421aa20e..00a386750f0 100644
--- a/components/camel-coap/src/main/docs/coap-component.adoc
+++ b/components/camel-coap/src/main/docs/coap-component.adoc
@@ -17,7 +17,7 @@
 Camel-CoAP is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with CoAP, a lightweight REST-type protocol for 
machine-to-machine operation. 
 http://coap.technology/[CoAP], Constrained Application Protocol is a 
specialized web transfer protocol 
-for use with constrained nodes and constrained networks and it is based on RFC 
7252.
+for use with constrained nodes and constrained networks, and it is based on 
RFC 7252.
 
 Camel supports the DTLS, TCP and TLS protocols via the following URI schemes:
 
@@ -32,7 +32,7 @@ Camel supports the DTLS, TCP and TLS protocols via the 
following URI schemes:
 
 There are a number of different configuration options to configure TLS. For 
both DTLS (the "coaps" uri scheme)
 and TCP + TLS (the "coaps+tcp" uri scheme), it is possible to use a 
"sslContextParameters" parameter, from 
-which the camel-coap component will extract the required truststore / 
keystores etc to set up TLS. In addition,
+which the camel-coap component will extract the required truststore / 
keystores etc. to set up TLS. In addition,
 the DTLS protocol supports two alternative configuration mechanisms. To use a 
pre-shared key, configure a 
 pskStore, and to work with raw public keys, configure privateKey + publicKey 
objects.
 



(camel) 12/12: CAMEL-20410: documentation fixes for camel-cometd

2024-02-17 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 94194a7b0ac24a2a7ec0cd1c0c6093c4c340502f
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:36:04 2024 +0100

CAMEL-20410: documentation fixes for camel-cometd

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/cometd-component.adoc| 45 +++---
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/components/camel-cometd/src/main/docs/cometd-component.adoc 
b/components/camel-cometd/src/main/docs/cometd-component.adoc
index 5d30bda0066..88e3167234f 100644
--- a/components/camel-cometd/src/main/docs/cometd-component.adoc
+++ b/components/camel-cometd/src/main/docs/cometd-component.adoc
@@ -14,13 +14,12 @@
 
 *{component-header}*
 
-The Cometd component is a transport for working with the
+The Cometd component is a transport mechanism for working with the
 http://www.mortbay.org/jetty[jetty] implementation of the
 http://docs.codehaus.org/display/JETTY/Cometd+%28aka+Bayeux%29[cometd/bayeux
 protocol]. +
- Using this component in combination with the dojo toolkit library it's
-possible to push Camel messages directly into the browser using an AJAX
-based mechanism.
+ Using this component in combination with the dojo toolkit library, it's
+possible to push Camel messages directly into the browser using an AJAX-based 
mechanism.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -70,15 +69,13 @@ include::partial$component-endpoint-options.adoc[]
 include::partial$component-endpoint-headers.adoc[]
 // component headers: END
 
-== Sample
+== Samples
 
-Here is some examples on How to pass the parameters
+Below, you can find some examples of how to pass the parameters.
 
-For file (for webapp resources located in the Web Application directory
---> cometd://localhost:8080?resourceBase=file./webapp +
- For classpath (when by example the web resources are packaged inside
-the webapp folder -->
-cometd://localhost:8080?resourceBase=classpath:webapp
+For file, for webapp resources located in the Web Application directory --> 
`cometd://localhost:8080?resourceBase=file./webapp`.
+
+For classpath, when, for example, the web resources are packaged inside the 
webapp folder --> `cometd://localhost:8080?resourceBase=classpath:webapp`
 
 == Authentication
 
@@ -93,16 +90,20 @@ 
http://cometd.org/documentation/howtos/authentication[documented here]
 The Cometd component supports SSL/TLS configuration
 through the xref:manual::camel-configuration-utilities.adoc[Camel JSSE
 Configuration Utility].  This utility greatly decreases the amount of
-component specific code you need to write and is configurable at the
+component-specific code you need to write and is configurable at the
 endpoint and component levels.  The following examples demonstrate how
 to use the utility with the Cometd component. You need to configure SSL
-on the CometdComponent.
+on the CometdComponent.x
 
-[[Cometd-Programmaticconfigurationofthecomponent]]
-Programmatic configuration of the component
 
+[tabs]
+
+Java::
++
+Programmatic configuration of the component:
++
 [source,java]

+
 KeyStoreParameters ksp = new KeyStoreParameters();
 ksp.setResource("/users/home/server/keystore.jks");
 ksp.setPassword("keystorePassword");
@@ -120,13 +121,12 @@ scp.setTrustManagers(tmp);
 
 CometdComponent commetdComponent = getContext().getComponent("cometds", 
CometdComponent.class);
 commetdComponent.setSslContextParameters(scp);

-
-[[Cometd-SpringDSLbasedconfigurationofendpoint]]
-Spring DSL based configuration of endpoint
+
 
+Spring XML::
++
 [source,xml]
---
+
   
 
 
   ...
---
+
 
+
 
 
 include::spring-boot:partial$starter.adoc[]



(camel) 10/12: CAMEL-20410: documentation fixes for camel-cm-sms

2024-02-17 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 1533a469c371218c29064864b8cb272b4e9e762c
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:27:30 2024 +0100

CAMEL-20410: documentation fixes for camel-cm-sms

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

Signed-off-by: Otavio R. Piske 
---
 components/camel-cm-sms/src/main/docs/cm-sms-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc 
b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
index d2c37d9cd97..273cefdfec5 100644
--- a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
+++ b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
@@ -17,9 +17,9 @@
 *Camel-Cm-Sms* is an http://camel.apache.org/[Apache Camel] component 
 for the https://www.cmtelecom.com[CM SMS Gateway]
 
-It allows to integrate https://dashboard.onlinesmsgateway.com/docs[CM SMS API] 
in an application as a camel component. 
+It allows integrating https://dashboard.onlinesmsgateway.com/docs[CM SMS API] 
in an application as a camel component.
 
-You must have a valid account.  More information is available at 
https://www.cmtelecom.com/support[CM Telecom].
+You must have a valid account. More information is available at 
https://www.cmtelecom.com/support[CM Telecom].
 
 
 // component-configure options: START



(camel) 07/12: CAMEL-20410: documentation fixes for camel-chatscript

2024-02-17 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 8d756a576c01de0b45603fe5d1b019fe131c77a6
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:21:08 2024 +0100

CAMEL-20410: documentation fixes for camel-chatscript

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

Signed-off-by: Otavio R. Piske 
---
 .../camel-chatscript/src/main/docs/chatscript-component.adoc  | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-chatscript/src/main/docs/chatscript-component.adoc 
b/components/camel-chatscript/src/main/docs/chatscript-component.adoc
index bdb5b946f2e..1606364050c 100644
--- a/components/camel-chatscript/src/main/docs/chatscript-component.adoc
+++ b/components/camel-chatscript/src/main/docs/chatscript-component.adoc
@@ -14,11 +14,10 @@
 
 *{component-header}*
 
-The ChatScript component allows you to interact with ChatScript Server and 
have conversations. This component is stateless and relies on ChatScript to 
maintain chat history.
+The ChatScript component allows you to interact with 
https://github.com/ChatScript/ChatScript[ChatScript Server] and have 
conversations. This component is stateless and relies on ChatScript to maintain 
chat history.
 
-Original ChatScript is available here : 
https://github.com/bwilcox-1234/ChatScript
+This component expects a JSON with the following fields:
 
-This component expects a JSON having the following fields:
 [source,json]
 
 {
@@ -28,8 +27,10 @@ This component expects a JSON having the following fields:
 }
 
 
-Refer `ChatScriptMessage.java` and samples
-
+[NOTE]
+
+Refer to the file 
https://github.com/apache/camel/blob/main/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptMessage.java[`ChatScriptMessage.java`]
 for details and samples.
+
 
 
 // component-configure options: START



(camel) branch main updated (ef11dd0a0e0 -> 94194a7b0ac)

2024-02-17 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 ef11dd0a0e0 CAMEL-20410: documentation fixes for 
camel-platform-http-vertx
 new 3127af83ed1 CAMEL-20410: documentation fixes for camel-bonita
 new e4bdc3a1625 CAMEL-20410: documentation fixes for camel-box
 new d3c868a4c93 CAMEL-20410: documentation fixes for camel-braintree
 new 03fa3a84d5b CAMEL-20410: documentation fixes for camel-browse
 new cd86ea613c6 CAMEL-20410: documentation fixes for camel-caffeine
 new 335a1873f61 CAMEL-20410: documentation fixes for camel-cbor
 new 8d756a576c0 CAMEL-20410: documentation fixes for camel-chatscript
 new 139e42750b0 CAMEL-20410: documentation fixes for camel-chunk
 new 6b5c630989f CAMEL-20410: documentation fixes for camel-cloudevents
 new 1533a469c37 CAMEL-20410: documentation fixes for camel-cm-sms
 new b515c463d7a CAMEL-20410: documentation fixes for camel-coap
 new 94194a7b0ac CAMEL-20410: documentation fixes for camel-cometd

The 12 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:
 .../src/main/docs/bonita-component.adoc|  6 +--
 .../src/main/docs/box-component.adoc   |  8 ++--
 .../src/main/docs/braintree-component.adoc | 31 ++-
 .../src/main/docs/browse-component.adoc| 10 ++---
 .../src/main/docs/caffeine-cache-component.adoc| 17 +++-
 .../main/docs/caffeine-loadcache-component.adoc|  5 +--
 .../camel-cbor/src/main/docs/cbor-dataformat.adoc  | 14 +++
 .../src/main/docs/chatscript-component.adoc| 11 +++---
 .../camel-chunk/src/main/docs/chunk-component.adoc | 19 +
 .../src/main/docs/cloudevents.adoc |  2 +-
 .../src/main/docs/cm-sms-component.adoc|  4 +-
 .../camel-coap/src/main/docs/coap-component.adoc   |  4 +-
 .../src/main/docs/cometd-component.adoc| 45 +++---
 13 files changed, 91 insertions(+), 85 deletions(-)



(camel) 01/12: CAMEL-20410: documentation fixes for camel-bonita

2024-02-17 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 3127af83ed163f621a0908ff6f7363a0fbd3a1cc
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 11:48:11 2024 +0100

CAMEL-20410: documentation fixes for camel-bonita

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 components/camel-bonita/src/main/docs/bonita-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-bonita/src/main/docs/bonita-component.adoc 
b/components/camel-bonita/src/main/docs/bonita-component.adoc
index b79c71618f1..1d79e45b222 100644
--- a/components/camel-bonita/src/main/docs/bonita-component.adoc
+++ b/components/camel-bonita/src/main/docs/bonita-component.adoc
@@ -50,7 +50,7 @@ The following example starts a new case in Bonita:
 
 [source,java]
 --
-from("direct:start").to("bonita:startCase?hostname=localhostport=8080processName=TestProcessusername=installpassword=install")
+from("direct:start").to("bonita:startCase?hostname=localhostport=8080processName=TestProcessusername=installpassword=install");
 --
 
 == Dependencies
@@ -58,11 +58,11 @@ 
from("direct:start").to("bonita:startCase?hostname=localhostport=8080p
 To use Bonita in your Camel routes, you need to add a dependency on
 *camel-bonita*, which implements the component.
 
-If you use Maven, you can just add the following to your pom.xml,
+If you use Maven, you can add the following to your pom.xml,
 substituting the version number for the latest and greatest release (see
 the download page for the latest versions).
 
-[source,java]
+[source,xml]
 -
 
   org.apache.camel



(camel) 03/12: CAMEL-20410: documentation fixes for camel-braintree

2024-02-17 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 d3c868a4c930e7465548284826a42c9150b7685d
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 12:09:09 2024 +0100

CAMEL-20410: documentation fixes for camel-braintree

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/braintree-component.adoc | 31 +++---
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/components/camel-braintree/src/main/docs/braintree-component.adoc 
b/components/camel-braintree/src/main/docs/braintree-component.adoc
index c0f0329a022..aa92e45fbd0 100644
--- a/components/camel-braintree/src/main/docs/braintree-component.adoc
+++ b/components/camel-braintree/src/main/docs/braintree-component.adoc
@@ -15,14 +15,10 @@
 *{component-header}*
 
 The Braintree component provides access to
-https://www.braintreepayments.com/[Braintree Payments] trough through
-theirs https://developers.braintreepayments.com/start/hello-server/java[Java
-SDK].
-
-All client applications need API credential in order to process
-payments. In order to use camel-braintree with your account, you'll need
-to create a new
-https://www.braintreepayments.com/get-started[Sandbox] or 
https://www.braintreepayments.com/signup[Production]
+https://www.braintreepayments.com/[Braintree Payments] through their 
https://developers.braintreepayments.com/start/hello-server/java[Java SDK].
+
+All client applications need API credential to process payments.
+To use camel-braintree with your account, you'll need to create a new 
https://www.braintreepayments.com/get-started[Sandbox] or 
https://www.braintreepayments.com/signup[Production]
 account.
 
 
@@ -54,8 +50,18 @@ include::partial$component-endpoint-options.adoc[]
 
 == Examples
 
-*OSGi Blueprint*
+[tabs]
+
+Java::
++
+[source,java]
+
+from("direct://GENERATE")
+.to("braintree://sclientToken/generate");
+
 
+OSGi Blueprint::
++
 [source,xml]
 
 
@@ -91,6 +97,13 @@ include::partial$component-endpoint-options.adoc[]
 
 
 
++
+[NOTE]
+=
+Starting from Camel 4, OSGI Blueprint is considered a *legacy* DSL. Users are 
strongly advised to migrate to the modern XML IO DSL.
+=
+
+
 
 == More Information
 



(camel-quarkus-examples) branch camel-quarkus-main updated: Update of the bootstrap properties because of CAMEL-20243

2024-02-17 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 d6dd5aa  Update of the bootstrap properties because of CAMEL-20243
d6dd5aa is described below

commit d6dd5aa0e96cbc79f87b1a1df497ec6ba2a40a12
Author: JiriOndrusek 
AuthorDate: Fri Jan 5 12:45:45 2024 +0100

Update of the bootstrap properties because of CAMEL-20243
---
 health/src/main/resources/application.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/health/src/main/resources/application.properties 
b/health/src/main/resources/application.properties
index 8ef2f86..b317b68 100644
--- a/health/src/main/resources/application.properties
+++ b/health/src/main/resources/application.properties
@@ -28,16 +28,16 @@ camel.main.bean-introspection-extended-statistics=true
 camel.main.bean-introspection-logging-level=INFO
 
 # enable supervised route controller which will startup routes in safe manner
-camel.main.route-controller-supervise-enabled = true
+camel.routeController.enabled = true
 # attempt up till 10 times to start a route (and exhaust if still failing)
 # when a route is exhausted then its taken out as being supervised and
 # will not take part of health-check either (UNKNOWN state)
-camel.main.route-controller-back-off-max-attempts = 10
+camel.routeController.back-off-max-attempts = 10
 # when starting a route (and restarts) fails all attempts
 # then we can control whether the route should be influence the health-check
 # and report the route as either UNKNOWN or DOWN. Setting this option to true
 # will report it as DOWN otherwise its UNKNOWN
-#camel.main.route-controller-unhealthy-on-exhausted = true
+#camel.routeController.unhealthy-on-exhausted = true
 
 # enable health check (is automatic enabled if discovered on classpath)
 # global flag to enable/disable



(camel-quarkus) branch dependabot/maven/quarkiverse-minio.version-3.7.1 updated (5e1875bbc2 -> c44ebb4286)

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

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


from 5e1875bbc2 Bump quarkiverse-minio.version from 3.3.1 to 3.7.1
 add c44ebb4286 Auto generated changes for dependabot commit 
5e1875bbc224410a4ec1bac0ef4d10f25cdfc0ea

No new revisions were added by this update.

Summary of changes:
 pom.xml   |  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml| 10 +-
 poms/bom/src/main/generated/flattened-reduced-pom.xml |  6 +++---
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)



(camel-quarkus) branch dependabot/maven/quarkiverse-minio.version-3.7.1 updated (1227bc5047 -> 5e1875bbc2)

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

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


 discard 1227bc5047 Auto generated changes for dependabot commit 
006970588c2241bc8a3ca1944aab961fd0a03914
 discard 006970588c Bump quarkiverse-minio.version from 3.3.1 to 3.7.1
 add b9951b56c2 Restore quarkus.runner Maven property to master-openshift 
tests
 add fa49d541a5 Add release guide notes for enabling platform tests that 
have been fixed in the latest release
 add ef5fc96005 Regen SBOM from commit 
fa49d541a59615253fae3721140bd29f05dcf75b (#5744)
 add 5e0fe363a9 Add Elasticsearch Low Level Rest Client Fixes #5736
 add bd7d6011b8 Make the majority of KuberenetesClusterService 
configuration overridable at runtime
 add fd8fa89d46 Use eclipse-temurin:17-jdk as openssl got removed in the 
ubi image
 add e34e835f24 Extend keytool-maven-plugin generated certificate validity
 add 1d0eb655f9 Rework JasyptSecureExtensionConfigTest configuration for 
native mode
 add bddd8008b5 Enable 
JasyptSecureExtensionConfigTest.secureDirectComponentTimeout
 add 92230f65f2 Upgrade Quarkus to 3.8.0.CR1
 add adccc2bde9 Assert the correct number of expected messages in 
DataSetTest.simpleDataSetConsumer
 add cad6124cf9 Free more disk space on GitHub actions runners
 add f76f620001 Disable 
JasyptSecureExtensionConfigTest.secureDirectComponentTimeout on GitHub CI
 add b61535ddc1 Upgrade Camel to 4.4.0
 add e662f51581 Variables - global vs local setVariable test (#5654)
 add 5e1875bbc2 Bump quarkiverse-minio.version from 3.3.1 to 3.7.1

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

 * -- * -- B -- O -- O -- O   (1227bc5047)
\
 N -- N -- N   
refs/heads/dependabot/maven/quarkiverse-minio.version-3.7.1 (5e1875bbc2)

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

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

No new revisions were added by this update.

Summary of changes:
 .github/reclaim-disk-space.sh  |6 +
 camel-quarkus-sbom/camel-quarkus-sbom.json | 9655 ++--
 camel-quarkus-sbom/camel-quarkus-sbom.xml  | 8936 +-
 docs/antora.yml|4 +-
 .../components/elasticsearch-rest-client.yml   |   13 +
 .../ROOT/examples/components/robotframework.yml|2 +-
 .../languages/{header.yml => variable.yml} |6 +-
 docs/modules/ROOT/examples/others/groovy-dsl.yml   |2 +-
 docs/modules/ROOT/nav.adoc |1 +
 .../pages/contributor-guide/release-guide.adoc |2 +
 .../ROOT/pages/reference/extensions/core.adoc  |1 +
 .../extensions/elasticsearch-rest-client.adoc  |   41 +
 .../pages/reference/extensions/groovy-dsl.adoc |2 +-
 .../ROOT/pages/reference/extensions/joor.adoc  |6 -
 .../pages/reference/extensions/kotlin-dsl.adoc |7 +
 .../pages/reference/extensions/kubernetes.adoc |   38 +-
 .../pages/reference/extensions/splunk-hec.adoc |2 +-
 .../camel/quarkus/core/CamelContextRecorder.java   |7 +
 .../quarkus/core/CamelQuarkusClassResolver.java|   12 +
 .../camel/quarkus/core/FastCamelContext.java   |   18 +
 .../elasticsearch-rest-client}/deployment/pom.xml  |   14 +-
 .../ElasticsearchRestClientProcessor.java} |8 +-
 .../{asn1 => elasticsearch-rest-client}/pom.xml|4 +-
 .../elasticsearch-rest-client}/runtime/pom.xml |   23 +-
 .../main/resources/META-INF/quarkus-extension.yaml |6 +-
 extensions-jvm/pom.xml |1 +
 .../deployment/ConsulClientSupportProcessor.java   |6 +-
 extensions-support/consul-client/runtime/pom.xml   |2 +-
 .../java/joor/deployment/JavaJoorDslProcessor.java |4 +-
 .../component/joor/deployment/JoorProcessor.java   |   10 +-
 .../joor/runtime/JoorExpressionConfig.java |4 -
 .../joor/runtime/JoorExpressionRecorder.java   |8 -
 .../KubernetesClusterServiceProcessor.java |   25 +-
 ...erServiceConfigEnabledWithRebalancingTest.java} |2 +-
 .../KubernetesClusterServiceBuildTimeConfig.java}  |   41 +-
 .../cluster/KubernetesClusterServiceRecorder.java  |   30 +-
 ... => KubernetesClusterServiceRuntimeConfig.java} |   30 +-
 .../MicrometerMetricsConfigDefaultsTest.java   |2 +-
 .../org/apache/camel/component/qute/qute.json  |3 +-
 

(camel-quarkus) branch main updated (f76f620001 -> e662f51581)

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

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


from f76f620001 Disable 
JasyptSecureExtensionConfigTest.secureDirectComponentTimeout on GitHub CI
 add b61535ddc1 Upgrade Camel to 4.4.0
 add e662f51581 Variables - global vs local setVariable test (#5654)

No new revisions were added by this update.

Summary of changes:
 docs/antora.yml|2 +-
 .../ROOT/examples/components/robotframework.yml|2 +-
 .../languages/{header.yml => variable.yml} |6 +-
 docs/modules/ROOT/examples/others/groovy-dsl.yml   |2 +-
 .../ROOT/pages/reference/extensions/core.adoc  |1 +
 .../pages/reference/extensions/groovy-dsl.adoc |2 +-
 .../ROOT/pages/reference/extensions/joor.adoc  |6 -
 .../pages/reference/extensions/kotlin-dsl.adoc |7 +
 .../pages/reference/extensions/splunk-hec.adoc |2 +-
 .../camel/quarkus/core/CamelContextRecorder.java   |7 +
 .../quarkus/core/CamelQuarkusClassResolver.java|   12 +
 .../camel/quarkus/core/FastCamelContext.java   |   18 +
 .../deployment/ConsulClientSupportProcessor.java   |6 +-
 extensions-support/consul-client/runtime/pom.xml   |2 +-
 .../java/joor/deployment/JavaJoorDslProcessor.java |4 +-
 .../component/joor/deployment/JoorProcessor.java   |   10 +-
 .../joor/runtime/JoorExpressionConfig.java |4 -
 .../joor/runtime/JoorExpressionRecorder.java   |8 -
 .../MicrometerMetricsConfigDefaultsTest.java   |2 +-
 .../org/apache/camel/component/qute/qute.json  |3 +-
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |1 +
 .../org/apache/camel/quarkus/eip/it/EipTest.java   |   17 +-
 integration-test-groups/foundation/pom.xml |1 +
 .../foundation/variables}/pom.xml  |   27 +-
 .../quarkus/variables/it/VariablesProducers.java   |   71 +
 .../quarkus/variables/it/VariablesResource.java|  186 +++
 .../quarkus/variables/it/VariablesRoutes.java  |   71 +
 .../it/CustomRepositoryVariablesTest.java} |   46 +-
 .../camel/quarkus/variables/it/VariablesIT.java}   |4 +-
 .../camel/quarkus/variables/it/VariablesTest.java  |   61 +-
 integration-tests/consul/pom.xml   |2 +
 .../component/consul/it/ConsulResource.java|2 +-
 .../quarkus/component/consul/it/ConsulTest.java|2 +
 .../component/consul/it/ConsulTestResource.java|2 +-
 integration-tests/csimple/pom.xml  |2 +
 .../quarkus/component/csimple/it/CSimpleTest.java  |2 +
 integration-tests/google-bigquery/pom.xml  |2 +
 .../google/bigquery/it/GoogleBigqueryTest.java |2 +
 .../routes-with-languages-configuration.groovy |9 +-
 .../camel/quarkus/component/jq/it/JqRoutes.java|8 +-
 .../component/json/path/it/JsonPathTestRoute.java  |5 +-
 .../routes/routes-with-languages-configuration.kts |   14 +-
 .../component/micrometer/it/MicrometerTest.java|4 +-
 .../component/splunk/hec/it/SplunkHecResource.java |2 +-
 pom.xml|   20 +-
 poms/bom/pom.xml   |   31 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 1478 ++--
 .../src/main/generated/flattened-reduced-pom.xml   |  820 +--
 .../generated/flattened-reduced-verbose-pom.xml|  950 ++---
 49 files changed, 2224 insertions(+), 1724 deletions(-)
 copy docs/modules/ROOT/examples/languages/{header.yml => variable.yml} (73%)
 copy {integration-tests/mllp => 
integration-test-groups/foundation/variables}/pom.xml (92%)
 create mode 100644 
integration-test-groups/foundation/variables/src/main/java/org/apache/camel/quarkus/variables/it/VariablesProducers.java
 create mode 100644 
integration-test-groups/foundation/variables/src/main/java/org/apache/camel/quarkus/variables/it/VariablesResource.java
 create mode 100644 
integration-test-groups/foundation/variables/src/main/java/org/apache/camel/quarkus/variables/it/VariablesRoutes.java
 copy 
integration-test-groups/foundation/{mock/src/test/java/org/apache/camel/quarkus/component/mock/it/MockTest.java
 => 
variables/src/test/java/org/apache/camel/quarkus/variables/it/CustomRepositoryVariablesTest.java}
 (51%)
 copy 
integration-test-groups/foundation/{bean/src/test/java/org/apache/camel/quarkus/component/bean/EipIT.java
 => 
variables/src/test/java/org/apache/camel/quarkus/variables/it/VariablesIT.java} 
(90%)
 copy 
integration-tests/mustache/src/test/java/org/apache/camel/quarkus/component/mustache/it/MustacheTest.java
 => 
integration-test-groups/foundation/variables/src/test/java/org/apache/camel/quarkus/variables/it/VariablesTest.java
 (53%)



(camel) branch regen_bot updated (6498af9cedd -> ef11dd0a0e0)

2024-02-17 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 6498af9cedd CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.
 add 6924961c501 CAMEL-20410: documentation fixes for camel-platform-http
 add 44a0a3f060f CAMEL-20410: documentation fixes for 
camel-platform-http-main
 add ef11dd0a0e0 CAMEL-20410: documentation fixes for 
camel-platform-http-vertx

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/platform-http-main.adoc |  8 
 .../src/main/docs/platform-http-vertx.adoc| 19 +--
 .../src/main/docs/platform-http-component.adoc| 18 --
 3 files changed, 25 insertions(+), 20 deletions(-)



(camel) 03/03: CAMEL-20410: documentation fixes for camel-platform-http-vertx

2024-02-17 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 ef11dd0a0e080c8e81fea86e65723a3930b52fce
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 09:37:14 2024 +0100

CAMEL-20410: documentation fixes for camel-platform-http-vertx

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/platform-http-vertx.adoc| 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git 
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc 
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
index ad9bff498f2..6b03844f1f4 100644
--- 
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
+++ 
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
@@ -13,10 +13,10 @@ The camel-platform-http-vertx is a Vert.x based 
implementation of the `PlatformH
 
 == Vert.x Route
 
-This implementation will by default lookup an instance of 
`VertxPlatformHttpRouter` on the registry however you can
+This implementation will by default lookup the instance of 
`VertxPlatformHttpRouter` on the registry, however, you can
 configure an existing instance using the getter/setter on the 
`VertxPlatformHttpEngine` class.
 
-== Auto detection from classpath
+== Auto-detection from classpath
 
 To use this implementation all you need to do is to add the 
`camel-platform-http-vertx` dependency to the classpath,
 and the platform http component should auto-detect this.
@@ -32,11 +32,10 @@ and the platform http component should auto-detect this.
 |`CamelVertxPlatformHttpRemoteAddress` |`io.vertx.core.net.SocketAddress` |The 
remote address for the connection if present on the Vert.x Web `RoutingContext`.
 |===
 
-Camel also populates *all* request.parameter and Camel also populates *all* 
request.parameter and request.headers. For
-example, given a client request with the URL,
+Camel also populates *all* `request.parameter` and Camel also populates *all* 
`request.headers`.
+For example, given a client request with the URL,
 `\http://myserver/myserver?orderid=123`, the exchange will contain a
-header named `orderid` with the value 123.
-request.headers. For example, given a client request with the URL, 
`\http://myserver/myserver?orderid=123`, the exchange will contain a header 
named `orderid` with the value 123.
+header named `orderid` with value `123`.
 
 == VertxPlatformHttpServer
 
@@ -68,7 +67,7 @@ context.start();
 
 Platform HTTP component can act as a reverse proxy, in that case 
`Exchange.HTTP_URI`, `Exchange.HTTP_HOST` headers are populated from the 
absolute URL received on the request line of the HTTP request.
 
-Here's an example of a HTTP proxy that simply redirects the Exchange to the 
origin server.
+Here's an example of an HTTP proxy that simply redirects the Exchange to the 
origin server.
 
 [source,java]
 
@@ -85,7 +84,7 @@ Camel `HttpMessage` as shown in the custom `Processor` below :
 [source,java]
 
 .process(exchange -> {
-// grab message as HttpMessage
+// grab the message as HttpMessage
 HttpMessage message = exchange.getMessage(HttpMessage.class);
 // use getRequest() / getResponse() to access Vertx directly
 // you can add custom headers
@@ -115,8 +114,8 @@ Http authentication is disabled by default. In can be 
enabled by calling `setEna
 Default http authentication takes http-basic credentials and compares them 
with those provided in camel-platform-http-vertx-auth.properties file.
 To be more specific, default http authentication uses 
https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/BasicAuthHandler.html[BasicAuthHandler]
 and 
https://vertx.io/docs/vertx-auth-properties/java/[PropertyFileAuthentication].
 
-To set up custom authentication, you need to create custom 
`AuthenticationConfigEntries`, as shown in example below.
-Mind that in Vert.x order of adding `AuthenticationHandlers` matters, so 
`AuthenticationConfigEntries` with more specific url path are applied first.
+To set up custom authentication, you need to create custom 
`AuthenticationConfigEntries`, as shown in the example below.
+Mind that in Vert.x order of adding `AuthenticationHandlers` matters, so 
`AuthenticationConfigEntries` with a more specific url path is applied first.
 
 [source,java]
 



(camel) branch main updated (6498af9cedd -> ef11dd0a0e0)

2024-02-17 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 6498af9cedd CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.
 new 6924961c501 CAMEL-20410: documentation fixes for camel-platform-http
 new 44a0a3f060f CAMEL-20410: documentation fixes for 
camel-platform-http-main
 new ef11dd0a0e0 CAMEL-20410: documentation fixes for 
camel-platform-http-vertx

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:
 .../src/main/docs/platform-http-main.adoc |  8 
 .../src/main/docs/platform-http-vertx.adoc| 19 +--
 .../src/main/docs/platform-http-component.adoc| 18 --
 3 files changed, 25 insertions(+), 20 deletions(-)



(camel) 01/03: CAMEL-20410: documentation fixes for camel-platform-http

2024-02-17 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 6924961c5012eb8214a2d30931d3e71ad2b61607
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 09:27:07 2024 +0100

CAMEL-20410: documentation fixes for camel-platform-http

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/platform-http-component.adoc | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-platform-http/src/main/docs/platform-http-component.adoc 
b/components/camel-platform-http/src/main/docs/platform-http-component.adoc
index 7fe9993fd7b..6d67c31b7bb 100644
--- a/components/camel-platform-http/src/main/docs/platform-http-component.adoc
+++ b/components/camel-platform-http/src/main/docs/platform-http-component.adoc
@@ -15,7 +15,7 @@
 *{component-header}*
 
 The Platform HTTP is used to allow Camel to use the existing HTTP server from 
the runtime.
-For example when running Camel on Spring Boot, Quarkus, or other runtimes.
+For example, when running Camel on Spring Boot, Quarkus, or other runtimes.
 
 Maven users will need to add the following dependency to their `pom.xml` for 
this component:
 
@@ -31,11 +31,15 @@ Maven users will need to add the following dependency to 
their `pom.xml` for thi
 
 == Platform HTTP Provider
 
-To use Platform HTTP a provider (engine) is required to be available on the 
classpath.
+To use Platform HTTP, a provider (engine) is required to be available on the 
classpath.
 The purpose is to have drivers for different runtimes such as Quarkus, or 
Spring Boot.
 
-To use Quarkus:
+To use it with different runtimes:
 
+[tabs]
+
+Quarkus::
++
 [source,xml]
 
 
@@ -46,8 +50,8 @@ To use Quarkus:
 
 
 
-And for Spring Boot:
-
+Spring Boot::
++
 [source,xml]
 
 
@@ -57,6 +61,8 @@ And for Spring Boot:
 
 
 
+
+
 
 // component-configure options: START
 
@@ -75,6 +81,6 @@ include::spring-boot:partial$starter.adoc[]
 
 == Implementing a reverse proxy
 
-Platform HTTP component can act as a reverse proxy, in that case some headers 
are populated from the absolute URL received on the request line of the HTTP 
request. Those headers are specific to the underlining platform.
+Platform HTTP component can act as a reverse proxy. In that case, some headers 
are populated from the absolute URL received on the request line of the HTTP 
request. Those headers are specific to the underlining platform.
 
 At this moment, this feature is only supported for Quarkus implemented in 
`camel-platform-http-vertx` component.



(camel) 02/03: CAMEL-20410: documentation fixes for camel-platform-http-main

2024-02-17 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 44a0a3f060ff55af2fb75ad2263484d5dc36c4aa
Author: Otavio R. Piske 
AuthorDate: Sat Feb 17 09:29:29 2024 +0100

CAMEL-20410: documentation fixes for camel-platform-http-main

- Fixed samples
- Converted to use tabs
- Fixed grammar and typos
- Fixed punctuation
- Added and/or fixed links

Signed-off-by: Otavio R. Piske 
---
 .../src/main/docs/platform-http-main.adoc | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc 
b/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
index 71f723ae80a..e99e970bf95 100644
--- a/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
+++ b/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
@@ -15,13 +15,13 @@ The embedded HTTP server is using VertX from the 
`camel-platform-http-vertx` dep
 
 == Enabling
 
-The HTTP server for `camel-main` (is default disabled), and you need to 
explicit enable this
+The HTTP server for `camel-main` is disabled by default, and you need to 
explicitly enable this
 by setting `camel.server.enabled=true` in application.properties.
 
-== Auto detection from classpath
+== Auto-detection from classpath
 
-To use this implementation all you need to do is to add the 
`camel-platform-http-main` dependency to the classpath,
-and the platform http component should auto-detect this.
+To use this implementation all you need to do is to add the 
`camel-platform-http-main` dependency to the classpath.
+Then, the platform http component should auto-detect this.
 
 == See More
 



(camel) branch regen_bot updated (1f8bcea1756 -> 6498af9cedd)

2024-02-17 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 1f8bcea1756 [jbang-it] Fixes and improves Camel CLI tests (#13145)
 add efec4cadf81 CAMEL-20410: documentation fixes for camel-bindy (#13144)
 add 6498af9cedd CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/bindy-dataformat.adoc| 212 +++--
 .../jbang/core/commands/action/CamelLogAction.java |  22 ++-
 2 files changed, 124 insertions(+), 110 deletions(-)



(camel) branch camel-4.4.x updated: CAMEL-20433: camel-jbang - Log command sorting when logging muliple integrations can cause sort error.

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

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


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
 new c576c3f0c09 CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.
c576c3f0c09 is described below

commit c576c3f0c09234483ed5d80a729ea8387802d05b
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 10:42:14 2024 +0100

CAMEL-20433: camel-jbang - Log command sorting when logging muliple 
integrations can cause sort error.
---
 .../jbang/core/commands/action/CamelLogAction.java | 22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
index cc3ceeb5dc3..2310d30959f 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
@@ -290,7 +290,7 @@ public class CamelLogAction extends ActionBaseCommand {
 // only sort if there are multiple Camels running
 if (names.size() > 1) {
 // sort lines
-final Map lastTimestamp = new HashMap<>();
+final SimpleDateFormat sdf = new SimpleDateFormat("-MM-dd 
HH:mm:ss.SSS");
 lines.sort((l1, l2) -> {
 l1 = unescapeAnsi(l1);
 l2 = unescapeAnsi(l2);
@@ -302,12 +302,22 @@ public class CamelLogAction extends ActionBaseCommand {
 String t2 = StringHelper.after(l2, "| ");
 t2 = StringHelper.before(t2, "  ");
 
-if (t1 == null) {
-t1 = lastTimestamp.get(n1);
+// there may be a stacktrace and no timestamps
+if (t1 != null) {
+try {
+sdf.parse(t1);
+} catch (ParseException e) {
+t1 = null;
+}
 }
-if (t2 == null) {
-t2 = lastTimestamp.get(n2);
+if (t2 != null) {
+try {
+sdf.parse(t2);
+} catch (ParseException e) {
+t2 = null;
+}
 }
+
 if (t1 == null && t2 == null) {
 return 0;
 } else if (t1 == null) {
@@ -315,8 +325,6 @@ public class CamelLogAction extends ActionBaseCommand {
 } else if (t2 == null) {
 return 1;
 }
-lastTimestamp.put(n1, t1);
-lastTimestamp.put(n2, t2);
 return t1.compareTo(t2);
 });
 }



(camel) branch main updated: CAMEL-20433: camel-jbang - Log command sorting when logging muliple integrations can cause sort error.

2024-02-17 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 6498af9cedd CAMEL-20433: camel-jbang - Log command sorting when 
logging muliple integrations can cause sort error.
6498af9cedd is described below

commit 6498af9cedd35c507f5ded6c37603a40fda1a926
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 10:42:14 2024 +0100

CAMEL-20433: camel-jbang - Log command sorting when logging muliple 
integrations can cause sort error.
---
 .../jbang/core/commands/action/CamelLogAction.java | 22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
index cc3ceeb5dc3..2310d30959f 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java
@@ -290,7 +290,7 @@ public class CamelLogAction extends ActionBaseCommand {
 // only sort if there are multiple Camels running
 if (names.size() > 1) {
 // sort lines
-final Map lastTimestamp = new HashMap<>();
+final SimpleDateFormat sdf = new SimpleDateFormat("-MM-dd 
HH:mm:ss.SSS");
 lines.sort((l1, l2) -> {
 l1 = unescapeAnsi(l1);
 l2 = unescapeAnsi(l2);
@@ -302,12 +302,22 @@ public class CamelLogAction extends ActionBaseCommand {
 String t2 = StringHelper.after(l2, "| ");
 t2 = StringHelper.before(t2, "  ");
 
-if (t1 == null) {
-t1 = lastTimestamp.get(n1);
+// there may be a stacktrace and no timestamps
+if (t1 != null) {
+try {
+sdf.parse(t1);
+} catch (ParseException e) {
+t1 = null;
+}
 }
-if (t2 == null) {
-t2 = lastTimestamp.get(n2);
+if (t2 != null) {
+try {
+sdf.parse(t2);
+} catch (ParseException e) {
+t2 = null;
+}
 }
+
 if (t1 == null && t2 == null) {
 return 0;
 } else if (t1 == null) {
@@ -315,8 +325,6 @@ public class CamelLogAction extends ActionBaseCommand {
 } else if (t2 == null) {
 return 1;
 }
-lastTimestamp.put(n1, t1);
-lastTimestamp.put(n2, t2);
 return t1.compareTo(t2);
 });
 }



(camel) branch kn-consumer created (now 920210041d8)

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

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


  at 920210041d8 CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.

This branch includes the following new commits:

 new 920210041d8 CAMEL-20421: camel-knative - Only create consumer/producer 
http factory when needed. Make camel-jbang able to detect only when knative 
consumer is in use and startup embedded HTTP server to make it work out of the 
box.

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




(camel) 01/01: CAMEL-20421: camel-knative - Only create consumer/producer http factory when needed. Make camel-jbang able to detect only when knative consumer is in use and startup embedded HTTP serve

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

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

commit 920210041d8a44e9cebb00842bccebf07192e6e2
Author: Claus Ibsen 
AuthorDate: Sat Feb 17 10:20:01 2024 +0100

CAMEL-20421: camel-knative - Only create consumer/producer http factory 
when needed. Make camel-jbang able to detect only when knative consumer is in 
use and startup embedded HTTP server to make it work out of the box.
---
 .../camel/component/knative/KnativeComponent.java  | 88 --
 .../camel/component/knative/KnativeEndpoint.java   |  5 +-
 .../knative/http/KnativeHttpConsumerFactory.java   |  7 ++
 .../knative/http/KnativeHttpProducerFactory.java   |  7 ++
 .../component/knative/http/KnativeHttpTest.java| 11 ---
 .../knative/http/KnativeHttpTestSupport.java   | 18 ++---
 .../java/org/apache/camel/main/KameletMain.java|  2 +-
 .../DependencyDownloaderClassResolver.java | 25 +-
 .../DependencyDownloaderComponentResolver.java | 39 +-
 .../camel/main/download/MainHttpServerFactory.java | 64 
 .../main/download/ResourceResolverListener.java| 29 +++
 11 files changed, 173 insertions(+), 122 deletions(-)

diff --git 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
index cc81602bbf6..2b68cd98efb 100644
--- 
a/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
+++ 
b/components/camel-knative/camel-knative-component/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
@@ -55,9 +55,6 @@ public class KnativeComponent extends HealthCheckComponent {
 @Metadata
 private KnativeConsumerFactory consumerFactory;
 
-private boolean managedProducer;
-private boolean managedConsumer;
-
 public KnativeComponent() {
 this(null);
 }
@@ -135,6 +132,13 @@ public class KnativeComponent extends HealthCheckComponent 
{
 return producerFactory;
 }
 
+public synchronized KnativeProducerFactory getOrCreateProducerFactory() 
throws Exception {
+if (producerFactory == null) {
+producerFactory = setUpProducerFactory();
+}
+return producerFactory;
+}
+
 /**
  * The protocol producer factory.
  */
@@ -146,6 +150,13 @@ public class KnativeComponent extends HealthCheckComponent 
{
 return consumerFactory;
 }
 
+public synchronized KnativeConsumerFactory getOrCreateConsumerFactory() 
throws Exception {
+if (consumerFactory == null) {
+consumerFactory = setUpConsumerFactory();
+}
+return consumerFactory;
+}
+
 /**
  * The protocol consumer factory.
  */
@@ -173,44 +184,19 @@ public class KnativeComponent extends 
HealthCheckComponent {
 @Override
 protected void doInit() throws Exception {
 super.doInit();
-
-setUpProducerFactory();
-setUpConsumerFactory();
-
-if (this.producerFactory != null && managedProducer) {
-ServiceHelper.initService(this.producerFactory);
-}
-if (this.consumerFactory != null && managedConsumer) {
-ServiceHelper.initService(this.consumerFactory);
-}
+ServiceHelper.initService(consumerFactory, producerFactory);
 }
 
 @Override
 protected void doStart() throws Exception {
 super.doStart();
-
-if (this.producerFactory != null && managedProducer) {
-ServiceHelper.startService(this.producerFactory);
-}
-if (this.consumerFactory != null && managedConsumer) {
-ServiceHelper.startService(this.consumerFactory);
-}
-
-if (this.producerFactory == null && this.consumerFactory == null) {
-throw new IllegalStateException("No producer or consumer factory 
has been configured");
-}
+ServiceHelper.startService(consumerFactory, producerFactory);
 }
 
 @Override
 protected void doStop() throws Exception {
 super.doStop();
-
-if (this.producerFactory != null && managedProducer) {
-ServiceHelper.stopService(this.producerFactory);
-}
-if (this.consumerFactory != null && managedConsumer) {
-ServiceHelper.stopService(this.consumerFactory);
-}
+ServiceHelper.stopService(consumerFactory, producerFactory);
 }
 
 @SuppressWarnings({ "unchecked", "rawtypes" })
@@ -290,58 +276,44 @@ public class KnativeComponent extends 
HealthCheckComponent {
 return conf;
 }
 
-private void setUpProducerFactory() throws Exception {
+private KnativeProducerFactory setUpProducerFactory() throws Exception {
 if (producerFactory ==