[GitHub] [camel-k] tadayosi commented on a diff in pull request #3363: Fixes `kamel local run` panic on Windows

2022-06-15 Thread GitBox


tadayosi commented on code in PR #3363:
URL: https://github.com/apache/camel-k/pull/3363#discussion_r898714856


##
pkg/resources/resources_support.go:
##
@@ -146,3 +148,11 @@ func Resources(dirName string) ([]string, error) {
 
return res, dir.Close()
 }
+
+func fixPath(path string) string {

Review Comment:
   Instead of creating a custom function here, it's better to use the builtin 
function `filepath.ToSlash()`
   https://pkg.go.dev/path/filepath#ToSlash



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

2022-06-15 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 2506365766-784-38ac07d5-7b3d-4a13-b479-3423565e28a8
   * Camel Quarkus Commit: 30f36556f755518408b983626e05717eeb78f7ab
   
   * Quarkus Main Commit: 5a15daf312223483322e84b2b8a6b8a4339f0cb6
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2506365766


-- 
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] tadayosi commented on a diff in pull request #3363: Fixes `kamel local run` panic on Windows

2022-06-15 Thread GitBox


tadayosi commented on code in PR #3363:
URL: https://github.com/apache/camel-k/pull/3363#discussion_r898714856


##
pkg/resources/resources_support.go:
##
@@ -146,3 +148,11 @@ func Resources(dirName string) ([]string, error) {
 
return res, dir.Close()
 }
+
+func fixPath(path string) string {

Review Comment:
   Instead of creating a custom function here, it's better to use the builtin 
function `filepath.FromSlash()`
   https://pkg.go.dev/path/filepath#FromSlash



-- 
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] tadayosi commented on a diff in pull request #3363: Fixes `kamel local run` panic on Windows

2022-06-15 Thread GitBox


tadayosi commented on code in PR #3363:
URL: https://github.com/apache/camel-k/pull/3363#discussion_r898714856


##
pkg/resources/resources_support.go:
##
@@ -146,3 +148,11 @@ func Resources(dirName string) ([]string, error) {
 
return res, dir.Close()
 }
+
+func fixPath(path string) string {

Review Comment:
   Instead of creatng a custom function, it's better to use the builtin 
function `filepath.FromSlash()`
   https://pkg.go.dev/path/filepath#FromSlash



-- 
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 (b36367d15f1 -> 1bf92062e35)

2022-06-15 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


from b36367d15f1 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
 new dc1758fa30b Upgrade AWS SDK v2 to version 2.17.212
 new 1bf92062e35 Sync deps

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:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel] 02/02: Sync deps

2022-06-15 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 1bf92062e35a4e69520795806b16e8e00be2d9c9
Author: Andrea Cosentino 
AuthorDate: Thu Jun 16 07:46:00 2022 +0200

Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index ac83f7cd935..792a431e5b6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -63,7 +63,7 @@
 1.11.0
 1.11.0
 4.2.0
-2.17.211
+2.17.212
 2.6.1
 1.2.14
 4.29.1



[camel] 01/02: Upgrade AWS SDK v2 to version 2.17.212

2022-06-15 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit dc1758fa30bbf1a3f9f764eb12a9fb5116dbba93
Author: Andrea Cosentino 
AuthorDate: Thu Jun 16 06:44:19 2022 +0200

Upgrade AWS SDK v2 to version 2.17.212
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c0aa77cbd7f..8a4d96cefde 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
 1.11.0
 1.11.0
 4.2.0
-2.17.211
+2.17.212
 2.6.1
 1.2.14
 2.13.3



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

2022-06-15 Thread Apache Infrastructure


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



[camel-website-pub] branch asf-site updated (2927f4843 -> 87a6f1867)

2022-06-15 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard 2927f4843 Website updated to dcaef0458bbeb87644b0d50197b84f8df7f473f7
 discard c744cbc13 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 884d5e6d5 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 87a6f1867 Website updated to 92eeca35d21919bc6559c00c9b6d24819e643c75

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   (2927f4843)
\
 N -- N -- N   refs/heads/asf-site (87a6f1867)

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  |   54 +-
 .well-known/security.txt   |2 +-
 blog/2022/05/camel317-whatsnew/index.html  |2 +-
 blog/2022/06/06/index.html |   88 -
 blog/2022/06/camel3x-top10-features/featured.png   |  Bin 0 -> 15985 bytes
 ...1e60eebe5_15985_800x0_resize_q95_gaussian_3.png |  Bin 0 -> 53595 bytes
 blog/2022/06/camel3x-top10-features/index.html |   42 +
 .../06/{06/images => emacs}/Errordetection.gif |  Bin
 blog/2022/06/{06/images => emacs}/Spellchecker.gif |  Bin
 blog/2022/06/{06/images => emacs}/camell.gif   |  Bin
 blog/2022/06/emacs/index.html  |   88 +
 blog/index.html|2 +-
 blog/index.xml |   17 +-
 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

[GitHub] [camel-k] tadayosi commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

2022-06-15 Thread GitBox


tadayosi commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1157250956

   cc @phantomjinx


-- 
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] tadayosi opened a new issue, #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

2022-06-15 Thread GitBox


tadayosi opened a new issue, #3364:
URL: https://github.com/apache/camel-k/issues/3364

   We release a Windows version of Camel K CLI, but there is no test coverage 
targeting Windows environment yet. This causes some Windows only issues with 
the CLI and `kamel local` commands unnoticed until users try the CLI on 
Windows, such as #3363.
   
   Since GitHub provides Windows runners for workflows, it should be desirable 
to have an E2E workflow on Windows that runs part of our E2E suite, especially 
for the CLI client and the `local` testing.


-- 
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.apache.org

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



[GitHub] [camel-k] tadayosi commented on pull request #3363: Fixes `kamel local run` panic on Windows

2022-06-15 Thread GitBox


tadayosi commented on PR #3363:
URL: https://github.com/apache/camel-k/pull/3363#issuecomment-1157237861

   Also please submit this to `main` and optionally `1.8.x` as `1.8.x` is the 
branch you might want to have this fix.


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

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

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



[camel-kafka-connector] branch automatic-periodic-sync created (now 710478eac)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


  at 710478eac [create-pull-request] automated change

No new revisions were added by this update.



[GitHub] [camel-kafka-connector] github-actions[bot] opened a new pull request, #1380: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2022-06-15 Thread GitBox


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

   Periodic Sync of Camel Kafka connector main Branch with main Camel Main.
   see 
https://github.com/apache/camel-kafka-connector/blob/main/.github/workflows/automatic-sync-camel-main.yml


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

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

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



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

2022-06-15 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 d568cbaf60 Updated CHANGELOG.md
d568cbaf60 is described below

commit d568cbaf602e72c8431f4c7bac25fda27e429853
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 16 03:39:01 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47ae53a296..2408f3d4c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,6 +69,7 @@
 
 **Merged pull requests:**
 
