[camel-quarkus] branch 2.6.x created (now cb25969)

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

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


  at cb25969  [maven-release-plugin] Prepare release 2.6.0

This branch includes the following new commits:

 new cb25969  [maven-release-plugin] Prepare release 2.6.0

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



[camel-quarkus] annotated tag 2.6.0 created (now d26b1fe)

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

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


  at d26b1fe  (tag)
 tagging cb259698ef16ee7165d11f1ede9e94cb925eae14 (commit)
 replaces 1.0.0-CR3
  by Zineb Bendhiba
  on Sat Dec 18 07:47:04 2021 +0100

- Log -
[maven-release-plugin] copy for tag 2.6.0
---

No new revisions were added by this update.


[camel-quarkus] branch main updated: ⬆️ Upgrade Camel to 3.14.0

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

zbendhiba 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 87e3759  ⬆️ Upgrade Camel to 3.14.0
87e3759 is described below

commit 87e3759aa584dc2a8fb97a72fe4af631437c4aca
Author: James Netherton 
AuthorDate: Thu Nov 18 07:31:39 2021 +

⬆️ Upgrade Camel to 3.14.0
---
 docs/antora.yml|  6 +++---
 .../extensions/azure-storage-datalake.adoc |  2 +-
 .../pages/reference/extensions/vertx-kafka.adoc|  6 +++---
 .../components/azure-storage-datalake.adoc |  2 +-
 .../partials/reference/components/vertx-kafka.adoc |  2 +-
 .../component/kafka/QuarkusKafkaClientFactory.java |  8 
 .../main/resources/META-INF/quarkus-extension.yaml |  1 +
 .../quarkus/component/aws2/sqs/it/Aws2SqsTest.java |  2 --
 .../test/resources/mappings/bulApi-abortJob.json   |  2 +-
 .../test/resources/mappings/bulkApi-createJob.json |  2 +-
 .../src/test/resources/mappings/getAccount.json|  2 +-
 .../resources/mappings/getAccountBasicInfo.json|  4 ++--
 .../test/resources/mappings/getAccountById.json|  2 +-
 .../resources/mappings/getAccountDescription.json  |  4 ++--
 .../resources/mappings/getAccountLongQuery.json|  2 +-
 .../src/test/resources/mappings/getDocument.json   |  2 +-
 .../src/test/resources/mappings/getLimits.json |  2 +-
 .../test/resources/mappings/getListOfObjects.json  |  4 ++--
 .../test/resources/mappings/getRestResources.json  |  4 ++--
 .../src/test/resources/mappings/handshake.json |  2 +-
 .../src/test/resources/mappings/setAccount.json|  2 +-
 pom.xml|  4 ++--
 poms/bom/pom.xml   | 24 +++---
 23 files changed, 45 insertions(+), 46 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 7914162..7ef3eda 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -26,11 +26,11 @@ asciidoc:
   attributes:
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.4 # replace ${target-maven-version}
-camel-version: 3.13.0 # replace ${camel.version}
+camel-version: 3.14.0 # replace ${camel.version}
 quarkus-version: 2.6.0.Final # replace ${quarkus.version}
 # attributes used in xrefs to other Antora components
-cq-camel-components: 3.13.x@components # replace 
${camel.docs.components.xref}
+cq-camel-components: 3.14.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
 # indexTable common
-indexer-version: 3.13.x # replace ${camel.docs.components.version}
+indexer-version: 3.14.x # replace ${camel.docs.components.version}
 indexer-component: components
diff --git 
a/docs/modules/ROOT/pages/reference/extensions/azure-storage-datalake.adoc 
b/docs/modules/ROOT/pages/reference/extensions/azure-storage-datalake.adoc
index 0e60803..274d1eb 100644
--- a/docs/modules/ROOT/pages/reference/extensions/azure-storage-datalake.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/azure-storage-datalake.adoc
@@ -18,7 +18,7 @@ Camel Azure Datalake Gen2 Component
 
 == What's inside
 
-* xref:{cq-camel-components}::azure-storage-datalake-component.adoc[Azure 
storage datalake service component], URI syntax: 
`azure-storage-datalake:accountName/fileSystemName`
+* xref:{cq-camel-components}::azure-storage-datalake-component.adoc[Azure 
Storage Datalake Service component], URI syntax: 
`azure-storage-datalake:accountName/fileSystemName`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/vertx-kafka.adoc 
b/docs/modules/ROOT/pages/reference/extensions/vertx-kafka.adoc
index 40c75db..ad49a8f 100644
--- a/docs/modules/ROOT/pages/reference/extensions/vertx-kafka.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/vertx-kafka.adoc
@@ -5,14 +5,14 @@
 :cq-artifact-id: camel-quarkus-vertx-kafka
 :cq-native-supported: true
 :cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status-deprecation: Stable Deprecated
 :cq-description: Sent and receive messages to/from an Apache Kafka broker 
using vert.x Kafka client
-:cq-deprecated: false
+:cq-deprecated: true
 :cq-jvm-since: 1.6.0
 :cq-native-since: 1.6.0
 
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.6.0## [.badge-key]##Native 
since##[.badge-supported]##1.6.0##
+[.badge-key]##JVM since##[.badge-supported]##1.6.0## [.badge-key]##Native 
since##[.badge-supported]##1.6.0## 
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
 
 Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka 
client
 
diff --git 
a/docs/modules/ROOT/partials/reference/components/azure-storage-datalake.adoc 
b/docs/modules/ROOT/partials/reference/components/azure-storage-datalake.adoc
index ff44960..b4a1e8e 

[GitHub] [camel-quarkus] zbendhiba merged pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


zbendhiba merged pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392


   


-- 
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 #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


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


   The build is fine against artifacts sync in central. Merging this, to be 
able to prepare the release 


-- 
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] djencks opened a new pull request #6558: 3.14.x local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6558:
URL: https://github.com/apache/camel/pull/6558


   cf apache/camel-website#727


-- 
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] djencks opened a new pull request #6557: 3.13.x local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6557:
URL: https://github.com/apache/camel/pull/6557


   cf apache/camel-website#727


-- 
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] djencks edited a comment on pull request #6553: main local/partial build setup

2021-12-17 Thread GitBox


djencks edited a comment on pull request #6553:
URL: https://github.com/apache/camel/pull/6553#issuecomment-997135034


   For the versions relying on symlinks rather than copying (main, 3.14.x, 
3.13.x, and 3.12.x), the file watcher will not detect changes to the original 
files under components, but at least in Intellij IDEA you can edit the 
symlinked "copy"  under docs/components and the file watcher will detect a 
change.  I don't know how this works :-)


-- 
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] djencks opened a new pull request #6556: 3.12.x local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6556:
URL: https://github.com/apache/camel/pull/6556


   cf apache/camel-website#727


-- 
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] djencks commented on pull request #6553: main local/partial build setup

2021-12-17 Thread GitBox


djencks commented on pull request #6553:
URL: https://github.com/apache/camel/pull/6553#issuecomment-997135034


   For the versions relying on symlinks rather than copying (main and 3.1.4.x I 
think), the file watcher will not detect changes to symlinked files so you need 
to touch a file under a start path or restart the local_build.sh script.


-- 
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] djencks edited a comment on pull request #6553: main local/partial build setup

2021-12-17 Thread GitBox


djencks edited a comment on pull request #6553:
URL: https://github.com/apache/camel/pull/6553#issuecomment-997120640


   It now works with the following problem for me.  I'd like feedback from 
others on both linux and macOS whether they have the same problem: it's a bug 
in Antora AFAICT.
   
   I get an error like this:
   
   [17:36:35.262] ERROR (@djencks/antora-source-watch): EEXIST: file already 
exists, mkdir 
'/Users/david/projects/camel/camel-website/documentation/components/next/eips/_attachments/Hohpe_EIP_camel_20150622.zip'
   Cause: Error (no stacktrace)
   
   
   Deleting the source zips "solves" the problem.  I haven't been able to make 
a small example project, but it occurs when I modify the playbook to use my 
local camel clone (just like source-map does, but hardcoded).
   
   To delete the files, 
   
   ```
   rm 
../core/camel-core-engine/src/main/docs/modules/eips/attachments/Hohpe_EIP_camel_*
   ```
   in the docs directory where you are running local-build.sh.


-- 
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] djencks opened a new pull request #6555: local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6555:
URL: https://github.com/apache/camel/pull/6555


   cf apache/camel-website#727


-- 
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-17 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 4b4228e  Updated CHANGELOG.md
4b4228e is described below

commit 4b4228e5df8dc74d281df1dd4d9badd143f3b6ca
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 18 03:11:43 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8410be..c04d591 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,8 @@
 
 **Merged pull requests:**
 
