[GitHub] [camel-k] S96EA opened a new issue #2844: How to specify the BaseImage when creating an integration?

2021-12-29 Thread GitBox


S96EA opened a new issue #2844:
URL: https://github.com/apache/camel-k/issues/2844


   I want to use a different BaseImage(for example, a private image) instead of 
the default BaseImage.
   I found that we can specify the platform when creating an integration 
([link](https://github.com/apache/camel-k/blob/fc8aa4636ff3a95dee401d258b5e8ddf3c597020/pkg/apis/camel/v1/integration_types.go#L56)),
 And the platform is bound to a BaseImage 
([link](https://github.com/apache/camel-k/blob/fc8aa4636ff3a95dee401d258b5e8ddf3c597020/pkg/apis/camel/v1/integrationplatform_types.go#L114)),
 but the BaseImage is not used because 
[IncrementalImageContext](https://github.com/apache/camel-k/blob/7efe4ffbfd82050acf89821846db1137c231d554/pkg/builder/image.go#L122),this
 step will find the integration that already exists, these integrations do not 
use the new BaseImage.
   So is there any other way we can change the default BaseImage?


-- 
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] Premcnathan opened a new issue #152: Not working with VSCode on Windows

2021-12-29 Thread GitBox


Premcnathan opened a new issue #152:
URL: https://github.com/apache/camel-karavan/issues/152


   With windows, I am facing below issue while saving the flow.
   
   Error: ENOENT: no such file or directory, open 
'C:\c:\Code\vscodeFolder\rrrd.yaml
   
   Looks like the file path is not resolved properly in the extension for 
windows style.


-- 
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] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2021-12-29 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1636069361-616-7ee29119-b3ec-4083-a0f8-947405ca15a3
   * Camel Quarkus Commit: 74b891efbe620ddd24493267c65f833d89b1a9af
   
   * Quarkus Main Commit: 5de53f019d32d6217f1e0237bb88923b0c630e96
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1636069361


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

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

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




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

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

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


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

commit fc8aa4636ff3a95dee401d258b5e8ddf3c597020
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 30 03:07:40 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ff2bca..e79e180 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
 - Jitpack still configured with `master` branch 
[\#2764](https://github.com/apache/camel-k/issues/2764)
 - How can I find the log file location in the integration pod?  
[\#2762](https://github.com/apache/camel-k/issues/2762)
 - Default value of trait container.port-name is missing from catalog 
[\#2761](https://github.com/apache/camel-k/issues/2761)
+- How to remove Kamelets installation when installing IntegrationPlatform CRD? 
[\#2756](https://github.com/apache/camel-k/issues/2756)
 - Add 1.7.x documentation tag 
[\#2753](https://github.com/apache/camel-k/issues/2753)
 - Could not pull base image - Build kit failed \(No matching credentials were 
found, falling back on anonymous\) 
[\#2748](https://github.com/apache/camel-k/issues/2748)
 - Cannot deploy XML integration with undertow 
[\#2746](https://github.com/apache/camel-k/issues/2746)
@@ -50,8 +51,15 @@
 - Kamelet - Possible to pre configure component options 
[\#2081](https://github.com/apache/camel-k/issues/2081)
 - Monitor integration related events 
[\#2025](https://github.com/apache/camel-k/issues/2025)
 - Switch to UBI minimal  
[\#2007](https://github.com/apache/camel-k/issues/2007)
+- AMQP connection factory injection example improvement 
[\#1961](https://github.com/apache/camel-k/issues/1961)
+- Option to declare capabilities an integration requires 
[\#1948](https://github.com/apache/camel-k/issues/1948)
 - Expose operator information 
[\#1947](https://github.com/apache/camel-k/issues/1947)
 - not able to use json: MethodNotFoundException 
[\#1915](https://github.com/apache/camel-k/issues/1915)
+- hotrod-client.properties not picked up 
[\#1898](https://github.com/apache/camel-k/issues/1898)
+- Using -SNAPSHOT prevents rebuilding past commits 
[\#1878](https://github.com/apache/camel-k/issues/1878)
+- './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 
\(with minikube\) [\#1869](https://github.com/apache/camel-k/issues/1869)
+- GitHub Packages registry cannot be used as expected 
[\#1860](https://github.com/apache/camel-k/issues/1860)
+- Camel sslContextParameter not working 
[\#1815](https://github.com/apache/camel-k/issues/1815)
 - Kamel 1.0 fails on install on mac 
[\#1543](https://github.com/apache/camel-k/issues/1543)
 
 **Merged pull requests:**


[GitHub] [camel-k] github-actions[bot] closed issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1860: GitHub Packages registry cannot be used as expected

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1815: Camel sslContextParameter not working

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1878: Using -SNAPSHOT prevents rebuilding past commits

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1948: Option to declare capabilities an integration requires

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1898: hotrod-client.properties not picked up

2021-12-29 Thread GitBox


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


   


-- 
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] github-actions[bot] closed issue #1961: AMQP connection factory injection example improvement

2021-12-29 Thread GitBox


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


   


-- 
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 (f9b4657 -> 5bb1420)

2021-12-29 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 f9b4657  fix (hopefully) validator instructions
 add 5bb1420  Update Log4j version to 2.17.1

No new revisions were added by this update.

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


[camel-kamelets] branch main updated (f9b4657 -> 5bb1420)

2021-12-29 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 f9b4657  fix (hopefully) validator instructions
 add 5bb1420  Update Log4j version to 2.17.1

No new revisions were added by this update.

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


[GitHub] [camel-kamelets] oscerd merged pull request #664: Update Log4j to 2.17.1 to address CVE-2021-44832

2021-12-29 Thread GitBox


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


   


-- 
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] neel24 opened a new pull request #664: Update Log4j to 2.17.1 to address CVE-2021-44832

2021-12-29 Thread GitBox


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


   Updating Log4j version to 2.17.1 because of CVE-2021-44832 vulnerability.
   https://nvd.nist.gov/vuln/detail/CVE-2021-44832


-- 
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 (af6c862 -> 022e1f2)

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

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


omit af6c862  Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665
 add 022e1f2  Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665

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   (af6c862)
\
 N -- N -- N   refs/heads/regen_bot (022e1f2)

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

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

No new revisions were added by this update.

Summary of changes:


[camel] branch main updated: Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 022e1f2  Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665
022e1f2 is described below

commit 022e1f2693ed753fdec763190370244669466286
Author: davsclaus 
AuthorDate: Wed Dec 29 15:02:36 2021 +

Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/components/google-storage.json   |  2 ++
 .../dsl/GoogleStorageComponentBuilderFactory.java | 15 +++
 .../dsl/GoogleCloudStorageEndpointBuilderFactory.java | 14 ++
 3 files changed, 31 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-storage.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-storage.json
index 092da32..ac97787 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-storage.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-storage.json
@@ -32,6 +32,7 @@
 "deleteAfterRead": { "kind": "property", "displayName": "Delete After 
Read", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "Delete objects from the 
bucket after they have been retrieved. The delete  [...]
 "destinationBucket": { "kind": "property", "displayName": "Destination 
Bucket", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "Define the destination 
bucket where an object must be moved when moveAfterRead is set [...]
 "downloadFileName": { "kind": "property", "displayName": "Download File 
Name", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "The folder or filename 
to use when downloading the blob. By default, this specifies th [...]
+"filter": { "kind": "property", "displayName": "Filter", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "A regular expression to 
include only blobs with name matching it." },
 "includeBody": { "kind": "property", "displayName": "Include Body", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "If it is true, the 
Object exchange will be consumed and put into the body. If false [...]
 "includeFolders": { "kind": "property", "displayName": "Include Folders", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "If it is true, the 
folders\/directories will be consumed. If it is false, the [...]
 "moveAfterRead": { "kind": "property", "displayName": "Move After Read", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration", 
"configurationField": "configuration", "description": "Move objects from the 
origin bucket to a different bucket after they have bee [...]
@@ -51,6 +52,7 @@
 "deleteAfterRead": { "kind": "parameter", "displayName": "Delete After 
Read", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": 

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

2021-12-29 Thread GitBox


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


   


-- 
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 (058bc52 -> af6c862)

2021-12-29 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 058bc52  Update commercial-camel-offerings.adoc (#6597)
 add 9231ea6  CAMEL-17392 (#6598)
 add af6c862  Regen for commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/google-storage.json   |  2 +
 .../GoogleCloudStorageComponentConfigurer.java |  3 +
 .../GoogleCloudStorageEndpointConfigurer.java  |  3 +
 .../GoogleCloudStorageEndpointUriFactory.java  |  3 +-
 .../component/google/storage/google-storage.json   |  2 +
 .../storage/GoogleCloudStorageConfiguration.java   | 14 +
 .../google/storage/GoogleCloudStorageConsumer.java | 11 +++-
 ...Test.java => ConsumerWithFilterOptionTest.java} | 64 +++---
 .../dsl/GoogleStorageComponentBuilderFactory.java  | 15 +
 .../GoogleCloudStorageEndpointBuilderFactory.java  | 14 +
 10 files changed, 110 insertions(+), 21 deletions(-)
 copy 
components/camel-google/camel-google-storage/src/test/java/org/apache/camel/component/google/storage/unit/{ConsumerDownloadLocalTest.java
 => ConsumerWithFilterOptionTest.java} (66%)


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

2021-12-29 Thread GitBox


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


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


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

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

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




[camel] branch main updated: CAMEL-17392 (#6598)

2021-12-29 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 9231ea6  CAMEL-17392 (#6598)
9231ea6 is described below

commit 9231ea60e5d91c3edeabbfea49dd6062d9adf665
Author: aevangelista81 <96737327+aevangelist...@users.noreply.github.com>
AuthorDate: Wed Dec 29 15:08:35 2021 +0100

CAMEL-17392 (#6598)

Camel-google-storage - Provide a way to filter blobs in a bucket

Co-authored-by: Andrea Evangelista 
---
 .../GoogleCloudStorageComponentConfigurer.java |   3 +
 .../GoogleCloudStorageEndpointConfigurer.java  |   3 +
 .../GoogleCloudStorageEndpointUriFactory.java  |   3 +-
 .../component/google/storage/google-storage.json   |   2 +
 .../storage/GoogleCloudStorageConfiguration.java   |  14 +++
 .../google/storage/GoogleCloudStorageConsumer.java |  11 +-
 .../storage/unit/ConsumerWithFilterOptionTest.java | 122 +
 7 files changed, 156 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageComponentConfigurer.java
 
b/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageComponentConfigurer.java
index 6ddc88f..86e582f 100644
--- 
a/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageComponentConfigurer.java
+++ 
b/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageComponentConfigurer.java
@@ -41,6 +41,7 @@ public class GoogleCloudStorageComponentConfigurer extends 
PropertyConfigurerSup
 case "destinationBucket": 
getOrCreateConfiguration(target).setDestinationBucket(property(camelContext, 
java.lang.String.class, value)); return true;
 case "downloadfilename":
 case "downloadFileName": 
getOrCreateConfiguration(target).setDownloadFileName(property(camelContext, 
java.lang.String.class, value)); return true;
+case "filter": 
getOrCreateConfiguration(target).setFilter(property(camelContext, 
java.lang.String.class, value)); return true;
 case "includebody":
 case "includeBody": 
getOrCreateConfiguration(target).setIncludeBody(property(camelContext, 
boolean.class, value)); return true;
 case "includefolders":
@@ -85,6 +86,7 @@ public class GoogleCloudStorageComponentConfigurer extends 
PropertyConfigurerSup
 case "destinationBucket": return java.lang.String.class;
 case "downloadfilename":
 case "downloadFileName": return java.lang.String.class;
+case "filter": return java.lang.String.class;
 case "includebody":
 case "includeBody": return boolean.class;
 case "includefolders":
@@ -125,6 +127,7 @@ public class GoogleCloudStorageComponentConfigurer extends 
PropertyConfigurerSup
 case "destinationBucket": return 
getOrCreateConfiguration(target).getDestinationBucket();
 case "downloadfilename":
 case "downloadFileName": return 
getOrCreateConfiguration(target).getDownloadFileName();
+case "filter": return getOrCreateConfiguration(target).getFilter();
 case "includebody":
 case "includeBody": return 
getOrCreateConfiguration(target).isIncludeBody();
 case "includefolders":
diff --git 
a/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageEndpointConfigurer.java
 
b/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageEndpointConfigurer.java
index 00d8366..a9ab367 100644
--- 
a/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageEndpointConfigurer.java
+++ 
b/components/camel-google/camel-google-storage/src/generated/java/org/apache/camel/component/google/storage/GoogleCloudStorageEndpointConfigurer.java
@@ -42,6 +42,7 @@ public class GoogleCloudStorageEndpointConfigurer extends 
PropertyConfigurerSupp
 case "exceptionHandler": 
target.setExceptionHandler(property(camelContext, 
org.apache.camel.spi.ExceptionHandler.class, value)); return true;
 case "exchangepattern":
 case "exchangePattern": 
target.setExchangePattern(property(camelContext, 
org.apache.camel.ExchangePattern.class, value)); return true;
+case "filter": 
target.getConfiguration().setFilter(property(camelContext, 
java.lang.String.class, value)); return true;
 case "greedy": target.setGreedy(property(camelContext, boolean.class, 
value)); return true;
 case "includebody":
 case "includeBody": 
target.getConfiguration().setIncludeBody(property(camelContext, 

[GitHub] [camel] davsclaus merged pull request #6598: CAMEL-17392

2021-12-29 Thread GitBox


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


   


-- 
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 (bb6ea4f -> ef3cbf8)

2021-12-29 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 bb6ea4f  Website updated to 9ecc58c7d5a53543d9492b53f2f4d006387f3b97
 discard ee4186f  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 3716f06  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new ef3cbf8  Website updated to 1dbf2698254b425fb7e67510ee6d5628917dc3ef

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

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:
 .../2021/12/camel-quarkus-release-2.6.0/index.html |2 +-
 .../evaluateExpression.gif |  Bin 0 -> 2416650 bytes
 blog/2021/12/camelDebuggerForIntelliJ/featured.png |  Bin 0 -> 1654763 bytes
 ...43c03fd_1654763_800x0_resize_q95_gaussian_2.png |  Bin 0 -> 158383 bytes
 .../camelDebuggerForIntelliJ/headersProperties.gif |  Bin 0 -> 168800 bytes
 blog/2021/12/camelDebuggerForIntelliJ/index.html   |9 +
 .../12/camelDebuggerForIntelliJ/runToPosition.gif  |  Bin 0 -> 354966 bytes
 .../camelDebuggerForIntelliJ/stepOverIntoOut.gif   |  Bin 0 -> 1627570 bytes
 blog/index.html|2 +-
 blog/index.xml |   13 +-
 blog/page/10/index.html|2 +-
 blog/page/11/index.html|2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 blog/page/43/index.html|2 +-
 blog/page/44/index.html|2 +-
 blog/page/45/index.html|2 +-
 blog/page/46/index.html|2 +-
 blog/page/47/index.html|2 +-
 blog/page/48/index.html|2 +-
 blog/page/49/index.html|2 +-
 blog/page/5/index.html |2 +-
 blog/page/50/index.html|2 +-
 blog/page/51/index.html

[camel-website] branch main updated: Remove link

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


The following commit(s) were added to refs/heads/main by this push:
 new 1dbf269  Remove link
1dbf269 is described below

commit 1dbf2698254b425fb7e67510ee6d5628917dc3ef
Author: Claus Ibsen 
AuthorDate: Wed Dec 29 11:54:57 2021 +0100

Remove link
---
 content/blog/2021/12/camelDebuggerForIntelliJ/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md 
b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
index 3f9fa4c..60c2b1d 100644
--- a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
+++ b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
@@ -40,7 +40,7 @@ To try the debugger:
 - Check out a [Camel Spring Boot example which uses XML 
routes](https://github.com/apache/camel-spring-boot-examples/tree/main/xml);
 - Import the project into the IntelliJ as a Maven project;
 - Create a new **Camel SpringBoot Application** run configuration;
-- If you want to evaluate expressions in the [DataSonnet 
language](/components/latest/languages/datasonnet-language.html), add the 
following dependencies to your `pom.xml`:
+- If you want to evaluate expressions in the DataSonnet language, add the 
following dependencies to your `pom.xml`:
  ```
 
 org.apache.camel.springboot


[camel-website] branch main updated: Update blog date

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


The following commit(s) were added to refs/heads/main by this push:
 new ed167e3  Update blog date
ed167e3 is described below

commit ed167e3eb6589f80ee446909bd6090bbfd6e4ff0
Author: Claus Ibsen 
AuthorDate: Wed Dec 29 10:24:20 2021 +0100

Update blog date
---
 content/blog/2021/12/camelDebuggerForIntelliJ/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md 
b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
index 10ee36f..3f9fa4c 100644
--- a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
+++ b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
@@ -1,6 +1,6 @@
 ---
 title: "Camel Debugger For IntelliJ"
-date: 2021-12-27
+date: 2021-12-29
 authors: ["javaduke"]
 categories: ["Tooling"]
 preview: "Apache Camel plugin for IntelliJ now features a debugger for XML 
routes"


[GitHub] [camel-website] davsclaus merged pull request #737: Camel debugger blog post

2021-12-29 Thread GitBox


davsclaus merged pull request #737:
URL: https://github.com/apache/camel-website/pull/737


   


-- 
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: Camel debugger blog post (#737)

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


The following commit(s) were added to refs/heads/main by this push:
 new 635d6da  Camel debugger blog post (#737)
635d6da is described below

commit 635d6da08a759462814a44931208bddf4324ee32
Author: javaduke 
AuthorDate: Wed Dec 29 02:23:49 2021 -0700

Camel debugger blog post (#737)

Camel debugger blog post
---
 .../evaluateExpression.gif | Bin 0 -> 2416650 bytes
 .../2021/12/camelDebuggerForIntelliJ/featured.png  | Bin 0 -> 1654763 bytes
 .../camelDebuggerForIntelliJ/headersProperties.gif | Bin 0 -> 168800 bytes
 .../blog/2021/12/camelDebuggerForIntelliJ/index.md |  59 +
 .../12/camelDebuggerForIntelliJ/runToPosition.gif  | Bin 0 -> 354966 bytes
 .../camelDebuggerForIntelliJ/stepOverIntoOut.gif   | Bin 0 -> 1627570 bytes
 6 files changed, 59 insertions(+)

diff --git 
a/content/blog/2021/12/camelDebuggerForIntelliJ/evaluateExpression.gif 
b/content/blog/2021/12/camelDebuggerForIntelliJ/evaluateExpression.gif
new file mode 100644
index 000..8d855cc
Binary files /dev/null and 
b/content/blog/2021/12/camelDebuggerForIntelliJ/evaluateExpression.gif differ
diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/featured.png 
b/content/blog/2021/12/camelDebuggerForIntelliJ/featured.png
new file mode 100644
index 000..c8d2341
Binary files /dev/null and 
b/content/blog/2021/12/camelDebuggerForIntelliJ/featured.png differ
diff --git 
a/content/blog/2021/12/camelDebuggerForIntelliJ/headersProperties.gif 
b/content/blog/2021/12/camelDebuggerForIntelliJ/headersProperties.gif
new file mode 100644
index 000..78c925c
Binary files /dev/null and 
b/content/blog/2021/12/camelDebuggerForIntelliJ/headersProperties.gif differ
diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md 
b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
new file mode 100644
index 000..10ee36f
--- /dev/null
+++ b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md
@@ -0,0 +1,59 @@
+---
+title: "Camel Debugger For IntelliJ"
+date: 2021-12-27
+authors: ["javaduke"]
+categories: ["Tooling"]
+preview: "Apache Camel plugin for IntelliJ now features a debugger for XML 
routes"
+---
+
+The recent release of the [Apache Camel plugin for IntelliJ version 
v0.8.0](https://plugins.jetbrains.com/plugin/9371-apache-camel) includes the 
first tech preview of the Camel Route Debugger. The debugger is currently 
available on Maven-based Camel projects and routes defined in the XML DSL. The 
minimum recommended Camel version is 3.15.0-SNAPSHOT (older versions also may 
work, but the functionality is limited).
+
+# Features
+
+The first tech preview includes the following features:
+
+- Breakpoints inside Camel routes in XML DSL;
+
+- Conditional breakpoints with Simple language predicates;
+
+- Message body, headers and Exchange properties preview;
+  ![Message Body, Headers and Properties](./headersProperties.gif)
+
+- Camel expressions evaluator;
+  ![Expression Evaluator](./evaluateExpression.gif)
+
+- Support for Simple and DataSonnet expression languages;
+
+- Message History and execution stack;
+
+- Step Over, Step Into and Step Out functionalities implemented;
+  ![Stepping Over, Into and Out](./stepOverIntoOut.gif)
+
+- Run To Position implemented;
+  ![Run to Position](./runToPosition.gif)
+
+- Camel and Camel SpringBoot run configurations.
+
+
+To try the debugger:
+
+- Check out a [Camel Spring Boot example which uses XML 
routes](https://github.com/apache/camel-spring-boot-examples/tree/main/xml);
+- Import the project into the IntelliJ as a Maven project;
+- Create a new **Camel SpringBoot Application** run configuration;
+- If you want to evaluate expressions in the [DataSonnet 
language](/components/latest/languages/datasonnet-language.html), add the 
following dependencies to your `pom.xml`:
+ ```
+
+org.apache.camel.springboot
+camel-datasonnet-starter
+
+
+org.scala-lang
+scala-library
+2.13.3
+
+```
+
+# What's next
+We'd like to hear from you! Please be sure to submit your bug reports and 
enhancement requests to the [Camel IDEA Plugin issue 
tracker](https://github.com/camel-tooling/camel-idea-plugin/issues)! 
+
+The future enhancements will include support for non-XML DSLs such as Java and 
YAML, support for other project types (e.g. Gradle) and more!
diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/runToPosition.gif 
b/content/blog/2021/12/camelDebuggerForIntelliJ/runToPosition.gif
new file mode 100644
index 000..c051e0d
Binary files /dev/null and 
b/content/blog/2021/12/camelDebuggerForIntelliJ/runToPosition.gif differ
diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/stepOverIntoOut.gif 
b/content/blog/2021/12/camelDebuggerForIntelliJ/stepOverIntoOut.gif
new file mode 100644
index