+- Upgrade OptaPlanner to 8.22.1.Final 
[\#3849](https://github.com/apache/camel-quarkus/pull/3849) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Upgrade Quarkus to 2.10.0.CR1 
[\#3846](https://github.com/apache/camel-quarkus/pull/3846) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Ensure ElasticSearch REST delete index route uses the correct URI scheme 
[\#3845](https://github.com/apache/camel-quarkus/pull/3845) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Modify Cassandra & AWS S3 tests to pick up Camel 3.17.0 fixes 
[\#3843](https://github.com/apache/camel-quarkus/pull/3843) 
([jamesnetherton](https://github.com/jamesnetherton))



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

2022-06-15 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 9210df209 Updated CHANGELOG.md
9210df209 is described below

commit 9210df209ada53422572006a98f7477e5c037ffe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 16 03:37:00 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 794612eb9..df26c142a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Kamel install error [\#3348](https://github.com/apache/camel-k/issues/3348)
 - E2E repeated failure [\#3315](https://github.com/apache/camel-k/issues/3315)
 - Integrations, IntegrationKits, IntegrationPlatforms are not owned by 
Namespaces [\#3311](https://github.com/apache/camel-k/issues/3311)
 - Helm Chart for camel-k 1.9.2 is invalid 
[\#3300](https://github.com/apache/camel-k/issues/3300)



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

2022-06-15 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-runtime.git


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

commit 3eefeadb5bbe5cd8f4781bec25c1e87d86c7ddb3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 16 03:31:07 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91939be1..3e04b39c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 
 **Merged pull requests:**
 
+- build\(deps\): bump maven-common-artifact-filters from 3.2.0 to 3.3.0 
[\#834](https://github.com/apache/camel-k-runtime/pull/834) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump maven-enforcer-plugin from 3.0.0 to 3.1.0 
[\#832](https://github.com/apache/camel-k-runtime/pull/832) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump maven-failsafe-plugin from 3.0.0-M6 to 3.0.0-M7 
[\#831](https://github.com/apache/camel-k-runtime/pull/831) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 
[\#830](https://github.com/apache/camel-k-runtime/pull/830) 
([dependabot[bot]](https://github.com/apps/dependabot))



[GitHub] [camel-karaf] github-actions[bot] opened a new pull request, #164: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-06-15 Thread GitBox


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

   Periodic Sync of Camel Karaf Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-karaf/blob/main/.github/workflows/automatic-sync-main.yml


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

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

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



[camel-karaf] branch automatic-periodic-sync updated (9e86f83c -> 259d3de1)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit 9e86f83c [create-pull-request] automated change
 add e9337df5 [create-pull-request] automated change
 add 259d3de1 [create-pull-request] automated change

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   (9e86f83c)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (259d3de1)

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:
 .../main/resources/org/apache/camel/catalog/karaf/components/sjms.json   | 1 +
 .../main/resources/org/apache/camel/catalog/karaf/components/sjms2.json  | 1 +
 2 files changed, 2 insertions(+)



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #569: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-06-15 Thread GitBox


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

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml


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

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

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



[camel-spring-boot] branch automatic-periodic-sync updated (59c2de3854b -> d3b80ccbfac)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


omit 59c2de3854b [create-pull-request] automated change
 add ee69030ab79 [create-pull-request] automated change
 add c7f71a473db Remove camel-uberjar-main as its no longer needed.
 add d3b80ccbfac [create-pull-request] automated change

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   (59c2de3854b)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (d3b80ccbfac)

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:
 .../catalog/components/google-calendar-stream.json |   4 +-
 .../catalog/components/google-calendar.json|   4 +-
 .../catalog/components/hashicorp-vault.json|   2 +-
 .../springboot/catalog/components/infinispan.json  |  24 ++---
 .../camel/springboot/catalog/components/sjms.json  |   1 +
 .../camel/springboot/catalog/components/sjms2.json |   1 +
 .../src/main/docs/google-calendar.json |  24 ++---
 .../GoogleCalendarComponentConfiguration.java  |  25 ++---
 ...GoogleCalendarStreamComponentConfiguration.java |  25 ++---
 .../InfinispanRemoteComponentConfiguration.java| 120 ++---
 .../camel-sjms-starter/src/main/docs/sjms.json |   6 ++
 .../springboot/SjmsComponentConfiguration.java |  15 +++
 .../sjms/springboot/SjmsComponentConverter.java|   2 +
 .../camel-sjms2-starter/src/main/docs/sjms2.json   |   6 ++
 .../springboot/Sjms2ComponentConfiguration.java|  15 +++
 .../sjms2/springboot/Sjms2ComponentConverter.java  |   2 +
 tooling/camel-spring-boot-dependencies/pom.xml |   5 -
 17 files changed, 163 insertions(+), 118 deletions(-)



[GitHub] [camel-k] github-actions[bot] commented on issue #3124: hello yaml example output

2022-06-15 Thread GitBox


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

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


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

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

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



[GitHub] [camel-k] ammachado opened a new pull request, #3363: Fixes `kamel local run` panic on Windows

2022-06-15 Thread GitBox


ammachado opened a new pull request, #3363:
URL: https://github.com/apache/camel-k/pull/3363

   
   
   Fix panic while running `kamel local run` on Windows.
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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 (093dd4a4d11 -> b36367d15f1)

2022-06-15 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 093dd4a4d11 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
 add b36367d15f1 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7

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   (093dd4a4d11)
\
 N -- N -- N   refs/heads/regen_bot (b36367d15f1)

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

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

No new revisions were added by this update.

Summary of changes:



[GitHub] [camel] github-actions[bot] commented on pull request #7798: (chores) removed unused method parameters

2022-06-15 Thread GitBox


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

   :x: Finished component verification: **1 component(s) test failed** out of 5 
component(s) tested


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

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

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



[camel] branch main updated: Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7

2022-06-15 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 b36367d15f1 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
b36367d15f1 is described below

commit b36367d15f1a699fe800e1103378c03f8045ae1d
Author: davsclaus 
AuthorDate: Wed Jun 15 20:35:51 2022 +

Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd | 19 +--
 .../apache/camel/component/sjms/SjmsComponent.java|  2 +-
 docs/components/modules/ROOT/nav.adoc |  2 +-
 .../components/modules/others/pages/uberjar-main.adoc |  1 -
 4 files changed, 15 insertions(+), 9 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 7148e8b0b05..492505b696c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -3904,7 +3904,7 @@ the branch that matched. Default value: false
 
   
 
   
@@ -9607,11 +9607,10 @@ Default value: false
   
 
   
 
@@ -10515,6 +10514,14 @@ Sets the resume strategy to use.
 ]]>
   
 
+
+  
+
+  
+
   
 
   
diff --git 
a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
 
b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
index 4f5326d0ef7..521d875639e 100644
--- 
a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
+++ 
b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
@@ -73,7 +73,7 @@ public class SjmsComponent extends 
HeaderFilterStrategyComponent {
 private int replyToOnTimeoutMaxConcurrentConsumers = 1;
 
 @Metadata(label = "advanced",
-description = "Specifies the JMS Exception Listener that is to be 
notified of any underlying JMS exceptions.")
+  description = "Specifies the JMS Exception Listener that is to 
be notified of any underlying JMS exceptions.")
 private ExceptionListener exceptionListener;
 
 public SjmsComponent() {
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index b6ad7a420b1..c08cf9b8383 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -45,7 +45,6 @@
 *** xref:azure-storage-blob-component.adoc[Azure Storage Blob Service]
 *** xref:azure-storage-datalake-component.adoc[Azure Storage Datalake Service]
 *** xref:azure-storage-queue-component.adoc[Azure Storage Queue Service]
-*** xref:hashicorp-vault-component.adoc[Hashicorp Vault]
 ** xref:bean-component.adoc[Bean]
 ** xref:bean-validator-component.adoc[Bean Validator]
 ** xref:bonita-component.adoc[Bonita]
@@ -128,6 +127,7 @@
 ** xref:graphql-component.adoc[GraphQL]
 ** xref:grpc-component.adoc[gRPC]
 ** xref:guava-eventbus-component.adoc[Guava EventBus]
+** xref:hashicorp-vault-component.adoc[Hashicorp Vault]
 ** xref:hazelcast-summary.adoc[Hazelcast]
 *** xref:hazelcast-atomicvalue-component.adoc[Hazelcast Atomic Number]
 *** xref:hazelcast-instance-component.adoc[Hazelcast Instance]
diff --git a/docs/components/modules/others/pages/uberjar-main.adoc 
b/docs/components/modules/others/pages/uberjar-main.adoc
deleted file mode 12
index 4f4a3066836..000
--- a/docs/components/modules/others/pages/uberjar-main.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../dsl/camel-uberjar-main/src/main/docs/uberjar-main.adoc
\ No newline at end of file



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

2022-06-15 Thread GitBox


oscerd merged PR #7801:
URL: https://github.com/apache/camel/pull/7801


-- 
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 (8bd14bf347d -> 093dd4a4d11)

2022-06-15 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 8bd14bf347d Regen for commit bd2ed599c3a2095ef2f9bf2eb875a62a783d60e9
 add 6cf6c061a69 Regen
 add 093dd4a4d11 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7

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   (8bd14bf347d)
\
 N -- N -- N   refs/heads/regen_bot (093dd4a4d11)

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:
 .../dsl/GoogleCalendarEndpointBuilderFactory.java  | 92 +++---
 ...GoogleCalendarStreamEndpointBuilderFactory.java | 31 
 2 files changed, 64 insertions(+), 59 deletions(-)



[camel] branch regen_bot updated (b9c0543d884 -> 8bd14bf347d)

2022-06-15 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 b9c0543d884 Regen for commit 70b0c7ff88e14997030e6e03913a2198b33b9d3b
 add bd2ed599c3a [CAMEL-18195] Add setExceptionListener(...) to 
SjmsComponent (#7792)
 add 8bd14bf347d Regen for commit bd2ed599c3a2095ef2f9bf2eb875a62a783d60e9

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   (b9c0543d884)
\
 N -- N -- N   refs/heads/regen_bot (8bd14bf347d)

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:
 .../org/apache/camel/catalog/components/sjms.json  |  1 +
 .../org/apache/camel/catalog/components/sjms2.json |  1 +
 .../camel/component/sjms/SjmsComponentConfigurer.java  |  6 ++
 .../org/apache/camel/component/sjms/sjms.json  |  1 +
 .../org/apache/camel/component/sjms/SjmsComponent.java | 14 ++
 .../org/apache/camel/component/sjms2/sjms2.json|  1 +
 .../component/dsl/Sjms2ComponentBuilderFactory.java| 18 ++
 .../component/dsl/SjmsComponentBuilderFactory.java | 18 ++
 8 files changed, 60 insertions(+)



[camel] branch regen_bot updated (3388c348f52 -> b9c0543d884)

2022-06-15 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 3388c348f52 Regen for commit cbfc5655dcb7c8b0fde146910d07540fff257844
 add 70b0c7ff88e Remove camel-uberjar-main as its no longer needed.
 add b9c0543d884 Regen for commit 70b0c7ff88e14997030e6e03913a2198b33b9d3b

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   (3388c348f52)
\
 N -- N -- N   refs/heads/regen_bot (b9c0543d884)

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-jbang-core/src/main/resources/templates/manifest.tmpl| 7 ---
 1 file changed, 7 deletions(-)
 delete mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl



[camel] branch regen_bot updated (f3f4e1a90c7 -> 3388c348f52)

2022-06-15 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 f3f4e1a90c7 Regen for commit 1fa758c1cf37209c06560dbd9734cca29a53c689
 add cbfc5655dcb Remove camel-uberjar-main as its no longer needed.
 add 3388c348f52 Regen for commit cbfc5655dcb7c8b0fde146910d07540fff257844

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   (f3f4e1a90c7)
\
 N -- N -- N   refs/heads/regen_bot (3388c348f52)

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:
 bom/camel-bom/pom.xml  |   5 -
 .../org/apache/camel/catalog/others.properties |   1 -
 .../apache/camel/catalog/others/uberjar-main.json  |  15 ---
 docs/components/modules/others/nav.adoc|   1 -
 .../modules/others/pages/uberjar-main.adoc |   1 -
 dsl/camel-uberjar-main/pom.xml |  83 
 .../services/org/apache/camel/other.properties |   7 -
 .../src/generated/resources/uberjar-main.json  |  15 ---
 .../src/main/docs/uberjar-main.adoc|  13 --
 .../org/apache/camel/main/uberjar/RuntimeUtil.java |  64 -
 .../org/apache/camel/main/uberjar/UberJarMain.java | 146 -
 dsl/pom.xml|   1 -
 parent/pom.xml |   5 -
 13 files changed, 357 deletions(-)
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
 delete mode 12 docs/components/modules/others/pages/uberjar-main.adoc
 delete mode 100644 dsl/camel-uberjar-main/pom.xml
 delete mode 100644 
dsl/camel-uberjar-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 delete mode 100644 
dsl/camel-uberjar-main/src/generated/resources/uberjar-main.json
 delete mode 100644 dsl/camel-uberjar-main/src/main/docs/uberjar-main.adoc
 delete mode 100644 
dsl/camel-uberjar-main/src/main/java/org/apache/camel/main/uberjar/RuntimeUtil.java
 delete mode 100644 
dsl/camel-uberjar-main/src/main/java/org/apache/camel/main/uberjar/UberJarMain.java



[camel] branch regen_bot updated (5914f336135 -> f3f4e1a90c7)

2022-06-15 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 5914f336135 Regen for commit 6bd169bb47619867066e5d12cb9905aad05bedf9
 add 1fa758c1cf3 Remove group azure as its not from azure
 add f3f4e1a90c7 Regen for commit 1fa758c1cf37209c06560dbd9734cca29a53c689

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   (5914f336135)
\
 N -- N -- N   refs/heads/regen_bot (f3f4e1a90c7)

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-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc  | 1 -
 docs/components/modules/ROOT/nav.adoc   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)



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

2022-06-15 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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 created (now 6cf6c061a69)

2022-06-15 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


  at 6cf6c061a69 Regen

No new revisions were added by this update.



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

2022-06-15 Thread GitBox


oscerd merged PR #7800:
URL: https://github.com/apache/camel/pull/7800


-- 
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 (a857ebe0294 -> 5914f336135)

2022-06-15 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 a857ebe0294 Regen for commit e728bc645e19253401cd4a0aa734570f1d33ddd6
 add 6bd169bb476 Fixed CS
 add 5914f336135 Regen for commit 6bd169bb47619867066e5d12cb9905aad05bedf9

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   (a857ebe0294)
\
 N -- N -- N   refs/heads/regen_bot (5914f336135)

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:
 .../vault/integration/operations/HashicorpVaultBase.java | 16 
 1 file changed, 16 insertions(+)



[camel] branch regen_bot updated (9518a1bd93b -> a857ebe0294)

2022-06-15 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 9518a1bd93b Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac 
(#7796)
 add e728bc645e1 Camel 18170 - Renaming keyResource to serviceAccountKey  
to camel-google-calendar (#7799)
 add a857ebe0294 Regen for commit e728bc645e19253401cd4a0aa734570f1d33ddd6

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/google-calendar-stream.json |  4 +--
 .../camel/catalog/components/google-calendar.json  |  4 +--
 ...CalendarAclEndpointConfigurationConfigurer.java | 14 -
 ...alendarListEndpointConfigurationConfigurer.java | 14 -
 ...arCalendarsEndpointConfigurationConfigurer.java | 14 -
 ...darChannelsEndpointConfigurationConfigurer.java | 14 -
 ...endarColorsEndpointConfigurationConfigurer.java | 14 -
 ...endarEventsEndpointConfigurationConfigurer.java | 14 -
 ...darFreebusyEndpointConfigurationConfigurer.java | 14 -
 ...darSettingsEndpointConfigurationConfigurer.java | 14 -
 .../GoogleCalendarComponentConfigurer.java | 14 -
 .../GoogleCalendarConfigurationConfigurer.java | 14 -
 .../calendar/GoogleCalendarEndpointConfigurer.java | 14 -
 .../calendar/GoogleCalendarEndpointUriFactory.java |  2 +-
 .../GoogleCalendarStreamComponentConfigurer.java   | 12 
 .../GoogleCalendarStreamEndpointConfigurer.java| 12 
 .../GoogleCalendarStreamEndpointUriFactory.java|  2 +-
 .../component/google/calendar/google-calendar.json |  4 +--
 .../calendar/stream/google-calendar-stream.json|  4 +--
 .../calendar/BatchGoogleCalendarClientFactory.java | 12 
 .../calendar/GoogleCalendarClientFactory.java  |  3 +-
 .../google/calendar/GoogleCalendarComponent.java   |  4 +--
 .../calendar/GoogleCalendarConfiguration.java  | 17 +--
 .../stream/GoogleCalendarStreamComponent.java  |  4 +--
 .../stream/GoogleCalendarStreamConfiguration.java  | 17 +--
 .../AbstractGoogleCalendarTestSupport.java |  2 +-
 .../src/test/resources/test-options.properties |  2 +-
 .../dsl/GoogleCalendarComponentBuilderFactory.java | 33 +++---
 ...oogleCalendarStreamComponentBuilderFactory.java | 33 +++---
 29 files changed, 166 insertions(+), 159 deletions(-)



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

2022-06-15 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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



[GitHub] [camel-k] chorton-coastal closed issue #3348: Kamel install error

2022-06-15 Thread GitBox


chorton-coastal closed issue #3348: Kamel install error
URL: https://github.com/apache/camel-k/issues/3348


-- 
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] chorton-coastal commented on issue #3348: Kamel install error

2022-06-15 Thread GitBox


chorton-coastal commented on issue #3348:
URL: https://github.com/apache/camel-k/issues/3348#issuecomment-1156884244

   Adding the environment variable didn't help. I was able to get it working 
using the hyperv driver instead of docker.
   
   ```
   minikube start --driver hyperv
   ```


-- 
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 (c792241f96f -> 9518a1bd93b)

2022-06-15 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 c792241f96f Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac
 add 9518a1bd93b Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac 
(#7796)

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   (c792241f96f)
\
 N -- N -- N   refs/heads/regen_bot (9518a1bd93b)

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

2022-06-15 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 6cf6c061a69 Regen
6cf6c061a69 is described below

commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:50:16 2022 +0200

Regen
---
 .../catalog/components/google-calendar-stream.json |  4 +-
 .../camel/catalog/components/google-calendar.json  |  4 +-
 .../org/apache/camel/catalog/components/sjms.json  |  1 +
 .../org/apache/camel/catalog/components/sjms2.json |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 19 ++---
 .../component/sjms/SjmsComponentConfigurer.java|  6 ++
 .../org/apache/camel/component/sjms/sjms.json  |  1 +
 .../org/apache/camel/component/sjms2/sjms2.json|  1 +
 .../dsl/GoogleCalendarComponentBuilderFactory.java | 33 
 ...oogleCalendarStreamComponentBuilderFactory.java | 33 
 .../dsl/Sjms2ComponentBuilderFactory.java  | 18 +
 .../component/dsl/SjmsComponentBuilderFactory.java | 18 +
 .../dsl/GoogleCalendarEndpointBuilderFactory.java  | 92 +++---
 ...GoogleCalendarStreamEndpointBuilderFactory.java | 31 
 14 files changed, 154 insertions(+), 108 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
index ffa43465484..df5901a5fc7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
@@ -39,9 +39,9 @@
 "accessToken": { "kind": "property", "displayName": "Access Token", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "OAuth 2 access token. 
This typically expires after an hour so refreshToken is recommende [...]
 "clientSecret": { "kind": "property", "displayName": "Client Secret", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "Client secret of the 
calendar application" },
 "emailAddress": { "kind": "property", "displayName": "Email Address", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "The emailAddress of the 
Google Service Account." },
-"keyResource": { "kind": "property", "displayName": "Key Resource", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "Sets .json file with 
credentials for Service account" },
 "p12FileName": { "kind": "property", "displayName": "P12 File Name", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "The name of the p12 
file which has the private key to use with the Google Service Account." },
 "refreshToken": { "kind": "property", "displayName": "Refresh Token", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "OAuth 2 refresh token. 
Using this, the Google Calendar component can obtain a new acce [...]
+"serviceAccountKey": { "kind": "property", "displayName": "Service Account 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": 

[camel] branch main updated: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent (#7792)

2022-06-15 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 bd2ed599c3a [CAMEL-18195] Add setExceptionListener(...) to 
SjmsComponent (#7792)
bd2ed599c3a is described below

commit bd2ed599c3a2095ef2f9bf2eb875a62a783d60e9
Author: Lance 
AuthorDate: Wed Jun 15 20:46:53 2022 +0100

[CAMEL-18195] Add setExceptionListener(...) to SjmsComponent (#7792)

* [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

* [CAMEL-18195] @Metadata label fix for exceptionListener
---
 .../org/apache/camel/component/sjms/SjmsComponent.java | 14 ++
 1 file changed, 14 insertions(+)

diff --git 
a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
 
b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
index c5b32b99770..4f5326d0ef7 100644
--- 
a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
+++ 
b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
@@ -20,6 +20,7 @@ import java.util.Map;
 import java.util.concurrent.ExecutorService;
 
 import javax.jms.ConnectionFactory;
+import javax.jms.ExceptionListener;
 
 import org.apache.camel.CamelException;
 import org.apache.camel.Endpoint;
@@ -71,6 +72,10 @@ public class SjmsComponent extends 
HeaderFilterStrategyComponent {
   description = "Specifies the maximum number of concurrent 
consumers for continue routing when timeout occurred when using request/reply 
over JMS.")
 private int replyToOnTimeoutMaxConcurrentConsumers = 1;
 
+@Metadata(label = "advanced",
+description = "Specifies the JMS Exception Listener that is to be 
notified of any underlying JMS exceptions.")
+private ExceptionListener exceptionListener;
+
 public SjmsComponent() {
 }
 
@@ -87,6 +92,7 @@ public class SjmsComponent extends 
HeaderFilterStrategyComponent {
 endpoint.setRecoveryInterval(recoveryInterval);
 endpoint.setMessageCreatedStrategy(messageCreatedStrategy);
 endpoint.setClientId(clientId);
+endpoint.setExceptionListener(exceptionListener);
 if (getHeaderFilterStrategy() != null) {
 endpoint.setHeaderFilterStrategy(getHeaderFilterStrategy());
 }
@@ -146,6 +152,14 @@ public class SjmsComponent extends 
HeaderFilterStrategyComponent {
 return connectionFactory;
 }
 
+public void setExceptionListener(ExceptionListener exceptionListener) {
+this.exceptionListener = exceptionListener;
+}
+
+public ExceptionListener getExceptionListener() {
+return exceptionListener;
+}
+
 public void setJmsKeyFormatStrategy(JmsKeyFormatStrategy 
jmsKeyFormatStrategy) {
 this.jmsKeyFormatStrategy = jmsKeyFormatStrategy;
 }



[GitHub] [camel] davsclaus merged pull request #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

2022-06-15 Thread GitBox


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


-- 
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: Remove camel-uberjar-main as its no longer needed.

2022-06-15 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 70b0c7ff88e Remove camel-uberjar-main as its no longer needed.
70b0c7ff88e is described below

commit 70b0c7ff88e14997030e6e03913a2198b33b9d3b
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:46:23 2022 +0200

Remove camel-uberjar-main as its no longer needed.
---
 .../camel-jbang-core/src/main/resources/templates/manifest.tmpl| 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl
deleted file mode 100644
index 94ea21eb9cb..000
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Implementation-Title: Camel :: Camel Uber-JAR Runner
-Implementation-Vendor: The Apache Software Foundation
-Implementation-Version: {{ .Version }}
-Main-Class: com.needhamsoftware.unojar.Boot
-One-Jar-Main-Class: org.apache.camel.main.uberjar.UberJarMain
-Uno-Jar-Main-Class: org.apache.camel.main.uberjar.UberJarMain
\ No newline at end of file



[camel-website] branch regen_bot updated (4ce7c1cc -> 92eeca35)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from 4ce7c1cc Top 10 image for blog
 add 92eeca35 Fix links in latest blog

No new revisions were added by this update.

Summary of changes:
 .../blog/2022/06/camel3x-top10-features/index.md   | 30 --
 1 file changed, 11 insertions(+), 19 deletions(-)



[camel-spring-boot] branch main updated: Remove camel-uberjar-main as its no longer needed.

2022-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new c7f71a473db Remove camel-uberjar-main as its no longer needed.
c7f71a473db is described below

commit c7f71a473dba8442f2089088f183991fedb230b0
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:45:16 2022 +0200

Remove camel-uberjar-main as its no longer needed.
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index d9c4406b066..a84a3fb8928 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3969,11 +3969,6 @@
 camel-twitter
 3.18.0-SNAPSHOT
   
-  
-org.apache.camel
-camel-uberjar-main
-3.18.0-SNAPSHOT
-  
   
 org.apache.camel
 camel-undertow



[camel] branch main updated: Remove camel-uberjar-main as its no longer needed.

2022-06-15 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 cbfc5655dcb Remove camel-uberjar-main as its no longer needed.
cbfc5655dcb is described below

commit cbfc5655dcb7c8b0fde146910d07540fff257844
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:44:14 2022 +0200

Remove camel-uberjar-main as its no longer needed.
---
 bom/camel-bom/pom.xml  |   5 -
 .../org/apache/camel/catalog/others.properties |   1 -
 .../apache/camel/catalog/others/uberjar-main.json  |  15 ---
 docs/components/modules/others/nav.adoc|   1 -
 dsl/camel-uberjar-main/pom.xml |  83 
 .../services/org/apache/camel/other.properties |   7 -
 .../src/generated/resources/uberjar-main.json  |  15 ---
 .../src/main/docs/uberjar-main.adoc|  13 --
 .../org/apache/camel/main/uberjar/RuntimeUtil.java |  64 -
 .../org/apache/camel/main/uberjar/UberJarMain.java | 146 -
 dsl/pom.xml|   1 -
 parent/pom.xml |   5 -
 12 files changed, 356 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 33f51b48f56..1935e31f6bf 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2048,11 +2048,6 @@
 camel-twitter
 ${project.version}
   
-  
-org.apache.camel
-camel-uberjar-main
-${project.version}
-  
   
 org.apache.camel
 camel-undertow
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index f6df51c849f..6f96ca78b03 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -56,7 +56,6 @@ test-spring
 test-spring-junit5
 threadpoolfactory-vertx
 tracing
-uberjar-main
 undertow-spring-security
 xml-io-dsl
 xml-jaxb-dsl
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
deleted file mode 100644
index ecf54c05101..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "uberjar-main",
-"title": "Uberjar Main",
-"description": "Main to run Camel as Uber-Jar standalone",
-"deprecated": false,
-"firstVersion": "3.17.0",
-"label": "jbang",
-"supportLevel": "Experimental",
-"groupId": "org.apache.camel",
-"artifactId": "camel-uberjar-main",
-"version": "3.18.0-SNAPSHOT"
-  }
-}
diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index e17893afe54..a08b9c66c90 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -21,7 +21,6 @@
 *** xref:java-xml-jaxb-dsl.adoc[Jaxb XML Dsl]
 *** xref:kamelet-main.adoc[Kamelet Main]
 *** xref:kotlin-dsl.adoc[Kotlin DSL]
-*** xref:uberjar-main.adoc[Uberjar Main]
 *** xref:java-xml-io-dsl.adoc[XML Io Dsl]
 *** xref:yaml-dsl.adoc[YAML DSL]
 ** xref:elytron.adoc[Elytron]
diff --git a/dsl/camel-uberjar-main/pom.xml b/dsl/camel-uberjar-main/pom.xml
deleted file mode 100644
index e1d95288c2c..000
--- a/dsl/camel-uberjar-main/pom.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-4.0.0
-
-
-org.apache.camel
-dsl
-3.18.0-SNAPSHOT
-
-
-camel-uberjar-main
-jar
-
-Camel :: Uber-JAR Main
-Main to run Camel as Uber-Jar standalone
-
-
-3.17.0
-Experimental
-jbang
-
-
-
-
-org.apache.camel
-camel-kamelet-main
-
-
-org.apache.logging.log4j
-log4j-core
-
-
-
-
-
-
-
-org.apache.maven.plugins
-maven-jar-plugin
-
-
-
-
org.apache.camel.main.uberjar.UberJarMain
-
-
-
-
-
-
-org.apache.camel
-camel-package-maven-plugin
-
-
-generate
-
- 

[camel] branch main updated: Remove group azure as its not from azure

2022-06-15 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 1fa758c1cf3 Remove group azure as its not from azure
1fa758c1cf3 is described below

commit 1fa758c1cf37209c06560dbd9734cca29a53c689
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:42:18 2022 +0200

Remove group azure as its not from azure
---
 .../camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc 
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
index 8f047d4dd48..754b728d90c 100644
--- 
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
+++ 
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
@@ -7,7 +7,6 @@
 :supportlevel: Preview
 :component-header: Only producer is supported
 //Manually maintained attributes
-:group: Azure
 :camel-spring-boot-name: hashicorp-vault
 
 *Since Camel {since}*



[camel] branch main updated: Fixed CS

2022-06-15 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 6bd169bb476 Fixed CS
6bd169bb476 is described below

commit 6bd169bb47619867066e5d12cb9905aad05bedf9
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:41:16 2022 +0200

Fixed CS
---
 .../vault/integration/operations/HashicorpVaultBase.java | 16 
 1 file changed, 16 insertions(+)

diff --git 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpVaultBase.java
 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpVaultBase.java
index 534ca869b7d..908bbc51ee9 100644
--- 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpVaultBase.java
+++ 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpVaultBase.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.camel.component.hashicorp.vault.integration.operations;
 
 import org.apache.camel.CamelContext;



[camel-website] branch main updated: Fix links in latest blog

2022-06-15 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 92eeca35 Fix links in latest blog
92eeca35 is described below

commit 92eeca35d21919bc6559c00c9b6d24819e643c75
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:30:15 2022 +0200

Fix links in latest blog
---
 .../blog/2022/06/camel3x-top10-features/index.md   | 30 --
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/content/blog/2022/06/camel3x-top10-features/index.md 
b/content/blog/2022/06/camel3x-top10-features/index.md
index 09ce2839..718ecef7 100644
--- a/content/blog/2022/06/camel3x-top10-features/index.md
+++ b/content/blog/2022/06/camel3x-top10-features/index.md
@@ -1,6 +1,6 @@
 ---
 title: "Top 10 features of Camel 3.x"
-date: 2022-06-15
+date: 2022-06-16
 authors: ["assimbly"]
 categories: ["Camel"]
 preview: "Top 10 features of Camel 3.x"
@@ -28,15 +28,13 @@ Camel main was introduced in Camel 3 to provide means to 
run Camel standalone wi
 
 https://kameleon.dev
 
-## 3. Camel CLI (JBang)
+## 3. Camel CLI (JBang)
 
 Another option, to make it easier to run Camel, is support for the command 
line. JBang provides an environment to compile, resolve dependencies and see 
direct results on the command line:
 
 https://www.jbang.dev/try/
 
-Camel on JBang is now supported through a JBang extension:
-
-https://camel.apache.org/manual/camel-jbang.html
+[Camel on JBang](/manual/camel-jbang.html) is now supported through a JBang 
extension:
 
 After installing the Camel extension in JBang you can run routes (whether they 
are written in Java DSL, XML DSL or YAML DSL). You can even mix them like this:
 
@@ -50,7 +48,7 @@ Camel JBang is particularly there to run routes. Designing 
routes is possible th
 
 https://github.com/apache/camel-karavan
 
-##  5. Camel DSL
+##  5. Camel DSL
 
 Some benefits of Camel K have being ported into Camel 3. Now it's possible to 
create routes in various languages like:
 
@@ -147,30 +145,24 @@ from("direct:setMyBody")
 
 The last example, a Kamelet, makes it possible to call a template as a normal 
Camel endpoint. Note there is a whole catalog with almost 200 predefined 
templates (aka Kamelets) available:
 
-https://camel.apache.org/camel-kamelets/0.8.x/index.html
-
 These Kamelets are about a certain use case, instead of components which are 
more about a certain protocol or technology.
 
-##  7. Route Load and Reload
+##  7. Route Load and Reload
 
-The routesloader enable to load or update Camel routes from various resources. 
These routes can be written in for example the XML DSL or the YAML DSL and load 
from file, classpath, string or URL. When the routes are loaded from a 
directory, the routes can also 
[reload](https://camel.apache.org/manual/route-reload.html) when a file changes.
+The routesloader enable to load or update Camel routes from various resources. 
These routes can be written in for example the XML DSL or the YAML DSL and load 
from file, classpath, string or URL. When the routes are loaded from a 
directory, the routes can also [reload](/manual/route-reload.html) when a file 
changes.
 
 ## 8. Route Configuration
 
-Camel 3.12 introduced route configuration, which is used for separating 
configurations from the routes. This can be used in situations such as 
configuring different error handlers across a set of routes. In previous 
versions of Camel, this somewhat cumbersome to do, as you would either have to 
copy the same configuration to a set of routes or rely on a global error 
handling configuration.
+Camel 3.12 introduced [route configuration](/manual/route-configuration.html), 
which is used for separating configurations from the routes. This can be used 
in situations such as configuring different error handlers across a set of 
routes. In previous versions of Camel, this somewhat cumbersome to do, as you 
would either have to copy the same configuration to a set of routes or rely on 
a global error handling configuration.
 Now you can configure a number of route configurations, and then specify on 
each route which configuration to use (you can use match by IDs, wildcards, and 
regular expression).
 
-https://camel.apache.org/manual/route-configuration.html
-
-## 9. Running Java
-
-In Camel 2 it was possible to run JavaScript code from a Camel route. With 
Camel supporting Java 11 (and now also 17) this is unfortunately no longer 
possible as the JavaScript engine (Nashorn) was deprecated since Java 9 (and 
removed altogether from Java since version 15). 
+## 9. Running Java
 
-The good news it's now possible to run Java code (with some limitations) 
through the jOOR language:
+In Camel 2 it was possible to run JavaScript code from a Camel route. With 
Camel supporting Java 11 (and now also 17) this is unfortunately no longer 
possible as the JavaScript 

[camel-k-runtime] branch main updated (184c73d1 -> 591261c5)

2022-06-15 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

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


from 184c73d1 Updated CHANGELOG.md
 add 591261c5 build(deps): bump maven-common-artifact-filters from 3.2.0 to 
3.3.0

No new revisions were added by this update.

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



[GitHub] [camel-k-runtime] lburgazzoli merged pull request #834: build(deps): bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-06-15 Thread GitBox


lburgazzoli merged PR #834:
URL: https://github.com/apache/camel-k-runtime/pull/834


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

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

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



[GitHub] [camel] davsclaus commented on pull request #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


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

   Can you update the 3.18 upgrade doc if you have not done already


-- 
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 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar (#7799)

2022-06-15 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 e728bc645e1 Camel 18170 - Renaming keyResource to serviceAccountKey  
to camel-google-calendar (#7799)
e728bc645e1 is described below

commit e728bc645e19253401cd4a0aa734570f1d33ddd6
Author: Rhuan Rocha 
AuthorDate: Wed Jun 15 16:20:40 2022 -0300

Camel 18170 - Renaming keyResource to serviceAccountKey  to 
camel-google-calendar (#7799)

* CAMEL-18170 - Renaming keyResource to serviceAccountKey

Signed-off-by: Rhuan Rocha 

* CAMEL-18170 - Renaming keyResource to serviceAccountKey

Signed-off-by: Rhuan Rocha 
---
 .../CalendarAclEndpointConfigurationConfigurer.java | 14 +++---
 ...ndarCalendarListEndpointConfigurationConfigurer.java | 14 +++---
 ...alendarCalendarsEndpointConfigurationConfigurer.java | 14 +++---
 ...CalendarChannelsEndpointConfigurationConfigurer.java | 14 +++---
 .../CalendarColorsEndpointConfigurationConfigurer.java  | 14 +++---
 .../CalendarEventsEndpointConfigurationConfigurer.java  | 14 +++---
 ...CalendarFreebusyEndpointConfigurationConfigurer.java | 14 +++---
 ...CalendarSettingsEndpointConfigurationConfigurer.java | 14 +++---
 .../calendar/GoogleCalendarComponentConfigurer.java | 14 +++---
 .../calendar/GoogleCalendarConfigurationConfigurer.java | 14 +++---
 .../calendar/GoogleCalendarEndpointConfigurer.java  | 14 +++---
 .../calendar/GoogleCalendarEndpointUriFactory.java  |  2 +-
 .../stream/GoogleCalendarStreamComponentConfigurer.java | 12 ++--
 .../stream/GoogleCalendarStreamEndpointConfigurer.java  | 12 ++--
 .../stream/GoogleCalendarStreamEndpointUriFactory.java  |  2 +-
 .../component/google/calendar/google-calendar.json  |  4 ++--
 .../google/calendar/stream/google-calendar-stream.json  |  4 ++--
 .../calendar/BatchGoogleCalendarClientFactory.java  | 12 +++-
 .../google/calendar/GoogleCalendarClientFactory.java|  3 ++-
 .../google/calendar/GoogleCalendarComponent.java|  4 ++--
 .../google/calendar/GoogleCalendarConfiguration.java| 17 +
 .../calendar/stream/GoogleCalendarStreamComponent.java  |  4 ++--
 .../stream/GoogleCalendarStreamConfiguration.java   | 17 +
 .../calendar/AbstractGoogleCalendarTestSupport.java |  2 +-
 .../src/test/resources/test-options.properties  |  2 +-
 25 files changed, 128 insertions(+), 123 deletions(-)

diff --git 
a/components/camel-google/camel-google-calendar/src/generated/java/org/apache/camel/component/google/calendar/CalendarAclEndpointConfigurationConfigurer.java
 
b/components/camel-google/camel-google-calendar/src/generated/java/org/apache/camel/component/google/calendar/CalendarAclEndpointConfigurationConfigurer.java
index 5163eccceb8..e09148165f3 100644
--- 
a/components/camel-google/camel-google-calendar/src/generated/java/org/apache/camel/component/google/calendar/CalendarAclEndpointConfigurationConfigurer.java
+++ 
b/components/camel-google/camel-google-calendar/src/generated/java/org/apache/camel/component/google/calendar/CalendarAclEndpointConfigurationConfigurer.java
@@ -30,12 +30,12 @@ public class CalendarAclEndpointConfigurationConfigurer 
extends org.apache.camel
 map.put("ContentChannel", 
com.google.api.services.calendar.model.Channel.class);
 map.put("Delegate", java.lang.String.class);
 map.put("EmailAddress", java.lang.String.class);
-map.put("KeyResource", java.lang.String.class);
 map.put("MethodName", java.lang.String.class);
 map.put("P12FileName", java.lang.String.class);
 map.put("RefreshToken", java.lang.String.class);
 map.put("RuleId", java.lang.String.class);
 map.put("Scopes", java.util.List.class);
+map.put("ServiceAccountKey", java.lang.String.class);
 map.put("User", java.lang.String.class);
 ALL_OPTIONS = map;
 }
@@ -64,8 +64,6 @@ public class CalendarAclEndpointConfigurationConfigurer 
extends org.apache.camel
 case "Delegate": target.setDelegate(property(camelContext, 
java.lang.String.class, value)); return true;
 case "emailaddress":
 case "EmailAddress": target.setEmailAddress(property(camelContext, 
java.lang.String.class, value)); return true;
-case "keyresource":
-case "KeyResource": target.setKeyResource(property(camelContext, 
java.lang.String.class, value)); return true;
 case "methodname":
 case "MethodName": target.setMethodName(property(camelContext, 
java.lang.String.class, value)); return true;
 case "p12filename":
@@ -76,6 +74,8 @@ public class CalendarAclEndpointConfigurationConfigurer 
extends org.apache.camel
 case "RuleId": 

[GitHub] [camel] davsclaus merged pull request #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


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


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

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

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



[camel] branch main updated: Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac (#7796)

2022-06-15 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 9518a1bd93b Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac 
(#7796)
9518a1bd93b is described below

commit 9518a1bd93b77e140629991d2f24edd9ceec0a45
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 15 21:19:31 2022 +0200

Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac (#7796)

Signed-off-by: GitHub 

Co-authored-by: orpiske 
---
 .../apache/camel/catalog/components/hashicorp-vault.json  |  2 +-
 .../component/hashicorp/vault/HashicorpVaultProducer.java |  2 +-
 .../operations/HashicorpProducerCreateSecretIT.java   |  8 
 .../operations/HashicorpProducerCreateSecretPOJOIT.java   | 12 ++--
 .../operations/HashicorpProducerDeleteSecretIT.java   | 15 ++-
 5 files changed, 18 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hashicorp-vault.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hashicorp-vault.json
index c622121c0ec..f86f89f016a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hashicorp-vault.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hashicorp-vault.json
@@ -33,7 +33,7 @@
 "secretsEngine": { "kind": "path", "displayName": "Secrets Engine", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description": "Vault Name to be used" },
 "host": { "kind": "parameter", "displayName": "Host", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description": "Hashicorp Vault instance 
host to be used" },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
-"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultOperation", "enum": [ 
"createSecret", "getSecret" ], "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description": "Operation to  [...]
+"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultOperation", "enum": [ 
"createSecret", "getSecret", "deleteSecret" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description" [...]
 "port": { "kind": "parameter", "displayName": "Port", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "8200", "configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description": "Hashicorp Vault instance 
port to be used" },
 "scheme": { "kind": "parameter", "displayName": "Scheme", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "https", "configurationClass": 
"org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration", 
"configurationField": "configuration", "description": "Hashicorp Vault instance 
scheme to be used" },
 "secretPath": { "kind": "parameter", "displayName": "Secret Path", 
"group": "producer", "label": "", "required": false, "type": "string", 

[GitHub] [camel] davsclaus merged pull request #7796: Generated sources regen

2022-06-15 Thread GitBox


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


-- 
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-runtime] branch dependabot/maven/org.apache.maven.shared-maven-common-artifact-filters-3.3.0 created (now 33edea78)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.shared-maven-common-artifact-filters-3.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at 33edea78 build(deps): bump maven-common-artifact-filters from 3.2.0 to 
3.3.0

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #834: build(deps): bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-06-15 Thread GitBox


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

   Bumps 
[maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters)
 from 3.2.0 to 3.3.0.
   
   Commits
   
   https://github.com/apache/maven-common-artifact-filters/commit/ae01a994907a39e7391e2f431bca3c5314890bdd;>ae01a99
 [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.0
   https://github.com/apache/maven-common-artifact-filters/commit/0c6674fae7cf110c4a12d0f0f80e93d61f0be391;>0c6674f
 [MSHARED-1077] Bugfix for classifier in pattern (https://github-redirect.dependabot.com/apache/maven-common-artifact-filters/issues/26;>#26)
   https://github.com/apache/maven-common-artifact-filters/commit/72981e4288c4c314e7d78061bd6220141ef1d9ba;>72981e4
 [MSHARED-1078] Update parent POM and drop maven-shared-utils (https://github-redirect.dependabot.com/apache/maven-common-artifact-filters/issues/27;>#27)
   https://github.com/apache/maven-common-artifact-filters/commit/6ba230d1de6b05b4827db9bdcb4113f5d6832277;>6ba230d
 Shared GitHub actions v2
   https://github.com/apache/maven-common-artifact-filters/commit/26796743072eaba1e7e928f3b158cb8b1bbdb000;>2679674
 [MSHARED-1017] null passed to DependencyFilter in 
EclipseAetherFilterTransfor...
   https://github.com/apache/maven-common-artifact-filters/commit/6236b1b42647b674a5e97f44b35fc2964c132262;>6236b1b
 (doc) use shared worflow for gha
   https://github.com/apache/maven-common-artifact-filters/commit/0569dc9386958477116afb5db28469be94538350;>0569dc9
 update CI url
   https://github.com/apache/maven-common-artifact-filters/commit/36e992b580dfdff8ee2c23d1196c77b074c6888f;>36e992b
 Dependency scopes cleanup
   https://github.com/apache/maven-common-artifact-filters/commit/54e333058d75a4792ede57635e2abc128e113b1a;>54e3330
 Update resolver to latest Java7 version.
   https://github.com/apache/maven-common-artifact-filters/commit/7c83ef433c29c7360edba9df11061b4bf5b833a5;>7c83ef4
 [MSHARED-988] Remove CP duplicates
   Additional commits viewable in https://github.com/apache/maven-common-artifact-filters/compare/maven-common-artifact-filters-3.2.0...maven-common-artifact-filters-3.3.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.shared:maven-common-artifact-filters=maven=3.2.0=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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



[GitHub] [camel] rhuan080 commented on pull request #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


rhuan080 commented on PR #7799:
URL: https://github.com/apache/camel/pull/7799#issuecomment-1156722269

   I`m not sure why the checkstyle broke. In my local, it is not breaking. 


-- 
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] github-actions[bot] commented on pull request #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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] github-actions[bot] commented on pull request #7797: Relatively minor cleanups

2022-06-15 Thread GitBox


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

   :x: Finished component verification: **2 component(s) test failed** out of 5 
component(s) tested


-- 
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] github-actions[bot] commented on pull request #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


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

   :warning: This PR changes Camel components and will be tested automatically.


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

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

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



[camel-k] branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.57.0 created (now b1dea6423)

2022-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.57.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at b1dea6423 chore(deps): bump 
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring

No new revisions were added by this update.



[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3362: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.50.0 to 0.57.0

2022-06-15 Thread GitBox


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

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.50.0 to 0.57.0.
   
   Release notes
   Sourced from https://github.com/prometheus-operator/prometheus-operator/releases;>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 releases.
   
   0.57.0 / 2022-06-02
   The main change introduced by this release is a new v1beta1 API version 
for the AlertmanagerConfig CRD.
   Changes compared to the v1alpha1 API:
   
   Renamed spec.muteTimeIntervals field to to 
spec.timeIntervals.
   Removed regex field from the Matcher type.
   Replaced all v1.SecretKeySelector types by the 
SecretKeySelector type
   
   Removed optional field.
   name and key fields are required.
   
   
   
   As a pre-requisite, you need to deploy the admission webhook and 
configure the conversion webhook in the AlertmanagerConfig CRD object so that 
users can use both v1alpha1 and v1beta1 versions at the same time. There are 
more details in Documentation/user-guides/webhook.md about the 
webhook configuration.
   Because of the conversion webhook requirement, the new version is an 
opt-in feature: the bundle.yaml file and the manifests from
   example/prometheus-operator-crd don't deploy the new API 
version (the manifests to enable the v1beta1 version are under the 
example/prometheus-operator-crd-full directory). We will wait 
until v0.59.0 (at least) before enabling the new API version by default.
   
   [CHANGE] Added validations at the API level for the time-based fields of 
the ThanosRuler CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4815;>#4815
   [CHANGE] Added validations at the API level for the OpsGenie's 
responders field of the AlertmanagerConfig CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4725;>#4725
   [FEATURE] Added v1beta1 version for AlertmanagerConfig CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4709;>#4709
   [FEATURE] Added support for Telegram receiver in the AlertmanagerConfig 
CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726;>#4726
   [FEATURE] Added updateAlerts field to the OpsGenie 
configuration of the AlertmanagerConfig CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4726;>#4726
   [FEATURE] Added hostAliases field to the the Alertmanager, 
Prometheus and ThanosRuler CRDs. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4787;>#4787
   [ENHANCEMENT] Added configuration option in the jsonnet mixins to 
specify the aggregation labels. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4814;>#4814
   [ENHANCEMENT] Added attachMetadata field to the PodMonitor 
CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4792;>#4792
   [BUGFIX] Fixed the curl command for exec probes when 
listenLocal is set to true in the Prometheus object. It avoids 
temporary service outage due to long WAL replays. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4804;>#4804
   
   0.56.3 / 2022-05-23
   
   [BUGFIX] Fixed errors for Alertmanager configurations using the new 
entity, actions and 
opsgenie_api_key_file fields. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4797;>#4797
   [BUGFIX] Fixed high CPU usage by reducing the number of number of 
reconciliations on Prometheus objects. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4798;>#4798
 https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4806;>#4806
   
   0.56.2 / 2022-05-09
   
   [BUGFIX] Fix StatefulSet spec's generation to be determistic when 
spec.containers is not empty. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4772;>#4772
   
   0.56.1 / 2022-05-03
   
   [BUGFIX] Avoid unnecessary updates of the Prometheus StatefulSet object. 
https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4762;>#4762
   
   0.56.0 / 2022-04-20
   
   [CHANGE] Added validation at the API level for size-based fields of the 
Prometheus CRD. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4661;>#4661
   [CHANGE] Added validation at the API level for log level and format 
fields of the Alertmanager, Prometheus and ThanosRuler CRDs. https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4638;>#4638
   [CHANGE] Added validation at the API level for duration and time-based 
fields of the Prometheus CRD. 

[GitHub] [camel] rhuan080 opened a new pull request, #7799: Camel 18170 - Renaming keyResource to serviceAccountKey to camel-google-calendar

2022-06-15 Thread GitBox


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

   
   - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/main/CONTRIBUTING.md
   
   


-- 
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 (4eb1237bf -> 13b78d2ea)

2022-06-15 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository.

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


from 4eb1237bf chore(deps): bump github.com/stretchr/testify from 1.7.1 to 
1.7.2
 add 13b78d2ea chore(deps): bump github.com/container-tools/spectrum

No new revisions were added by this update.

Summary of changes:
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[GitHub] [camel-k] astefanutti merged pull request #3360: chore(deps): bump github.com/container-tools/spectrum from 0.3.8 to 0.3.9

2022-06-15 Thread GitBox


astefanutti merged PR #3360:
URL: https://github.com/apache/camel-k/pull/3360


-- 
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] github-actions[bot] commented on pull request #7798: (chores) removed unused method parameters

2022-06-15 Thread GitBox


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

   :warning: This PR changes Camel components and will be tested automatically.


-- 
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] orpiske opened a new pull request, #7798: (chores) removed unused method parameters

2022-06-15 Thread GitBox


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

   


-- 
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] github-actions[bot] commented on pull request #7797: Relatively minor cleanups

2022-06-15 Thread GitBox


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

   :warning: This PR changes Camel components and will be tested automatically.


-- 
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] orpiske opened a new pull request, #7797: Relatively minor cleanups

2022-06-15 Thread GitBox


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

   


-- 
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] JiriOndrusek commented on a diff in pull request #3815: Test aws-secrets-manager extension with Localstack #3741

2022-06-15 Thread GitBox


JiriOndrusek commented on code in PR #3815:
URL: https://github.com/apache/camel-quarkus/pull/3815#discussion_r898113719


##
integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerTestEnvCustomizer.java:
##
@@ -0,0 +1,48 @@
+/*
+ * 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.
+ */
+package org.apache.camel.quarkus.component.aws.secrets.manager.it;
+
+import java.util.Map;
+import java.util.stream.Collectors;
+
+import org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvContext;
+import org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer;
+import org.testcontainers.containers.localstack.LocalStackContainer.Service;
+
+public class AwsSecretsManagerTestEnvCustomizer implements 
Aws2TestEnvCustomizer {
+
+@Override
+public Service[] localstackServices() {
+return new Service[] { Service.SECRETSMANAGER };
+}
+
+@Override
+public void customize(Aws2TestEnvContext envContext) {
+
+//get all properties from the context
+Map props = envContext.getProperies();

Review Comment:
   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-karavan] mgubaidullin closed issue #370: Command "create Integration" is not working with Cannot read properties of undefined (reading 'fsPath') error

2022-06-15 Thread GitBox


mgubaidullin closed issue #370: Command "create Integration" is not working 
with Cannot read properties of undefined (reading 'fsPath') error
URL: https://github.com/apache/camel-karavan/issues/370


-- 
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 #371: Fix Create integration command

2022-06-15 Thread GitBox


mgubaidullin merged PR #371:
URL: https://github.com/apache/camel-karavan/pull/371


-- 
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: Fix Create integration command (#371)

2022-06-15 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 c7c8091  Fix Create integration command (#371)
c7c8091 is described below

commit c7c80915922d3e4e4505fd635146afd6e4d0cd47
Author: Aurélien Pupier 
AuthorDate: Wed Jun 15 16:38:50 2022 +0200

Fix Create integration command (#371)

fixes #370

There was no guard check in case no argument is provided. It is the case
when creating a new file. No need for this check when there is a clause
on commands forcing to have an argument as parameter. The other creation
is for the CRD file. There is already a check using an if condition
because there is a different treatment in this case.

Signed-off-by: Aurélien Pupier 
---
 karavan-vscode/src/extension.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-vscode/src/extension.ts b/karavan-vscode/src/extension.ts
index b1baa2f..ee95900 100644
--- a/karavan-vscode/src/extension.ts
+++ b/karavan-vscode/src/extension.ts
@@ -95,7 +95,7 @@ export function activate(context: ExtensionContext) {
 context.subscriptions.push(createCrd);
 
 // Create new Integration YAML command
-const createYaml = commands.registerCommand("karavan.create-yaml", 
(...args: any[]) => designer.createIntegration(false, args[0].fsPath));
+const createYaml = commands.registerCommand("karavan.create-yaml", 
(...args: any[]) => designer.createIntegration(false, args[0]?.fsPath));
 context.subscriptions.push(createYaml);
 
 // Open integration in designer command



[camel] branch regen_bot updated (168ec2c3a3a -> c792241f96f)

2022-06-15 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 168ec2c3a3a Regen for commit 206af22ea7c4e4bbadd7cc7365dd3525cb8120f4
 add b1f0ff73d3a (chores) camel-aws-xray: remove a few calls to Thread.sleep
 add dfcf9983c02 (chores) camel-aws2-s3: remove a few calls to Thread.sleep
 add c792241f96f Regen for commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac

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   (168ec2c3a3a)
\
 N -- N -- N   refs/heads/regen_bot (c792241f96f)

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

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

No new revisions were added by this update.

Summary of changes:
 components/camel-aws/camel-aws-xray/pom.xml|  5 +
 .../aws/xray/CamelAwsXRayTestSupport.java  | 13 ++--
 .../aws/xray/SpringAwsXRaySimpleRouteTest.java |  7 +--
 components/camel-aws/camel-aws2-s3/pom.xml |  6 ++
 .../aws2/s3/integration/S3ConsumerIT.java  |  7 +--
 .../s3/integration/S3ConsumerIgnoreBodyIT.java |  7 +--
 .../s3/integration/S3StreamUploadTimeoutIT.java| 24 --
 7 files changed, 45 insertions(+), 24 deletions(-)



[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3850: Clarify usage of Quarkus Quartz clustering support

2022-06-15 Thread GitBox


jamesnetherton opened a new issue, #3850:
URL: https://github.com/apache/camel-quarkus/issues/3850

   Our Quarkus docs are a bit confusing when it comes to clustering support.
   
   We have 
[this](https://camel.apache.org/camel-quarkus/2.9.x/reference/extensions/quartz.html#_quarkus_based)
 `Quarkus Based` section which hints at leveraging pure Quarkus Quartz 
clustering via 
[`quarkus.quartz.clustered`](https://quarkus.io/guides/quartz#quarkus-quartz_quarkus.quartz.clustered).
 However we have no tests to validate that this works and there is probably 
some additional configuration required like injecting the Quarkus Quartz 
`Scheduler` into the Camel Quartz component.
   
   This needs verifying and documenting.


-- 
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.apache.org

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



[camel-k] 01/03: Added catalog for 1.13.1-SNAPSHOT

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit f44a4c70c3e9d386e7a6d90aea1de2664bbd27db
Author: Otavio Rodolfo Piske 
AuthorDate: Thu May 5 15:05:57 2022 +0200

Added catalog for 1.13.1-SNAPSHOT
---
 resources/camel-catalog-1.13.1-SNAPSHOT.yaml | 2800 ++
 1 file changed, 2800 insertions(+)

diff --git a/resources/camel-catalog-1.13.1-SNAPSHOT.yaml 
b/resources/camel-catalog-1.13.1-SNAPSHOT.yaml
new file mode 100644
index 0..c8ddeed44
--- /dev/null
+++ b/resources/camel-catalog-1.13.1-SNAPSHOT.yaml
@@ -0,0 +1,2800 @@
+# ---
+# 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/v1
+kind: CamelCatalog
+metadata:
+  name: camel-catalog-1.13.1-snapshot
+  labels:
+app: camel-k
+camel.apache.org/catalog.loader.version: 3.17.0-SNAPSHOT
+camel.apache.org/catalog.version: 3.17.0-SNAPSHOT
+camel.apache.org/runtime.version: 1.13.1-SNAPSHOT
+spec:
+  runtime:
+version: 1.13.1-SNAPSHOT
+provider: quarkus
+applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
+metadata:
+  camel-quarkus.version: 2.9.0-SNAPSHOT
+  camel.version: 3.17.0-SNAPSHOT
+  quarkus.version: 2.9.0.CR1
+dependencies:
+- groupId: org.apache.camel.k
+  artifactId: camel-k-runtime
+capabilities:
+  circuit-breaker:
+dependencies:
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-microprofile-fault-tolerance
+  cron:
+dependencies:
+- groupId: org.apache.camel.k
+  artifactId: camel-k-cron
+  health:
+dependencies:
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-microprofile-health
+  master:
+dependencies:
+- groupId: org.apache.camel.k
+  artifactId: camel-k-master
+  platform-http:
+dependencies:
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-platform-http
+  rest:
+dependencies:
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-platform-http
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-rest
+  tracing:
+dependencies:
+- groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-opentracing
+  artifacts:
+camel-k-cron:
+  groupId: org.apache.camel.k
+  artifactId: camel-k-cron
+camel-k-knative:
+  groupId: org.apache.camel.k
+  artifactId: camel-k-knative
+  schemes:
+  - id: knative
+http: true
+passive: false
+producer:
+  dependencies:
+  - groupId: org.apache.camel.k
+artifactId: camel-k-knative-producer
+consumer:
+  dependencies:
+  - groupId: org.apache.camel.k
+artifactId: camel-k-knative-consumer
+camel-k-master:
+  groupId: org.apache.camel.k
+  artifactId: camel-k-master
+camel-quarkus-activemq:
+  groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-activemq
+  schemes:
+  - id: activemq
+http: false
+passive: false
+  javaTypes:
+  - org.apache.camel.component.activemq.ActiveMQComponent
+camel-quarkus-ahc:
+  groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-ahc
+  schemes:
+  - id: ahc
+http: true
+passive: false
+  javaTypes:
+  - org.apache.camel.component.ahc.AhcComponent
+camel-quarkus-ahc-ws:
+  groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-ahc-ws
+  schemes:
+  - id: ahc-ws
+http: true
+passive: false
+  - id: ahc-wss
+http: false
+passive: false
+  javaTypes:
+  - org.apache.camel.component.ahc.ws.WsComponent
+camel-quarkus-amqp:
+  groupId: org.apache.camel.quarkus
+  artifactId: camel-quarkus-amqp
+  schemes:
+  - id: amqp
+http: false

[camel-k] branch camel-main updated (71243f05c -> d0f1ac65e)

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


 discard 71243f05c Updated resorces to the development versions
 discard 8e2463093 Updated camel-k-runtime version to the latest snapshot
 discard 54446d69a Added catalog for 1.13.1-SNAPSHOT
 add 85483d405 fix: Use status change predicate to filter updates on owned 
resources
 add 8f3f63542 chore(trait): Add an option to disable SSA in deployer trait
 add c9dc8bc8e Updated CHANGELOG.md
 add 17eb25a86 Fix: use platform.Status instead of platform.Spec
 add 0ec183bbb Fix #3257: fix uploading checksum files to the image 
registry on Windows
 add 1c2cd030d Updated CHANGELOG.md
 add ac7fe332d Updated CHANGELOG.md
 add 68f60e746 Updated CHANGELOG.md
 add 50405daab Release Helm 0.10.2
 add 6cd9d05a7 Helm Chart 0.10.3
 add 7f3e124bf Add acosentino to Helm Chart maintainers
 add d471f93e5 Updated CHANGELOG.md
 add c6926dac6 Fix typo
 add c5e0efece Never stale a bug issue
 add a092e8b7f test(e2e): add test for 'kamel run --dev' in a warmed-up 
environment
 add 573e969b7 fix(e2e): stabilise service trait test
 add fe997b9ac Updated CHANGELOG.md
 add 400794fc0 chore(controller): refactor integration monitor
 add de09f4c04 fix(health): support new Camel health check format
 add 952d72cc8 Updated CHANGELOG.md
 add 5b925e725 Updated CHANGELOG.md
 add 25b9790bc fix(ci): fix Upgrade E2E testing on CI
 add b5ef7f363 fix(ci): let's support Camel K 10+ versions
 add 79da2cc68 fix(ci): update last released version to 1.9.2
 add 61b5017f1 Updated CHANGELOG.md
 add d545b70be feat(cli): Add option to specify registry url when uploading 
artifacts. Move options into file:// URI syntax
 add 5ef7236fa feat(cli): Add option to skip checksum files when uploading 
artifacts
 add f5e39aaa4 feat(cli): Add option to skip uploading POM from JAR  when 
uploading artifacts to the image registry
 add be8d078a2 Updated CHANGELOG.md
 add bb44c5a0c chore(docs): maven local repository
 add 8caeee372 feat(gc): Use SelfSubjectRulesReview to scan for garbage 
collectable resources
 add 9d7145e8a feat(gc): Rate limit Discovery and SelfSubjectRulesReview 
requests
 add 8a267fc3e chore(gc): Fix lint errors
 add 3986fd186 Detect wire tap EIP endpoints
 add 6f6432c13 YAML DSL support for wireTap
 add 3ea86a7c2 Kotlin DSL support for wireTap
 add d6f4959e0 XML DSL support for wireTap
 add eb08051c3 Removed duplicate test case I've added.
 add 4f9ac070a Adding another tag for the YAML DSL.
 add 99e8ba701 Adding test case.
 add 44ce4b900 Adding example.
 add 8e65da72c [TEST] Add autoscaling test
 add 0dd6d8cb6 feat(gc): Skip GC for first integration generation
 add cd1b41406 Enable parsing pod template as a modeline.
 add b56cd5f14 Fixing temp file permissions.
 add 685769a96 Fixing example.
 add 8274bc618 fix(build): fix strimzi client gen script
 add 4a1e16a15 chore: regen
 add 06ecee116 added .status.observedGeneration to camel K CRDs
 add f39088768 feat: add basic support for PodSecurityContext
 add dd048c4eb Changes on the `pod_test.go` file.
 add a87819ff0 fix(e2e): stabilise TestKitTimerToLogFullNativeBuild
 add 18c52302b fix(e2e): stabilise TestPodTrait
 add 8bba7df1f chore(lint): sort disabled linters
 add 87d9d7a20 chore: ci build rule and license fix
 add 45eed67fc Updated CHANGELOG.md
 add c06d2588e #3321: Fixes pre-bundle rule in Makefile
 add b115a483f Updated CHANGELOG.md
 add 9fce62bd0 fix(lint): fix more forcetypeassert
 add c76baaf59 Updated CHANGELOG.md
 add 2c268ada8 Updated CHANGELOG.md
 add 8f59c6481 chore: Regen resources and use golangci config for lint in 
Makefile
 add 8498eba71 [TEST] Add kamel reset test
 add c89b42d31 chore(deps): bump github.com/mitchellh/mapstructure from 
1.4.3 to 1.5.0
 add de1088e74 configuring maven builds based on CPU quota if set any
 add 4eb1237bf chore(deps): bump github.com/stretchr/testify from 1.7.1 to 
1.7.2
 new f44a4c70c Added catalog for 1.13.1-SNAPSHOT
 new 3e2d15405 Updated camel-k-runtime version to the latest snapshot
 new d0f1ac65e Updated resorces to the development versions

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   (71243f05c)
\
 N -- N -- N   refs/heads/camel-main (d0f1ac65e)

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 

[camel-k] 02/03: Updated camel-k-runtime version to the latest snapshot

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e2d154056cbb485f83c5d5cdabb0e90b437b13b
Author: Otavio Rodolfo Piske 
AuthorDate: Thu May 5 15:07:27 2022 +0200

Updated camel-k-runtime version to the latest snapshot
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index a7e7c1411..001a3deeb 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -18,7 +18,7 @@ VERSION ?= 1.10.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
 LAST_RELEASED_VERSION := 1.9.2
-RUNTIME_VERSION := 1.13.0
+RUNTIME_VERSION := 1.14.0-SNAPSHOT
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1
 INSTALL_DEFAULT_KAMELETS := true



[camel-k] 03/03: Updated resorces to the development versions

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit d0f1ac65e2c5b644a9af9884bf49a700ee8625df
Author: Otavio Rodolfo Piske 
AuthorDate: Fri May 6 11:42:09 2022 +0200

Updated resorces to the development versions
---
 pkg/resources/resources.go| 8 
 pkg/util/defaults/defaults.go | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index dafa8498c..8a2566acc 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -587,6 +587,13 @@ var assets = func() http.FileSystem {
 
compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\x57\xe7\x65\xef\x75\x46\x98\xee\xf4\x9c\xe9\xbd\xfa\x3c\xd9\x4a\x9c\xd8\x89\x13\x27\xf2\x24\x99\x79\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x94\xe5\xfc\xfa\xb3\x70\xe1\x4d\x52\x8a\x17\x17\xbc\xfd\x60\x52\x44\xe1\x2b\xd4\x87\x0b\x71\x29\x02\x2f\xa3\x19\xde\xdf\x8b\x97\xd1\x07\x1e\xb3\x5c\xb1\x24\xd2\x22\xd2\x1b\x16\x9d\x15\x34\xde\xb0\x68\x21\x56\xfa\x81\x4a\x16\x5d\x88\x32\x4f\x
 [...]
},
+   "/camel-catalog-1.13.1-SNAPSHOT.yaml": 
۰CompressedFileInfo{
+   name: "camel-catalog-1.13.1-SNAPSHOT.yaml",
+   modTime:  time.Time{},
+   uncompressedSize: 85090,
+
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x3a\xb2\xe6\x7b\x7e\x05\xd7\xce\xcb\x39\x6b\x9a\xe8\xbd\x93\x9e\xb3\x67\x32\x4f\xb6\x1c\x27\x76\x6c\xc7\x89\xdc\x49\xba\x5f\xf6\x82\x48\x48\x82\x45\x12\x34\x00\xca\x72\x7e\xfd\x2c\x80\xe0\x4d\x52\x8a\x17\x17\xdc\x7e\x30\x29\xa2\xf0\x15\xea\x03\x08\xe2\x5a\x78\x1d\x84\x78\x7f\xaf\x5e\x07\x57\x3c\x62\x99\x62\x71\xa0\x45\xa0\xd7\x2c\x38\xc9\x69\xb4\x66\xc1\x5c\x2c\xf5\x23\x95\x2c\x38\x17\x45\x16\x53\x
 [...]
+   },
"/traits.yaml": ۰CompressedFileInfo{
name: "traits.yaml",
modTime:  time.Time{},
@@ -599,6 +606,7 @@ var assets = func() http.FileSystem {
fs["/addons"].(os.FileInfo),
fs["/builder"].(os.FileInfo),
fs["/camel-catalog-1.13.0.yaml"].(os.FileInfo),
+   fs["/camel-catalog-1.13.1-SNAPSHOT.yaml"].(os.FileInfo),
fs["/crd"].(os.FileInfo),
fs["/manager"].(os.FileInfo),
fs["/prometheus"].(os.FileInfo),
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 257d8e3ce..1241a212c 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
Version = "1.10.0-SNAPSHOT"
 
// DefaultRuntimeVersion --
-   DefaultRuntimeVersion = "1.13.0"
+   DefaultRuntimeVersion = "1.13.1-SNAPSHOT"
 
// BuildahVersion --
BuildahVersion = "1.14.0"
@@ -41,11 +41,11 @@ const (
LocalRepository = "/tmp/artifacts/m2"
 
// ImageName --
-   ImageName = "docker.io/apache/camel-k"
+   ImageName = "localhost:5000/apache/camel-k"
 
// installDefaultKamelets --
installDefaultKamelets = true
 )
 
-// GitCommit must be provided during application build
+//GitCommit must be provided during application build
 var GitCommit string



[GitHub] [camel-k] ammachado commented on issue #3341: How to deal with `SNAPSHOT` dependencies?

2022-06-15 Thread GitBox


ammachado commented on issue #3341:
URL: https://github.com/apache/camel-k/issues/3341#issuecomment-1156511905

   > By the way, I'm testing here with kamel rebuild and I'm getting the 
following error:
   >
   >>Error: could not rebuild integration my-route-k in namespace dev: 
integrations.camel.apache.org "my-route-k" is forbidden: User "ammachado" 
cannot update resource "integrations/status" in API group "camel.apache.org" in 
the namespace "dev"
   >
   > I'm fiddling with cluster permissions here, it is an Openshift cluster. My 
user has cluster-reader rights and I am admin of the namespace.
   >
   >Running `oc auth can-i * integrations` I receive a yes answer and running 
`oc auth can-i * integrations/status` I also receive yes as the answer, so I 
figure I have all the rights needed.
   
   Which permissions are needed to run `kamel rebuild`?
   
   


-- 
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 (b7007efb20a -> 168ec2c3a3a)

2022-06-15 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 b7007efb20a (chores) camel-mina: multiple minor cleanups in tests
 add 56371ecabe9 CAMEL-18176 - Create a camel-hashicorp-vault test-infra 
module
 add 206af22ea7c Camel-Hashicorp-vault: Add support for Delete Secret 
Operation
 add 168ec2c3a3a Regen for commit 206af22ea7c4e4bbadd7cc7365dd3525cb8120f4

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/hashicorp-vault.json  |   2 +-
 components/camel-hashicorp-vault/pom.xml   |   7 ++
 .../component/hashicorp/vault/hashicorp-vault.json |   2 +-
 .../hashicorp/vault/HashicorpVaultOperation.java   |   3 +-
 .../hashicorp/vault/HashicorpVaultProducer.java|  10 ++
 .../HashicorpProducerCreateSecretIT.java   |  42 ++--
 .../HashicorpProducerCreateSecretPOJOIT.java   |  44 +++--
 ...T.java => HashicorpProducerDeleteSecretIT.java} |  59 +--
 .../integration/operations/HashicorpVaultBase.java |  18 
 .../camel-test-infra-hashicorp-vault/pom.xml   |  59 +++
 .../src/main/resources/META-INF/MANIFEST.MF|   0
 .../vault/common/HashicorpVaultProperties.java |  17 +++-
 .../vault/services/HashicorpServiceFactory.java|  21 +++-
 .../HashicorpVaultLocalContainerService.java   | 108 +
 .../vault/services/HashicorpVaultService.java  |  30 +-
 test-infra/pom.xml |   1 +
 16 files changed, 355 insertions(+), 68 deletions(-)
 rename 
components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/{HashicorpProducerReadSecretIT.java
 => HashicorpProducerDeleteSecretIT.java} (53%)
 create mode 100644 
components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpVaultBase.java
 create mode 100644 test-infra/camel-test-infra-hashicorp-vault/pom.xml
 copy {init/camel-bundle-plugin => 
test-infra/camel-test-infra-hashicorp-vault}/src/main/resources/META-INF/MANIFEST.MF
 (100%)
 copy 
components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultOperation.java
 => 
test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/common/HashicorpVaultProperties.java
 (56%)
 copy 
components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultOperation.java
 => 
test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpServiceFactory.java
 (58%)
 create mode 100644 
test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
 copy 
components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultOperation.java
 => 
test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultService.java
 (51%)



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

2022-06-15 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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



[GitHub] [camel-k] Delawen commented on pull request #3352: move cron example to camel-k-examples repo

2022-06-15 Thread GitBox


Delawen commented on PR #3352:
URL: https://github.com/apache/camel-k/pull/3352#issuecomment-1156495479

   The failed job doesn't seem related to this, does it?
   
   Besides that, I think this is good to merge.
   


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

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

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



[camel] 01/02: (chores) camel-aws-xray: remove a few calls to Thread.sleep

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit b1f0ff73d3aced847da046060abd1b4cffe60761
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 15 13:55:57 2022 +0200

(chores) camel-aws-xray: remove a few calls to Thread.sleep
---
 components/camel-aws/camel-aws-xray/pom.xml |  5 +
 .../camel/component/aws/xray/CamelAwsXRayTestSupport.java   | 13 ++---
 .../component/aws/xray/SpringAwsXRaySimpleRouteTest.java|  7 +--
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/components/camel-aws/camel-aws-xray/pom.xml 
b/components/camel-aws/camel-aws-xray/pom.xml
index e93c35752f0..7424437b9b1 100644
--- a/components/camel-aws/camel-aws-xray/pom.xml
+++ b/components/camel-aws/camel-aws-xray/pom.xml
@@ -103,6 +103,11 @@
 log4j-slf4j-impl
 test
 
+
+org.awaitility
+awaitility
+test
+
 
 
 
diff --git 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CamelAwsXRayTestSupport.java
 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CamelAwsXRayTestSupport.java
index df6ed2bed9e..114138dcbf1 100644
--- 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CamelAwsXRayTestSupport.java
+++ 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CamelAwsXRayTestSupport.java
@@ -21,6 +21,7 @@ import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
+import java.util.concurrent.TimeUnit;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.component.aws.xray.TestDataBuilder.TestTrace;
@@ -29,6 +30,8 @@ import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
 
+import static org.awaitility.Awaitility.await;
+
 public class CamelAwsXRayTestSupport extends CamelTestSupport {
 
 protected FakeAWSDaemon socketListener = new FakeAWSDaemon();
@@ -87,13 +90,9 @@ public class CamelAwsXRayTestSupport extends 
CamelTestSupport {
 }
 
 protected void verify() {
-try {
-// give the socket listener a bit time to receive the data and 
transform it to Java objects
-Thread.sleep(500);
-} catch (InterruptedException iEx) {
-// ignore
-}
-Map receivedData = socketListener.getReceivedData();
+Map receivedData = await().atMost(500, 
TimeUnit.MILLISECONDS)
+.until(socketListener::getReceivedData, v -> v.size() == 
testData.size());
+
 TestUtils.checkData(receivedData, testData);
 }
 }
diff --git 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/SpringAwsXRaySimpleRouteTest.java
 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/SpringAwsXRaySimpleRouteTest.java
index 54423f612bb..7cf39175aa2 100644
--- 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/SpringAwsXRaySimpleRouteTest.java
+++ 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/SpringAwsXRaySimpleRouteTest.java
@@ -18,6 +18,7 @@ package org.apache.camel.component.aws.xray;
 
 import java.util.Arrays;
 import java.util.List;
+import java.util.Map;
 import java.util.concurrent.TimeUnit;
 
 import org.apache.camel.builder.NotifyBuilder;
@@ -29,6 +30,7 @@ import org.junit.jupiter.api.Test;
 import org.springframework.context.support.AbstractApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
 
+import static org.awaitility.Awaitility.await;
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.MatcherAssert.assertThat;
@@ -82,8 +84,9 @@ public class SpringAwsXRaySimpleRouteTest extends 
CamelSpringTestSupport {
 .withSegment(TestDataBuilder.createSegment("dude"))
 .withSegment(TestDataBuilder.createSegment("car")));
 
-Thread.sleep(2000);
+Map receivedData = await().atMost(2, 
TimeUnit.SECONDS)
+.until(socketListener::getReceivedData, v -> v.size() == 
testData.size());
 
-TestUtils.checkData(socketListener.getReceivedData(), testData);
+TestUtils.checkData(receivedData, testData);
 }
 }



[camel] branch main updated (206af22ea7c -> dfcf9983c02)

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from 206af22ea7c Camel-Hashicorp-vault: Add support for Delete Secret 
Operation
 new b1f0ff73d3a (chores) camel-aws-xray: remove a few calls to Thread.sleep
 new dfcf9983c02 (chores) camel-aws2-s3: remove a few calls to Thread.sleep

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:
 components/camel-aws/camel-aws-xray/pom.xml|  5 +
 .../aws/xray/CamelAwsXRayTestSupport.java  | 13 ++--
 .../aws/xray/SpringAwsXRaySimpleRouteTest.java |  7 +--
 components/camel-aws/camel-aws2-s3/pom.xml |  6 ++
 .../aws2/s3/integration/S3ConsumerIT.java  |  7 +--
 .../s3/integration/S3ConsumerIgnoreBodyIT.java |  7 +--
 .../s3/integration/S3StreamUploadTimeoutIT.java| 24 --
 7 files changed, 45 insertions(+), 24 deletions(-)



[camel] 02/02: (chores) camel-aws2-s3: remove a few calls to Thread.sleep

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit dfcf9983c023c67e31db7abf99f31dcb1dcd61ac
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 15 14:13:04 2022 +0200

(chores) camel-aws2-s3: remove a few calls to Thread.sleep
---
 components/camel-aws/camel-aws2-s3/pom.xml |  6 ++
 .../aws2/s3/integration/S3ConsumerIT.java  |  7 +--
 .../s3/integration/S3ConsumerIgnoreBodyIT.java |  7 +--
 .../s3/integration/S3StreamUploadTimeoutIT.java| 24 --
 4 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/components/camel-aws/camel-aws2-s3/pom.xml 
b/components/camel-aws/camel-aws2-s3/pom.xml
index aad6b271905..c4c358b8c53 100644
--- a/components/camel-aws/camel-aws2-s3/pom.xml
+++ b/components/camel-aws/camel-aws2-s3/pom.xml
@@ -81,5 +81,11 @@
 test-jar
 test
 
+
+
+org.awaitility
+awaitility
+test
+
 
 
diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIT.java
index ff10bd0bd1b..c043b63078d 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIT.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.aws2.s3.integration;
 
+import java.util.concurrent.TimeUnit;
+
 import org.apache.camel.EndpointInject;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -23,6 +25,7 @@ import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.aws2.s3.AWS2S3Constants;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.awaitility.Awaitility;
 import org.junit.jupiter.api.Test;
 
 public class S3ConsumerIT extends Aws2S3Base {
@@ -64,8 +67,8 @@ public class S3ConsumerIT extends Aws2S3Base {
 }
 });
 
-Thread.sleep(1);
-assertMockEndpointsSatisfied();
+Awaitility.await().atMost(10, TimeUnit.SECONDS)
+.untilAsserted(() -> assertMockEndpointsSatisfied());
 }
 
 @Override
diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIgnoreBodyIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIgnoreBodyIT.java
index 6767b586184..24c90ca3e55 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIgnoreBodyIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ConsumerIgnoreBodyIT.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.aws2.s3.integration;
 
+import java.util.concurrent.TimeUnit;
+
 import org.apache.camel.EndpointInject;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -23,6 +25,7 @@ import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.aws2.s3.AWS2S3Constants;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.awaitility.Awaitility;
 import org.junit.Assert;
 import org.junit.jupiter.api.Test;
 
@@ -47,8 +50,8 @@ public class S3ConsumerIgnoreBodyIT extends Aws2S3Base {
 }
 });
 
-Thread.sleep(1);
-assertMockEndpointsSatisfied();
+Awaitility.await().atMost(10, TimeUnit.SECONDS)
+.untilAsserted(() -> assertMockEndpointsSatisfied());
 Assert.assertNull(result.getExchanges().get(0).getMessage().getBody());
 }
 
diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
index d07ea499cf8..608d3b47fd9 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
@@ -17,15 +17,16 @@
 package org.apache.camel.component.aws2.s3.integration;
 
 import java.util.List;
+import java.util.concurrent.TimeUnit;
 
 import org.apache.camel.EndpointInject;
 import org.apache.camel.Exchange;
-import org.apache.camel.Processor;
 import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import 

[GitHub] [camel] orpiske merged pull request #7794: (chores) test-cleanups: removed thread.sleep in a few AWS components

2022-06-15 Thread GitBox


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


-- 
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 opened a new pull request, #3361: Fixes GIT_COMMIT assignment failure in build

2022-06-15 Thread GitBox


squakez opened a new pull request, #3361:
URL: https://github.com/apache/camel-k/pull/3361

   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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 (5455114e1f1 -> b7007efb20a)

2022-06-15 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 5455114e1f1 Regen
 add a8faad89454 (chores) camel-mina: replace a few Thread.sleep with 
Awaitility
 add c71402e2cb1 (chores) camel-mina: removed unnecessary calls to 
String.format
 add 07b4ef30edf (chores) camel-mina: cleaned up assertion testing for 
throws/does not throw
 add c78617e1579 (chores) camel-mina: remove unnecessary calls to 
Thread.sleep
 add b7007efb20a (chores) camel-mina: multiple minor cleanups in tests

No new revisions were added by this update.

Summary of changes:
 components/camel-mina/pom.xml  |  6 ++
 .../camel/component/mina/MessageIOSessionTest.java |  2 +-
 .../MinaClientModeTcpTextlineDelimiterTest.java| 10 ++--
 .../camel/component/mina/MinaComponentTest.java| 29 +-
 .../mina/MinaComponentWithConfigurationTest.java   |  5 +-
 .../camel/component/mina/MinaConsumerTest.java | 13 ++---
 .../camel/component/mina/MinaConverterTest.java| 14 +++--
 .../camel/component/mina/MinaCustomCodecTest.java  | 39 +++--
 .../mina/MinaDisconnectOnTimeOutTest.java  |  2 +-
 .../mina/MinaDisconnectRaceConditionTest.java  |  2 +-
 .../camel/component/mina/MinaDisconnectTest.java   | 13 ++---
 .../camel/component/mina/MinaEncodingTest.java | 65 +++---
 .../mina/MinaExchangeDefaultTimeOutTest.java   | 16 ++
 .../component/mina/MinaExchangeTimeOutTest.java|  2 +-
 .../camel/component/mina/MinaFileTcpTest.java  |  4 +-
 .../camel/component/mina/MinaFileUdpTest.java  |  4 +-
 .../camel/component/mina/MinaInOnlyRouteTest.java  |  4 +-
 .../MinaInOutCloseSessionWhenCompleteTest.java |  2 +-
 .../camel/component/mina/MinaInOutRouteTest.java   |  4 +-
 .../mina/MinaInOutRouteTextLineDelimiterTest.java  |  2 +-
 .../mina/MinaInOutWithForcedNoResponseTest.java|  4 +-
 .../component/mina/MinaMaxLineLengthTest.java  | 14 ++---
 .../mina/MinaNoResponseFromServerTest.java |  4 +-
 .../mina/MinaProducerAnotherConcurrentTest.java| 11 +---
 .../component/mina/MinaProducerConcurrentTest.java | 11 ++--
 .../mina/MinaProducerShutdownMockTest.java |  2 +-
 .../camel/component/mina/MinaReverserServer.java   |  3 +-
 .../component/mina/MinaSendToProcessorTest.java| 39 +
 .../component/mina/MinaSpringMultipleUDPTest.java  | 11 ++--
 .../mina/MinaSslContextParametersUdpTest.java  | 12 ++--
 .../MinaTcpLineDelimiterUsingPlainSocketTest.java  |  6 +-
 .../apache/camel/component/mina/MinaTcpTest.java   |  2 +-
 .../mina/MinaTcpTextlineDelimiterTest.java |  2 +-
 .../mina/MinaTcpTextlineProtocolTest.java  |  2 +-
 .../camel/component/mina/MinaTcpWithInOutTest.java |  9 +--
 .../mina/MinaTcpWithInOutUsingPlainSocketTest.java |  4 +-
 .../MinaTcpWithIoOutProcessorExceptionTest.java| 13 ++---
 .../mina/MinaTransferExchangeOptionTest.java   | 60 ++--
 .../component/mina/MinaUdpConcurrentTest.java  | 10 +---
 .../camel/component/mina/MinaUdpNoCamelTest.java   | 33 ++-
 .../apache/camel/component/mina/MinaUdpTest.java   | 10 +---
 .../component/mina/MinaUdpUsingTemplateTest.java   |  6 +-
 .../mina/MinaUdpWithInOutUsingPlainSocketTest.java |  6 +-
 .../component/mina/MinaVMCustomCodecTest.java  |  8 ++-
 .../camel/component/mina/MinaVMFileTcpTest.java|  4 +-
 .../component/mina/MinaVMTextlineProtocolTest.java |  2 +-
 .../mina/MinaVMTransferExchangeOptionTest.java |  2 +-
 .../apache/camel/component/mina/MinaVmTest.java|  2 +-
 48 files changed, 230 insertions(+), 300 deletions(-)



[camel] branch camel-3.14.x updated (3f46c16c197 -> 01a390a3816)

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from 3f46c16c197 (chores) ci: force the branch name to avoid overwriting 
analysis in the main branch
 new 6b55fc39aa5 Revert "(chores) ci: force the branch name to avoid 
overwriting analysis in the main branch"
 new 01a390a3816 Revert "INFRA-22694: added support for analyzing the Camel 
source from Apache CI"

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:
 Jenkinsfile | 8 
 1 file changed, 8 deletions(-)



[camel] 02/02: Revert "INFRA-22694: added support for analyzing the Camel source from Apache CI"

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 01a390a3816fcf544e0e2637dc6f8c7ebd432ab1
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 15 15:36:06 2022 +0200

Revert "INFRA-22694: added support for analyzing the Camel source from 
Apache CI"

This reverts commit c1dc85a74cea160beb571c9fa6b50d7a233b6f99.
---
 Jenkinsfile | 8 
 1 file changed, 8 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2bb7238d7ee..f9bf4447c8a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,14 +85,6 @@ pipeline {
 }
 }
 
-stage('Code Quality Review') {
-steps {
-withCredentials([string(credentialsId: 'apache-camel-core', 
variable: 'SONAR_TOKEN')]) {
-sh "./mvnw $MAVEN_PARAMS 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar"
-}
-}
-}
-
 stage('Test') {
 steps {
 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
clean install"



[camel] 01/02: Revert "(chores) ci: force the branch name to avoid overwriting analysis in the main branch"

2022-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 6b55fc39aa53a36639f3903ac0e33c89fa05ba01
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 15 15:35:50 2022 +0200

Revert "(chores) ci: force the branch name to avoid overwriting analysis in 
the main branch"

This reverts commit 3f46c16c1971efe792edcfe66a7b33ca572419fb.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c31eb43409c..2bb7238d7ee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -88,7 +88,7 @@ pipeline {
 stage('Code Quality Review') {
 steps {
 withCredentials([string(credentialsId: 'apache-camel-core', 
variable: 'SONAR_TOKEN')]) {
-sh "./mvnw $MAVEN_PARAMS 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel -Dsonar.branch.name=$BRANCH_NAME 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar"
+sh "./mvnw $MAVEN_PARAMS 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar"
 }
 }
 }



[GitHub] [camel] orpiske merged pull request #7795: Revert SonarQube analysis for 3.14

2022-06-15 Thread GitBox


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


-- 
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] orpiske opened a new pull request, #7795: Revert SonarQube analysis for 3.14

2022-06-15 Thread GitBox


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

   Unfortunately the runner is not compatible with Java 8
   
   
   


-- 
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] github-actions[bot] commented on pull request #7794: (chores) test-cleanups: removed thread.sleep in a few AWS components

2022-06-15 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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-examples] KuthumiPepple opened a new pull request, #54: Regroup examples

2022-06-15 Thread GitBox


KuthumiPepple opened a new pull request, #54:
URL: https://github.com/apache/camel-k-examples/pull/54

   @delawen @squakez This is a draft pr as I need your opinions. Squakez 
suggested that the custom examples could be deleted, so I created a 
`custom-examples` folder and moved them there. I also added tables to the root 
folder's readme. How does it look so far? What more changes would you suggest I 
make?


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

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

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



  1   2   3   >