+- ⬆️ Upgrade Tika version 
[\#3395](https://github.com/apache/camel-quarkus/pull/3395) 
([zbendhiba](https://github.com/zbendhiba))
+- ⬆️ Upgrade Quarkiverse jgit and Amazon services 
[\#3393](https://github.com/apache/camel-quarkus/pull/3393) 
([zbendhiba](https://github.com/zbendhiba))
 - ⬆️ Upgrade Quarkus 2.6.0.Final 
[\#3388](https://github.com/apache/camel-quarkus/pull/3388) 
([zbendhiba](https://github.com/zbendhiba))
 - POC/WIP local build setup 
[\#3385](https://github.com/apache/camel-quarkus/pull/3385) 
([djencks](https://github.com/djencks))
 - protobuf: Missing method "getName" when using contentTypeFormat=json … 
[\#3384](https://github.com/apache/camel-quarkus/pull/3384) 
([aldettinger](https://github.com/aldettinger))


[camel-website] branch asf-site updated (3ad302d -> 7c0007c)

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

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


 discard 3ad302d  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586
 discard 9dc29c2  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 522c8bf  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 7c0007c  Website updated to c42cc8163e891e9b4293acc29be231cf30f8fa70

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   (3ad302d)
\
 N -- N -- N   refs/heads/asf-site (7c0007c)

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:
 sitemap-camel-k.xml   |  822 ++--
 sitemap-camel-kafka-connector.xml | 2218 +--
 sitemap-camel-kamelets.xml|  586 +--
 sitemap-camel-karaf.xml   |   84 +-
 sitemap-camel-quarkus.xml | 2078 +-
 sitemap-camel-spring-boot.xml |   62 +-
 sitemap-components.xml| 7884 ++---
 sitemap-manual.xml|  384 +-
 8 files changed, 7059 insertions(+), 7059 deletions(-)


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

2021-12-17 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1594866157-604-f91cda44-d2ab-4ffb-a15a-b8c844e165eb
   * Camel Quarkus Commit: f29307ea0a8d99efed8bfabe5c553cdf5fb72478
   
   * Quarkus Main Commit: Unknown
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1594866157


-- 
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] djencks commented on pull request #6553: main local/partial build setup

2021-12-17 Thread GitBox


djencks commented on pull request #6553:
URL: https://github.com/apache/camel/pull/6553#issuecomment-997120640


   It now works with the following problem for me.  I'd like feedback from 
others on both linux and macOS whether they have the same problem: it's a bug 
in Antora AFAICT.
   
   I get an error like this:
   
   [17:36:35.262] ERROR (@djencks/antora-source-watch): EEXIST: file already 
exists, mkdir 
'/Users/david/projects/camel/camel-website/documentation/components/next/eips/_attachments/Hohpe_EIP_camel_20150622.zip'
   Cause: Error (no stacktrace)
   
   
   Deleting the source zips "solves" the problem.  I haven't been able to make 
a small example project, but it occurs when I modify the playbook to use my 
local camel clone (just like source-map does, but hardcoded).


-- 
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 merged pull request #727: Main update source watch

2021-12-17 Thread GitBox


djencks merged pull request #727:
URL: https://github.com/apache/camel-website/pull/727


   


-- 
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 main updated (e1a487b -> c42cc81)

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


from e1a487b  Add 3.14.x branches for documentation to antora
 new 7f3b778  update @djencks/antora-source-watch version
 new c42cc81  generated yarn cache updates

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:
 .pnp.cjs |  10 +-
 ...source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip | Bin 6485 -> 0 bytes
 ...source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip | Bin 0 -> 7299 bytes
 package.json |   2 +-
 yarn.lock|  10 +-
 5 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 
.yarn/cache/@djencks-antora-source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip
 create mode 100644 
.yarn/cache/@djencks-antora-source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip


[camel-website] 02/02: generated yarn cache updates

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

commit c42cc8163e891e9b4293acc29be231cf30f8fa70
Author: David Jencks 
AuthorDate: Fri Dec 17 15:22:22 2021 -0800

generated yarn cache updates
---
 .pnp.cjs |  10 +-
 ...source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip | Bin 6485 -> 0 bytes
 ...source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip | Bin 0 -> 7299 bytes
 yarn.lock|  10 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.pnp.cjs b/.pnp.cjs
index 1c39588..929dd8c 100755
--- a/.pnp.cjs
+++ b/.pnp.cjs
@@ -51,7 +51,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
 ["@djencks/antora-aggregate-collector", "npm:0.1.0-beta.1"],
 ["@djencks/antora-site-manifest", "npm:0.0.3-rc.2"],
 ["@djencks/antora-source-map", "npm:0.0.1-rc.2"],
-["@djencks/antora-source-watch", "npm:0.0.3-rc.2"],
+["@djencks/antora-source-watch", "npm:0.0.4-rc.2"],
 ["@djencks/antora-timer", "npm:0.0.1-beta.1"],
 ["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-rc.2"],
 ["@djencks/asciidoctor-jsonpath", "npm:0.1.0-rc.2"],
@@ -2513,10 +2513,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
 }]
   ]],
   ["@djencks/antora-source-watch", [
-["npm:0.0.3-rc.2", {
-  "packageLocation": 
"./.yarn/cache/@djencks-antora-source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip/node_modules/@djencks/antora-source-watch/",
+["npm:0.0.4-rc.2", {
+  "packageLocation": 
"./.yarn/cache/@djencks-antora-source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip/node_modules/@djencks/antora-source-watch/",
   "packageDependencies": [
-["@djencks/antora-source-watch", "npm:0.0.3-rc.2"],
+["@djencks/antora-source-watch", "npm:0.0.4-rc.2"],
 ["@antora/expand-path-helper", "npm:2.0.0"],
 ["@antora/user-require-helper", "npm:2.0.0"],
 ["browser-sync", "npm:2.27.7"],
@@ -4934,7 +4934,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
 ["@djencks/antora-aggregate-collector", "npm:0.1.0-beta.1"],
 ["@djencks/antora-site-manifest", "npm:0.0.3-rc.2"],
 ["@djencks/antora-source-map", "npm:0.0.1-rc.2"],
-["@djencks/antora-source-watch", "npm:0.0.3-rc.2"],
+["@djencks/antora-source-watch", "npm:0.0.4-rc.2"],
 ["@djencks/antora-timer", "npm:0.0.1-beta.1"],
 ["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-rc.2"],
 ["@djencks/asciidoctor-jsonpath", "npm:0.1.0-rc.2"],
diff --git 
a/.yarn/cache/@djencks-antora-source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip
 
b/.yarn/cache/@djencks-antora-source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip
deleted file mode 100644
index 7353bd0..000
Binary files 
a/.yarn/cache/@djencks-antora-source-watch-npm-0.0.3-rc.2-3e7b96e4ac-cf9c4ce167.zip
 and /dev/null differ
diff --git 
a/.yarn/cache/@djencks-antora-source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip
 
b/.yarn/cache/@djencks-antora-source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip
new file mode 100644
index 000..3dfea18
Binary files /dev/null and 
b/.yarn/cache/@djencks-antora-source-watch-npm-0.0.4-rc.2-000897701c-3f972aaa9a.zip
 differ
diff --git a/yarn.lock b/yarn.lock
index a415a75..b25ce52 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1614,16 +1614,16 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@djencks/antora-source-watch@npm:^0.0.3-rc.2":
-  version: 0.0.3-rc.2
-  resolution: "@djencks/antora-source-watch@npm:0.0.3-rc.2"
+"@djencks/antora-source-watch@npm:^0.0.4-rc.2":
+  version: 0.0.4-rc.2
+  resolution: "@djencks/antora-source-watch@npm:0.0.4-rc.2"
   dependencies:
 "@antora/expand-path-helper": ^2.0.0
 "@antora/user-require-helper": ~2.0
 browser-sync: ^2.27.7
 chokidar: ^3.5.2
 picomatch: ^2.3.0
-  checksum: 
cf9c4ce167177e11a57351ff1552861d20fb38eba2d90415b70b7a76d01f468a70231a0da78bf78e1ce1b5bcb4e467ea2b83462fee6d0507ea682478decd4f69
+  checksum: 
3f972aaa9a48344451861cc72235975e70480032e83f7ef7f3616b59648d085724ccfb2e8fbbe85b8314f322602d2dda4b17a4e61fbf7b3cbf351301607fd129
   languageName: node
   linkType: hard
 
@@ -3650,7 +3650,7 @@ __metadata:
 "@djencks/antora-aggregate-collector": ^0.1.0-beta.1
 "@djencks/antora-site-manifest": ^0.0.3-rc.2
 "@djencks/antora-source-map": ^0.0.1-rc.2
-"@djencks/antora-source-watch": ^0.0.3-rc.2
+"@djencks/antora-source-watch": ^0.0.4-rc.2
 "@djencks/antora-timer": ^0.0.1-beta.1
 "@djencks/asciidoctor-antora-indexer": ^0.1.0-rc.2
 "@djencks/asciidoctor-jsonpath": ^0.1.0-rc.2


[camel-website] 01/02: update @djencks/antora-source-watch version

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

commit 7f3b7785c27e7e1afdedf9488cd8292ab8420da6
Author: David Jencks 
AuthorDate: Fri Dec 17 15:09:33 2021 -0800

update @djencks/antora-source-watch version
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 304f387..58db746 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
 "@djencks/antora-aggregate-collector": "^0.1.0-beta.1",
 "@djencks/antora-site-manifest": "^0.0.3-rc.2",
 "@djencks/antora-source-map": "^0.0.1-rc.2",
-"@djencks/antora-source-watch": "^0.0.3-rc.2",
+"@djencks/antora-source-watch": "^0.0.4-rc.2",
 "@djencks/antora-timer": "^0.0.1-beta.1",
 "@djencks/asciidoctor-antora-indexer": "^0.1.0-rc.2",
 "@djencks/asciidoctor-jsonpath": "^0.1.0-rc.2",


[GitHub] [camel] djencks opened a new pull request #6554: 3.7.x local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6554:
URL: https://github.com/apache/camel/pull/6554


   cf https://github.com/apache/camel-website/pull/727


-- 
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] github-actions[bot] commented on pull request #727: Main update source watch

2021-12-17 Thread GitBox


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


    Preview is available at https://pr-727--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 opened a new pull request #727: Main update source watch

2021-12-17 Thread GitBox


djencks opened a new pull request #727:
URL: https://github.com/apache/camel-website/pull/727


   New version of @djencks/antora-source-watch that allows filtering on repo 
branches, needed for multi-repo components such as `components`


-- 
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] djencks opened a new pull request #6553: main local/partial build setup

2021-12-17 Thread GitBox


djencks opened a new pull request #6553:
URL: https://github.com/apache/camel/pull/6553


   This works now although there are some spurious errors from 
camel-spring-boot branches we don't want.
   
   Once I upgrade the camel-website dependencies the errors will be gone.


-- 
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] Croway opened a new pull request #6552: Fix nsq doc

2021-12-17 Thread GitBox


Croway opened a new pull request #6552:
URL: https://github.com/apache/camel/pull/6552


   Default nsq producer port is 4150 @astefanutti 


-- 
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] ppalaga commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


ppalaga commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-997052286


   Great to see that Camel 3.14 is finally available on Central!


-- 
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 #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


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


   > @ppalaga I failed setting the MAVEN_ARGS for tests running inside a 
sub-repo : functional-extension-tests ...
   Latest build: initial install and native tests were ok
   Lastest commit is an attempt to pass the absolute path of settings.xml for 
extension-jvm and other sub-directories maven builds


-- 
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 (9de8c02 -> 3ad302d)

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

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


 discard 9de8c02  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586
 discard 85160ea  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 9dc29c2  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 3ad302d  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586

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   (9de8c02)
\
 N -- N -- N   refs/heads/asf-site (3ad302d)

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

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

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


Summary of changes:
 .htaccess  |   52 +-
 .../_images/kamelets/google-functions-sink.svg |   19 +
 camel-kamelets/next/avro-deserialize-action.html   |2 +-
 camel-kamelets/next/avro-serialize-action.html |2 +-
 camel-kamelets/next/aws-cloudwatch-sink.html   |2 +-
 camel-kamelets/next/aws-ddb-streams-source.html|2 +-
 camel-kamelets/next/aws-ec2-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-firehose-sink.html |2 +-
 camel-kamelets/next/aws-kinesis-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-source.html|2 +-
 camel-kamelets/next/aws-lambda-sink.html   |2 +-
 camel-kamelets/next/aws-redshift-sink.html |2 +-
 camel-kamelets/next/aws-redshift-source.html   |2 +-
 camel-kamelets/next/aws-s3-sink.html   |2 +-
 camel-kamelets/next/aws-s3-source.html |2 +-
 .../next/aws-s3-streaming-upload-sink.html |2 +-
 camel-kamelets/next/aws-secrets-manager-sink.html  |2 +-
 camel-kamelets/next/aws-sns-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sns-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-batch-sink.html|2 +-
 camel-kamelets/next/aws-sqs-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sqs-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-source.html|2 +-
 camel-kamelets/next/aws-translate-action.html  |2 +-
 camel-kamelets/next/azure-cosmosdb-source.html |2 +-
 camel-kamelets/next/azure-eventhubs-sink.html  |2 +-
 camel-kamelets/next/azure-eventhubs-source.html|2 +-
 camel-kamelets/next/azure-storage-blob-sink.html   |2 +-
 camel-kamelets/next/azure-storage-blob-source.html |2 +-
 camel-kamelets/next/azure-storage-queue-sink.html  |2 +-
 .../next/azure-storage-queue-source.html   |2 +-
 camel-kamelets/next/bitcoin-source.html|2 +-
 camel-kamelets/next/caffeine-action.html   |2 +-
 camel-kamelets/next/cassandra-sink.html|2 +-
 camel-kamelets/next/cassandra-source.html  |2 +-
 camel-kamelets/next/chuck-norris-source.html   |2 +-
 camel-kamelets/next/chunk-template-action.html |2 +-
 camel-kamelets/next/couchbase-sink.html|2 +-
 camel-kamelets/next/cron-source.html   |2 +-
 camel-kamelets/next/dns-dig-action.html|2 +-
 camel-kamelets/next/dns-ip-action.html |2 +-
 camel-kamelets/next/dns-lookup-action.html |2 +-
 camel-kamelets/next/dropbox-sink.html  |2 +-
 camel-kamelets/next/dropbox-source.html|2 +-
 camel-kamelets/next/earthquake-source.html |2 +-
 camel-kamelets/next/elasticsearch-index-sink.html  |2 +-
 .../next/elasticsearch-search-source.html  |2 +-
 camel-kamelets/next/exec-sink.html |2 +-
 camel-kamelets/next/extract-field-action.html  |2 +-
 camel-kamelets/next/fhir-source.html   |2 +-
 camel-kamelets/next/file-watch-source.html |2 +-
 .../next/freemarker-template-action.html   |2 +-
 camel-kamelets/next/ftp-sink.html  |2 +-
 camel-kamelets/next/ftp-source.html|2 +-
 camel-kamelets/next/ftps-sink.html |2 +-
 camel-kamelets/next/ftps-source.html   |2 +-
 camel-kamelets/next/github-source.html |2 +-
 

[GitHub] [camel] cunningt opened a new pull request #6551: CAMEL-17327 Remove hardcoded log4j versions from google-pubsub / kafka/restlet-jdbc examples

2021-12-17 Thread GitBox


cunningt opened a new pull request #6551:
URL: https://github.com/apache/camel/pull/6551


   There are a few examples that have hardcoded log4j versions - they should 
probably be inheriting the log4j 2.16 version from camel-parent.


-- 
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] annotated tag camel-3.7.7 created (now c72aa40)

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

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


  at c72aa40  (tag)
 tagging 8d9a79a9f317e14ea4fa417e88fca8fe5ef8181e (commit)
 replaces camel-3.7.6
  by Gregor Zurowski
  on Fri Dec 17 19:46:08 2021 +

- Log -
[maven-release-plugin]  copy for tag camel-3.7.7
---

No new revisions were added by this update.


[camel] branch release/3.7.7 created (now 8d9a79a)

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

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


  at 8d9a79a  [maven-release-plugin] prepare release camel-3.7.7

This branch includes the following new commits:

 new 8d9a79a  [maven-release-plugin] prepare release camel-3.7.7

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.



[GitHub] [camel-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


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


   @ppalaga I failed setting the MAVEN_ARGS for tests running inside a sub-repo 
: functional-extension-tests ...


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

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

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




[camel-kamelets] branch regen_bot updated (60c356b -> 43bb2a6)

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

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


from 60c356b  Retrigger Jitpacke
 add 4e33f4a  Added Google Cloud Functions Sink Kamelet
 add e195062  Added Google Cloud Functions Sink Kamelet
 add 2d0a8f3  Added Google Cloud Functions Sink Kamelet
 add 3390669  Added Google Cloud Functions Sink Kamelet - Docs
 add 3357622  Added Google Cloud Functions Sink Kamelet - Templates
 add acb3f60  Added Google Cloud Functions Sink Kamelet
 add 24ea37e  Added Google Cloud Functions Sink Kamelet
 add 8334fd7  Added Google Cloud Functions Sink Kamelet
 add d80646d  Added Google Cloud Functions Sink Kamelet
 add 5e736e2  Added Google Cloud Functions Sink Kamelet
 add 43bb2a6  Added Google Cloud Functions Sink Kamelet

No new revisions were added by this update.

Summary of changes:
 .../images/kamelets/google-functions-sink.svg  | 19 ++
 docs/modules/ROOT/nav.adoc |  1 +
 ...pubsub-sink.adoc => google-functions-sink.adoc} | 57 +
 kamelets/google-functions-sink.kamelet.yaml| 74 ++
 .../kamelets/google-functions-sink.kamelet.yaml| 74 ++
 ...ing.yaml => google-functions-sink-binding.yaml} |  7 +-
 ...ing.yaml => google-functions-sink-binding.yaml} |  5 +-
 7 files changed, 205 insertions(+), 32 deletions(-)
 create mode 100644 
docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
 copy docs/modules/ROOT/pages/{google-pubsub-sink.adoc => 
google-functions-sink.adoc} (54%)
 create mode 100644 kamelets/google-functions-sink.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 copy templates/bindings/camel-k/{google-pubsub-sink-binding.yaml => 
google-functions-sink-binding.yaml} (72%)
 copy templates/bindings/core/{google-pubsub-sink-binding.yaml => 
google-functions-sink-binding.yaml} (67%)


[GitHub] [camel-kamelets] oscerd closed issue #639: Add Google Cloud Functions Sink Kamelet

2021-12-17 Thread GitBox


oscerd closed issue #639:
URL: https://github.com/apache/camel-kamelets/issues/639


   


-- 
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] 10/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 5e736e2f91e54f5023c3216b8c5deda4ed72b26e
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:28 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 670367b..e1ce74d 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
   annotations:
 camel.apache.org/kamelet.support.level: "Preview"
 camel.apache.org/catalog.version: "main-SNAPSHOT"
-camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjMxcHgiIHZpZXdCb3g9IjAgMCAyNTYgMjMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yNTIuOTI1ODU0LDEwMy4yMzcwNzcgTDIwMC4zMjczNDQsMTEuNzU5NjY3IEMxOTYuMzAyNTc5LDQuNjIyMjU3MDMgMTg4LjgwMD
 [...]
 camel.apache.org/provider: "Apache Software Foundation"
 camel.apache.org/kamelet.group: "Google Functions"
   labels:


[camel-kamelets] 07/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 24ea37e07b5345d67b4926b4b4f18d0018dc82fd
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:22:09 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 9de189e..670367b 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
 required:
   - projectId
   - functionName
-  - location
+  - region
   - serviceAccountKey
 type: object
 properties:


[GitHub] [camel-kamelets] oscerd merged pull request #641: Add Google Cloud Functions Sink Kamelet

2021-12-17 Thread GitBox


oscerd merged pull request #641:
URL: https://github.com/apache/camel-kamelets/pull/641


   


-- 
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] 08/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 8334fd7209f65c8ae62b35a2ecf592870d04ad92
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:22:34 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 docs/modules/ROOT/pages/google-functions-sink.adoc| 8 +---
 templates/bindings/camel-k/google-functions-sink-binding.yaml | 1 +
 templates/bindings/core/google-functions-sink-binding.yaml| 1 +
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/google-functions-sink.adoc 
b/docs/modules/ROOT/pages/google-functions-sink.adoc
index 09e7637..4cabf4b 100644
--- a/docs/modules/ROOT/pages/google-functions-sink.adoc
+++ b/docs/modules/ROOT/pages/google-functions-sink.adoc
@@ -18,8 +18,8 @@ The following table summarizes the configuration options 
available for the `goog
 | Property| Name| Description| Type| Default| Example
 | *functionName {empty}* *| Function Name| The Function Name| string| | 
 | *projectId {empty}* *| Project Id| The Google Cloud Functions Project Id| 
string| | 
+| *region {empty}* *| Region| The Region where the Google Cloud Functions has 
been deployed| string| | 
 | *serviceAccountKey {empty}* *| Service Account Key| The Service account key 
that can be used as credentials for the Google Cloud Functions platform| 
string| | 
-| region| Region| The Region where the Google Cloud Functions has been 
deployed| string| | 
 |===
 
 NOTE: Fields marked with an asterisk ({empty}*) are mandatory.
@@ -62,6 +62,7 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
 
@@ -87,7 +88,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind channel:mychannel google-functions-sink -p "sink.functionName=The 
Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+kamel bind channel:mychannel google-functions-sink -p "sink.functionName=The 
Function Name" -p "sink.projectId=The Project Id" -p "sink.region=The Region" 
-p "sink.serviceAccountKey=The Service Account Key"
 
 
 This command creates the KameletBinding in the current namespace on the 
cluster.
@@ -117,6 +118,7 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
 
@@ -144,7 +146,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.region=The Region" -p "sink.serviceAccountKey=The Service Account Key"
 
 
 This command creates the KameletBinding in the current namespace on the 
cluster.
diff --git a/templates/bindings/camel-k/google-functions-sink-binding.yaml 
b/templates/bindings/camel-k/google-functions-sink-binding.yaml
index 70e2f32..61f1950 100644
--- a/templates/bindings/camel-k/google-functions-sink-binding.yaml
+++ b/templates/bindings/camel-k/google-functions-sink-binding.yaml
@@ -16,5 +16,6 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
\ No newline at end of file
diff --git a/templates/bindings/core/google-functions-sink-binding.yaml 
b/templates/bindings/core/google-functions-sink-binding.yaml
index 8da065b..ad5c226 100644
--- a/templates/bindings/core/google-functions-sink-binding.yaml
+++ b/templates/bindings/core/google-functions-sink-binding.yaml
@@ -10,5 +10,6 @@
   parameters:
 functionName: "The Function Name"
 projectId: "The Project Id"
+region: "The Region"
 serviceAccountKey: "The Service Account Key"
 
\ No newline at end of file


[camel-kamelets] 09/11: Added Google Cloud Functions Sink Kamelet

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

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

commit d80646d4fcbeb4f6b65df8c2431a0385a518e061
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:01 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
index 670367b..e1ce74d 100644
--- a/kamelets/google-functions-sink.kamelet.yaml
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
   annotations:
 camel.apache.org/kamelet.support.level: "Preview"
 camel.apache.org/catalog.version: "main-SNAPSHOT"
-camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjMxcHgiIHZpZXdCb3g9IjAgMCAyNTYgMjMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yNTIuOTI1ODU0LDEwMy4yMzcwNzcgTDIwMC4zMjczNDQsMTEuNzU5NjY3IEMxOTYuMzAyNTc5LDQuNjIyMjU3MDMgMTg4LjgwMD
 [...]
 camel.apache.org/provider: "Apache Software Foundation"
 camel.apache.org/kamelet.group: "Google Functions"
   labels:


[camel-kamelets] 11/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 43bb2a689182f056f90e0facaa99cd56ebffd498
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:49 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../assets/images/kamelets/google-functions-sink.svg | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg 
b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
index 449dd6e..c8e8945 100644
--- a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
+++ b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
@@ -1 +1,19 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink; 
preserveAspectRatio="xMidYMid">
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+


[camel-kamelets] 04/11: Added Google Cloud Functions Sink Kamelet - Docs

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

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

commit 3390669485a7b990dd4021018d93cb64ad109cc3
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:06 2021 +0100

Added Google Cloud Functions Sink Kamelet - Docs
---
 .../images/kamelets/google-functions-sink.svg  |   1 +
 docs/modules/ROOT/pages/google-functions-sink.adoc | 156 +
 2 files changed, 157 insertions(+)

diff --git a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg 
b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
new file mode 100644
index 000..449dd6e
--- /dev/null
+++ b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>https://strimzi.io/[Strimzi].
+* You've created a topic named `my-topic` in the current namespace.
+* You have 
xref:{camel-k-version}@camel-k::installation/installation.adoc[Camel K 
installed] on the cluster.
+
+ *Procedure for using the cluster CLI*
+
+. Save the `google-functions-sink-binding.yaml` file to your local drive, and 
then edit it as needed for your configuration.
+
+. Run the sink by using the following command:
++
+[source,shell]
+
+kubectl apply -f google-functions-sink-binding.yaml
+
+
+ *Procedure for using the Kamel CLI*
+
+Configure and run the sink by using the following command:
+
+[source,shell]
+
+kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+
+
+This command creates the KameletBinding in the current namespace on the 
cluster.
+
+== Kamelet source file
+
+https://github.com/apache/camel-kamelets/blob/main/kamelets/google-functions-sink.kamelet.yaml
+
+// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT


[camel-kamelets] 06/11: Added Google Cloud Functions Sink Kamelet

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

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

commit acb3f60bff576dd9636c46cf05bc8c0520c3ed31
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:48 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
index 9de189e..670367b 100644
--- a/kamelets/google-functions-sink.kamelet.yaml
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
 required:
   - projectId
   - functionName
-  - location
+  - region
   - serviceAccountKey
 type: object
 properties:


[camel-kamelets] 05/11: Added Google Cloud Functions Sink Kamelet - Templates

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

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

commit 3357622ba3dc3c4258d19d7870d6905dc74b2dae
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:16 2021 +0100

Added Google Cloud Functions Sink Kamelet - Templates
---
 .../camel-k/google-functions-sink-binding.yaml   | 20 
 .../bindings/core/google-functions-sink-binding.yaml | 14 ++
 2 files changed, 34 insertions(+)

diff --git a/templates/bindings/camel-k/google-functions-sink-binding.yaml 
b/templates/bindings/camel-k/google-functions-sink-binding.yaml
new file mode 100644
index 000..70e2f32
--- /dev/null
+++ b/templates/bindings/camel-k/google-functions-sink-binding.yaml
@@ -0,0 +1,20 @@
+apiVersion: camel.apache.org/v1alpha1
+kind: KameletBinding
+metadata:
+  name: google-functions-sink-binding
+spec:
+  source:
+ref:
+  kind: KafkaTopic
+  apiVersion: kafka.strimzi.io/v1beta1
+  name: my-topic
+  sink:
+ref:
+  kind: Kamelet
+  apiVersion: camel.apache.org/v1alpha1
+  name: google-functions-sink
+properties:
+  functionName: "The Function Name"
+  projectId: "The Project Id"
+  serviceAccountKey: "The Service Account Key"
+  
\ No newline at end of file
diff --git a/templates/bindings/core/google-functions-sink-binding.yaml 
b/templates/bindings/core/google-functions-sink-binding.yaml
new file mode 100644
index 000..8da065b
--- /dev/null
+++ b/templates/bindings/core/google-functions-sink-binding.yaml
@@ -0,0 +1,14 @@
+- route:
+from:
+  uri: "kamelet:timer-source"
+  parameters:
+period: 1000
+message: "Hello Camel JBang"
+steps:
+  - to:
+  uri: "kamelet:google-functions-sink"
+  parameters:
+functionName: "The Function Name"
+projectId: "The Project Id"
+serviceAccountKey: "The Service Account Key"
+
\ No newline at end of file


[camel-kamelets] 02/11: Added Google Cloud Functions Sink Kamelet

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

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

commit e1950620e29f65e6f4d8a3ffb95abe181bc7e799
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:20:18 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../kamelets/google-functions-sink.kamelet.yaml| 74 ++
 1 file changed, 74 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
new file mode 100644
index 000..9de189e
--- /dev/null
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -0,0 +1,74 @@
+# ---
+# 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.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: google-functions-sink
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Google Functions"
+  labels:
+camel.apache.org/kamelet.type: "sink"
+spec:
+  definition:
+title: "Google Functions Sink"
+description: |-
+  Send messages to Google Functions.
+
+  The serviceAccountKey property needs to be a path to a service account 
key file.
+required:
+  - projectId
+  - functionName
+  - location
+  - serviceAccountKey
+type: object
+properties:
+  projectId:
+title: Project Id
+description: The Google Cloud Functions Project Id
+type: string
+  region:
+title: Region 
+description: The Region where the Google Cloud Functions has been 
deployed
+type: string
+  functionName:
+title: Function Name
+description: The Function Name
+type: string
+  serviceAccountKey:
+title: Service Account Key
+description: The Service account key that can be used as credentials 
for the Google Cloud Functions platform
+type: string
+x-descriptors:
+- urn:camel:group:credentials
+  dependencies:
+- "camel:kamelet"
+- "camel:google-functions"
+- "camel:jackson"
+  flow:
+from:
+  uri: kamelet:source
+  steps:
+  - to:
+  uri: "google-functions://{{functionName}}"
+  parameters:
+serviceAccountKey: "{{serviceAccountKey}}"
+project: "{{projectId}}"
+location: "{{region}}"


[camel-kamelets] 01/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 4e33f4ad019e1efc2435ec8b77d7ea49462619f6
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:19:37 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 74 +
 1 file changed, 74 insertions(+)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
new file mode 100644
index 000..9de189e
--- /dev/null
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -0,0 +1,74 @@
+# ---
+# 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.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: google-functions-sink
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Google Functions"
+  labels:
+camel.apache.org/kamelet.type: "sink"
+spec:
+  definition:
+title: "Google Functions Sink"
+description: |-
+  Send messages to Google Functions.
+
+  The serviceAccountKey property needs to be a path to a service account 
key file.
+required:
+  - projectId
+  - functionName
+  - location
+  - serviceAccountKey
+type: object
+properties:
+  projectId:
+title: Project Id
+description: The Google Cloud Functions Project Id
+type: string
+  region:
+title: Region 
+description: The Region where the Google Cloud Functions has been 
deployed
+type: string
+  functionName:
+title: Function Name
+description: The Function Name
+type: string
+  serviceAccountKey:
+title: Service Account Key
+description: The Service account key that can be used as credentials 
for the Google Cloud Functions platform
+type: string
+x-descriptors:
+- urn:camel:group:credentials
+  dependencies:
+- "camel:kamelet"
+- "camel:google-functions"
+- "camel:jackson"
+  flow:
+from:
+  uri: kamelet:source
+  steps:
+  - to:
+  uri: "google-functions://{{functionName}}"
+  parameters:
+serviceAccountKey: "{{serviceAccountKey}}"
+project: "{{projectId}}"
+location: "{{region}}"


[camel-kamelets] 03/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 2d0a8f3480ce0ceea7473dd909b3254753482151
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:20:51 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 docs/modules/ROOT/nav.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 11225af..52a4809 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -55,6 +55,7 @@
 * xref:ROOT:ftps-source.adoc[image:kamelets/ftps-source.svg[] FTPS Source]
 * xref:ROOT:github-source.adoc[image:kamelets/github-source.svg[] Github 
Source]
 * 
xref:ROOT:google-calendar-source.adoc[image:kamelets/google-calendar-source.svg[]
 Google Calendar Source]
+* 
xref:ROOT:google-functions-sink.adoc[image:kamelets/google-functions-sink.svg[] 
Google Functions Sink]
 * xref:ROOT:google-mail-source.adoc[image:kamelets/google-mail-source.svg[] 
Google Mail Source]
 * xref:ROOT:google-pubsub-sink.adoc[image:kamelets/google-pubsub-sink.svg[] 
Google Pubsub Sink]
 * 
xref:ROOT:google-pubsub-source.adoc[image:kamelets/google-pubsub-source.svg[] 
Google Pubsub Source]


[camel-kamelets] branch main updated (60c356b -> 43bb2a6)

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


from 60c356b  Retrigger Jitpacke
 new 4e33f4a  Added Google Cloud Functions Sink Kamelet
 new e195062  Added Google Cloud Functions Sink Kamelet
 new 2d0a8f3  Added Google Cloud Functions Sink Kamelet
 new 3390669  Added Google Cloud Functions Sink Kamelet - Docs
 new 3357622  Added Google Cloud Functions Sink Kamelet - Templates
 new acb3f60  Added Google Cloud Functions Sink Kamelet
 new 24ea37e  Added Google Cloud Functions Sink Kamelet
 new 8334fd7  Added Google Cloud Functions Sink Kamelet
 new d80646d  Added Google Cloud Functions Sink Kamelet
 new 5e736e2  Added Google Cloud Functions Sink Kamelet
 new 43bb2a6  Added Google Cloud Functions Sink Kamelet

The 11 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-functions-sink.svg  | 19 ++
 docs/modules/ROOT/nav.adoc |  1 +
 ...pubsub-sink.adoc => google-functions-sink.adoc} | 57 +
 kamelets/google-functions-sink.kamelet.yaml| 74 ++
 .../kamelets/google-functions-sink.kamelet.yaml| 74 ++
 ...ing.yaml => google-functions-sink-binding.yaml} |  7 +-
 ...ing.yaml => google-functions-sink-binding.yaml} |  5 +-
 7 files changed, 205 insertions(+), 32 deletions(-)
 create mode 100644 
docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
 copy docs/modules/ROOT/pages/{google-pubsub-sink.adoc => 
google-functions-sink.adoc} (54%)
 create mode 100644 kamelets/google-functions-sink.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 copy templates/bindings/camel-k/{google-pubsub-sink-binding.yaml => 
google-functions-sink-binding.yaml} (72%)
 copy templates/bindings/core/{google-pubsub-sink-binding.yaml => 
google-functions-sink-binding.yaml} (67%)


[GitHub] [camel-kamelets] oscerd commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


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


   I think it should work in this way, I'm not sure if the annotations are 
currently used in camel-k too, need to have a look.


-- 
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-kamelets] oscerd opened a new pull request #641: Add Google Cloud Functions Sink Kamelet

2021-12-17 Thread GitBox


oscerd opened a new pull request #641:
URL: https://github.com/apache/camel-kamelets/pull/641


   Fixes #639 


-- 
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] 08/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 0e8c809db397af81a52839a203a7f68fbda78698
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:22:34 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 docs/modules/ROOT/pages/google-functions-sink.adoc| 8 +---
 templates/bindings/camel-k/google-functions-sink-binding.yaml | 1 +
 templates/bindings/core/google-functions-sink-binding.yaml| 1 +
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/google-functions-sink.adoc 
b/docs/modules/ROOT/pages/google-functions-sink.adoc
index 09e7637..4cabf4b 100644
--- a/docs/modules/ROOT/pages/google-functions-sink.adoc
+++ b/docs/modules/ROOT/pages/google-functions-sink.adoc
@@ -18,8 +18,8 @@ The following table summarizes the configuration options 
available for the `goog
 | Property| Name| Description| Type| Default| Example
 | *functionName {empty}* *| Function Name| The Function Name| string| | 
 | *projectId {empty}* *| Project Id| The Google Cloud Functions Project Id| 
string| | 
+| *region {empty}* *| Region| The Region where the Google Cloud Functions has 
been deployed| string| | 
 | *serviceAccountKey {empty}* *| Service Account Key| The Service account key 
that can be used as credentials for the Google Cloud Functions platform| 
string| | 
-| region| Region| The Region where the Google Cloud Functions has been 
deployed| string| | 
 |===
 
 NOTE: Fields marked with an asterisk ({empty}*) are mandatory.
@@ -62,6 +62,7 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
 
@@ -87,7 +88,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind channel:mychannel google-functions-sink -p "sink.functionName=The 
Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+kamel bind channel:mychannel google-functions-sink -p "sink.functionName=The 
Function Name" -p "sink.projectId=The Project Id" -p "sink.region=The Region" 
-p "sink.serviceAccountKey=The Service Account Key"
 
 
 This command creates the KameletBinding in the current namespace on the 
cluster.
@@ -117,6 +118,7 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
 
@@ -144,7 +146,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.region=The Region" -p "sink.serviceAccountKey=The Service Account Key"
 
 
 This command creates the KameletBinding in the current namespace on the 
cluster.
diff --git a/templates/bindings/camel-k/google-functions-sink-binding.yaml 
b/templates/bindings/camel-k/google-functions-sink-binding.yaml
index 70e2f32..61f1950 100644
--- a/templates/bindings/camel-k/google-functions-sink-binding.yaml
+++ b/templates/bindings/camel-k/google-functions-sink-binding.yaml
@@ -16,5 +16,6 @@ spec:
 properties:
   functionName: "The Function Name"
   projectId: "The Project Id"
+  region: "The Region"
   serviceAccountKey: "The Service Account Key"
   
\ No newline at end of file
diff --git a/templates/bindings/core/google-functions-sink-binding.yaml 
b/templates/bindings/core/google-functions-sink-binding.yaml
index 8da065b..ad5c226 100644
--- a/templates/bindings/core/google-functions-sink-binding.yaml
+++ b/templates/bindings/core/google-functions-sink-binding.yaml
@@ -10,5 +10,6 @@
   parameters:
 functionName: "The Function Name"
 projectId: "The Project Id"
+region: "The Region"
 serviceAccountKey: "The Service Account Key"
 
\ No newline at end of file


[camel-kamelets] 06/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 68f46a11651ec04f0a106e7c6899e047150f57a4
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:48 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
index 9de189e..670367b 100644
--- a/kamelets/google-functions-sink.kamelet.yaml
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
 required:
   - projectId
   - functionName
-  - location
+  - region
   - serviceAccountKey
 type: object
 properties:


[camel-kamelets] 07/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 7f225e930af49c8c8283e5e9491ec97a8262cfa1
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:22:09 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 9de189e..670367b 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
 required:
   - projectId
   - functionName
-  - location
+  - region
   - serviceAccountKey
 type: object
 properties:


[camel-kamelets] 10/11: Added Google Cloud Functions Sink Kamelet

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

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

commit b438fef3c45841e45ec24849f4b3b21bd089125d
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:28 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 670367b..e1ce74d 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
   annotations:
 camel.apache.org/kamelet.support.level: "Preview"
 camel.apache.org/catalog.version: "main-SNAPSHOT"
-camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjMxcHgiIHZpZXdCb3g9IjAgMCAyNTYgMjMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yNTIuOTI1ODU0LDEwMy4yMzcwNzcgTDIwMC4zMjczNDQsMTEuNzU5NjY3IEMxOTYuMzAyNTc5LDQuNjIyMjU3MDMgMTg4LjgwMD
 [...]
 camel.apache.org/provider: "Apache Software Foundation"
 camel.apache.org/kamelet.group: "Google Functions"
   labels:


[camel-kamelets] 04/11: Added Google Cloud Functions Sink Kamelet - Docs

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

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

commit a9973f87b3355737ef982b70cdc5b9938836d2cd
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:06 2021 +0100

Added Google Cloud Functions Sink Kamelet - Docs
---
 .../images/kamelets/google-functions-sink.svg  |   1 +
 docs/modules/ROOT/pages/google-functions-sink.adoc | 156 +
 2 files changed, 157 insertions(+)

diff --git a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg 
b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
new file mode 100644
index 000..449dd6e
--- /dev/null
+++ b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>https://strimzi.io/[Strimzi].
+* You've created a topic named `my-topic` in the current namespace.
+* You have 
xref:{camel-k-version}@camel-k::installation/installation.adoc[Camel K 
installed] on the cluster.
+
+ *Procedure for using the cluster CLI*
+
+. Save the `google-functions-sink-binding.yaml` file to your local drive, and 
then edit it as needed for your configuration.
+
+. Run the sink by using the following command:
++
+[source,shell]
+
+kubectl apply -f google-functions-sink-binding.yaml
+
+
+ *Procedure for using the Kamel CLI*
+
+Configure and run the sink by using the following command:
+
+[source,shell]
+
+kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic google-functions-sink 
-p "sink.functionName=The Function Name" -p "sink.projectId=The Project Id" -p 
"sink.serviceAccountKey=The Service Account Key"
+
+
+This command creates the KameletBinding in the current namespace on the 
cluster.
+
+== Kamelet source file
+
+https://github.com/apache/camel-kamelets/blob/main/kamelets/google-functions-sink.kamelet.yaml
+
+// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT


[camel-kamelets] branch gcp-functions created (now 050aa7e)

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

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


  at 050aa7e  Added Google Cloud Functions Sink Kamelet

This branch includes the following new commits:

 new 8513e45  Added Google Cloud Functions Sink Kamelet
 new 0aaa45c  Added Google Cloud Functions Sink Kamelet
 new 40ddab7  Added Google Cloud Functions Sink Kamelet
 new a9973f8  Added Google Cloud Functions Sink Kamelet - Docs
 new a2f95b2  Added Google Cloud Functions Sink Kamelet - Templates
 new 68f46a1  Added Google Cloud Functions Sink Kamelet
 new 7f225e9  Added Google Cloud Functions Sink Kamelet
 new 0e8c809  Added Google Cloud Functions Sink Kamelet
 new 8a48676  Added Google Cloud Functions Sink Kamelet
 new b438fef  Added Google Cloud Functions Sink Kamelet
 new 050aa7e  Added Google Cloud Functions Sink Kamelet

The 11 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-kamelets] 11/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 050aa7e906d6215ec36f8c8f8b7a8c9766109a52
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:49 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../assets/images/kamelets/google-functions-sink.svg | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg 
b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
index 449dd6e..c8e8945 100644
--- a/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
+++ b/docs/modules/ROOT/assets/images/kamelets/google-functions-sink.svg
@@ -1 +1,19 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink; 
preserveAspectRatio="xMidYMid">
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+


[camel-kamelets] 03/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 40ddab77f78fb28caac0d1511bee73f5ea2371b9
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:20:51 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 docs/modules/ROOT/nav.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 11225af..52a4809 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -55,6 +55,7 @@
 * xref:ROOT:ftps-source.adoc[image:kamelets/ftps-source.svg[] FTPS Source]
 * xref:ROOT:github-source.adoc[image:kamelets/github-source.svg[] Github 
Source]
 * 
xref:ROOT:google-calendar-source.adoc[image:kamelets/google-calendar-source.svg[]
 Google Calendar Source]
+* 
xref:ROOT:google-functions-sink.adoc[image:kamelets/google-functions-sink.svg[] 
Google Functions Sink]
 * xref:ROOT:google-mail-source.adoc[image:kamelets/google-mail-source.svg[] 
Google Mail Source]
 * xref:ROOT:google-pubsub-sink.adoc[image:kamelets/google-pubsub-sink.svg[] 
Google Pubsub Sink]
 * 
xref:ROOT:google-pubsub-source.adoc[image:kamelets/google-pubsub-source.svg[] 
Google Pubsub Source]


[camel-kamelets] 02/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 0aaa45c4e99459dae1d1b8ea79cb8ed124295dbc
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:20:18 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 .../kamelets/google-functions-sink.kamelet.yaml| 74 ++
 1 file changed, 74 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
new file mode 100644
index 000..9de189e
--- /dev/null
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -0,0 +1,74 @@
+# ---
+# 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.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: google-functions-sink
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Google Functions"
+  labels:
+camel.apache.org/kamelet.type: "sink"
+spec:
+  definition:
+title: "Google Functions Sink"
+description: |-
+  Send messages to Google Functions.
+
+  The serviceAccountKey property needs to be a path to a service account 
key file.
+required:
+  - projectId
+  - functionName
+  - location
+  - serviceAccountKey
+type: object
+properties:
+  projectId:
+title: Project Id
+description: The Google Cloud Functions Project Id
+type: string
+  region:
+title: Region 
+description: The Region where the Google Cloud Functions has been 
deployed
+type: string
+  functionName:
+title: Function Name
+description: The Function Name
+type: string
+  serviceAccountKey:
+title: Service Account Key
+description: The Service account key that can be used as credentials 
for the Google Cloud Functions platform
+type: string
+x-descriptors:
+- urn:camel:group:credentials
+  dependencies:
+- "camel:kamelet"
+- "camel:google-functions"
+- "camel:jackson"
+  flow:
+from:
+  uri: kamelet:source
+  steps:
+  - to:
+  uri: "google-functions://{{functionName}}"
+  parameters:
+serviceAccountKey: "{{serviceAccountKey}}"
+project: "{{projectId}}"
+location: "{{region}}"


[camel-kamelets] 09/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 8a48676a8eb5a010adb242a1eef1e6ca761201a9
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:27:01 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
index 670367b..e1ce74d 100644
--- a/kamelets/google-functions-sink.kamelet.yaml
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
   annotations:
 camel.apache.org/kamelet.support.level: "Preview"
 camel.apache.org/catalog.version: "main-SNAPSHOT"
-camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjMxcHgiIHZpZXdCb3g9IjAgMCAyNTYgMjMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yNTIuOTI1ODU0LDEwMy4yMzcwNzcgTDIwMC4zMjczNDQsMTEuNzU5NjY3IEMxOTYuMzAyNTc5LDQuNjIyMjU3MDMgMTg4LjgwMD
 [...]
 camel.apache.org/provider: "Apache Software Foundation"
 camel.apache.org/kamelet.group: "Google Functions"
   labels:


[camel-kamelets] 01/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 8513e45de9051bcb1bddda381b16c7b4628ea128
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:19:37 2021 +0100

Added Google Cloud Functions Sink Kamelet
---
 kamelets/google-functions-sink.kamelet.yaml | 74 +
 1 file changed, 74 insertions(+)

diff --git a/kamelets/google-functions-sink.kamelet.yaml 
b/kamelets/google-functions-sink.kamelet.yaml
new file mode 100644
index 000..9de189e
--- /dev/null
+++ b/kamelets/google-functions-sink.kamelet.yaml
@@ -0,0 +1,74 @@
+# ---
+# 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.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: google-functions-sink
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Google Functions"
+  labels:
+camel.apache.org/kamelet.type: "sink"
+spec:
+  definition:
+title: "Google Functions Sink"
+description: |-
+  Send messages to Google Functions.
+
+  The serviceAccountKey property needs to be a path to a service account 
key file.
+required:
+  - projectId
+  - functionName
+  - location
+  - serviceAccountKey
+type: object
+properties:
+  projectId:
+title: Project Id
+description: The Google Cloud Functions Project Id
+type: string
+  region:
+title: Region 
+description: The Region where the Google Cloud Functions has been 
deployed
+type: string
+  functionName:
+title: Function Name
+description: The Function Name
+type: string
+  serviceAccountKey:
+title: Service Account Key
+description: The Service account key that can be used as credentials 
for the Google Cloud Functions platform
+type: string
+x-descriptors:
+- urn:camel:group:credentials
+  dependencies:
+- "camel:kamelet"
+- "camel:google-functions"
+- "camel:jackson"
+  flow:
+from:
+  uri: kamelet:source
+  steps:
+  - to:
+  uri: "google-functions://{{functionName}}"
+  parameters:
+serviceAccountKey: "{{serviceAccountKey}}"
+project: "{{projectId}}"
+location: "{{region}}"


[camel-kamelets] 05/11: Added Google Cloud Functions Sink Kamelet - Templates

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

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

commit a2f95b2fad65eb436adcd6af3c3840289b204373
Author: Andrea Cosentino 
AuthorDate: Fri Dec 17 18:21:16 2021 +0100

Added Google Cloud Functions Sink Kamelet - Templates
---
 .../camel-k/google-functions-sink-binding.yaml   | 20 
 .../bindings/core/google-functions-sink-binding.yaml | 14 ++
 2 files changed, 34 insertions(+)

diff --git a/templates/bindings/camel-k/google-functions-sink-binding.yaml 
b/templates/bindings/camel-k/google-functions-sink-binding.yaml
new file mode 100644
index 000..70e2f32
--- /dev/null
+++ b/templates/bindings/camel-k/google-functions-sink-binding.yaml
@@ -0,0 +1,20 @@
+apiVersion: camel.apache.org/v1alpha1
+kind: KameletBinding
+metadata:
+  name: google-functions-sink-binding
+spec:
+  source:
+ref:
+  kind: KafkaTopic
+  apiVersion: kafka.strimzi.io/v1beta1
+  name: my-topic
+  sink:
+ref:
+  kind: Kamelet
+  apiVersion: camel.apache.org/v1alpha1
+  name: google-functions-sink
+properties:
+  functionName: "The Function Name"
+  projectId: "The Project Id"
+  serviceAccountKey: "The Service Account Key"
+  
\ No newline at end of file
diff --git a/templates/bindings/core/google-functions-sink-binding.yaml 
b/templates/bindings/core/google-functions-sink-binding.yaml
new file mode 100644
index 000..8da065b
--- /dev/null
+++ b/templates/bindings/core/google-functions-sink-binding.yaml
@@ -0,0 +1,14 @@
+- route:
+from:
+  uri: "kamelet:timer-source"
+  parameters:
+period: 1000
+message: "Hello Camel JBang"
+steps:
+  - to:
+  uri: "kamelet:google-functions-sink"
+  parameters:
+functionName: "The Function Name"
+projectId: "The Project Id"
+serviceAccountKey: "The Service Account Key"
+
\ No newline at end of file


[camel-karavan] branch main updated: Update CHANGELOG.md

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

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


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

commit 8108a1b0fc54cf7f9dec36dc9ec101adceb75f56
Author: Marat Gubaidullin 
AuthorDate: Fri Dec 17 12:21:12 2021 -0500

Update CHANGELOG.md
---
 karavan-vscode/CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index 5ed8938..4df3855 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -4,6 +4,7 @@
 1. Support Marshal and Unmarshal elements with configurable DataFormats 
(`any23`, `asn1`, `avro`, `barcode`, `base64`, `beanio`, `bindy`, `cbor`, 
`crypto`, `csv`, `custom`, `fhirJson`, `fhirXml`, `flatpack`, `grok`, `gzip`, 
`hl7`, `ical`, `jacksonxml`, `jaxb`, `json`, `jsonApi`, `lzf`, `mimeMultipart`, 
`pgp`, `protobuf`, `rss`, `secureXML`, `soapjaxb`, `syslog`, `tarfile`, 
`thrift`, `tidyMarkup`, `univocity-csv`, `univocity-fixed`, `univocity-tsv`, 
`xmlrpc`, `xstream`, `yaml`, `zip`, `zi [...]
 2. Support of implicit dsl parameters configured as String, ex. `log: 
'${body}'` [#141](https://github.com/apache/camel-karavan/issues/141)
 3. Configurable JBang parameters: `Dcamel.jbang.version`, `max-messages`, 
`reload`, `logging-level`
+4. Fixed `Jbang Run` broken after upgrade VSCode to 1.63 
[#148](https://github.com/apache/camel-karavan/issues/148)
 
 ## 0.0.8
 1. Custom Kamelets to use in Karavan 
[#114](https://github.com/apache/camel-karavan/issues/114)


[GitHub] [camel-karavan] mgubaidullin closed issue #148: Run button doesn't work after VSCode upgrade to 1.63

2021-12-17 Thread GitBox


mgubaidullin closed issue #148:
URL: https://github.com/apache/camel-karavan/issues/148


   


-- 
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-karavan] mgubaidullin merged pull request #149: Fixed #148

2021-12-17 Thread GitBox


mgubaidullin merged pull request #149:
URL: https://github.com/apache/camel-karavan/pull/149


   


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

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

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




[camel-karavan] branch main updated: Fixed #148 (#149)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c6d8b42  Fixed #148 (#149)
c6d8b42 is described below

commit c6d8b42f34680f64efc2d6a0f7fe2f511441f98d
Author: Marat Gubaidullin 
AuthorDate: Fri Dec 17 12:09:42 2021 -0500

Fixed #148 (#149)
---
 karavan-vscode/src/extension.ts | 25 -
 karavan-vscode/webview/App.tsx  |  6 --
 2 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/karavan-vscode/src/extension.ts b/karavan-vscode/src/extension.ts
index 139e62a..5c01970 100644
--- a/karavan-vscode/src/extension.ts
+++ b/karavan-vscode/src/extension.ts
@@ -24,7 +24,7 @@ import { Integration } from "../designer/model/CamelModel";
 import { homedir } from "os";
 
 const KARAVAN_LOADED = "karavan:loaded";
-const KARAVAN_PANELS: Map = new Map();
+const KARAVAN_PANELS: Map = new Map();
 const TERMINALS: Map = new Map();
 
 export function activate(context: vscode.ExtensionContext) {
@@ -61,9 +61,10 @@ export function activate(context: vscode.ExtensionContext) {
 if (args && args.length > 0) {
 const yaml = 
fs.readFileSync(path.resolve(args[0].path)).toString('utf8');
 const filename = path.basename(args[0].path);
+const relativePath = getRalativePath(args[0].path);
 const integration = parceYaml(filename, yaml);
 if (integration[0]) {
-openKaravanWebView(context, webviewContent, filename || 
'', integration[1]);
+openKaravanWebView(context, webviewContent, filename, 
relativePath, integration[1]);
 } else {
 vscode.window.showErrorMessage("File is not Camel 
Integration!")
 }
@@ -78,16 +79,17 @@ export function activate(context: vscode.ExtensionContext) {
 (...args: any[]) => {
 if (args && args.length > 0) {
 if (args[0].path.startsWith('webview-panel/webview')) {
-const filename = KARAVAN_PANELS.get(args[0].path);
+const filename = 
Array.from(KARAVAN_PANELS.entries()).filter(({ 1: v }) => v.active).map(([k]) 
=> k)[0];
 if (filename) {
 runCamelJbang(filename);
 }
 } else {
 const yaml = 
fs.readFileSync(path.resolve(args[0].path)).toString('utf8');
+const relativePath = getRalativePath(args[0].path);
 const filename = path.basename(args[0].path);
 const integration = parceYaml(filename, yaml);
 if (integration[0]) {
-runCamelJbang(filename);
+runCamelJbang(relativePath);
 } else {
 vscode.window.showErrorMessage("File is not Camel-K 
Integration!")
 }
@@ -98,7 +100,7 @@ export function activate(context: vscode.ExtensionContext) {
 context.subscriptions.push(run);
 }
 
-function openKaravanWebView(context: vscode.ExtensionContext, webviewContent: 
string, filename: string, yaml?: string) {
+function openKaravanWebView(context: vscode.ExtensionContext, webviewContent: 
string, filename: string, relativePath: string, yaml?: string) {
 // Karavan webview
 const panel = vscode.window.createWebviewPanel(
 "karavan",
@@ -112,7 +114,6 @@ function openKaravanWebView(context: 
vscode.ExtensionContext, webviewContent: st
 ],
 }
 );
-
 panel.webview.html = webviewContent;
 panel.iconPath = vscode.Uri.joinPath(
 context.extensionUri,
@@ -142,13 +143,12 @@ function openKaravanWebView(context: 
vscode.ExtensionContext, webviewContent: st
 });
 }
 return;
-case 'url-mapping':
-KARAVAN_PANELS.set('webview-panel/webview-' + 
message.pathId, message.filename);
 }
 },
 undefined,
 context.subscriptions
 );
+KARAVAN_PANELS.set(relativePath, panel);
 vscode.commands.executeCommand("setContext", KARAVAN_LOADED, true);
 }
 
@@ -171,11 +171,18 @@ function createIntegration(context: 
vscode.ExtensionContext, webviewContent: str
 const i = Integration.createNew(name);
 i.crd = crd;
 const yaml = CamelYaml.integrationToYaml(i);
-openKaravanWebView(context, webviewContent, name + '.yaml', 
yaml);
+const filename = name.toLocaleLowerCase().endsWith('.yaml') ? 
name : name + '.yaml';
+openKaravanWebView(context, webviewContent, filename, 
filename, yaml);
 }
 });
 }
 
+function getRalativePath(fullPath:string): string {
+const root = 

[camel-quarkus] branch main updated: ⬆️ Upgrade Tika version

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

zbendhiba 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 393a026  ⬆️ Upgrade Tika version
393a026 is described below

commit 393a026f3dfab371da7da311709184a4a193412c
Author: Zineb Bendhiba 
AuthorDate: Fri Dec 17 15:33:09 2021 +0100

⬆️ Upgrade Tika version
---
 docs/modules/ROOT/pages/reference/extensions/tika.adoc | 6 --
 extensions/tika/runtime/src/main/doc/limitations.adoc  | 6 --
 integration-tests/tika/pom.xml | 4 
 pom.xml| 2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/tika.adoc 
b/docs/modules/ROOT/pages/reference/extensions/tika.adoc
index 028dcb3..752ea42 100644
--- a/docs/modules/ROOT/pages/reference/extensions/tika.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/tika.adoc
@@ -45,7 +45,7 @@ Parameters `tikaConfig` and `tikaConfigUri` are not available 
in quarkus camel t
 can be changed only via `application.properties`.
 
 While you can use any of the available 
https://tika.apache.org/1.24.1/formats.html[Tika parsers] in JVM mode,
-only some of those are supported in native mode - see the 
https://quarkus.io/guides/tika[Quarkus Tika guide].
+only some of those are supported in native mode - see the 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
 
 Use of the Tika parser without any configuration will initialize all available 
parsers. Unfortunately as some of them
 don't work in the native mode, the whole execution will fail.
@@ -64,6 +64,8 @@ quarkus.tika.parsers = pdf,odf,office
 quarkus.tika.parser.office = org.apache.tika.parser.microsoft.OfficeParser
 
 
-For more information about selecting parsers see the 
https://quarkus.io/guides/tika[Quarkus Tika guide].
+For more information about selecting parsers see the 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
+
+You may need to add the `quarkus-awt` extension to build the native image. For 
more information, see 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
 
 
diff --git a/extensions/tika/runtime/src/main/doc/limitations.adoc 
b/extensions/tika/runtime/src/main/doc/limitations.adoc
index 9262dc9..8edfbed 100644
--- a/extensions/tika/runtime/src/main/doc/limitations.adoc
+++ b/extensions/tika/runtime/src/main/doc/limitations.adoc
@@ -2,7 +2,7 @@ Parameters `tikaConfig` and `tikaConfigUri` are not available 
in quarkus camel t
 can be changed only via `application.properties`.
 
 While you can use any of the available 
https://tika.apache.org/1.24.1/formats.html[Tika parsers] in JVM mode,
-only some of those are supported in native mode - see the 
https://quarkus.io/guides/tika[Quarkus Tika guide].
+only some of those are supported in native mode - see the 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
 
 Use of the Tika parser without any configuration will initialize all available 
parsers. Unfortunately as some of them
 don't work in the native mode, the whole execution will fail.
@@ -21,5 +21,7 @@ quarkus.tika.parsers = pdf,odf,office
 quarkus.tika.parser.office = org.apache.tika.parser.microsoft.OfficeParser
 
 
-For more information about selecting parsers see the 
https://quarkus.io/guides/tika[Quarkus Tika guide].
+For more information about selecting parsers see the 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
+
+You may need to add the `quarkus-awt` extension to build the native image. For 
more information, see 
https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html[Quarkus
 Tika guide].
 
diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml
index c8577be..ff97734 100644
--- a/integration-tests/tika/pom.xml
+++ b/integration-tests/tika/pom.xml
@@ -44,6 +44,10 @@
 io.quarkus
 quarkus-resteasy
 
+
+io.quarkus
+quarkus-awt
+
 
 
 
diff --git a/pom.xml b/pom.xml
index c15633d..7ed0791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
 1.1.0
 1.0.0
 2.3.0
-1.0.1
+1.0.2
 2.6.0.Final
 
2.0.0
 0.30.0


[GitHub] [camel-quarkus] zbendhiba merged pull request #3395: ⬆️ Upgrade Tika version

2021-12-17 Thread GitBox


zbendhiba merged pull request #3395:
URL: https://github.com/apache/camel-quarkus/pull/3395


   


-- 
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 #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-17 Thread GitBox


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


   Latest push:
   - removed the staging repository
   - remove the @Disabled on the SQS test because the bug was fixed in 3.14.0, 
with CAMEL-17158
   - Make CI fallback on 
https://repository.apache.org/content/repositories/releases, meanwhile waiting 
for artifacts to be available on maven central


-- 
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: Upgrade Quarkiverse jgit and Amazon services

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

zbendhiba 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 4e39433  Upgrade Quarkiverse jgit and Amazon services
4e39433 is described below

commit 4e3943315ba6db26caf6e5eec10e2e17024198ee
Author: Zineb Bendhiba 
AuthorDate: Fri Dec 17 14:01:20 2021 +0100

Upgrade Quarkiverse jgit and Amazon services
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81fc899..c15633d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,10 +48,10 @@
 1.1.1
 1.6.1.Final
 8.9.1.Final
-
1.0.0
+
1.0.1
 1.0.2
 
0.3.0
-1.0.0
+1.1.0
 1.0.0
 2.3.0
 1.0.1


[GitHub] [camel-quarkus] zbendhiba merged pull request #3393: ⬆️ Upgrade Quarkiverse jgit and Amazon services

2021-12-17 Thread GitBox


zbendhiba merged pull request #3393:
URL: https://github.com/apache/camel-quarkus/pull/3393


   


-- 
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.7.x updated: Skip doc as its not really needed for the 3.7.7 release

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

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


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
 new 4be36dd  Skip doc as its not really needed for the 3.7.7 release
4be36dd is described below

commit 4be36dd31e0387dbb65a62a881327d4d5e4ee7d1
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 16:44:02 2021 +0100

Skip doc as its not really needed for the 3.7.7 release
---
 docs/pom.xml | 52 
 1 file changed, 52 deletions(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index 6925959..abc06f4 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -40,56 +40,4 @@
 
 
 
-
-
-
-com.github.eirslett
-frontend-maven-plugin
-1.6
-
-
-install node and yarn
-
-install-node-and-yarn
-
-
-v10.14.2
-v1.12.3
-
-
-
-yarn-install
-
-yarn
-
-generate-resources
-
-install --no-progress --force 
--non-interactive --frozen-lockfile
-
-
-
-yarn-gulp
-
-gulp
-
-generate-resources
-
-
-
-
-org.apache.camel
-camel-package-maven-plugin
-
-
-xref-check
-
-xref-check
-
-generate-resources
-
-
-
-
-
-
 


[camel] branch regen_bot updated (07cfb9a -> 64a3adf)

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

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


from 07cfb9a  Regen
 add 64a3adf  CAMEL-13180: camel-salesforce: Custom errors (#6549)

No new revisions were added by this update.

Summary of changes:
 .../salesforce/api/SalesforceException.java| 23 ++
 .../internal/client/DefaultRestClient.java | 15 --
 .../salesforce/RestApiIntegrationTest.java | 11 +++
 .../salesforce/classes/MerchandiseRestResource.cls | 10 --
 4 files changed, 51 insertions(+), 8 deletions(-)


[camel] branch main updated: CAMEL-13180: camel-salesforce: Custom errors (#6549)

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

jeremyross 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 64a3adf  CAMEL-13180: camel-salesforce: Custom errors (#6549)
64a3adf is described below

commit 64a3adfdb9cab8814ca298b137f3d8e151440dff
Author: Jeremy Ross 
AuthorDate: Fri Dec 17 08:49:12 2021 -0600

CAMEL-13180: camel-salesforce: Custom errors (#6549)

In case of non-2xx responses to Apex REST requests, preserve the
response content since it won't necessarily be in the standard
salesforce exception format.
---
 .../salesforce/api/SalesforceException.java| 23 ++
 .../internal/client/DefaultRestClient.java | 15 --
 .../salesforce/RestApiIntegrationTest.java | 11 +++
 .../salesforce/classes/MerchandiseRestResource.cls | 10 --
 4 files changed, 51 insertions(+), 8 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/SalesforceException.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/SalesforceException.java
index d6c52d0..529c094 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/SalesforceException.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/SalesforceException.java
@@ -16,6 +16,7 @@
  */
 package org.apache.camel.component.salesforce.api;
 
+import java.io.InputStream;
 import java.util.Collections;
 import java.util.List;
 
@@ -28,6 +29,7 @@ public class SalesforceException extends CamelException {
 
 private final List errors;
 private final int statusCode;
+private final InputStream responseContent;
 
 public SalesforceException(Throwable cause) {
 this(null, 0, null, cause);
@@ -38,7 +40,7 @@ public class SalesforceException extends CamelException {
 }
 
 public SalesforceException(String message, int statusCode) {
-this(null, statusCode, message, null);
+this(null, statusCode, message, (InputStream) null);
 }
 
 public SalesforceException(String message, int statusCode, Throwable 
cause) {
@@ -46,7 +48,7 @@ public class SalesforceException extends CamelException {
 }
 
 public SalesforceException(List errors, int statusCode) {
-this(errors, statusCode, null, null);
+this(errors, statusCode, null, (InputStream) null);
 }
 
 public SalesforceException(List errors, int statusCode, 
Throwable cause) {
@@ -54,13 +56,23 @@ public class SalesforceException extends CamelException {
 }
 
 public SalesforceException(List errors, int statusCode, String 
message) {
-this(errors, statusCode, message, null);
+this(errors, statusCode, message, null, null);
+}
+
+public SalesforceException(List errors, int statusCode, String 
message, InputStream responseContent) {
+this(errors, statusCode, message, responseContent, null);
 }
 
 public SalesforceException(List errors, int statusCode, String 
message, Throwable cause) {
+this(errors, statusCode, message, null, cause);
+}
+
+public SalesforceException(List errors, int statusCode, String 
message, InputStream responseContent,
+   Throwable cause) {
 super(message == null ? toErrorMessage(errors, statusCode) : message, 
cause);
 this.errors = errors;
 this.statusCode = statusCode;
+this.responseContent = responseContent;
 }
 
 public List getErrors() {
@@ -71,6 +83,10 @@ public class SalesforceException extends CamelException {
 return statusCode;
 }
 
+public InputStream getResponseContent() {
+return responseContent;
+}
+
 private static String toErrorMessage(List errors, int 
statusCode) {
 StringBuilder builder = new StringBuilder("{");
 if (errors != null) {
@@ -86,5 +102,4 @@ public class SalesforceException extends CamelException {
 
 return builder.toString();
 }
-
 }
diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/client/DefaultRestClient.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/client/DefaultRestClient.java
index 8abaadf..89fab53 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/client/DefaultRestClient.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/client/DefaultRestClient.java
@@ -89,14 +89,25 @@ public class 

[GitHub] [camel] jeremyross merged pull request #6549: CAMEL-13180: camel-salesforce: Custom errors

2021-12-17 Thread GitBox


jeremyross merged pull request #6549:
URL: https://github.com/apache/camel/pull/6549


   


-- 
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 opened a new pull request #3395: ⬆️ Upgrade Tika version

2021-12-17 Thread GitBox


zbendhiba opened a new pull request #3395:
URL: https://github.com/apache/camel-quarkus/pull/3395


   


-- 
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] gus-maurizio commented on issue #3394: using the latest quarkus camel 2.5.3.Final camel.main.durationMax* parameters seem not to be operating

2021-12-17 Thread GitBox


gus-maurizio commented on issue #3394:
URL: https://github.com/apache/camel-quarkus/issues/3394#issuecomment-996770726


   Correction. MaxMessages and MaxIdleSeconds work, but durationMaxSeconds 
seems to be ignored.
   camel.main.durationMaxIdleSeconds = 120
   camel.main.durationMaxMessages = 300
   camel.main.durationMaxSeconds = 30
   


-- 
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-kamelets] lburgazzoli commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


lburgazzoli commented on issue #640:
URL: https://github.com/apache/camel-kamelets/issues/640#issuecomment-996753489


   or maybe we can use a convention like kamelet.group is always like namespace 
[+ kind] so in the case of `AWS Cloudwatch`, 
   
   namespace = AWS
   kind = Cloudwatch


-- 
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-kamelets] oscerd commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


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


   Originally it was done in that way because if we had multiple kamelets for 
the same AWS service, they would have been filtered in the site view. But yeah, 
makes sense 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




[GitHub] [camel-k] squakez commented on pull request #2771: feat(cmd/run): autogenerated configmap for resource/config local files

2021-12-17 Thread GitBox


squakez commented on pull request #2771:
URL: https://github.com/apache/camel-k/pull/2771#issuecomment-996749014


   @astefanutti if you can find some time to review it, I'd appreciate it. The 
first part is the same you had a look some time ago, the rest of the commits 
implemented the different things planned originally. Thanks!


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

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

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




[GitHub] [camel-kamelets] lburgazzoli commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


lburgazzoli commented on issue #640:
URL: https://github.com/apache/camel-kamelets/issues/640#issuecomment-996748187


   or maybe review how the group is used and i.e instead of `AWS Cloudwatch`, 
just use `AWS` ?


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

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

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




[GitHub] [camel-quarkus] gus-maurizio opened a new issue #3394: using the latest quarkus camel 2.5.3.Final camel.main.durationMax* parameters seem not to be operating

2021-12-17 Thread GitBox


gus-maurizio opened a new issue #3394:
URL: https://github.com/apache/camel-quarkus/issues/3394


   I need the camel quarkus routes to terminate after a certain amount of 
seconds or processing a number of messages.
   This was defined by the camel-quarkus-main, that seems not supported any 
longer. 
   How do I achieve this?
   


-- 
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 (5891131 -> 07cfb9a)

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

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


from 5891131  CAMEL-17340: camel-management - JMX MBean operation to get 
mapping between node ids and their source location/line-number for tooling.
 add 0b07598  Polished
 add 07cfb9a  Regen

No new revisions were added by this update.

Summary of changes:
 core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[camel] branch regen_bot updated (5b7496a -> 5891131)

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

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


from 5b7496a  Upgrade to kubernetes client 5.11.0
 add f3f113e  Deprecate
 add 0cb3b54  Polished
 add 5891131  CAMEL-17340: camel-management - JMX MBean operation to get 
mapping between node ids and their source location/line-number for tooling.

No new revisions were added by this update.

Summary of changes:
 .../mbean/ManagedBacklogDebuggerMBean.java | 22 ---
 .../management/mbean/ManagedCamelContextMBean.java |  3 +
 .../api/management/mbean/ManagedRouteMBean.java|  7 +-
 .../management/mbean/ManagedBacklogDebugger.java   | 28 
 .../management/mbean/ManagedCamelContext.java  | 76 +-
 .../camel/management/mbean/ManagedRoute.java   | 51 +++
 6 files changed, 161 insertions(+), 26 deletions(-)


[camel-website] branch asf-site updated (2322a0e -> 9de8c02)

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

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


 discard 2322a0e  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586
 discard bead236  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 85160ea  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 9de8c02  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586

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   (2322a0e)
\
 N -- N -- N   refs/heads/asf-site (9de8c02)

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

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

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


Summary of changes:
 .htaccess |   26 +-
 components/3.7.x/languages/jsonpath-language.html |2 +-
 sitemap-camel-k.xml   |  822 +--
 sitemap-camel-kafka-connector.xml | 2218 +++---
 sitemap-camel-kamelets.xml|  584 +-
 sitemap-camel-karaf.xml   |   84 +-
 sitemap-camel-quarkus.xml | 2078 +++---
 sitemap-camel-spring-boot.xml |   62 +-
 sitemap-components.xml| 7884 ++---
 sitemap-manual.xml|  384 +-
 10 files changed, 7072 insertions(+), 7072 deletions(-)


[GitHub] [camel-kamelets] oscerd commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


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


   Makes sense


-- 
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-kamelets] lburgazzoli commented on issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


lburgazzoli commented on issue #640:
URL: https://github.com/apache/camel-kamelets/issues/640#issuecomment-996720974


   /cc @nicolaferraro @oscerd 


-- 
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-kamelets] lburgazzoli opened a new issue #640: Add a "namespace" label to help group kamelets

2021-12-17 Thread GitBox


lburgazzoli opened a new issue #640:
URL: https://github.com/apache/camel-kamelets/issues/640


   As today we have a `kamelet.group` label that is used to group related 
kamelets together:
   
   camel.apache.org/kamelet.group: "AWS Cloudwatch"
   
   It would be nice to add an additional label to define a larger group of 
related kamelets, like  `kamelet.namespace`:
   
   camel.apache.org/kamelet.namespace: "aws"
   


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

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

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




[GitHub] [camel-karavan] apupier commented on issue #148: Run button doesn't work after VSCode upgrade to 1.63

2021-12-17 Thread GitBox


apupier commented on issue #148:
URL: https://github.com/apache/camel-karavan/issues/148#issuecomment-996714693


   I guess that now there is a distinction between the `host` and the iframe 
`name`, by using developer tools and inspecting the webview, I found:
   ```
   
   ```
   
   I put log and the path provided to the command is now the iframe name.


-- 
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 opened a new pull request #3393: ⬆️ Upgrade Quarkiverse jgit and Amazon services

2021-12-17 Thread GitBox


zbendhiba opened a new pull request #3393:
URL: https://github.com/apache/camel-quarkus/pull/3393


   


-- 
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 (0b07598 -> 07cfb9a)

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

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


from 0b07598  Polished
 add 07cfb9a  Regen

No new revisions were added by this update.

Summary of changes:
 core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[GitHub] [camel-quarkus] aldettinger commented on pull request #3391: ⏪️ Revert software.amazon.awssdk:apache-client dependency override

2021-12-17 Thread GitBox


aldettinger commented on pull request #3391:
URL: https://github.com/apache/camel-quarkus/pull/3391#issuecomment-996701697


   `Discovered unresolved method during parsing: 
org.apache.commons.logging.impl.LogFactoryImpl.handleThrowable(java.lang.Throwable)`
   A native build issue, I would expect it to be reproducible.
   
   @zbendhiba Are you building locally with native-image 21.3.0 as CI does ?


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

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 0b07598  Polished
0b07598 is described below

commit 0b07598f5a6de7a9b9e663fbce2b4aafaf3b66dd
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 13:53:55 2021 +0100

Polished
---
 core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
index 6d81ba4..1432edf 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
@@ -26,7 +26,7 @@ import org.apache.camel.Service;
 import org.apache.camel.spi.CamelEvent.ExchangeEvent;
 
 /**
- * A debugger which allows tooling to attach breakpoints which is is being 
invoked when {@link Exchange}s is being
+ * A debugger which allows tooling to attach breakpoints which is being 
invoked when {@link Exchange}s is being
  * routed.
  */
 public interface Debugger extends Service, CamelContextAware {


[camel] 02/03: Polished

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

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

commit 0cb3b54de0ccd36a090ca56e9faec56f8ae93781
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 13:03:44 2021 +0100

Polished
---
 .../management/mbean/ManagedBacklogDebuggerMBean.java  | 18 +-
 .../camel/management/mbean/ManagedBacklogDebugger.java |  8 
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
index 0426cfb..e75daf2 100644
--- 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
+++ 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
@@ -121,16 +121,16 @@ public interface ManagedBacklogDebuggerMBean {
 @ManagedAttribute(description = "Number of maximum chars in the message 
body in the trace message. Use zero or negative value to have unlimited size.")
 void setBodyMaxChars(int bodyMaxChars);
 
-@ManagedAttribute(description = "Fallback Timeout in seconds when block 
the message processing in Camel.")
+@ManagedAttribute(description = "Fallback Timeout in seconds when block 
the message processing in Camel")
 long getFallbackTimeout();
 
-@ManagedAttribute(description = "Fallback Timeout in seconds when block 
the message processing in Camel.")
+@ManagedAttribute(description = "Fallback Timeout in seconds when block 
the message processing in Camel")
 void setFallbackTimeout(long fallbackTimeout);
 
-@ManagedAttribute(description = "Whether to include stream based message 
body in the trace message.")
+@ManagedAttribute(description = "Whether to include stream based message 
body in the trace message")
 boolean isBodyIncludeStreams();
 
-@ManagedAttribute(description = "Whether to include stream based message 
body in the trace message.")
+@ManagedAttribute(description = "Whether to include stream based message 
body in the trace message")
 void setBodyIncludeStreams(boolean bodyIncludeStreams);
 
 @ManagedAttribute(description = "Whether to include file based message 
body in the trace message.")
@@ -155,12 +155,12 @@ public interface ManagedBacklogDebuggerMBean {
 @ManagedOperation(description = "Resets the debug counter")
 void resetDebugCounter();
 
-@ManagedOperation(description = "Used for validating if a given predicate 
is valid or not")
+@ManagedOperation(description = "Used for validating if a given breakpoint 
condition (predicate) is valid or not")
 String validateConditionalBreakpoint(String language, String predicate);
 
-@ManagedOperation(description = "Evaluates the expression at a given 
breakpoint Id")
-Object evaluateExpressionAtBreakpoint(String id, String language, String 
expression, String resultType);
+@ManagedOperation(description = "Evaluates the expression at a given 
breakpoint node id")
+Object evaluateExpressionAtBreakpoint(String nodeId, String language, 
String expression, String resultType);
 
-@ManagedOperation(description = "Evaluates the expression at a given 
breakpoint Id and returns the result as String")
-String evaluateExpressionAtBreakpoint(String id, String language, String 
expression);
+@ManagedOperation(description = "Evaluates the expression at a given 
breakpoint node id and returns the result as String")
+String evaluateExpressionAtBreakpoint(String nodeId, String language, 
String expression);
 }
diff --git 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
index da725db..f9d8eeb 100644
--- 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
+++ 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
@@ -296,16 +296,16 @@ public class ManagedBacklogDebugger implements 
ManagedBacklogDebuggerMBean {
 }
 
 @Override
-public String evaluateExpressionAtBreakpoint(String id, String language, 
String expression) {
-return evaluateExpressionAtBreakpoint(id, language, expression, 
"java.lang.String").toString();
+public String evaluateExpressionAtBreakpoint(String nodeId, String 
language, String expression) {
+return evaluateExpressionAtBreakpoint(nodeId, language, expression, 
"java.lang.String").toString();
 }
 
 @Override
-public Object evaluateExpressionAtBreakpoint(String id, String language, 
String expression, String resultType) {
+public Object evaluateExpressionAtBreakpoint(String nodeId, String 

[camel] 03/03: CAMEL-17340: camel-management - JMX MBean operation to get mapping between node ids and their source location/line-number for tooling.

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

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

commit 5891131bd553f05a70988bd34fc88413d1f20e8d
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 13:51:24 2021 +0100

CAMEL-17340: camel-management - JMX MBean operation to get mapping between 
node ids and their source location/line-number for tooling.
---
 .../management/mbean/ManagedCamelContextMBean.java |  3 +
 .../api/management/mbean/ManagedRouteMBean.java|  7 +-
 .../management/mbean/ManagedBacklogDebugger.java   | 20 +++---
 .../management/mbean/ManagedCamelContext.java  | 76 +-
 .../camel/management/mbean/ManagedRoute.java   | 51 +++
 5 files changed, 144 insertions(+), 13 deletions(-)

diff --git 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedCamelContextMBean.java
 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedCamelContextMBean.java
index e0c31d4..2213cfc 100644
--- 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedCamelContextMBean.java
+++ 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedCamelContextMBean.java
@@ -211,6 +211,9 @@ public interface ManagedCamelContextMBean extends 
ManagedPerformanceCounterMBean
 @ManagedOperation(description = "Dumps the route templates as XML")
 String dumpRouteTemplatesAsXml() throws Exception;
 
+@ManagedOperation(description = "Dumps all routes with mappings between 
node ids and their source location/line-number (currently only XML and YAML 
routes supported) as XML")
+String dumpRoutesSourceLocationsAsXml() throws Exception;
+
 /**
  * Creates the endpoint by the given uri
  *
diff --git 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedRouteMBean.java
 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedRouteMBean.java
index dc0ef4b..c49ea7ae 100644
--- 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedRouteMBean.java
+++ 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedRouteMBean.java
@@ -117,12 +117,15 @@ public interface ManagedRouteMBean extends 
ManagedPerformanceCounterMBean {
 @ManagedOperation(description = "Updates the route from XML")
 void updateRouteFromXml(String xml) throws Exception;
 
-@ManagedOperation(description = "Dumps the routes stats as XML")
+@ManagedOperation(description = "Dumps the route stats as XML")
 String dumpRouteStatsAsXml(boolean fullStats, boolean includeProcessors) 
throws Exception;
 
-@ManagedOperation(description = "Dumps the routes and steps stats as XML")
+@ManagedOperation(description = "Dumps the route and steps stats as XML")
 String dumpStepStatsAsXml(boolean fullStats) throws Exception;
 
+@ManagedOperation(description = "Dumps the route with mappings between 
node ids and their source location/line-number (currently only XML and YAML 
routes supported) as XML")
+String dumpRouteSourceLocationsAsXml() throws Exception;
+
 @ManagedOperation(description = "Reset counters")
 void reset(boolean includeProcessors) throws Exception;
 
diff --git 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
index f9d8eeb..0fa8f21 100644
--- 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
+++ 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
@@ -333,16 +333,6 @@ public class ManagedBacklogDebugger implements 
ManagedBacklogDebuggerMBean {
 return null;
 }
 
-private static boolean isSerializable(Object obj) {
-final ByteArrayOutputStream baos = new ByteArrayOutputStream(512);
-try (ObjectOutputStream out = new ObjectOutputStream(baos)) {
-out.writeObject(obj);
-return true;
-} catch (Exception e) {
-return false;
-}
-}
-
 private String dumpExchangePropertiesAsXml(String id) {
 StringBuilder sb = new StringBuilder();
 sb.append("  \n");
@@ -377,4 +367,14 @@ public class ManagedBacklogDebugger implements 
ManagedBacklogDebuggerMBean {
 return sb.toString();
 }
 
+private static boolean isSerializable(Object obj) {
+final ByteArrayOutputStream baos = new ByteArrayOutputStream(512);
+try (ObjectOutputStream out = new ObjectOutputStream(baos)) {
+out.writeObject(obj);
+return true;
+} catch (Exception e) {
+return false;
+}
+}
+
 }
diff --git 

[camel] branch main updated (5b7496a -> 5891131)

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

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


from 5b7496a  Upgrade to kubernetes client 5.11.0
 new f3f113e  Deprecate
 new 0cb3b54  Polished
 new 5891131  CAMEL-17340: camel-management - JMX MBean operation to get 
mapping between node ids and their source location/line-number for tooling.

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:
 .../mbean/ManagedBacklogDebuggerMBean.java | 22 ---
 .../management/mbean/ManagedCamelContextMBean.java |  3 +
 .../api/management/mbean/ManagedRouteMBean.java|  7 +-
 .../management/mbean/ManagedBacklogDebugger.java   | 28 
 .../management/mbean/ManagedCamelContext.java  | 76 +-
 .../camel/management/mbean/ManagedRoute.java   | 51 +++
 6 files changed, 161 insertions(+), 26 deletions(-)


[camel] 01/03: Deprecate

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

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

commit f3f113e76b4a76dfcf0e0c5abea2cb6443573499
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 13:01:49 2021 +0100

Deprecate
---
 .../camel/api/management/mbean/ManagedBacklogDebuggerMBean.java   | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
index 2a6626a..0426cfb 100644
--- 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
+++ 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
@@ -139,7 +139,11 @@ public interface ManagedBacklogDebuggerMBean {
 @ManagedAttribute(description = "Whether to include file based message 
body in the trace message.")
 void setBodyIncludeFiles(boolean bodyIncludeFiles);
 
+/**
+ * @deprecated use {@link #dumpTracedMessagesAsXml(String, boolean)}
+ */
 @ManagedOperation(description = "Dumps the messages in xml format from the 
suspended breakpoint at the given node")
+@Deprecated
 String dumpTracedMessagesAsXml(String nodeId);
 
 @ManagedOperation(description = "Dumps the messages in xml format from the 
suspended breakpoint at the given node, optionally including the exchange 
properties")


[camel-website] branch asf-site updated (c6a23b9 -> 2322a0e)

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

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


 discard c6a23b9  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586
 discard 2bc3658  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new bead236  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 2322a0e  Website updated to e1a487bb3ca1fc7be0455b9357f62ca0efff1586

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   (c6a23b9)
\
 N -- N -- N   refs/heads/asf-site (2322a0e)

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

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

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


Summary of changes:
 .htaccess|6 +-
 camel-karaf/3.11.x/blueprint.html|4 +-
 camel-karaf/3.11.x/components.html   |2 +-
 camel-karaf/3.11.x/eventadmin-component.html |4 +-
 camel-karaf/3.11.x/index.html|2 +-
 camel-karaf/3.11.x/kura.html |4 +-
 camel-karaf/3.11.x/osgi-activator.html   |4 +-
 camel-karaf/3.11.x/paxlogging-component.html |4 +-
 camel-karaf/3.12.x/blueprint.html|4 +-
 camel-karaf/3.12.x/components.html   |2 +-
 camel-karaf/3.12.x/eventadmin-component.html |4 +-
 camel-karaf/3.12.x/index.html|2 +-
 camel-karaf/3.12.x/kura.html |4 +-
 camel-karaf/3.12.x/osgi-activator.html   |4 +-
 camel-karaf/3.12.x/paxlogging-component.html |4 +-
 camel-karaf/3.13.x/blueprint.html|4 +-
 camel-karaf/3.13.x/components.html   |2 +-
 camel-karaf/3.13.x/eventadmin-component.html |4 +-
 camel-karaf/3.13.x/index.html|2 +-
 camel-karaf/3.13.x/kura.html |4 +-
 camel-karaf/3.13.x/osgi-activator.html   |4 +-
 camel-karaf/3.13.x/paxlogging-component.html |4 +-
 camel-karaf/3.14.x/blueprint.html|4 +-
 camel-karaf/3.14.x/components.html   |2 +-
 camel-karaf/3.14.x/eventadmin-component.html |4 +-
 camel-karaf/3.14.x/index.html|2 +-
 camel-karaf/3.14.x/kura.html |4 +-
 camel-karaf/3.14.x/osgi-activator.html   |4 +-
 camel-karaf/3.14.x/paxlogging-component.html |4 +-
 camel-karaf/3.7.x/blueprint.html |4 +-
 camel-karaf/3.7.x/components.html|2 +-
 camel-karaf/3.7.x/eventadmin-component.html  |4 +-
 camel-karaf/3.7.x/index.html |2 +-
 camel-karaf/3.7.x/kura.html  |4 +-
 camel-karaf/3.7.x/osgi-activator.html|4 +-
 camel-karaf/3.7.x/paxlogging-component.html  |4 +-
 camel-karaf/next/blueprint.html  |4 +-
 camel-karaf/next/components.html |2 +-
 camel-karaf/next/eventadmin-component.html   |4 +-
 camel-karaf/next/index.html  |2 +-
 camel-karaf/next/kura.html   |4 +-
 camel-karaf/next/osgi-activator.html |4 +-
 camel-karaf/next/paxlogging-component.html   |4 +-
 sitemap-camel-k.xml  |  822 +--
 sitemap-camel-kafka-connector.xml| 2218 
 sitemap-camel-kamelets.xml   |  584 +-
 sitemap-camel-karaf.xml  |   84 +-
 sitemap-camel-quarkus.xml| 2078 +++
 sitemap-camel-spring-boot.xml|   62 +-
 sitemap-components.xml   | 7884 +-
 sitemap-manual.xml   |  384 +-
 51 files changed, 7133 insertions(+), 7133 deletions(-)


[GitHub] [camel-quarkus] ppalaga commented on pull request #3391: ⏪️ Revert software.amazon.awssdk:apache-client dependency override

2021-12-17 Thread GitBox


ppalaga commented on pull request #3391:
URL: https://github.com/apache/camel-quarkus/pull/3391#issuecomment-996672350


   I can try to reproduce


-- 
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 camel-karaf-3.14.x updated: Remove prerelese flag

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

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


The following commit(s) were added to refs/heads/camel-karaf-3.14.x by this 
push:
 new 734dcba  Remove prerelese flag
734dcba is described below

commit 734dcba22798e35918762fee7212efbba59c7326
Author: Zoran Regvart 
AuthorDate: Fri Dec 17 13:00:44 2021 +0100

Remove prerelese flag

3.14.x is not a pre-release, so redirects were not created correctly to
it.
---
 docs/antora.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 8ada973..aff769c 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -18,7 +18,6 @@
 name: camel-karaf
 title: Camel Karaf
 version: 3.14.x
-prerelease: true
 display_version: 3.14.x (LTS)
 nav:
 - modules/ROOT/nav.adoc


[camel-kamelets] branch regen_bot updated (bd965a7 -> 60c356b)

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

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


from bd965a7  Added generation and validation instructions in README.md
 add 60c356b  Retrigger Jitpacke

No new revisions were added by this update.

Summary of changes:
 README.md | 1 +
 1 file changed, 1 insertion(+)


  1   2   >