[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2021-12-24 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1620745463-611-7ad359e6-6678-4e95-93ff-57123a5ea417
   * Camel Quarkus Commit: 2e1432f591897603fdbe07fcc3fd4f85dd7bc431
   
   * Quarkus Main Commit: 7ce5eba1e6a09d43b0b4e4415131a0e5a4eddfeb
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1620745463


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

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

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




[camel-quarkus] 01/03: ⬆️ Upgrade to Camel 3.15

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 8c521c341f56c5e2651cb94dade92c00a481a074
Author: Zineb Bendhiba 
AuthorDate: Wed Dec 22 16:16:52 2021 +0100

⬆️ Upgrade to Camel 3.15
---
 docs/antora.yml  | 6 +++---
 docs/modules/ROOT/examples/components/azure-eventhubs.yml| 2 +-
 docs/modules/ROOT/examples/components/azure-storage-blob.yml | 2 +-
 docs/modules/ROOT/examples/components/azure-storage-datalake.yml | 2 +-
 docs/modules/ROOT/examples/components/azure-storage-queue.yml| 2 +-
 pom.xml  | 6 +++---
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index be367c8..6180c1b 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -28,11 +28,11 @@ asciidoc:
 
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.4 # replace ${target-maven-version}
-camel-version: 3.14.0 # replace ${camel.version}
+camel-version: 3.15.0-SNAPSHOT # replace ${camel.version}
 quarkus-version: 2.6.0.Final # replace ${quarkus.version}
 # attributes used in xrefs to other Antora components
-cq-camel-components: 3.14.x@components # replace 
${camel.docs.components.xref}
+cq-camel-components: 3.15.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
 # indexTable common
-indexer-version: 3.14.x # replace ${camel.docs.components.version}
+indexer-version: 3.15.x # replace ${camel.docs.components.version}
 indexer-component: camel-quarkus
diff --git a/docs/modules/ROOT/examples/components/azure-eventhubs.yml 
b/docs/modules/ROOT/examples/components/azure-eventhubs.yml
index 52f94e8..4d09d2a 100644
--- a/docs/modules/ROOT/examples/components/azure-eventhubs.yml
+++ b/docs/modules/ROOT/examples/components/azure-eventhubs.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.7.0
 cqNativeSince: 1.7.0
 cqCamelPartName: azure-eventhubs
 cqCamelPartTitle: Azure Event Hubs
-cqCamelPartDescription: The azure-eventhubs component that integrates Azure 
Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable 
publish-subscribe service that can ingest millions of events per second and 
stream them to multiple consumers.
+cqCamelPartDescription: Send and receive events to/from Azure Event Hubs using 
AMQP protocol.
 cqExtensionPageTitle: Azure Event Hubs
diff --git a/docs/modules/ROOT/examples/components/azure-storage-blob.yml 
b/docs/modules/ROOT/examples/components/azure-storage-blob.yml
index dfce732..42cfb5c 100644
--- a/docs/modules/ROOT/examples/components/azure-storage-blob.yml
+++ b/docs/modules/ROOT/examples/components/azure-storage-blob.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.1.0
 cqNativeSince: 1.6.0
 cqCamelPartName: azure-storage-blob
 cqCamelPartTitle: Azure Storage Blob Service
-cqCamelPartDescription: Store and retrieve blobs from Azure Storage Blob 
Service using SDK v12.
+cqCamelPartDescription: Store and retrieve blobs from Azure Storage Blob 
Service.
 cqExtensionPageTitle: Azure Storage Blob Service
diff --git a/docs/modules/ROOT/examples/components/azure-storage-datalake.yml 
b/docs/modules/ROOT/examples/components/azure-storage-datalake.yml
index c66aa04..a768d99 100644
--- a/docs/modules/ROOT/examples/components/azure-storage-datalake.yml
+++ b/docs/modules/ROOT/examples/components/azure-storage-datalake.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.8.0
 cqNativeSince: n/a
 cqCamelPartName: azure-storage-datalake
 cqCamelPartTitle: Azure Storage Datalake Service
-cqCamelPartDescription: Camel Azure Datalake Gen2 Component
+cqCamelPartDescription: Sends and receives files to/from Azure DataLake 
Storage.
 cqExtensionPageTitle: Azure storage datalake service
diff --git a/docs/modules/ROOT/examples/components/azure-storage-queue.yml 
b/docs/modules/ROOT/examples/components/azure-storage-queue.yml
index edb634d..87d5d8e 100644
--- a/docs/modules/ROOT/examples/components/azure-storage-queue.yml
+++ b/docs/modules/ROOT/examples/components/azure-storage-queue.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.1.0
 cqNativeSince: 1.7.0
 cqCamelPartName: azure-storage-queue
 cqCamelPartTitle: Azure Storage Queue Service
-cqCamelPartDescription: The azure-storage-queue component is used for storing 
and retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
+cqCamelPartDescription: Stores and retrieves messages to/from Azure Storage 
Queue.
 cqExtensionPageTitle: Azure Storage Queue Service
diff --git a/pom.xml b/pom.xml
index e4a9d1b..671b910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.14.0
+3.15.0-SNAPSHOT
 
 
 org.apache.camel.quarkus
@@ -39,8 +39,8 @@
 
 
 
-3.14 
-${camel.major.minor}.0
+3.15 

[camel-quarkus] 03/03: Disable Fhir tests

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit e8a14290ca2c24f3818b058e7325952e6d643c22
Author: Zineb Bendhiba 
AuthorDate: Fri Dec 24 12:36:00 2021 +0100

Disable Fhir tests
---
 .../java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java   | 2 ++
 .../java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java | 2 ++
 .../org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java| 2 ++
 .../org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java  | 2 ++
 4 files changed, 8 insertions(+)

diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
index 27d3862..7da92c4 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
@@ -17,8 +17,10 @@
 package org.apache.camel.quarkus.component.fhir.it;
 
 import io.quarkus.test.junit.NativeImageTest;
+import org.junit.jupiter.api.Disabled;
 
 @NativeImageTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirClientIT extends FhirClientTest {
 
 }
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
index b5967a3..3f677ce 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
@@ -24,10 +24,12 @@ import io.restassured.http.ContentType;
 import org.apache.camel.quarkus.component.fhir.FhirFlags;
 import org.apache.camel.quarkus.test.EnabledIf;
 import org.jboss.logging.Logger;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
 @QuarkusTestResource(FhirTestResource.class)
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirClientTest {
 private static final Logger LOG = Logger.getLogger(FhirClientTest.class);
 
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
index d6b0209..9ee54ee 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.fhir.it;
 
 import io.quarkus.test.junit.NativeImageTest;
+import org.junit.jupiter.api.Disabled;
 
 @NativeImageTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirDataformatIT extends FhirDataformatTest {
 }
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
index b2a4193..9f8229d 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
@@ -24,9 +24,11 @@ import org.apache.camel.quarkus.component.fhir.FhirFlags;
 import org.apache.camel.quarkus.test.EnabledIf;
 import org.hl7.fhir.dstu3.model.Patient;
 import org.jboss.logging.Logger;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirDataformatTest {
 private static final Logger LOG = 
Logger.getLogger(FhirDataformatTest.class);
 


[camel-quarkus] 02/03: Upgrade Yaml Routes to Yaml 3.15 style

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 4fedef99d8f0bc8747746a4388cbfc3470d447f9
Author: Zineb Bendhiba 
AuthorDate: Thu Dec 23 15:04:58 2021 +0100

Upgrade Yaml Routes to Yaml 3.15 style
---
 .../route-configurations/src/main/resources/yaml/routes.yaml  | 11 ++-
 .../main-yaml/src/main/resources/routes/my-rests.yaml |  9 +
 .../main-yaml/src/main/resources/routes/my-routes.yaml| 11 ++-
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git 
a/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
 
b/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
index 6e5418f..fd4dc34 100644
--- 
a/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
+++ 
b/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
@@ -17,8 +17,9 @@
 
 - route:
 route-configuration-id: "xmlRouteConfiguration"
-from: "direct:yamlRoute"
-steps:
-  - throw-exception:
-  exception-type: 
"org.apache.camel.quarkus.core.it.routeconfigurations.RouteConfigurationsException"
-  message: "Intentional exception to trigger onException in 
xmlRouteConfiguration"
\ No newline at end of file
+from:
+uri: "direct:yamlRoute"
+steps:
+  - throw-exception:
+  exception-type: 
"org.apache.camel.quarkus.core.it.routeconfigurations.RouteConfigurationsException"
+  message: "Intentional exception to trigger onException in 
xmlRouteConfiguration"
\ No newline at end of file
diff --git 
a/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml 
b/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
index b246556..fd1f1b6 100644
--- a/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
+++ b/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
@@ -22,7 +22,8 @@
 to: "direct:rest"
 - route:
 id: "rest-route"
-from: "direct:rest"
-steps:
-  - set-body:
-  constant: "Hello World!!!"
+from:
+  uri: "direct:rest"
+  steps:
+- set-body:
+constant: "Hello World!!!"
diff --git 
a/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml 
b/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
index e6ae42f..d0a6f53 100644
--- a/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
+++ b/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
@@ -17,8 +17,9 @@
 
 - route:
 id: "my-yaml-route"
-from: "timer:from-xml?period=3000"
-steps:
-  - set-body:
-  constant: "Hello World!!!"
-  - to: "log:from-yaml"
+from:
+  uri: "timer:from-xml?period=3000"
+  steps:
+- set-body:
+constant: "Hello World!!!"
+- to: "log:from-yaml"


[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2021-12-24 Thread GitBox


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


   Build fixed with:
   
   * Camel Quarkus Commit: e8a14290ca2c24f3818b058e7325952e6d643c22
   
   * Camel Main Commit: 7ce5eba1e6a09d43b0b4e4415131a0e5a4eddfeb
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1620509226


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

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

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




[camel-quarkus] branch camel-main updated (086b883 -> e8a1429)

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 discard 086b883  Disable Fhir tests
 discard 3eccb70  Upgrade Yaml Routes to Yaml 3.15 style
 discard cba372b  ⬆️ Upgrade to Camel 3.15
 add caaa116  Add released branch to official documentation
 add 5e674dc  Updated CHANGELOG.md
 add 2d5f335  Manage Eclipse jgit version and jzlib version Fixes #3414
 add 189af5f  Added Json-Patch Extension
 add 0f82445  Added Json-Patch Extension
 add 6f5b6b7  Added Json-Patch Extension
 add c5dc28b  Added Json-Patch Extension
 add 7e6a9ce  Added Json-Patch Extension
 add 7ce5eba  Added Json-Patch Extension
 new 8c521c3  ⬆️ Upgrade to Camel 3.15
 new 4fedef9  Upgrade Yaml Routes to Yaml 3.15 style
 new e8a1429  Disable Fhir tests

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   (086b883)
\
 N -- N -- N   refs/heads/camel-main (e8a1429)

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 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:
 CHANGELOG.md   |  2 ++
 catalog/pom.xml| 13 
 .../ROOT/examples/components/json-patch.yml| 13 
 docs/modules/ROOT/nav.adoc |  1 +
 .../pages/contributor-guide/release-guide.adoc |  2 +-
 .../extensions/{asterisk.adoc => json-patch.adoc}  | 16 -
 .../json-patch/deployment/pom.xml  | 14 
 .../json/patch/deployment/JsonPatchProcessor.java} |  8 ++---
 .../json-patch/pom.xml |  8 ++---
 .../json-patch/runtime/pom.xml | 32 +-
 .../main/resources/META-INF/quarkus-extension.yaml |  6 ++--
 extensions-jvm/pom.xml |  1 +
 .../{splunk-hec => json-patch}/pom.xml | 15 +
 .../json/patch/it/JsonPatchResource.java}  | 20 +--
 .../component/json/patch/it/JsonPatchTest.java}|  8 ++---
 integration-tests-jvm/pom.xml  |  1 +
 pom.xml|  2 ++
 poms/bom/pom.xml   | 39 ++
 18 files changed, 131 insertions(+), 70 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/json-patch.yml
 copy docs/modules/ROOT/pages/reference/extensions/{asterisk.adoc => 
json-patch.adoc} (57%)
 copy tooling/create-extension-templates/deployment-pom.xml => 
extensions-jvm/json-patch/deployment/pom.xml (83%)
 copy 
extensions-jvm/{xslt-saxon/deployment/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/deployment/XsltSaxonProcessor.java
 => 
json-patch/deployment/src/main/java/org/apache/camel/quarkus/component/json/patch/deployment/JsonPatchProcessor.java}
 (88%)
 copy tooling/create-extension-templates/parent-pom.xml => 
extensions-jvm/json-patch/pom.xml (86%)
 copy tooling/create-extension-templates/runtime-pom.xml => 
extensions-jvm/json-patch/runtime/pom.xml (81%)
 copy extensions-jvm/{aws-xray => 
json-patch}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (88%)
 copy integration-tests-jvm/{splunk-hec => json-patch}/pom.xml (83%)
 copy 
integration-tests-jvm/{xslt-saxon/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/it/XsltSaxonResource.java
 => 
json-patch/src/main/java/org/apache/camel/quarkus/component/json/patch/it/JsonPatchResource.java}
 (74%)
 copy 
integration-tests-jvm/{splunk-hec/src/test/java/org/apache/camel/quarkus/component/splunk/hec/it/SplunkHecTest.java
 => 
json-patch/src/test/java/org/apache/camel/quarkus/component/json/patch/it/JsonPatchTest.java}
 (84%)


[GitHub] [camel-quarkus] github-actions[bot] closed issue #2927: [CI] - Camel Main Branch Build Failure

2021-12-24 Thread GitBox


github-actions[bot] closed issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927


   


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

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

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




[camel-quarkus] branch main updated: Updated CHANGELOG.md

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 5de53f019d32d6217f1e0237bb88923b0c630e96
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 25 03:11:35 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6507ee..d5e0931 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,16 @@
 
 **Closed issues:**
 
+- Manage Eclipse jgit version and jzlib version 
[\#3414](https://github.com/apache/camel-quarkus/issues/3414)
 - Ban `commons-logging` and `commons-logging-api` 
[\#3405](https://github.com/apache/camel-quarkus/issues/3405)
+- Create a Json-patch extension 
[\#3403](https://github.com/apache/camel-quarkus/issues/3403)
 - \[Docs\] Self-contained way of generating components/dataformats/etc tables 
[\#3396](https://github.com/apache/camel-quarkus/issues/3396)
 - \[Quarkus 2.6.0.Final\] Remove `software.amazon.awssdk:apache-client` 
dependency override  
[\#3366](https://github.com/apache/camel-quarkus/issues/3366)
 
 **Merged pull requests:**
 
+- Added Json-Patch JVM Extension  
[\#3419](https://github.com/apache/camel-quarkus/pull/3419) 
([oscerd](https://github.com/oscerd))
+- Manage Eclipse jgit version and jzlib version 
[\#3415](https://github.com/apache/camel-quarkus/pull/3415) 
([zbendhiba](https://github.com/zbendhiba))
 - Add released branch to official documentation 
[\#3413](https://github.com/apache/camel-quarkus/pull/3413) 
([zbendhiba](https://github.com/zbendhiba))
 - Force Bouncycastle dependency bcutil-jdk15on version 
[\#3412](https://github.com/apache/camel-quarkus/pull/3412) 
([zbendhiba](https://github.com/zbendhiba))
 -  Use Quarkus Platform Maven Wrapper 
[\#3409](https://github.com/apache/camel-quarkus/pull/3409) 
([zbendhiba](https://github.com/zbendhiba))


[GitHub] [camel-quarkus] ffang commented on pull request #3418: java.lang.UnsatisfiedLinkError: no awt in java.library.path in native…

2021-12-24 Thread GitBox


ffang commented on pull request #3418:
URL: https://github.com/apache/camel-quarkus/pull/3418#issuecomment-1000961820


   Thanks @zbendhiba !


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

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

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




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

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 31c2e5b9da5fc5edb26c3ac0228b8f5ea5c21c1c
Author: Gregor Zurowski 
AuthorDate: Fri Dec 24 20:15:03 2021 +

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

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index 960325e..eaec297 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.11.5
+3.11.6-SNAPSHOT
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 51375ed..82883df 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.11.5
+3.11.6-SNAPSHOT
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 8aee280..dbb845f 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.11.5
+3.11.6-SNAPSHOT
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 3652582..cefcb4f 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.11.5
+3.11.6-SNAPSHOT
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index ff57b10..527aa83 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.11.5
+3.11.6-SNAPSHOT
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 26eedc3..171e86f 100644
--- a/catalog/pom.xml
+++ 

[camel-karaf] annotated tag camel-karaf-3.11.5 created (now b46a807)

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at b46a807  (tag)
 tagging 2e141da1504e966a8f5c874773bad6441c51328b (commit)
 replaces camel-karaf-3.11.4
  by Gregor Zurowski
  on Fri Dec 24 20:14:58 2021 +

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

No new revisions were added by this update.


[camel-karaf] 01/02: Target Camel 3.11.5 for release

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 7caa706d498b7ab9ef11f00418ab5588beb40713
Author: Gregor Zurowski 
AuthorDate: Fri Dec 24 20:09:21 2021 +

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

diff --git a/pom.xml b/pom.xml
index 04b9a82..a66a02d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.11.5-SNAPSHOT
+3.11.5
 
 
 org.apache.camel.karaf
@@ -106,7 +106,7 @@
 false
 
 
-3.11.5-SNAPSHOT
+3.11.5
 
 1.7.0_6
 3.5.2_1
@@ -747,7 +747,7 @@
 
 dev
 
-3.11.5-SNAPSHOT
+3.11.5
 
 
 


[camel-karaf] 02/02: [maven-release-plugin] prepare release camel-karaf-3.11.5

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 2e141da1504e966a8f5c874773bad6441c51328b
Author: Gregor Zurowski 
AuthorDate: Fri Dec 24 20:14:53 2021 +

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

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index f78a89d..960325e 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.11.5-SNAPSHOT
+3.11.5
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index b1e2057..51375ed 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.11.5-SNAPSHOT
+3.11.5
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index b628ddb..8aee280 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.11.5-SNAPSHOT
+3.11.5
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 29a65085..3652582 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.11.5-SNAPSHOT
+3.11.5
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index 312ed8b..ff57b10 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.11.5-SNAPSHOT
+3.11.5
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 93032a5..26eedc3 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.11.5-SNAPSHOT
+3.11.5
 ..
 
 
diff --git a/components/camel-bean-osgi/pom.xml 

[camel-karaf] branch release/3.11.5 created (now 2e141da)

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 2e141da  [maven-release-plugin] prepare release camel-karaf-3.11.5

This branch includes the following new commits:

 new 7caa706  Target Camel 3.11.5 for release
 new 2e141da  [maven-release-plugin] prepare release camel-karaf-3.11.5

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.



[GitHub] [camel-website] github-actions[bot] commented on pull request #738: Resolves #732: Main commit UI bundle

2021-12-24 Thread GitBox


github-actions[bot] commented on pull request #738:
URL: https://github.com/apache/camel-website/pull/738#issuecomment-1000919883


    Preview is available at https://pr-738--camel.netlify.app


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

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

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




[GitHub] [camel-website] djencks commented on pull request #738: Resolves #732: Main commit UI bundle

2021-12-24 Thread GitBox


djencks commented on pull request #738:
URL: https://github.com/apache/camel-website/pull/738#issuecomment-1000912109


   Fixed: we can now use the unpacked UI bundle in Antora, and that part is 
reproducible.
   I added myself to the list of auto-assignees.  Zoran, can I add you too?


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

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

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




[camel-website] branch asf-site updated (bcf0c90 -> fd66804)

2021-12-24 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.git.


 discard bcf0c90  Website updated to 08e95a5351270ab7bc9713252c59e31d18665731
 discard eff913f  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 4c39c43  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new fd66804  Website updated to 08e95a5351270ab7bc9713252c59e31d18665731

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   (bcf0c90)
\
 N -- N -- N   refs/heads/asf-site (fd66804)

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:
 .../_images/kamelets/google-mail-stream-source.svg |7 -
 .../kamelets/google-sheets-stream-source.svg   |   16 -
 .../0.5.x/_images/kamelets/insert-field.svg|   59 -
 camel-kamelets/0.5.x/avro-deserialize-action.html  |   42 +-
 camel-kamelets/0.5.x/avro-serialize-action.html|   42 +-
 camel-kamelets/0.5.x/aws-cloudwatch-sink.html  |   18 +-
 camel-kamelets/0.5.x/aws-ddb-streams-source.html   |   22 +-
 camel-kamelets/0.5.x/aws-ec2-sink.html |   14 +-
 .../0.5.x/aws-kinesis-firehose-sink.html   |   18 +-
 camel-kamelets/0.5.x/aws-kinesis-sink.html |   18 +-
 camel-kamelets/0.5.x/aws-kinesis-source.html   |   22 +-
 camel-kamelets/0.5.x/aws-lambda-sink.html  |   18 +-
 camel-kamelets/0.5.x/aws-s3-sink.html  |   18 +-
 camel-kamelets/0.5.x/aws-s3-source.html|   22 +-
 .../0.5.x/aws-s3-streaming-upload-sink.html|   22 +-
 camel-kamelets/0.5.x/aws-sns-fifo-sink.html|   18 +-
 camel-kamelets/0.5.x/aws-sns-sink.html |   18 +-
 camel-kamelets/0.5.x/aws-sqs-batch-sink.html   |   18 +-
 camel-kamelets/0.5.x/aws-sqs-fifo-sink.html|   18 +-
 camel-kamelets/0.5.x/aws-sqs-sink.html |   18 +-
 camel-kamelets/0.5.x/aws-sqs-source.html   |   22 +-
 camel-kamelets/0.5.x/aws-translate-action.html |   54 +-
 camel-kamelets/0.5.x/azure-cosmosdb-source.html|   22 +-
 camel-kamelets/0.5.x/azure-eventhubs-sink.html |   18 +-
 camel-kamelets/0.5.x/azure-eventhubs-source.html   |   34 +-
 camel-kamelets/0.5.x/azure-storage-blob-sink.html  |   14 +-
 .../0.5.x/azure-storage-blob-source.html   |   20 +-
 camel-kamelets/0.5.x/azure-storage-queue-sink.html |   14 +-
 .../0.5.x/azure-storage-queue-source.html  |   18 +-
 camel-kamelets/0.5.x/bitcoin-source.html   |6 +-
 camel-kamelets/0.5.x/caffeine-action.html  |   34 +-
 camel-kamelets/0.5.x/cassandra-sink.html   |   22 +-
 camel-kamelets/0.5.x/cassandra-source.html |   26 +-
 camel-kamelets/0.5.x/chuck-norris-source.html  |6 +-
 camel-kamelets/0.5.x/chunk-template-action.html|   38 +-
 camel-kamelets/0.5.x/cron-source.html  |   14 +-
 camel-kamelets/0.5.x/dns-dig-action.html   |   30 +-
 camel-kamelets/0.5.x/dns-ip-action.html|   30 +-
 camel-kamelets/0.5.x/dns-lookup-action.html|   30 +-
 camel-kamelets/0.5.x/dropbox-sink.html |   16 +-
 camel-kamelets/0.5.x/dropbox-source.html   |   24 +-
 camel-kamelets/0.5.x/earthquake-source.html|6 +-
 camel-kamelets/0.5.x/elasticsearch-index-sink.html |   10 +-
 .../0.5.x/elasticsearch-search-source.html |   22 +-
 camel-kamelets/0.5.x/exec-sink.html|6 +-
 camel-kamelets/0.5.x/extract-field-action.html |   38 +-
 camel-kamelets/0.5.x/fhir-source.html  |   18 +-
 camel-kamelets/0.5.x/file-watch-source.html|   12 +-
 .../0.5.x/freemarker-template-action.html  |   38 +-
 camel-kamelets/0.5.x/ftp-sink.html |   20 +-
 camel-kamelets/0.5.x/ftp-source.html   |   24 +-
 camel-kamelets/0.5.x/ftps-sink.html|   20 +-
 camel-kamelets/0.5.x/ftps-source.html  |   24 +-
 camel-kamelets/0.5.x/github-source.html|   20 +-
 camel-kamelets/0.5.x/google-calendar-source.html   |   34 +-
 camel-kamelets/0.5.x/google-mail-source.html   |   30 +-
 camel-kamelets/0.5.x/google-pubsub-sink.html   |   14 +-
 

[camel] branch regen_bot updated (965dcd8 -> e7338c8)

2021-12-24 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 965dcd8  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f
 add e7338c8  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

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   (965dcd8)
\
 N -- N -- N   refs/heads/regen_bot (e7338c8)

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-kamelets] branch regen_bot updated (83986c3 -> f9b4657)

2021-12-24 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-kamelets.git.


from 83986c3  Update websocket icon
 add b93c198  use source-watch partial build
 add 6b7d9d5  remove hard-coded generated pages/images and templates
 add 46819c1  simplify generator to only generate nav file.  Still much too 
complicated
 add 3f79c77  generated nav changes
 add 3466789  add symlink to kamelets in library
 add eb0b675  Templates for kamelet adoc generation
 add f9b4657  fix (hopefully) validator instructions

No new revisions were added by this update.

Summary of changes:
 README.md  |2 +-
 docs/README.md |   14 -
 docs/README_local_build.adoc   |   31 +
 docs/antora-playbook.yml   |   16 -
 docs/antora.yml|5 +-
 docs/indexPages.yml|   33 +
 docs/{antora.yml => local-build.sh}|   29 +-
 .../images/kamelets/avro-deserialize-action.svg|   59 -
 .../images/kamelets/avro-serialize-action.svg  |   59 -
 .../assets/images/kamelets/aws-cloudwatch-sink.svg |1 -
 .../images/kamelets/aws-ddb-streams-source.svg |1 -
 .../ROOT/assets/images/kamelets/aws-ec2-sink.svg   |1 -
 .../images/kamelets/aws-kinesis-firehose-sink.svg  |1 -
 .../assets/images/kamelets/aws-kinesis-sink.svg|1 -
 .../assets/images/kamelets/aws-kinesis-source.svg  |1 -
 .../assets/images/kamelets/aws-lambda-sink.svg |1 -
 .../assets/images/kamelets/aws-redshift-sink.svg   |1 -
 .../assets/images/kamelets/aws-redshift-source.svg |1 -
 .../ROOT/assets/images/kamelets/aws-s3-sink.svg|1 -
 .../ROOT/assets/images/kamelets/aws-s3-source.svg  |1 -
 .../kamelets/aws-s3-streaming-upload-sink.svg  |1 -
 .../images/kamelets/aws-secrets-manager-sink.svg   |1 -
 .../assets/images/kamelets/aws-sns-fifo-sink.svg   |   14 -
 .../ROOT/assets/images/kamelets/aws-sns-sink.svg   |   14 -
 .../assets/images/kamelets/aws-sqs-batch-sink.svg  |   81 -
 .../assets/images/kamelets/aws-sqs-fifo-sink.svg   |   81 -
 .../ROOT/assets/images/kamelets/aws-sqs-sink.svg   |   81 -
 .../ROOT/assets/images/kamelets/aws-sqs-source.svg |   81 -
 .../images/kamelets/aws-translate-action.svg   |1 -
 .../images/kamelets/azure-cosmosdb-source.svg  |1 -
 .../images/kamelets/azure-eventhubs-sink.svg   |1 -
 .../images/kamelets/azure-eventhubs-source.svg |1 -
 .../images/kamelets/azure-storage-blob-sink.svg|1 -
 .../images/kamelets/azure-storage-blob-source.svg  |1 -
 .../images/kamelets/azure-storage-queue-sink.svg   |1 -
 .../images/kamelets/azure-storage-queue-source.svg |1 -
 .../ROOT/assets/images/kamelets/bitcoin-source.svg |7 -
 .../assets/images/kamelets/caffeine-action.svg |   39 -
 .../ROOT/assets/images/kamelets/cassandra-sink.svg |   47 -
 .../assets/images/kamelets/cassandra-source.svg|   47 -
 .../assets/images/kamelets/chuck-norris-source.svg |  103 -
 .../images/kamelets/chunk-template-action.svg  |   59 -
 .../ROOT/assets/images/kamelets/couchbase-sink.svg |1 -
 .../ROOT/assets/images/kamelets/cron-source.svg|1 -
 .../ROOT/assets/images/kamelets/dns-dig-action.svg |1 -
 .../ROOT/assets/images/kamelets/dns-ip-action.svg  |1 -
 .../assets/images/kamelets/dns-lookup-action.svg   |1 -
 .../ROOT/assets/images/kamelets/dropbox-sink.svg   |4 -
 .../ROOT/assets/images/kamelets/dropbox-source.svg |4 -
 .../assets/images/kamelets/earthquake-source.svg   |1 -
 .../images/kamelets/elasticsearch-index-sink.svg   |   25 -
 .../kamelets/elasticsearch-search-source.svg   |   25 -
 .../ROOT/assets/images/kamelets/exec-sink.svg  |   29 -
 .../images/kamelets/extract-field-action.svg   |   59 -
 .../ROOT/assets/images/kamelets/fhir-source.svg|1 -
 .../assets/images/kamelets/file-watch-source.svg   |   75 -
 .../images/kamelets/freemarker-template-action.svg |   59 -
 .../ROOT/assets/images/kamelets/ftp-sink.svg   |   89 -
 .../ROOT/assets/images/kamelets/ftp-source.svg |   89 -
 .../ROOT/assets/images/kamelets/ftps-sink.svg  |   89 -
 .../ROOT/assets/images/kamelets/ftps-source.svg|   89 -
 .../images/kamelets/github-commit-source.svg   |3 -
 .../assets/images/kamelets/github-event-source.svg |3 -
 .../ROOT/assets/images/kamelets/github-source.svg  |3 -
 .../assets/images/kamelets/github-tag-source.svg   |3 -
 .../images/kamelets/google-calendar-source.svg |1 -
 .../images/kamelets/google-functions-sink.svg  |   19 -
 .../assets/images/kamelets/google-mail-source.svg  |7 -
 .../images/kamelets/google-mail-stream-source.svg  |7 -
 .../assets/images/kamelets/google-pubsub-sink.svg  |1 -
 

[camel-kamelets] 06/07: Templates for kamelet adoc generation

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit eb0b675762f6080cabe481a19b57848502ad5111
Author: David Jencks 
AuthorDate: Sun Nov 14 12:14:42 2021 -0800

Templates for kamelet adoc generation
---
 docs/antora.yml|   5 +-
 docs/indexPages.yml|  33 +
 docs/modules/ROOT/examples/js/kamelets.js  | 160 +
 .../ROOT/examples/template/kamelet-icon.svg|   1 +
 .../ROOT/examples/template/kamelet-options.adoc| 131 +
 5 files changed, 329 insertions(+), 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 763c601..c14f4b4 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -24,7 +24,10 @@ display-version: Next (Pre-release)
 nav:
 - modules/ROOT/nav.adoc
 
-# Update to appropriate released camel-k version on release
 asciidoc:
   attributes:
+requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'"
+# Update to appropriate released camel-k version on release
 camel-k-version: next
+jsonpath-trace: true
+jsonpath-debug: true
diff --git a/docs/indexPages.yml b/docs/indexPages.yml
new file mode 100644
index 000..178106d
--- /dev/null
+++ b/docs/indexPages.yml
@@ -0,0 +1,33 @@
+indexPages:
+  - query:
+  module: ROOT
+  family: example
+  relative: yaml/*
+requires: 'kamelets=xref:js/kamelets.js'
+content-as: json
+template-id:
+  family: example
+  relative: template/kamelet-options.adoc
+extract:
+  - path: 'src.relative'
+match: 'yaml/(?*).kamelet.yaml'
+target:
+  match: 'yaml/(?*).kamelet.yaml'
+  format: '`${basename}.adoc`'
+
+  - query:
+  module: ROOT
+  family: example
+  relative: yaml/*
+requires: 'kamelets=xref:js/kamelets.js'
+content-as: json
+template-id:
+  family: example
+  relative: template/kamelet-icon.svg
+extract:
+  - path: 'src.relative'
+match: 'yaml/(?*).kamelet.yaml'
+target:
+  family: image
+  match: 'yaml/(?*).kamelet.yaml'
+  format: '`kamelets/${basename}.svg`'
diff --git a/docs/modules/ROOT/examples/js/kamelets.js 
b/docs/modules/ROOT/examples/js/kamelets.js
new file mode 100644
index 000..549983c
--- /dev/null
+++ b/docs/modules/ROOT/examples/js/kamelets.js
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+const util = require('camel-website-util')
+
+const QUOTED_CHARS = /[$`"\\]/g
+
+const QUOTE_REPLACEMENTS = {
+  '$': '\\$',
+  '\`': '\\\`',
+  '"': '\\"',
+  '\\': '',
+}
+
+const svgb64Prefix = 'data:image/svg+xml;base64,'
+
+module.exports = {
+  binding: (binding, apiVersion, kind, metadata_, spec_, refKind, 
refApiVersion, refName) => {
+  const name = metadata_.name
+  const metadata = {name: `${name}-binding`}
+  const kamelet = {
+ref: {
+  kind,
+  apiVersion,
+  name,
+},
+properties: kameletPropertyList(spec_.definition)
+  }
+  const platform = {
+ref: {
+  kind: refKind,
+  apiVersion: refApiVersion,
+  name: refName,
+},
+  }
+  const base = {
+apiVersion,
+kind: 'KameletBinding',
+metadata,
+  }
+  const fn = kameletBindings[binding] || (() => `unrecognized binding 
${binding}`)
+  return fn(base, kamelet, platform)
+  },
+
+  bindingCommand: (binding, name, definition, topic) => {
+const namePrefix = { action: 'step-0', sink: 'sink', source: 'source' 
}[binding]
+const quote = (string) => (typeof string === 'String')
+  ? string.replace(QUOTED_CHARS, (m) => QUOTE_REPLACEMENTS[m])
+  : string
+const properties = Object.entries(kameletPropertyList(definition) || {})
+  .map(([name, value]) => `-p "${namePrefix}.${name}=${quote(value)}"`)
+  .join(' ')
+return `kamel bind ${name} ${properties} ${topic}`
+  },
+
+  sort: function (list) {
+function alphaSort (list) {
+  return list.sort((a, b) => a.name < b.name ?  -1: a.name > b.name ? 1: 0)
+}
+const 

[camel-kamelets] 07/07: fix (hopefully) validator instructions

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit f9b465772c47cee8d9e1032d2f243695c20f3627
Author: David Jencks 
AuthorDate: Tue Dec 21 13:55:01 2021 -0800

fix (hopefully) validator instructions
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dfd930d..5100a59 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ $ go run . ../../kamelets/ ../../docs/modules/ROOT/
 and validate:
 ```bash
 $ cd script/validator
-$ go run go run . ../../kamelets/
+$ go run . ../../kamelets/
 ```
 be sure that there aren't reported ERRORS.
 


[camel-kamelets] 03/07: simplify generator to only generate nav file. Still much too complicated

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit 46819c114c00a34ce2af19653217dd734ed6ca82
Author: David Jencks 
AuthorDate: Tue Dec 21 13:48:32 2021 -0800

simplify generator to only generate nav file.  Still much too complicated
---
 script/generator/README.md|   4 +-
 script/generator/generator.go | 355 +-
 2 files changed, 5 insertions(+), 354 deletions(-)

diff --git a/script/generator/README.md b/script/generator/README.md
index a4f3fa8..61853fd 100644
--- a/script/generator/README.md
+++ b/script/generator/README.md
@@ -1,6 +1,6 @@
-# Website Generator
+# Website nav file Generator
 
-To generate the adoc and svg files for the website (you need `go`):
+To generate the nav file for the website (you need `go`):
 
 ```
 # From the script/generator directory
diff --git a/script/generator/generator.go b/script/generator/generator.go
index 8cb80d3..b594172 100644
--- a/script/generator/generator.go
+++ b/script/generator/generator.go
@@ -1,20 +1,14 @@
 package main
 
 import (
-   "bytes"
-   "encoding/base64"
-   "errors"
"fmt"
"io/ioutil"
"os"
-   "path"
"path/filepath"
"sort"
"strings"
-   "text/template"
 
camel "github.com/apache/camel-k/pkg/apis/camel/v1alpha1"
-   "github.com/iancoleman/strcase"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/runtime/serializer"
@@ -30,307 +24,18 @@ func main() {
projectBaseDir := os.Args[1]
docBaseDir := os.Args[2]
 
-   funcMap := template.FuncMap{
-   "ToCamel": strcase.ToCamel,
-   }
-
-   templateFile := path.Join(docBaseDir, "kamelet.adoc.tmpl")
-   kameletBindingFile := path.Join(docBaseDir, 
"kamelet-binding-sink-source.tmpl")
-   propertiesListFile := path.Join(docBaseDir, "properties-list.tmpl")
-
-
-
-   docTemplate, err := 
template.New("kamelet.adoc.tmpl").Funcs(funcMap).ParseFiles(templateFile, 
kameletBindingFile, propertiesListFile)
-   handleGeneralError(fmt.Sprintf("cannot load template file from %s", 
templateFile), err)
-
-   camelKYamlBindingsBaseDir := filepath.Join(projectBaseDir, 
"../templates", "bindings", "camel-k")
-   yamlTemplateFile := path.Join(camelKYamlBindingsBaseDir, 
"kamelet.yaml.tmpl")
-
-   yamlTemplate, err := 
template.New("kamelet.yaml.tmpl").Funcs(funcMap).ParseFiles(yamlTemplateFile, 
kameletBindingFile, propertiesListFile)
-   handleGeneralError(fmt.Sprintf("cannot load template file from %s", 
templateFile), err)
-
-   coreYamlBindingsBaseDir := filepath.Join(projectBaseDir, 
"../templates", "bindings", "core")
-   coreYamlTemplateFile := path.Join(coreYamlBindingsBaseDir, 
"kamelet-core-binding.yaml.tmpl")
-   parameterListFile := path.Join(coreYamlBindingsBaseDir, 
"parameter-list.tmpl")
-
-   coreYamlTemplate, err := 
template.New("kamelet-core-binding.yaml.tmpl").Funcs(funcMap).ParseFiles(coreYamlTemplateFile,
 kameletBindingFile, parameterListFile)
-   handleGeneralError(fmt.Sprintf("cannot load template file from %s", 
templateFile), err)
-
kamelets := listKamelets(projectBaseDir)
 
links := make([]string, 0)
for _, k := range kamelets {
-   img := saveImage(k, docBaseDir)
-
-   ctx := NewTemplateContext(k, img)
-
-   processDocTemplate(k, docBaseDir, err, docTemplate, )
-   links = updateImageLink(k, img, links)
-
-   processYamlTemplate(k, projectBaseDir, err, yamlTemplate, )
-   processCoreYamlTemplate(k, projectBaseDir, err, 
coreYamlTemplate, )
-
+   links = updateImageLink(k, links)
}
 
saveNav(links, docBaseDir)
 }
 
-func processDocTemplate(k camel.Kamelet, baseDir string, err error, 
docTemplate *template.Template, ctx *TemplateContext) {
-   buffer := new(bytes.Buffer)
-   err = docTemplate.Execute(buffer, )
-   handleGeneralError("cannot process documentation template", err)
-
-   produceDocFile(k, baseDir, buffer.String())
-}
-
-func processYamlTemplate(k camel.Kamelet, baseDir string, err error, 
yamlTemplate *template.Template, ctx *TemplateContext) {
-   buffer := new(bytes.Buffer)
-   err = yamlTemplate.Execute(buffer, ctx)
-   handleGeneralError("cannot process yaml binding template", err)
-
-   produceBindingFile(k, baseDir, "camel-k", buffer.String())
-}
-
-func processCoreYamlTemplate(k camel.Kamelet, baseDir string, err error, 
yamlTemplate *template.Template, ctx *TemplateContext) {
-   buffer := new(bytes.Buffer)
-   err = yamlTemplate.Execute(buffer, ctx)
-   handleGeneralError("cannot process yaml binding template", err)
-
-   produceBindingFile(k, baseDir, "core", buffer.String())
-}
-
-func 

[GitHub] [camel-kamelets] djencks merged pull request #630: [Docs] Generate kamelets pages using Antora (main)

2021-12-24 Thread GitBox


djencks merged pull request #630:
URL: https://github.com/apache/camel-kamelets/pull/630


   


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

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

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




[camel-kamelets] 05/07: add symlink to kamelets in library

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit 346678983c8cfb8f78301d1b39e6730a53f74271
Author: David Jencks 
AuthorDate: Thu Nov 11 13:36:14 2021 -0800

add symlink to kamelets in library
---
 docs/modules/ROOT/examples/yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/examples/yaml b/docs/modules/ROOT/examples/yaml
new file mode 12
index 000..3abfa60
--- /dev/null
+++ b/docs/modules/ROOT/examples/yaml
@@ -0,0 +1 @@
+../../../../library/camel-kamelets/src/main/resources/kamelets
\ No newline at end of file


[camel-kamelets] branch main updated (83986c3 -> f9b4657)

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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


from 83986c3  Update websocket icon
 new b93c198  use source-watch partial build
 new 6b7d9d5  remove hard-coded generated pages/images and templates
 new 46819c1  simplify generator to only generate nav file.  Still much too 
complicated
 new 3f79c77  generated nav changes
 new 3466789  add symlink to kamelets in library
 new eb0b675  Templates for kamelet adoc generation
 new f9b4657  fix (hopefully) validator instructions

The 7 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:
 README.md  |2 +-
 docs/README.md |   14 -
 docs/README_local_build.adoc   |   31 +
 docs/antora-playbook.yml   |   16 -
 docs/antora.yml|5 +-
 docs/indexPages.yml|   33 +
 docs/{antora.yml => local-build.sh}|   29 +-
 .../images/kamelets/avro-deserialize-action.svg|   59 -
 .../images/kamelets/avro-serialize-action.svg  |   59 -
 .../assets/images/kamelets/aws-cloudwatch-sink.svg |1 -
 .../images/kamelets/aws-ddb-streams-source.svg |1 -
 .../ROOT/assets/images/kamelets/aws-ec2-sink.svg   |1 -
 .../images/kamelets/aws-kinesis-firehose-sink.svg  |1 -
 .../assets/images/kamelets/aws-kinesis-sink.svg|1 -
 .../assets/images/kamelets/aws-kinesis-source.svg  |1 -
 .../assets/images/kamelets/aws-lambda-sink.svg |1 -
 .../assets/images/kamelets/aws-redshift-sink.svg   |1 -
 .../assets/images/kamelets/aws-redshift-source.svg |1 -
 .../ROOT/assets/images/kamelets/aws-s3-sink.svg|1 -
 .../ROOT/assets/images/kamelets/aws-s3-source.svg  |1 -
 .../kamelets/aws-s3-streaming-upload-sink.svg  |1 -
 .../images/kamelets/aws-secrets-manager-sink.svg   |1 -
 .../assets/images/kamelets/aws-sns-fifo-sink.svg   |   14 -
 .../ROOT/assets/images/kamelets/aws-sns-sink.svg   |   14 -
 .../assets/images/kamelets/aws-sqs-batch-sink.svg  |   81 -
 .../assets/images/kamelets/aws-sqs-fifo-sink.svg   |   81 -
 .../ROOT/assets/images/kamelets/aws-sqs-sink.svg   |   81 -
 .../ROOT/assets/images/kamelets/aws-sqs-source.svg |   81 -
 .../images/kamelets/aws-translate-action.svg   |1 -
 .../images/kamelets/azure-cosmosdb-source.svg  |1 -
 .../images/kamelets/azure-eventhubs-sink.svg   |1 -
 .../images/kamelets/azure-eventhubs-source.svg |1 -
 .../images/kamelets/azure-storage-blob-sink.svg|1 -
 .../images/kamelets/azure-storage-blob-source.svg  |1 -
 .../images/kamelets/azure-storage-queue-sink.svg   |1 -
 .../images/kamelets/azure-storage-queue-source.svg |1 -
 .../ROOT/assets/images/kamelets/bitcoin-source.svg |7 -
 .../assets/images/kamelets/caffeine-action.svg |   39 -
 .../ROOT/assets/images/kamelets/cassandra-sink.svg |   47 -
 .../assets/images/kamelets/cassandra-source.svg|   47 -
 .../assets/images/kamelets/chuck-norris-source.svg |  103 -
 .../images/kamelets/chunk-template-action.svg  |   59 -
 .../ROOT/assets/images/kamelets/couchbase-sink.svg |1 -
 .../ROOT/assets/images/kamelets/cron-source.svg|1 -
 .../ROOT/assets/images/kamelets/dns-dig-action.svg |1 -
 .../ROOT/assets/images/kamelets/dns-ip-action.svg  |1 -
 .../assets/images/kamelets/dns-lookup-action.svg   |1 -
 .../ROOT/assets/images/kamelets/dropbox-sink.svg   |4 -
 .../ROOT/assets/images/kamelets/dropbox-source.svg |4 -
 .../assets/images/kamelets/earthquake-source.svg   |1 -
 .../images/kamelets/elasticsearch-index-sink.svg   |   25 -
 .../kamelets/elasticsearch-search-source.svg   |   25 -
 .../ROOT/assets/images/kamelets/exec-sink.svg  |   29 -
 .../images/kamelets/extract-field-action.svg   |   59 -
 .../ROOT/assets/images/kamelets/fhir-source.svg|1 -
 .../assets/images/kamelets/file-watch-source.svg   |   75 -
 .../images/kamelets/freemarker-template-action.svg |   59 -
 .../ROOT/assets/images/kamelets/ftp-sink.svg   |   89 -
 .../ROOT/assets/images/kamelets/ftp-source.svg |   89 -
 .../ROOT/assets/images/kamelets/ftps-sink.svg  |   89 -
 .../ROOT/assets/images/kamelets/ftps-source.svg|   89 -
 .../images/kamelets/github-commit-source.svg   |3 -
 .../assets/images/kamelets/github-event-source.svg |3 -
 .../ROOT/assets/images/kamelets/github-source.svg  |3 -
 .../assets/images/kamelets/github-tag-source.svg   |3 -
 .../images/kamelets/google-calendar-source.svg |1 -
 .../images/kamelets/google-functions-sink.svg  |   19 -
 

[camel-kamelets] 04/07: generated nav changes

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit 3f79c77d6aec9ca996ec6c188918d1e2f8b17bfe
Author: David Jencks 
AuthorDate: Tue Dec 21 13:48:47 2021 -0800

generated nav changes
---
 docs/modules/ROOT/nav.adoc | 318 ++---
 1 file changed, 159 insertions(+), 159 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 7715c77..fe14fed 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -1,161 +1,161 @@
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
-* 
xref:ROOT:avro-deserialize-action.adoc[image:kamelets/avro-deserialize-action.svg[]
 Avro Deserialize Action]
-* 
xref:ROOT:avro-serialize-action.adoc[image:kamelets/avro-serialize-action.svg[] 
Avro Serialize Action]
-* xref:ROOT:aws-cloudwatch-sink.adoc[image:kamelets/aws-cloudwatch-sink.svg[] 
AWS CloudWatch Metrics Sink]
-* 
xref:ROOT:aws-ddb-streams-source.adoc[image:kamelets/aws-ddb-streams-source.svg[]
 AWS DynamoDB Streams Source]
-* xref:ROOT:aws-ec2-sink.adoc[image:kamelets/aws-ec2-sink.svg[] AWS EC2 Sink]
-* 
xref:ROOT:aws-kinesis-firehose-sink.adoc[image:kamelets/aws-kinesis-firehose-sink.svg[]
 AWS Kinesis Firehose Sink]
-* xref:ROOT:aws-kinesis-sink.adoc[image:kamelets/aws-kinesis-sink.svg[] AWS 
Kinesis Sink]
-* xref:ROOT:aws-kinesis-source.adoc[image:kamelets/aws-kinesis-source.svg[] 
AWS Kinesis Source]
-* xref:ROOT:aws-lambda-sink.adoc[image:kamelets/aws-lambda-sink.svg[] AWS 
Lambda Sink]
-* xref:ROOT:aws-redshift-sink.adoc[image:kamelets/aws-redshift-sink.svg[] AWS 
Redshift Sink]
-* xref:ROOT:aws-redshift-source.adoc[image:kamelets/aws-redshift-source.svg[] 
AWS Redshift Source]
-* xref:ROOT:aws-s3-sink.adoc[image:kamelets/aws-s3-sink.svg[] AWS S3 Sink]
-* xref:ROOT:aws-s3-source.adoc[image:kamelets/aws-s3-source.svg[] AWS S3 
Source]
-* 
xref:ROOT:aws-s3-streaming-upload-sink.adoc[image:kamelets/aws-s3-streaming-upload-sink.svg[]
 AWS S3 Streaming upload Sink]
-* 
xref:ROOT:aws-secrets-manager-sink.adoc[image:kamelets/aws-secrets-manager-sink.svg[]
 AWS Secrets Manager Sink]
-* xref:ROOT:aws-sns-fifo-sink.adoc[image:kamelets/aws-sns-fifo-sink.svg[] AWS 
SNS FIFO Sink]
-* xref:ROOT:aws-sns-sink.adoc[image:kamelets/aws-sns-sink.svg[] AWS SNS Sink]
-* xref:ROOT:aws-sqs-batch-sink.adoc[image:kamelets/aws-sqs-batch-sink.svg[] 
AWS SQS Batch Sink]
-* xref:ROOT:aws-sqs-fifo-sink.adoc[image:kamelets/aws-sqs-fifo-sink.svg[] AWS 
SQS FIFO Sink]
-* xref:ROOT:aws-sqs-sink.adoc[image:kamelets/aws-sqs-sink.svg[] AWS SQS Sink]
-* xref:ROOT:aws-sqs-source.adoc[image:kamelets/aws-sqs-source.svg[] AWS SQS 
Source]
-* 
xref:ROOT:aws-translate-action.adoc[image:kamelets/aws-translate-action.svg[] 
AWS Translate Action]
-* 
xref:ROOT:azure-cosmosdb-source.adoc[image:kamelets/azure-cosmosdb-source.svg[] 
Azure CosmosDB Source]
-* 
xref:ROOT:azure-eventhubs-sink.adoc[image:kamelets/azure-eventhubs-sink.svg[] 
Azure Eventhubs Sink]
-* 
xref:ROOT:azure-eventhubs-source.adoc[image:kamelets/azure-eventhubs-source.svg[]
 Azure Eventhubs Source]
-* 
xref:ROOT:azure-storage-blob-sink.adoc[image:kamelets/azure-storage-blob-sink.svg[]
 Azure Storage Blob Sink]
-* 
xref:ROOT:azure-storage-blob-source.adoc[image:kamelets/azure-storage-blob-source.svg[]
 Azure Storage Blob Source]
-* 
xref:ROOT:azure-storage-queue-sink.adoc[image:kamelets/azure-storage-queue-sink.svg[]
 Azure Storage Queue Sink]
-* 
xref:ROOT:azure-storage-queue-source.adoc[image:kamelets/azure-storage-queue-source.svg[]
 Azure Storage Queue Source]
-* xref:ROOT:bitcoin-source.adoc[image:kamelets/bitcoin-source.svg[] Bitcoin 
Source]
-* xref:ROOT:caffeine-action.adoc[image:kamelets/caffeine-action.svg[] Caffeine 
Action]
-* xref:ROOT:cassandra-sink.adoc[image:kamelets/cassandra-sink.svg[] Cassandra 
Sink]
-* xref:ROOT:cassandra-source.adoc[image:kamelets/cassandra-source.svg[] 
Cassandra Source]
-* xref:ROOT:chuck-norris-source.adoc[image:kamelets/chuck-norris-source.svg[] 
Chuck Norris Source]
-* 
xref:ROOT:chunk-template-action.adoc[image:kamelets/chunk-template-action.svg[] 
Chunk Template Action]
-* xref:ROOT:couchbase-sink.adoc[image:kamelets/couchbase-sink.svg[] Couchbase 
Sink]
-* xref:ROOT:cron-source.adoc[image:kamelets/cron-source.svg[] Cron Source]
-* xref:ROOT:dns-dig-action.adoc[image:kamelets/dns-dig-action.svg[] DNS DIG 
Action]
-* xref:ROOT:dns-ip-action.adoc[image:kamelets/dns-ip-action.svg[] DNS IP 
Action]
-* xref:ROOT:dns-lookup-action.adoc[image:kamelets/dns-lookup-action.svg[] DNS 
Lookup Action]
-* xref:ROOT:dropbox-sink.adoc[image:kamelets/dropbox-sink.svg[] Dropbox Sink]
-* xref:ROOT:dropbox-source.adoc[image:kamelets/dropbox-source.svg[] Dropbox 
Source]
-* xref:ROOT:earthquake-source.adoc[image:kamelets/earthquake-source.svg[] 
Earthquake Source]
-* 
xref:ROOT:elasticsearch-index-sink.adoc[image:kamelets/elasticsearch-index-sink.svg[]
 

[camel-kamelets] 01/07: use source-watch partial build

2021-12-24 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit b93c19880ef17f2e0a990caab7093822f420f7c1
Author: David Jencks 
AuthorDate: Fri Dec 10 20:41:18 2021 -0800

use source-watch partial build
---
 docs/README.md   |   14 -
 docs/README_local_build.adoc |   31 +
 docs/antora-playbook.yml |   16 -
 docs/local-build.sh  |   37 +
 docs/package.json|   18 -
 docs/source-map.yml  |8 +
 docs/source-watch.yml|   15 +
 docs/yarn.lock   | 2657 --
 8 files changed, 91 insertions(+), 2705 deletions(-)

diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index 4a8ce33..000
--- a/docs/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Camelet Catalog Website
-
-This section contains the Kamelet catalog website, auto-generated from the 
source Kamelets.
-
-To preview the website:
-
-```
-# From the /docs directory
-yarn preview
-```
-
-## Generator
-
-The generator tool has been moved in the /script/generator directory
diff --git a/docs/README_local_build.adoc b/docs/README_local_build.adoc
new file mode 100644
index 000..75bdd8e
--- /dev/null
+++ b/docs/README_local_build.adoc
@@ -0,0 +1,31 @@
+= Local/partial build of docs
+
+This should be explained soon at 
https://camel.apache.org/manual/improving-the-documentation.html.
+
+* (once, or occasionally)
+. In `../..` (next to this project's clone) run
+[source,sh]
+
+git clone https://github.com/apache/camel-website.git
+
+. In `../../camel-website/antora-ui-camel` run
+[source,sh]
+
+yarn build
+
+. In this directory run
+[source,sh]
+
+./local-build.sh full
+
+This will build the full Antora site on your machine in the camel-website 
project under /documentation, with any local changes you have made in this 
project.
+It will also do a full xref check for the entire site.
+* Thereafter
+. In this directory run
+[source,sh]
+
+./local-build.sh
+
+
+This will build just this project, with local changes, into the full build 
from the previous step.
+It will start a local webserver for the build site, rebuild when changes are 
detected, and sync your browser to the changes.
diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml
deleted file mode 100644
index 5fc0270..000
--- a/docs/antora-playbook.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-site:
-  title: Kamelet Catalog
-  url: https://camel.apache.org/
-  start_page: camel-kamelets::index.adoc
-content:
-  sources:
-  - url: ../
-branches: HEAD
-start_path: docs
-asciidoc:
-  extensions:
-- "@djencks/asciidoctor-antora-indexer"
-ui:
-  bundle:
-url: 
https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
-snapshot: true
diff --git a/docs/local-build.sh b/docs/local-build.sh
new file mode 100755
index 000..cf1a8fa
--- /dev/null
+++ b/docs/local-build.sh
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+CW=./../../camel-website
+LOCAL=./../camel-kamelets
+
+cd $CW || (echo 'camel-website not in expected location $CW' && exit)
+cp antora-playbook.yml local-antora-playbook-full.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-full.yml
+cat playbook-patch-full.yml >> local-antora-playbook-full.yml
+
+cp antora-playbook.yml local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-watch.yml >> local-antora-playbook-partial.yml
+
+if [ "$1" = "full" ] || [ "$1" = "1" ]
+then
+  yarn build:antora-local-full
+else
+  yarn build:antora-local-partial
+fi
\ No newline at end of file
diff --git a/docs/package.json b/docs/package.json
deleted file mode 100644
index 1cac31d..000
--- a/docs/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "name": "camel-kamelets",
-  "version": "1.0.0",
-  "description": "Kamelet Catalog",
-  "license": "Apache-2.0",
-  "devDependencies": {
-"@antora/cli": "~2.3.1",
-"@antora/site-generator-default": "~2.3.1",
-"@antora/xref-validator": 

[GitHub] [camel-website] djencks commented on pull request #738: Resolves #732: Main commit UI bundle

2021-12-24 Thread GitBox


djencks commented on pull request #738:
URL: https://github.com/apache/camel-website/pull/738#issuecomment-1000901518


   This needs some more work, it turns out that the ui bundle build is not 
reproducible, so right now this would generate a PR on every push whether or 
not it changed the UI.


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

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

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




[camel] branch main updated: Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

2021-12-24 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 e7338c8  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f
e7338c8 is described below

commit e7338c86538aca69fee6221f1c46fc65339cbe6e
Author: oscerd 
AuthorDate: Fri Dec 24 16:21:13 2021 +

Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

Signed-off-by: GitHub 
---
 dsl/camel-componentdsl/src/generated/resources/metadata.json  | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java| 8 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 5423de5..90e3c56 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -965,7 +965,7 @@
 "version": "3.15.0-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 7c73871..f16241b 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1947,7 +1947,7 @@ public class StaticEndpointBuilders {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1955,7 +1955,7 @@ public class StaticEndpointBuilders {
  * will be the queue name and if serviceBusType=topic, this will be the
  * topic name.
  * 
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
 azureServicebus(
@@ -1970,7 +1970,7 @@ public class StaticEndpointBuilders {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1980,7 +1980,7 @@ public class StaticEndpointBuilders {
  * 
  * @param componentName to use a custom component name for the endpoint
  * instead of the default name
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
 azureServicebus(
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 7a95ace..9978792 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -1319,7 +1319,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1327,7 +1327,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * will be the queue name and if serviceBusType=topic, this will be the
  * topic name.
  * 
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 default ServiceBusEndpointBuilder azureServicebus(String path) {
@@ -1341,7 +1341,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * Since: 3.12
  * Maven 

[GitHub] [camel] oscerd merged pull request #6592: Generated sources regen

2021-12-24 Thread GitBox


oscerd merged pull request #6592:
URL: https://github.com/apache/camel/pull/6592


   


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

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

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




[camel] branch regen_bot_3.14.x updated (711c319 -> 8ed8820)

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit 711c319  Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5
 add 8ed8820  Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5

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   (711c319)
\
 N -- N -- N   refs/heads/regen_bot_3.14.x (8ed8820)

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 (6439a0d -> 965dcd8)

2021-12-24 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 6439a0d  Regen for commit b835623692ab77cbb2112926c36a4439cd763c73
 add 1ad3b09  Drop Java 8
 add 0e46042  CAMEL-17329: Upgrade Roaster as we drop Java 8
 add 5e8ba95  Regen
 add b0473c2  Drop Java 8
 add b97a15c  Drop Java 8
 add 974c4e5  Drop Java 8
 add b20ebd0  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add 965dcd8  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

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   (6439a0d)
\
 N -- N -- N   refs/heads/regen_bot (965dcd8)

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:
 .../apache/camel/catalog/components/azure-servicebus.json |  2 +-
 .../azure/servicebus/ServiceBusEndpointUriFactory.java|  2 +-
 .../component/azure/servicebus/azure-servicebus.json  |  2 +-
 .../component/azure/servicebus/ServiceBusEndpoint.java|  2 +-
 .../component/undertow/DefaultUndertowHttpBinding.java|  1 -
 .../apache/camel/component/bean/BeanInvokeAsyncTest.java  |  1 -
 .../src/generated/resources/metadata.json |  2 +-
 .../camel/builder/endpoint/StaticEndpointBuilders.java|  8 
 .../endpoint/dsl/ServiceBusEndpointBuilderFactory.java|  8 
 dsl/camel-java-joor-dsl/pom.xml   | 14 --
 dsl/camel-js-dsl/pom.xml  | 15 ---
 dsl/camel-kotlin-dsl/pom.xml  | 13 -
 dsl/camel-xml-io-dsl/pom.xml  | 14 --
 dsl/camel-xml-jaxb-dsl-test/definition/pom.xml| 13 -
 dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml  | 13 -
 dsl/camel-xml-jaxb-dsl-test/spring/pom.xml| 13 -
 dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml   | 13 -
 dsl/camel-xml-jaxb-dsl/pom.xml| 13 -
 parent/pom.xml|  3 +--
 19 files changed, 14 insertions(+), 138 deletions(-)


[GitHub] [camel] github-actions[bot] opened a new pull request #6592: Generated sources regen

2021-12-24 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: main.
   Please do not delete `regen_bot` branch after merge/rebase.


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

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

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




[camel] 03/04: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 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

commit b20ebd00a611fd2049b1be160efd7f0b9dd656d8
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:00 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../org/apache/camel/component/azure/servicebus/azure-servicebus.json   | 2 +-
 .../org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
index b4df751..6e764ef 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
@@ -15,7 +15,7 @@ import org.apache.camel.spi.EndpointUriFactory;
  */
 public class ServiceBusEndpointUriFactory extends 
org.apache.camel.support.component.EndpointUriFactorySupport implements 
EndpointUriFactory {
 
-private static final String BASE = ":queueNameOrTopicName";
+private static final String BASE = ":topicOrQueueName";
 
 private static final Set PROPERTY_NAMES;
 private static final Set SECRET_PROPERTY_NAMES;
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
index 839c424..578ceb0 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.15.0-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
index a9fee8a..45ad355 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.support.DefaultEndpoint;
  * Send and receive messages to/from Azure Event Bus.
  */
 @UriEndpoint(firstVersion = "3.12.0", scheme = "azure-servicebus", title = 
"Azure ServiceBus",
- syntax = "azure-servicebus:queueNameOrTopicName", category = {
+ syntax = "azure-servicebus:topicOrQueueName", category = {
  Category.CLOUD, Category.MESSAGING })
 public class ServiceBusEndpoint extends DefaultEndpoint {
 


[camel] branch main created (now d1530a9)

2021-12-24 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

This branch includes the following new commits:

 new b97a15c  Drop Java 8
 new 974c4e5  Drop Java 8
 new b20ebd0  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 new d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

The 4 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/04: Drop Java 8

2021-12-24 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

commit b97a15c8d73561af1f81883094d8276836910748
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:15:50 2021 +0100

Drop Java 8
---
 .../test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
index 2f10aea..c13d918 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
@@ -121,7 +121,6 @@ public class BeanInvokeAsyncTest extends ContextTestSupport 
{
 };
 }
 
-// java 8 async return type
 public CompletableFuture asyncMethod(String body) {
 this.receivedBody = body;
 methodInvoked.countDown();


[camel] 04/04: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 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

commit d1530a907a9d66b343ce82e02abf817bc192876f
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:49 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index 839c424..578ceb0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.15.0-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,


[camel] 02/04: Drop Java 8

2021-12-24 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

commit 974c4e5d099e80cde06fa850040e431dabdbaa1e
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:17:18 2021 +0100

Drop Java 8
---
 .../org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
index c578495..3cfe0ac 100644
--- 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
+++ 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
@@ -466,7 +466,6 @@ public class DefaultUndertowHttpBinding implements 
UndertowHttpBinding {
 cast(buffer).flip();
 out.write(buffer.array(), buffer.arrayOffset() + 
cast(buffer).position(),
 buffer.arrayOffset() + cast(buffer).limit());
-// to be compatible with java 8
 Buffer buf = buffer;
 cast(buf).clear();
 }


[GitHub] [camel] oscerd merged pull request #6590: Generated sources regen

2021-12-24 Thread GitBox


oscerd merged pull request #6590:
URL: https://github.com/apache/camel/pull/6590


   


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

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

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




[camel] branch camel-3.14.x updated: Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5

2021-12-24 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
 new 8ed8820  Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5
8ed8820 is described below

commit 8ed8820faff9b92ea95a294115a4d0dc1601e545
Author: davsclaus 
AuthorDate: Fri Dec 24 15:22:27 2021 +

Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5

Signed-off-by: GitHub 
---
 core/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java| 8 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 5a68c4b..636749d 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -965,7 +965,7 @@
 "version": "3.14.1-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index f8a1d4a..b46bd70 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1958,7 +1958,7 @@ public class StaticEndpointBuilders {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1966,7 +1966,7 @@ public class StaticEndpointBuilders {
  * will be the queue name and if serviceBusType=topic, this will be the
  * topic name.
  * 
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
 azureServicebus(
@@ -1986,7 +1986,7 @@ public class StaticEndpointBuilders {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1996,7 +1996,7 @@ public class StaticEndpointBuilders {
  * 
  * @param componentName to use a custom component name for the endpoint
  * instead of the default name
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
 azureServicebus(
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 76cc138..bcc3fb8 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -1381,7 +1381,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * Since: 3.12
  * Maven coordinates: org.apache.camel:camel-azure-servicebus
  * 
- * Syntax: azure-servicebus:queueNameOrTopicName
+ * Syntax: azure-servicebus:topicOrQueueName
  * 
  * Path parameter: topicOrQueueName
  * Selected topic name or the queue name, that is depending on
@@ -1389,7 +1389,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * will be the queue name and if serviceBusType=topic, this will be the
  * topic name.
  * 
- * @param path queueNameOrTopicName
+ * @param path topicOrQueueName
  * @return the dsl builder
  */
 default ServiceBusEndpointBuilder azureServicebus(String path) {
@@ -1408,7 +1408,7 @@ public interface ServiceBusEndpointBuilderFactory {
  * Since: 

[GitHub] [camel] oscerd merged pull request #6591: Generated sources regen

2021-12-24 Thread GitBox


oscerd merged pull request #6591:
URL: https://github.com/apache/camel/pull/6591


   


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

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

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




[camel] branch regen_bot_3.14.x updated (a316306 -> 711c319)

2021-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from a316306  Regen for commit b3ab1e08bb496b55522e5a71081122b8101a5c8a
 add 01b9e24  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add 126d914  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add 711c319  Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 .../component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../apache/camel/component/azure/servicebus/azure-servicebus.json | 2 +-
 .../camel/component/azure/servicebus/ServiceBusEndpoint.java  | 2 +-
 core/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java| 8 
 7 files changed, 13 insertions(+), 13 deletions(-)


[GitHub] [camel] github-actions[bot] opened a new pull request #6591: Generated sources regen

2021-12-24 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: camel-3.14.x.
   Please do not delete `regen_bot_3.14.x` branch after merge/rebase.


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

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

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




[camel] branch regen_bot updated (89d695c -> 6439a0d)

2021-12-24 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 89d695c  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f
omit d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
omit b20ebd0  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
omit 974c4e5  Drop Java 8
omit b97a15c  Drop Java 8
omit b0473c2  Drop Java 8
omit 5e8ba95  Regen
omit 0e46042  CAMEL-17329: Upgrade Roaster as we drop Java 8
omit 1ad3b09  Drop Java 8
 add 6439a0d  Regen for commit b835623692ab77cbb2112926c36a4439cd763c73

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   (89d695c)
\
 N -- N -- N   refs/heads/regen_bot (6439a0d)

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:
 .../apache/camel/catalog/components/azure-servicebus.json |  2 +-
 .../azure/servicebus/ServiceBusEndpointUriFactory.java|  2 +-
 .../component/azure/servicebus/azure-servicebus.json  |  2 +-
 .../component/azure/servicebus/ServiceBusEndpoint.java|  2 +-
 .../component/undertow/DefaultUndertowHttpBinding.java|  1 +
 .../apache/camel/component/bean/BeanInvokeAsyncTest.java  |  1 +
 .../src/generated/resources/metadata.json |  2 +-
 .../camel/builder/endpoint/StaticEndpointBuilders.java|  8 
 .../endpoint/dsl/ServiceBusEndpointBuilderFactory.java|  8 
 dsl/camel-java-joor-dsl/pom.xml   | 14 ++
 dsl/camel-js-dsl/pom.xml  | 15 +++
 dsl/camel-kotlin-dsl/pom.xml  | 13 +
 dsl/camel-xml-io-dsl/pom.xml  | 14 ++
 dsl/camel-xml-jaxb-dsl-test/definition/pom.xml| 13 +
 dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml  | 13 +
 dsl/camel-xml-jaxb-dsl-test/spring/pom.xml| 13 +
 dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml   | 13 +
 dsl/camel-xml-jaxb-dsl/pom.xml| 13 +
 parent/pom.xml|  3 ++-
 19 files changed, 138 insertions(+), 14 deletions(-)


[camel] branch regen_bot updated (974c4e5 -> 89d695c)

2021-12-24 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 974c4e5  Drop Java 8
 add b20ebd0  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 add 89d695c  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 .../component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../apache/camel/component/azure/servicebus/azure-servicebus.json | 2 +-
 .../camel/component/azure/servicebus/ServiceBusEndpoint.java  | 2 +-
 dsl/camel-componentdsl/src/generated/resources/metadata.json  | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java| 8 
 7 files changed, 13 insertions(+), 13 deletions(-)


[GitHub] [camel] github-actions[bot] opened a new pull request #6590: Generated sources regen

2021-12-24 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: main.
   Please do not delete `regen_bot` branch after merge/rebase.


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

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

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




[camel] branch regen_bot updated (b0473c2 -> 974c4e5)

2021-12-24 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 b0473c2  Drop Java 8
 add b97a15c  Drop Java 8
 add 974c4e5  Drop Java 8

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java  | 1 -
 .../test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java   | 1 -
 2 files changed, 2 deletions(-)


[camel] branch regen_bot updated (9f82d69 -> b0473c2)

2021-12-24 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 9f82d69  Regen for commit 7a5077da25b7136865aed9135274825872104379
 add b835623  Drop Java 8
 add 1ad3b09  Drop Java 8
 add 0e46042  CAMEL-17329: Upgrade Roaster as we drop Java 8
 add 5e8ba95  Regen
 add b0473c2  Drop Java 8

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   (9f82d69)
\
 N -- N -- N   refs/heads/regen_bot (b0473c2)

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:
 components/camel-joor/pom.xml  | 15 ---
 dsl/camel-java-joor-dsl/pom.xml| 14 --
 dsl/camel-js-dsl/pom.xml   | 15 ---
 dsl/camel-kotlin-dsl/pom.xml   | 13 -
 dsl/camel-xml-io-dsl/pom.xml   | 14 --
 dsl/camel-xml-jaxb-dsl-test/definition/pom.xml | 13 -
 dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml   | 13 -
 dsl/camel-xml-jaxb-dsl-test/spring/pom.xml | 13 -
 dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml| 13 -
 dsl/camel-xml-jaxb-dsl/pom.xml | 13 -
 parent/pom.xml |  3 +--
 11 files changed, 1 insertion(+), 138 deletions(-)


[GitHub] [camel] github-actions[bot] closed pull request #6589: Generated sources regen

2021-12-24 Thread GitBox


github-actions[bot] closed pull request #6589:
URL: https://github.com/apache/camel/pull/6589


   


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

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

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




[camel] branch regen_bot updated (d207f51 -> 9f82d69)

2021-12-24 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 d207f51  Upgrade resilience4j to 1.7.1
 add c04df0b  CAMEL-17229: optimisation to create files from a String 
(#6473)
 add 7a5077d  Drop Java 8
 add 9f82d69  Regen for commit 7a5077da25b7136865aed9135274825872104379

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/others/csimple-joor.json   |  2 +-
 components/camel-csimple-joor/pom.xml   | 17 +
 .../src/generated/resources/csimple-joor.json   |  2 +-
 .../camel/language/csimple/joor/OriginalSimpleTest.java | 11 ---
 .../org/apache/camel/component/file/FileOperations.java | 14 ++
 5 files changed, 17 insertions(+), 29 deletions(-)


[GitHub] [camel] github-actions[bot] opened a new pull request #6589: Generated sources regen

2021-12-24 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: main.
   Please do not delete `regen_bot` branch after merge/rebase.


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

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

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




[camel] branch regen_bot updated (c04df0b -> d207f51)

2021-12-24 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 c04df0b  CAMEL-17229: optimisation to create files from a String 
(#6473)

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

 * -- * -- N   refs/heads/regen_bot (d207f51)
\
 O -- O -- O   (c04df0b)

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:
 .../org/apache/camel/component/file/FileOperations.java| 14 --
 1 file changed, 14 deletions(-)


[camel] 01/02: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 01b9e248da801b2f3a30aada7bb21647606b7def
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:00 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../org/apache/camel/component/azure/servicebus/azure-servicebus.json   | 2 +-
 .../org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
index b4df751..6e764ef 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
@@ -15,7 +15,7 @@ import org.apache.camel.spi.EndpointUriFactory;
  */
 public class ServiceBusEndpointUriFactory extends 
org.apache.camel.support.component.EndpointUriFactorySupport implements 
EndpointUriFactory {
 
-private static final String BASE = ":queueNameOrTopicName";
+private static final String BASE = ":topicOrQueueName";
 
 private static final Set PROPERTY_NAMES;
 private static final Set SECRET_PROPERTY_NAMES;
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
index 75c8be7..f818c9b 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.14.1-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
index 0ac3df6..76d9efa 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
@@ -32,7 +32,7 @@ import org.apache.camel.support.DefaultEndpoint;
  * services using messages.
  */
 @UriEndpoint(firstVersion = "3.12.0", scheme = "azure-servicebus", title = 
"Azure ServiceBus",
- syntax = "azure-servicebus:queueNameOrTopicName", category = {
+ syntax = "azure-servicebus:topicOrQueueName", category = {
  Category.CLOUD, Category.MESSAGING })
 public class ServiceBusEndpoint extends DefaultEndpoint {
 


[camel] branch camel-3.14.x updated (a316306 -> 126d914)

2021-12-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from a316306  Regen for commit b3ab1e08bb496b55522e5a71081122b8101a5c8a
 new 01b9e24  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 new 126d914  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

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:
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 .../camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../org/apache/camel/component/azure/servicebus/azure-servicebus.json   | 2 +-
 .../org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[camel] 02/02: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 126d914775e84fd708eb13cebc4f803cfc9f26a5
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:49 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index 75c8be7..f818c9b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.14.1-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,


[camel] 01/02: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 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

commit b20ebd00a611fd2049b1be160efd7f0b9dd656d8
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:00 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../org/apache/camel/component/azure/servicebus/azure-servicebus.json   | 2 +-
 .../org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
index b4df751..6e764ef 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java
@@ -15,7 +15,7 @@ import org.apache.camel.spi.EndpointUriFactory;
  */
 public class ServiceBusEndpointUriFactory extends 
org.apache.camel.support.component.EndpointUriFactorySupport implements 
EndpointUriFactory {
 
-private static final String BASE = ":queueNameOrTopicName";
+private static final String BASE = ":topicOrQueueName";
 
 private static final Set PROPERTY_NAMES;
 private static final Set SECRET_PROPERTY_NAMES;
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
index 839c424..578ceb0 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
+++ 
b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.15.0-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,
diff --git 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
index a9fee8a..45ad355 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.support.DefaultEndpoint;
  * Send and receive messages to/from Azure Event Bus.
  */
 @UriEndpoint(firstVersion = "3.12.0", scheme = "azure-servicebus", title = 
"Azure ServiceBus",
- syntax = "azure-servicebus:queueNameOrTopicName", category = {
+ syntax = "azure-servicebus:topicOrQueueName", category = {
  Category.CLOUD, Category.MESSAGING })
 public class ServiceBusEndpoint extends DefaultEndpoint {
 


[camel] branch main updated (974c4e5 -> d1530a9)

2021-12-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from 974c4e5  Drop Java 8
 new b20ebd0  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
 new d1530a9  CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

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:
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 .../camel/component/azure/servicebus/ServiceBusEndpointUriFactory.java  | 2 +-
 .../org/apache/camel/component/azure/servicebus/azure-servicebus.json   | 2 +-
 .../org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[camel] 02/02: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

2021-12-24 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

commit d1530a907a9d66b343ce82e02abf817bc192876f
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:19:49 2021 +0100

CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index 839c424..578ceb0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -14,7 +14,7 @@
 "version": "3.15.0-SNAPSHOT",
 "scheme": "azure-servicebus",
 "extendsScheme": "",
-"syntax": "azure-servicebus:queueNameOrTopicName",
+"syntax": "azure-servicebus:topicOrQueueName",
 "async": false,
 "api": false,
 "consumerOnly": false,


[camel] branch regen_bot updated (b8dda95 -> c04df0b)

2021-12-24 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 b8dda95  CAMEL-17329: Drop Java 8 and set source/target to Java 11
 add d207f51  Upgrade resilience4j to 1.7.1
 add c04df0b  CAMEL-17229: optimisation to create files from a String 
(#6473)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/file/FileOperations.java| 14 ++
 parent/pom.xml |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)


[camel] branch main updated: Drop Java 8

2021-12-24 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 974c4e5  Drop Java 8
974c4e5 is described below

commit 974c4e5d099e80cde06fa850040e431dabdbaa1e
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:17:18 2021 +0100

Drop Java 8
---
 .../org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
index c578495..3cfe0ac 100644
--- 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
+++ 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java
@@ -466,7 +466,6 @@ public class DefaultUndertowHttpBinding implements 
UndertowHttpBinding {
 cast(buffer).flip();
 out.write(buffer.array(), buffer.arrayOffset() + 
cast(buffer).position(),
 buffer.arrayOffset() + cast(buffer).limit());
-// to be compatible with java 8
 Buffer buf = buffer;
 cast(buf).clear();
 }


[camel] branch main updated: Drop Java 8

2021-12-24 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 b97a15c  Drop Java 8
b97a15c is described below

commit b97a15c8d73561af1f81883094d8276836910748
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:15:50 2021 +0100

Drop Java 8
---
 .../test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
index 2f10aea..c13d918 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
@@ -121,7 +121,6 @@ public class BeanInvokeAsyncTest extends ContextTestSupport 
{
 };
 }
 
-// java 8 async return type
 public CompletableFuture asyncMethod(String body) {
 this.receivedBody = body;
 methodInvoked.countDown();


[camel] branch main updated: Drop Java 8

2021-12-24 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 b0473c2  Drop Java 8
b0473c2 is described below

commit b0473c2faee1884f767c717e1a8133255742873a
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:14:21 2021 +0100

Drop Java 8
---
 dsl/camel-kotlin-dsl/pom.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dsl/camel-kotlin-dsl/pom.xml b/dsl/camel-kotlin-dsl/pom.xml
index b5e560a..6a4f7e6 100644
--- a/dsl/camel-kotlin-dsl/pom.xml
+++ b/dsl/camel-kotlin-dsl/pom.xml
@@ -230,17 +230,4 @@
 
 
 
-
-
-
-java-8
-
-1.8
-
-
-true
-
-
-
-
 
\ No newline at end of file


[camel] 01/02: CAMEL-17329: Upgrade Roaster as we drop Java 8

2021-12-24 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

commit 0e460426832075024085894b73ffe140b62577e7
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:13:24 2021 +0100

CAMEL-17329: Upgrade Roaster as we drop Java 8
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9c8caa6..8872e8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -470,8 +470,7 @@
 4.5.6.Final
 2.3.0
 0.10.1
-
-2.22.3.Final
+2.23.2.Final
 4.1.2
 1.16.0
 1.3.8


[camel] 02/02: Regen

2021-12-24 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

commit 5e8ba95c1ff73d314798e4e9da998859a7bad1f2
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:13:31 2021 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others/csimple-joor.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
index c7a2ba3..f65107e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
@@ -6,7 +6,7 @@
 "description": "jOOR compiler for csimple language",
 "deprecated": false,
 "firstVersion": "3.7.0",
-"label": "dlanguage,java",
+"label": "language,java",
 "supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-csimple-joor",


[camel] branch main updated (1ad3b09 -> 5e8ba95)

2021-12-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from 1ad3b09  Drop Java 8
 new 0e46042  CAMEL-17329: Upgrade Roaster as we drop Java 8
 new 5e8ba95  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:
 .../resources/org/apache/camel/catalog/others/csimple-joor.json| 2 +-
 parent/pom.xml | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


[camel] branch main updated: Drop Java 8

2021-12-24 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 1ad3b09  Drop Java 8
1ad3b09 is described below

commit 1ad3b091e659443da938a118137783d8d74bdf1f
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:10:24 2021 +0100

Drop Java 8
---
 dsl/camel-java-joor-dsl/pom.xml| 14 --
 dsl/camel-js-dsl/pom.xml   | 15 ---
 dsl/camel-xml-io-dsl/pom.xml   | 14 --
 dsl/camel-xml-jaxb-dsl-test/definition/pom.xml | 13 -
 dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml   | 13 -
 dsl/camel-xml-jaxb-dsl-test/spring/pom.xml | 13 -
 dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml| 13 -
 dsl/camel-xml-jaxb-dsl/pom.xml | 13 -
 8 files changed, 108 deletions(-)

diff --git a/dsl/camel-java-joor-dsl/pom.xml b/dsl/camel-java-joor-dsl/pom.xml
index d7d26eb..b897fa5 100644
--- a/dsl/camel-java-joor-dsl/pom.xml
+++ b/dsl/camel-java-joor-dsl/pom.xml
@@ -57,7 +57,6 @@
 camel-dsl-support
 
 
-
 
 org.jooq
 joor
@@ -156,17 +155,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-js-dsl/pom.xml b/dsl/camel-js-dsl/pom.xml
index ec22388..70a1fd9 100644
--- a/dsl/camel-js-dsl/pom.xml
+++ b/dsl/camel-js-dsl/pom.xml
@@ -57,8 +57,6 @@
 camel-dsl-support
 
 
-
-
 
 org.graalvm.js
 js
@@ -157,17 +155,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-io-dsl/pom.xml b/dsl/camel-xml-io-dsl/pom.xml
index 4bbb6fb..1cfa6cd 100644
--- a/dsl/camel-xml-io-dsl/pom.xml
+++ b/dsl/camel-xml-io-dsl/pom.xml
@@ -146,7 +146,6 @@
 
 
 
-
 
 
 
@@ -164,17 +163,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml 
b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
index f080b04..b089835 100644
--- a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
@@ -141,17 +141,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml 
b/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
index 57f3950..2029b70 100644
--- a/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
@@ -171,17 +171,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml 
b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
index e909ad2..3c36038 100644
--- a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
@@ -141,17 +141,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml 
b/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
index ac2ff5b..cd12636 100644
--- a/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
@@ -141,17 +141,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl/pom.xml b/dsl/camel-xml-jaxb-dsl/pom.xml
index 7b9241d..05eb98b 100644
--- a/dsl/camel-xml-jaxb-dsl/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl/pom.xml
@@ -158,17 +158,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
 
\ No newline at end of file


[camel] branch main updated: Drop Java 8

2021-12-24 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 b835623  Drop Java 8
b835623 is described below

commit b835623692ab77cbb2112926c36a4439cd763c73
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:07:24 2021 +0100

Drop Java 8
---
 components/camel-joor/pom.xml | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/components/camel-joor/pom.xml b/components/camel-joor/pom.xml
index ed6349c..7f766b9 100644
--- a/components/camel-joor/pom.xml
+++ b/components/camel-joor/pom.xml
@@ -49,7 +49,6 @@
 camel-support
 
 
-
 
 org.jooq
 joor
@@ -74,18 +73,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
-
 
\ No newline at end of file


[camel] branch main updated: Drop Java 8

2021-12-24 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 7a5077d  Drop Java 8
7a5077d is described below

commit 7a5077da25b7136865aed9135274825872104379
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:06:24 2021 +0100

Drop Java 8
---
 components/camel-csimple-joor/pom.xml   | 17 +
 .../src/generated/resources/csimple-joor.json   |  2 +-
 .../camel/language/csimple/joor/OriginalSimpleTest.java | 11 ---
 3 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/components/camel-csimple-joor/pom.xml 
b/components/camel-csimple-joor/pom.xml
index 80d00ce..93c93b8 100644
--- a/components/camel-csimple-joor/pom.xml
+++ b/components/camel-csimple-joor/pom.xml
@@ -36,7 +36,7 @@
 
 3.7.0
 CSimple jOOR
-dlanguage,java
+language,java
 
 
 
@@ -45,7 +45,6 @@
 camel-core-languages
 
 
-
 
 org.jooq
 joor
@@ -65,18 +64,4 @@
 
 
 
-
-
-
-jdk8
-
-[,8)
-
-
-true
-
-
-
-
-
 
\ No newline at end of file
diff --git 
a/components/camel-csimple-joor/src/generated/resources/csimple-joor.json 
b/components/camel-csimple-joor/src/generated/resources/csimple-joor.json
index c7a2ba3..f65107e 100644
--- a/components/camel-csimple-joor/src/generated/resources/csimple-joor.json
+++ b/components/camel-csimple-joor/src/generated/resources/csimple-joor.json
@@ -6,7 +6,7 @@
 "description": "jOOR compiler for csimple language",
 "deprecated": false,
 "firstVersion": "3.7.0",
-"label": "dlanguage,java",
+"label": "language,java",
 "supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-csimple-joor",
diff --git 
a/components/camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/OriginalSimpleTest.java
 
b/components/camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/OriginalSimpleTest.java
index 7850638..20e341a 100644
--- 
a/components/camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/OriginalSimpleTest.java
+++ 
b/components/camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/OriginalSimpleTest.java
@@ -667,17 +667,6 @@ public class OriginalSimpleTest extends 
LanguageTestSupport {
 }
 
 @Test
-public void testLanguagesInContext() throws Exception {
-// evaluate so we know there is 1 language in the context
-assertExpression("${id}", exchange.getIn().getMessageId());
-
-assertEquals(2, context.getLanguageNames().size());
-Iterator it = context.getLanguageNames().iterator();
-assertEquals("csimple", it.next());
-assertEquals("simple", it.next());
-}
-
-@Test
 public void testComplexExpressions() throws Exception {
 assertExpression("hey ${in.header.foo}", "hey abc");
 assertExpression("hey ${in.header:foo}", "hey abc");


[camel-karaf-examples] branch main updated: Drop Java 8

2021-12-24 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-karaf-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new 3f2d885  Drop Java 8
3f2d885 is described below

commit 3f2d88500d9193f0bb2cba90c49db5fcdcd7d520
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:02:04 2021 +0100

Drop Java 8
---
 examples/pom.xml | 17 ++---
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index f272e4d..e9d1cc6 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -104,7 +104,7 @@
 
UTF-8
 
 
scpexe://people.apache.org/www/camel.apache.org/maven/
-1.8
+11
 false
 
 3.15.0-SNAPSHOT
@@ -123,7 +123,7 @@
 4.13.2
 2.6.2
 2.3.0
-4.2.8
+4.3.4
 3.8.1
 3.0.0-M4
 3.0.1
@@ -328,19 +328,6 @@
 
 
 org.apache.maven.plugins
-maven-javadoc-plugin
-
-true
-${jdk.version}
-true
-Apache Camel
-false
-1.8.0
-UTF-8
-
-
-
-org.apache.maven.plugins
 maven-resources-plugin
 
 UTF-8


[camel-examples] 02/02: Drop Java 8

2021-12-24 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

commit 94bbbed1a57370459c09f9164bf0dd455f3a50dc
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:56:51 2021 +0100

Drop Java 8
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index ad310ff..dc12806 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -167,7 +167,7 @@
 
UTF-8
 
 
scpexe://people.apache.org/www/camel.apache.org/maven/
-1.8
+11
 false
 
 3.15.0-SNAPSHOT


[camel-examples] branch main updated (ed6ff7a -> 94bbbed)

2021-12-24 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-examples.git.


from ed6ff7a  CAMEL-17194: endpointdsl - Prepare for generate only once 
during project build.
 new 32c7685  Drop Java 8
 new 94bbbed  Drop Java 8

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:
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 examples/bigxml-split/pom.xml   | 2 --
 examples/pom.xml| 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)


[camel-examples] 01/02: Drop Java 8

2021-12-24 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

commit 32c7685884d79529c7f3a5644219326468150237
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:56:02 2021 +0100

Drop Java 8
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 examples/bigxml-split/pom.xml   | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 1faafba..db71f25 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -26,7 +26,7 @@ jobs:
 runs-on: ubuntu-latest
 strategy:
   matrix:
-java: [ '1.8', '11' ]
+java: [ '11' ]
 steps:
   - uses: actions/checkout@v2
   - name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index ec4b45d..a777067 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -26,7 +26,7 @@ jobs:
 runs-on: ubuntu-latest
 strategy:
   matrix:
-java: [ '1.8', '11' ]
+java: [ '11' ]
 steps:
   - uses: actions/checkout@v2
   - name: Set up JDK ${{ matrix.java }}
diff --git a/examples/bigxml-split/pom.xml b/examples/bigxml-split/pom.xml
index 27b8ea5..75ac8ba 100644
--- a/examples/bigxml-split/pom.xml
+++ b/examples/bigxml-split/pom.xml
@@ -33,8 +33,6 @@
 How to deal with big XML files in Camel
 
 
-1.8
-1.8
 UTF-8
 
UTF-8
 EIP


[camel-quarkus-examples] 01/01: Next is 2.7.0

2021-12-24 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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

commit c756617dcbc40e3c2dc319f7cb354914db26ee76
Author: Zineb Bendhiba 
AuthorDate: Thu Dec 23 09:27:05 2021 +0100

Next is 2.7.0
---
 aws-lambda/pom.xml| 10 +-
 file-bindy-ftp/pom.xml| 10 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 file-split-log-xml/pom.xml| 10 +-
 health/pom.xml| 10 +-
 http-log/pom.xml  | 10 +-
 jdbc-datasource/pom.xml   | 10 +-
 kafka/pom.xml | 10 +-
 kamelet-chucknorris/pom.xml   | 12 ++--
 observability/pom.xml | 10 +-
 rest-json/pom.xml | 10 +-
 timer-log-cdi/pom.xml | 10 +-
 timer-log-kotlin/pom.xml  | 10 +-
 timer-log-main/pom.xml| 12 ++--
 timer-log-spring/pom.xml  | 10 +-
 timer-log-xml/pom.xml | 10 +-
 timer-log/pom.xml | 10 +-
 18 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 0b49c59..7cdb84e 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-2.6.0
+2.7.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
 2.6.0.Final
-
${quarkus.platform.version}
+
2.7.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 5d81a60..ca51fdb 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-2.6.0
+2.7.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
 2.6.0.Final
-
${quarkus.platform.version}
+
2.7.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index b334520..256e791 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.6.0
+app.kubernetes.io/version: 2.7.0-SNAPSHOT
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 2.6.0
+  app.kubernetes.io/version: 2.7.0-SNAPSHOT
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.6.0
+app.kubernetes.io/version: 2.7.0-SNAPSHOT
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.6.0
+app.kubernetes.io/version: 2.7.0-SNAPSHOT
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.6.0
+app.kubernetes.io/version: 2.7.0-SNAPSHOT
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.6.0
+app.kubernetes.io/version: 2.7.0-SNAPSHOT
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml 
b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index b334520..256e791 100644
--- a/file-bindy-ftp/src/main/kubernetes/openshift.yml
+++ b/file-bindy-ftp/src/main/kubernetes/openshift.yml
@@ 

[camel-quarkus-examples] branch camel-quarkus-main updated (74dca40 -> c756617)

2021-12-24 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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


 discard 74dca40  Next is 2.7.0
 new c756617  Next is 2.7.0

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   (74dca40)
\
 N -- N -- N   refs/heads/camel-quarkus-main (c756617)

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

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

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


Summary of changes:
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)


[GitHub] [camel-kamelets] oscerd commented on pull request #630: [Docs] Generate kamelets pages using Antora (main)

2021-12-24 Thread GitBox


oscerd commented on pull request #630:
URL: https://github.com/apache/camel-kamelets/pull/630#issuecomment-1000847868


   yeah, I forgot to approve.


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

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

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




[camel-spring-boot-examples] branch main updated: Drop Java 8

2021-12-24 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 69bb713  Drop Java 8
69bb713 is described below

commit 69bb713c7ba3ba22d8ecd9e90f63b6f2d2374c5d
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:54:50 2021 +0100

Drop Java 8
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index e19db0f..dfe1a2a 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -26,7 +26,7 @@ jobs:
 runs-on: ubuntu-latest
 strategy:
   matrix:
-java: [ '1.8', '11' ]
+java: [ '11' ]
 steps:
   - uses: actions/checkout@v2
   - name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index e70b467..8bf39e0 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -26,7 +26,7 @@ jobs:
 runs-on: ubuntu-latest
 strategy:
   matrix:
-java: [ '1.8', '11' ]
+java: [ '11' ]
 steps:
   - uses: actions/checkout@v2
   - name: Set up JDK ${{ matrix.java }}


[camel-spring-boot] branch main updated (7ed44fc -> 94253ed)

2021-12-24 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 7ed44fc  CAMEL-17377: camel-spring-boot - Should have starters for 
groovy, kotlin and js
 new 67ccbd1  CAMEL-17378: camel-spring-boot - Should have starters for 
endpoint and component dsl
 new 94253ed  CAMEL-17378: camel-spring-boot - Should have starters for 
endpoint and component dsl

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:
 .../pom.xml   | 8 
 .../src/main/resources/META-INF/LICENSE.txt   | 0
 .../src/main/resources/META-INF/NOTICE.txt| 0
 .../src/main/resources/META-INF/spring.provides   | 2 +-
 .../pom.xml   | 8 
 .../src/main/resources/META-INF/LICENSE.txt   | 0
 .../src/main/resources/META-INF/NOTICE.txt| 0
 .../src/main/resources/META-INF/spring.provides   | 2 +-
 dsl-starter/pom.xml   | 2 ++
 9 files changed, 12 insertions(+), 10 deletions(-)
 copy dsl-starter/{camel-groovy-dsl-starter => 
camel-componentdsl-starter}/pom.xml (87%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-componentdsl-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-componentdsl-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy {components-starter/camel-ahc-ws-starter => 
dsl-starter/camel-componentdsl-starter}/src/main/resources/META-INF/spring.provides
 (97%)
 copy dsl-starter/{camel-groovy-dsl-starter => 
camel-endpointdsl-starter}/pom.xml (87%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-endpointdsl-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-endpointdsl-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy {components-starter/camel-ahc-ws-starter => 
dsl-starter/camel-endpointdsl-starter}/src/main/resources/META-INF/spring.provides
 (97%)


[camel-spring-boot] 02/02: CAMEL-17378: camel-spring-boot - Should have starters for endpoint and component dsl

2021-12-24 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 94253edfe9621cd9cb60cf86cdc1c6ef009b90ec
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:53:01 2021 +0100

CAMEL-17378: camel-spring-boot - Should have starters for endpoint and 
component dsl
---
 .../{ => camel-componentdsl-starter}/pom.xml   |  39 ++--
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 dsl-starter/pom.xml|   1 +
 5 files changed, 252 insertions(+), 19 deletions(-)

diff --git a/dsl-starter/pom.xml 
b/dsl-starter/camel-componentdsl-starter/pom.xml
similarity index 61%
copy from dsl-starter/pom.xml
copy to dsl-starter/camel-componentdsl-starter/pom.xml
index 548588c..ef0c487 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/camel-componentdsl-starter/pom.xml
@@ -24,25 +24,26 @@
 
 
 org.apache.camel.springboot
-camel-starter-parent
+dsl-starter
 3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
+../pom.xml
 
 
-dsl-starter
-pom
-Camel SB DSL Starters
-Camel DSL Starter
-
-
-camel-endpointdsl-starter
-camel-groovy-dsl-starter
-camel-java-joor-dsl-starter
-camel-js-dsl-starter
-camel-kotlin-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-
-
-
+camel-componentdsl-starter
+jar
+Camel SB DSL Starters :: Component DSL
+Spring-Boot Starter for Camel DSL :: Component 
DSL
+
+
+
+org.springframework.boot
+spring-boot-starter
+${spring-boot-version}
+
+
+org.apache.camel
+camel-componentdsl
+${camel-version}
+
+
+
\ No newline at end of file
diff --git 
a/dsl-starter/camel-componentdsl-starter/src/main/resources/META-INF/LICENSE.txt
 
b/dsl-starter/camel-componentdsl-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 000..6b0b127
--- /dev/null
+++ 
b/dsl-starter/camel-componentdsl-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is 

[camel-spring-boot] 01/02: CAMEL-17378: camel-spring-boot - Should have starters for endpoint and component dsl

2021-12-24 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 67ccbd15109d67acb78d848a6fa5024cda7a5de8
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:51:57 2021 +0100

CAMEL-17378: camel-spring-boot - Should have starters for endpoint and 
component dsl
---
 .../{ => camel-endpointdsl-starter}/pom.xml|  38 ++--
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 dsl-starter/pom.xml|   1 +
 5 files changed, 252 insertions(+), 18 deletions(-)

diff --git a/dsl-starter/pom.xml b/dsl-starter/camel-endpointdsl-starter/pom.xml
similarity index 61%
copy from dsl-starter/pom.xml
copy to dsl-starter/camel-endpointdsl-starter/pom.xml
index 774b8ee..e6ee4bf 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/camel-endpointdsl-starter/pom.xml
@@ -24,24 +24,26 @@
 
 
 org.apache.camel.springboot
-camel-starter-parent
+dsl-starter
 3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
+../pom.xml
 
 
-dsl-starter
-pom
-Camel SB DSL Starters
-Camel DSL Starter
-
-
-camel-groovy-dsl-starter
-camel-java-joor-dsl-starter
-camel-js-dsl-starter
-camel-kotlin-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-
-
-
+camel-endpointdsl-starter
+jar
+Camel SB DSL Starters :: Endpoint DSL
+Spring-Boot Starter for Camel DSL :: Endpoint 
DSL
+
+
+
+org.springframework.boot
+spring-boot-starter
+${spring-boot-version}
+
+
+org.apache.camel
+camel-endpointdsl
+${camel-version}
+
+
+
\ No newline at end of file
diff --git 
a/dsl-starter/camel-endpointdsl-starter/src/main/resources/META-INF/LICENSE.txt 
b/dsl-starter/camel-endpointdsl-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 000..6b0b127
--- /dev/null
+++ 
b/dsl-starter/camel-endpointdsl-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for 

[camel-spring-boot] 03/04: CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin and js

2021-12-24 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 a02f3179d410b8f3a3df1248cef8c5232e209199
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:46:29 2021 +0100

CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin 
and js
---
 dsl-starter/{ => camel-kotlin-dsl-starter}/pom.xml |  36 ++--
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 dsl-starter/pom.xml|   1 +
 5 files changed, 252 insertions(+), 16 deletions(-)

diff --git a/dsl-starter/pom.xml b/dsl-starter/camel-kotlin-dsl-starter/pom.xml
similarity index 61%
copy from dsl-starter/pom.xml
copy to dsl-starter/camel-kotlin-dsl-starter/pom.xml
index fd0c527..a364190 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/camel-kotlin-dsl-starter/pom.xml
@@ -24,22 +24,26 @@
 
 
 org.apache.camel.springboot
-camel-starter-parent
+dsl-starter
 3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
+../pom.xml
 
 
-dsl-starter
-pom
-Camel SB DSL Starters
-Camel DSL Starter
-
-
-camel-groovy-dsl-starter
-camel-java-joor-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-
-
-
+camel-kotlin-dsl-starter
+jar
+Camel SB DSL Starters :: Kotlin Starter
+Spring-Boot Starter for Camel DSL :: Kotlin
+
+
+
+org.springframework.boot
+spring-boot-starter
+${spring-boot-version}
+
+
+org.apache.camel
+camel-kotlin-dsl
+${camel-version}
+
+
+
\ No newline at end of file
diff --git 
a/dsl-starter/camel-kotlin-dsl-starter/src/main/resources/META-INF/LICENSE.txt 
b/dsl-starter/camel-kotlin-dsl-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 000..6b0b127
--- /dev/null
+++ 
b/dsl-starter/camel-kotlin-dsl-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal 

[camel-spring-boot] 04/04: CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin and js

2021-12-24 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 7ed44fc8c70cc10579cfe3d780fa0dc92ab569ef
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:47:59 2021 +0100

CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin 
and js
---
 dsl-starter/{ => camel-js-dsl-starter}/pom.xml |  37 ++--
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 dsl-starter/pom.xml|   1 +
 5 files changed, 252 insertions(+), 17 deletions(-)

diff --git a/dsl-starter/pom.xml b/dsl-starter/camel-js-dsl-starter/pom.xml
similarity index 61%
copy from dsl-starter/pom.xml
copy to dsl-starter/camel-js-dsl-starter/pom.xml
index 400743c..3f62ccd 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/camel-js-dsl-starter/pom.xml
@@ -24,23 +24,26 @@
 
 
 org.apache.camel.springboot
-camel-starter-parent
+dsl-starter
 3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
+../pom.xml
 
 
-dsl-starter
-pom
-Camel SB DSL Starters
-Camel DSL Starter
-
-
-camel-groovy-dsl-starter
-camel-java-joor-dsl-starter
-camel-kotlin-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-
-
-
+camel-js-dsl-starter
+jar
+Camel SB DSL Starters :: JavaScript Starter
+Spring-Boot Starter for Camel DSL :: JavaScript
+
+
+
+org.springframework.boot
+spring-boot-starter
+${spring-boot-version}
+
+
+org.apache.camel
+camel-js-dsl
+${camel-version}
+
+
+
\ No newline at end of file
diff --git 
a/dsl-starter/camel-js-dsl-starter/src/main/resources/META-INF/LICENSE.txt 
b/dsl-starter/camel-js-dsl-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 000..6b0b127
--- /dev/null
+++ b/dsl-starter/camel-js-dsl-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or 

[camel-spring-boot] branch main updated (e8c5973 -> 7ed44fc)

2021-12-24 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 e8c5973  CAMEL-17329: Drop Java 8 and set source/target to Java 11
 new 6cddd9b  Polished
 new 23fb697  CAMEL-17377: camel-spring-boot - Should have starters for 
groovy, kotlin and js
 new a02f317  CAMEL-17377: camel-spring-boot - Should have starters for 
groovy, kotlin and js
 new 7ed44fc  CAMEL-17377: camel-spring-boot - Should have starters for 
groovy, kotlin and js

The 4 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:
 .../pom.xml|  8 ++--
 .../src/main/resources/META-INF/LICENSE.txt|  0
 .../src/main/resources/META-INF/NOTICE.txt |  0
 .../src/main/resources/META-INF/spring.provides|  2 +-
 .../pom.xml|  8 ++--
 .../src/main/resources/META-INF/LICENSE.txt|  0
 .../src/main/resources/META-INF/NOTICE.txt |  0
 .../src/main/resources/META-INF/spring.provides|  2 +-
 .../pom.xml|  8 ++--
 .../src/main/resources/META-INF/LICENSE.txt|  0
 .../src/main/resources/META-INF/NOTICE.txt |  0
 .../src/main/resources/META-INF/spring.provides|  2 +-
 dsl-starter/pom.xml| 45 +-
 13 files changed, 42 insertions(+), 33 deletions(-)
 copy dsl-starter/{camel-xml-io-dsl-starter => 
camel-groovy-dsl-starter}/pom.xml (88%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-groovy-dsl-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-groovy-dsl-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy {components-starter/camel-ahc-ws-starter => 
dsl-starter/camel-groovy-dsl-starter}/src/main/resources/META-INF/spring.provides
 (97%)
 copy dsl-starter/{camel-xml-io-dsl-starter => camel-js-dsl-starter}/pom.xml 
(87%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-js-dsl-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-js-dsl-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy {components-starter/camel-ahc-ws-starter => 
dsl-starter/camel-js-dsl-starter}/src/main/resources/META-INF/spring.provides 
(97%)
 copy dsl-starter/{camel-xml-io-dsl-starter => 
camel-kotlin-dsl-starter}/pom.xml (88%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-kotlin-dsl-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy dsl-starter/{camel-yaml-dsl-starter => 
camel-kotlin-dsl-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy {components-starter/camel-ahc-ws-starter => 
dsl-starter/camel-kotlin-dsl-starter}/src/main/resources/META-INF/spring.provides
 (97%)


[camel-spring-boot] 02/04: CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin and js

2021-12-24 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 23fb697e1c8c200f49caae3229b90af323bc4265
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:45:04 2021 +0100

CAMEL-17377: camel-spring-boot - Should have starters for groovy, kotlin 
and js
---
 dsl-starter/{ => camel-groovy-dsl-starter}/pom.xml |  35 ++--
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 dsl-starter/pom.xml|   1 +
 5 files changed, 252 insertions(+), 15 deletions(-)

diff --git a/dsl-starter/pom.xml b/dsl-starter/camel-groovy-dsl-starter/pom.xml
similarity index 61%
copy from dsl-starter/pom.xml
copy to dsl-starter/camel-groovy-dsl-starter/pom.xml
index 70abbb4..e67c2cb 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/camel-groovy-dsl-starter/pom.xml
@@ -24,21 +24,26 @@
 
 
 org.apache.camel.springboot
-camel-starter-parent
+dsl-starter
 3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
+../pom.xml
 
 
-dsl-starter
-pom
-Camel SB DSL Starters
-Camel DSL Starter
-
-
-camel-java-joor-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-
-
-
+camel-groovy-dsl-starter
+jar
+Camel SB DSL Starters :: Groovy Starter
+Spring-Boot Starter for Camel DSL :: Groovy
+
+
+
+org.springframework.boot
+spring-boot-starter
+${spring-boot-version}
+
+
+org.apache.camel
+camel-groovy-dsl
+${camel-version}
+
+
+
\ No newline at end of file
diff --git 
a/dsl-starter/camel-groovy-dsl-starter/src/main/resources/META-INF/LICENSE.txt 
b/dsl-starter/camel-groovy-dsl-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 000..6b0b127
--- /dev/null
+++ 
b/dsl-starter/camel-groovy-dsl-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf 

[camel-spring-boot] 01/04: Polished

2021-12-24 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 6cddd9b84054489bad4abecc51cada220ae88d43
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:41:38 2021 +0100

Polished
---
 dsl-starter/pom.xml | 42 --
 1 file changed, 24 insertions(+), 18 deletions(-)

diff --git a/dsl-starter/pom.xml b/dsl-starter/pom.xml
index 8922dc7..70abbb4 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/pom.xml
@@ -17,22 +17,28 @@
 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;>
-  4.0.0
-  
-org.apache.camel.springboot
-camel-starter-parent
-3.15.0-SNAPSHOT
-../tooling/camel-starter-parent
-  
-  dsl-starter
-  pom
-  Camel SB DSL Starters
-  Camel DSL Starter
-  
-camel-java-joor-dsl-starter
-camel-xml-io-dsl-starter
-camel-xml-jaxb-dsl-starter
-camel-yaml-dsl-starter
-  
+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;>
+
+4.0.0
+
+
+org.apache.camel.springboot
+camel-starter-parent
+3.15.0-SNAPSHOT
+../tooling/camel-starter-parent
+
+
+dsl-starter
+pom
+Camel SB DSL Starters
+Camel DSL Starter
+
+
+camel-java-joor-dsl-starter
+camel-xml-io-dsl-starter
+camel-xml-jaxb-dsl-starter
+camel-yaml-dsl-starter
+
+
 


[camel] branch main updated: CAMEL-17229: optimisation to create files from a String (#6473)

2021-12-24 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 c04df0b  CAMEL-17229: optimisation to create files from a String 
(#6473)
c04df0b is described below

commit c04df0b626664f7fea233c1b2fe610911c8ba1a4
Author: klease <38634989+kle...@users.noreply.github.com>
AuthorDate: Fri Dec 24 14:30:23 2021 +0100

CAMEL-17229: optimisation to create files from a String (#6473)

* CAMEL-17229: optimisation to create files from a String
This change reduces the risk of a file being consumed before being 
completely
written which frequently happens during parallel unit tests.

* Make changes requested for PR 6473

* Fix bug in previous commit
---
 .../org/apache/camel/component/file/FileOperations.java| 14 ++
 1 file changed, 14 insertions(+)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
index 5629672..4d6710e 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
@@ -381,6 +381,10 @@ public class FileOperations implements 
GenericFileOperations {
 // buffer the reader
 in = IOHelper.buffered(in);
 writeFileByReaderWithCharset(in, file, charset);
+} else if (exchange.getIn().getBody() instanceof String) {
+// If the body is a string, write it directly
+String stringBody = (String) exchange.getIn().getBody();
+writeFileByString(stringBody, file);
 } else {
 // fallback and use stream based
 InputStream in = 
exchange.getIn().getMandatoryBody(InputStream.class);
@@ -500,6 +504,16 @@ public class FileOperations implements 
GenericFileOperations {
 }
 }
 
+private void writeFileByString(String body, File target) throws 
IOException {
+boolean append = endpoint.getFileExist() == GenericFileExist.Append;
+Files.writeString(target.toPath(), body, StandardOpenOption.WRITE,
+append ? StandardOpenOption.APPEND : 
StandardOpenOption.TRUNCATE_EXISTING, StandardOpenOption.CREATE);
+if (append && endpoint.getAppendChars() != null) {
+Files.writeString(target.toPath(), endpoint.getAppendChars(), 
StandardOpenOption.WRITE,
+StandardOpenOption.APPEND);
+}
+}
+
 /**
  * Creates a new file if the file doesn't exist. If the endpoint's 
existing file logic is set to 'Override' then the
  * target file will be truncated


[GitHub] [camel] davsclaus merged pull request #6473: CAMEL-17229: optimisation to create files from a String

2021-12-24 Thread GitBox


davsclaus merged pull request #6473:
URL: https://github.com/apache/camel/pull/6473


   


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

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

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




[GitHub] [camel] davsclaus commented on pull request #6473: CAMEL-17229: optimisation to create files from a String

2021-12-24 Thread GitBox


davsclaus commented on pull request #6473:
URL: https://github.com/apache/camel/pull/6473#issuecomment-1000840909


   The main branch has been upgraded to java 11, so we can go ahead with this PR


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

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

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




[camel] branch main updated: Upgrade resilience4j to 1.7.1

2021-12-24 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 d207f51  Upgrade resilience4j to 1.7.1
d207f51 is described below

commit d207f51255ebf50b8efa2f4e430d2827323e7699
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:19:02 2021 +0100

Upgrade resilience4j to 1.7.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dfb0b50..9c8caa6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -465,7 +465,7 @@
 3.4.5
 1.0.2
 3.16.3
-1.7.0
+1.7.1
 4.4.0
 4.5.6.Final
 2.3.0


[camel-spring-boot] 01/02: CAMEL-17329: Drop Java 8 and set source/target to Java 11

2021-12-24 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 a6be91b9568c492b7e5fea64792aa63ac81e1700
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 10:51:57 2021 +0100

CAMEL-17329: Drop Java 8 and set source/target to Java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8dd8341..3af5139 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
 
UTF-8
 
 
scpexe://people.apache.org/www/camel.apache.org/maven/
-1.8
+11
 false
 
 


[camel-spring-boot] 02/02: CAMEL-17329: Drop Java 8 and set source/target to Java 11

2021-12-24 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 e8c5973ff90ded3fcb2d3f89e8c8649aea2bbacd
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 14:10:24 2021 +0100

CAMEL-17329: Drop Java 8 and set source/target to Java 11
---
 tooling/camel-spring-boot-dependencies/pom.xml   |  6 +++---
 .../camel-spring-boot-generator-maven-plugin/pom.xml | 20 ++--
 2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index ccb28e1..fabb232 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -73,7 +73,7 @@
   
 com.alibaba
 fastjson
-1.2.78
+1.2.79
   
   
 com.cloudbees.thirdparty
@@ -4436,12 +4436,12 @@
   
 org.apache.pulsar
 pulsar-client
-2.9.0
+2.9.1
   
   
 org.apache.pulsar
 pulsar-client-admin
-2.9.0
+2.9.1
   
   
 org.apache.ws.commons.axiom
diff --git a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml 
b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
index 56bf00a..5a22fc2 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
+++ b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
@@ -105,7 +105,7 @@
 
 org.apache.maven.plugin-tools
 maven-plugin-annotations
-3.6.0
+${maven-plugin-plugin-version}
 
 
 org.apache.maven
@@ -115,7 +115,7 @@
 
 org.apache.maven.shared
 maven-dependency-tree
-3.0.1
+3.1.0
 
 
 org.codehaus.plexus
@@ -245,4 +245,20 @@
 
 
 
+
+
+
+org.apache.maven.plugins
+maven-plugin-plugin
+${maven-plugin-plugin-version}
+
+
+org.codehaus.mojo:exec-maven-plugin
+org.apache.maven:maven-plugin-api
+
+
+
+
+
+
 


[camel-spring-boot] branch main updated (100e72f -> e8c5973)

2021-12-24 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 100e72f  Upgrade to spring boot 2.6.2
 new a6be91b  CAMEL-17329: Drop Java 8 and set source/target to Java 11
 new e8c5973  CAMEL-17329: Drop Java 8 and set source/target to Java 11

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:
 pom.xml  |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml   |  6 +++---
 .../camel-spring-boot-generator-maven-plugin/pom.xml | 20 ++--
 3 files changed, 22 insertions(+), 6 deletions(-)


[camel-spring-boot] annotated tag camel-spring-boot-3.11.5 created (now 0aa3d9b)

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 0aa3d9b  (tag)
 tagging 97d09e09cae32e10b5b159fafd715fc5c0be0806 (commit)
 replaces camel-spring-boot-3.11.4
  by Gregor Zurowski
  on Fri Dec 24 12:50:33 2021 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-3.11.5
---

No new revisions were added by this update.


[camel-spring-boot] branch release/3.11.5 created (now 97d09e09)

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 97d09e09 [maven-release-plugin] prepare release 
camel-spring-boot-3.11.5

This branch includes the following new commits:

 new 3f3758a  Target Camel 3.11.5 for release
 new 97d09e09 [maven-release-plugin] prepare release 
camel-spring-boot-3.11.5

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] 01/02: Target Camel 3.11.5 for release

2021-12-24 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 3f3758a90c70d319e9f3a10ea8732dfa29e18bb0
Author: Gregor Zurowski 
AuthorDate: Fri Dec 24 11:31:41 2021 +

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

diff --git a/pom.xml b/pom.xml
index a19ee82..69404b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.11.5-SNAPSHOT
+3.11.5
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 2.5.8
 
 
-3.11.5-SNAPSHOT
+3.11.5
 
 
 1.0.2.v20150114
@@ -456,7 +456,7 @@
 
 dev
 
-3.11.5-SNAPSHOT
+3.11.5
 
 
 


[camel-quarkus] 01/02: Upgrade Yaml Routes to Yaml 3.15 style

2021-12-24 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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

commit 3eccb7079b38b524bc6943f1d3956653a391348f
Author: Zineb Bendhiba 
AuthorDate: Thu Dec 23 15:04:58 2021 +0100

Upgrade Yaml Routes to Yaml 3.15 style
---
 .../route-configurations/src/main/resources/yaml/routes.yaml  | 11 ++-
 .../main-yaml/src/main/resources/routes/my-rests.yaml |  9 +
 .../main-yaml/src/main/resources/routes/my-routes.yaml| 11 ++-
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git 
a/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
 
b/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
index 6e5418f..fd4dc34 100644
--- 
a/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
+++ 
b/integration-test-groups/foundation/route-configurations/src/main/resources/yaml/routes.yaml
@@ -17,8 +17,9 @@
 
 - route:
 route-configuration-id: "xmlRouteConfiguration"
-from: "direct:yamlRoute"
-steps:
-  - throw-exception:
-  exception-type: 
"org.apache.camel.quarkus.core.it.routeconfigurations.RouteConfigurationsException"
-  message: "Intentional exception to trigger onException in 
xmlRouteConfiguration"
\ No newline at end of file
+from:
+uri: "direct:yamlRoute"
+steps:
+  - throw-exception:
+  exception-type: 
"org.apache.camel.quarkus.core.it.routeconfigurations.RouteConfigurationsException"
+  message: "Intentional exception to trigger onException in 
xmlRouteConfiguration"
\ No newline at end of file
diff --git 
a/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml 
b/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
index b246556..fd1f1b6 100644
--- a/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
+++ b/integration-tests/main-yaml/src/main/resources/routes/my-rests.yaml
@@ -22,7 +22,8 @@
 to: "direct:rest"
 - route:
 id: "rest-route"
-from: "direct:rest"
-steps:
-  - set-body:
-  constant: "Hello World!!!"
+from:
+  uri: "direct:rest"
+  steps:
+- set-body:
+constant: "Hello World!!!"
diff --git 
a/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml 
b/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
index e6ae42f..d0a6f53 100644
--- a/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
+++ b/integration-tests/main-yaml/src/main/resources/routes/my-routes.yaml
@@ -17,8 +17,9 @@
 
 - route:
 id: "my-yaml-route"
-from: "timer:from-xml?period=3000"
-steps:
-  - set-body:
-  constant: "Hello World!!!"
-  - to: "log:from-yaml"
+from:
+  uri: "timer:from-xml?period=3000"
+  steps:
+- set-body:
+constant: "Hello World!!!"
+- to: "log:from-yaml"


[camel-quarkus] 02/02: Disable Fhir tests

2021-12-24 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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

commit 086b883126779e0bbe1222f8f88966fd06a9ddcb
Author: Zineb Bendhiba 
AuthorDate: Fri Dec 24 12:36:00 2021 +0100

Disable Fhir tests
---
 .../java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java   | 2 ++
 .../java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java | 2 ++
 .../org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java| 2 ++
 .../org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java  | 2 ++
 4 files changed, 8 insertions(+)

diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
index 27d3862..7da92c4 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientIT.java
@@ -17,8 +17,10 @@
 package org.apache.camel.quarkus.component.fhir.it;
 
 import io.quarkus.test.junit.NativeImageTest;
+import org.junit.jupiter.api.Disabled;
 
 @NativeImageTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirClientIT extends FhirClientTest {
 
 }
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
index b5967a3..3f677ce 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirClientTest.java
@@ -24,10 +24,12 @@ import io.restassured.http.ContentType;
 import org.apache.camel.quarkus.component.fhir.FhirFlags;
 import org.apache.camel.quarkus.test.EnabledIf;
 import org.jboss.logging.Logger;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
 @QuarkusTestResource(FhirTestResource.class)
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirClientTest {
 private static final Logger LOG = Logger.getLogger(FhirClientTest.class);
 
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
index d6b0209..9ee54ee 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.fhir.it;
 
 import io.quarkus.test.junit.NativeImageTest;
+import org.junit.jupiter.api.Disabled;
 
 @NativeImageTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirDataformatIT extends FhirDataformatTest {
 }
diff --git 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
index b2a4193..9f8229d 100644
--- 
a/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
+++ 
b/integration-tests/fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/FhirDataformatTest.java
@@ -24,9 +24,11 @@ import org.apache.camel.quarkus.component.fhir.FhirFlags;
 import org.apache.camel.quarkus.test.EnabledIf;
 import org.hl7.fhir.dstu3.model.Patient;
 import org.jboss.logging.Logger;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/3416
 class FhirDataformatTest {
 private static final Logger LOG = 
Logger.getLogger(FhirDataformatTest.class);
 


[camel-quarkus] branch camel-main updated (783142d -> 086b883)

2021-12-24 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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


 discard 783142d  Upgrade Yaml Routes to Yaml 3.15 style
 new 3eccb70  Upgrade Yaml Routes to Yaml 3.15 style
 new 086b883  Disable Fhir tests

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   (783142d)
\
 N -- N -- N   refs/heads/camel-main (086b883)

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:
 .../route-configurations/src/main/resources/yaml/routes.yaml  | 11 ++-
 .../apache/camel/quarkus/component/fhir/it/FhirClientIT.java  |  2 ++
 .../camel/quarkus/component/fhir/it/FhirClientTest.java   |  2 ++
 .../camel/quarkus/component/fhir/it/FhirDataformatIT.java |  2 ++
 .../camel/quarkus/component/fhir/it/FhirDataformatTest.java   |  2 ++
 5 files changed, 14 insertions(+), 5 deletions(-)


[GitHub] [camel-quarkus] zbendhiba opened a new issue #3421: Quarkus 2.7 : CI : Found Banned Dependency: commons-logging:commons-logging

2021-12-24 Thread GitBox


zbendhiba opened a new issue #3421:
URL: https://github.com/apache/camel-quarkus/issues/3421


   On quarkus-main CI build, enforcer fail for banned artifact 
commons-logging:commons-logging
   I can't reproduce this locally. Can't from dependency:tree neither
   
   ```
   2021-12-24T10:24:54.6836239Z [INFO] --< 
org.apache.camel.quarkus:camel-quarkus-integration-test-aws2-grouped >--
   2021-12-24T10:24:54.6838378Z [INFO] Building Camel Quarkus :: Integration 
Tests :: AWS2 Grouped 2.7.0-SNAPSHOT [1078/1375]
   2021-12-24T10:24:54.6839724Z [INFO] [ jar 
]-
   2021-12-24T10:24:55.7581887Z [INFO] 
   2021-12-24T10:24:55.7584504Z [INFO] --- maven-clean-plugin:3.1.0:clean 
(default-clean) @ camel-quarkus-integration-test-aws2-grouped ---
   2021-12-24T10:24:55.7593236Z [INFO] 
   2021-12-24T10:24:55.7596623Z [INFO] --- 
maven-enforcer-plugin:3.0.0-M3:enforce (camel-quarkus-enforcer-rules) @ 
camel-quarkus-integration-test-aws2-grouped ---
   2021-12-24T10:24:58.0366083Z [WARNING] Rule 3: 
org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
   2021-12-24T10:24:58.0374042Z Found Banned Dependency: 
commons-logging:commons-logging:jar:1.2
   2021-12-24T10:24:58.0381333Z Use 'mvn dependency:tree' to locate the source 
of the banned dependencies.
   ```


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

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

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




[GitHub] [camel-quarkus] zbendhiba commented on pull request #3418: java.lang.UnsatisfiedLinkError: no awt in java.library.path in native…

2021-12-24 Thread GitBox


zbendhiba commented on pull request #3418:
URL: https://github.com/apache/camel-quarkus/pull/3418#issuecomment-1000782174


   @ffang Pushed to Quarkus-main. Quarkus-main is not compiling for now, so 
there's no possibility to validate the PR
   


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

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

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




[GitHub] [camel-quarkus] zbendhiba closed pull request #3418: java.lang.UnsatisfiedLinkError: no awt in java.library.path in native…

2021-12-24 Thread GitBox


zbendhiba closed pull request #3418:
URL: https://github.com/apache/camel-quarkus/pull/3418


   


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

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

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




  1   2   >