[camel] branch main updated (29fae407638 -> 8c5117de83e)

2022-09-25 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 29fae407638 Fixed CS
 new 22820d36fb8 Upgrade AWS SDK v2 to version 2.17.281
 new 8c5117de83e 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-09-25 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 8c5117de83e0dfa7b1ee023590f36d7f9ef9783f
Author: Andrea Cosentino 
AuthorDate: Mon Sep 26 07:27:07 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 46fbc4ed2c1..ea38b3a9296 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -64,7 +64,7 @@
 1.11.1
 1.11.1
 4.2.0
-2.17.280
+2.17.281
 2.6.1
 1.2.14
 1.2.5



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

2022-09-25 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 22820d36fb878c7d879728a8b79113843b589e3b
Author: Andrea Cosentino 
AuthorDate: Mon Sep 26 06:35:31 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ad02adac7f..dc9065856bf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -81,7 +81,7 @@
 1.11.1
 1.11.1
 4.2.0
-2.17.280
+2.17.281
 2.6.1
 1.2.14
 1.2.5



[camel-spring-boot] branch main updated: Regen

2022-09-25 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 1ad9703f1a7 Regen
1ad9703f1a7 is described below

commit 1ad9703f1a73f06a2c74ec8af982732ea57eae0b
Author: Claus Ibsen 
AuthorDate: Mon Sep 26 06:34:38 2022 +0200

Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/ftps.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
index 6c5433a488d..8e5edcfca0d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
@@ -157,7 +157,7 @@
 "ftpClientTrustStoreParameters": { "kind": "parameter", "displayName": 
"Ftp Client Trust Store Parameters", "group": "security", "label": "security", 
"required": false, "type": "object", "javaType": 
"java.util.Map", "prefix": 
"ftpClient.trustStore.", "multiValue": true, "deprecated": false, "autowired": 
false, "secret": false, "description": "Set the trust store parameters" },
 "implicit": { "kind": "parameter", "displayName": "Implicit", "group": 
"security", "label": "security", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the security mode 
(Implicit\/Explicit). true - Implicit Mode \/ False - Explicit Mode" },
 "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Password to use for 
login" },
-"securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
+"securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.3", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
 "sslContextParameters": { "kind": "parameter", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "security", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "Gets the JSSE 
configuration that overrides any settings in 
FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and 
FtpsConfiguration#getSecurityProtocol()." },
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Username to use for 
login" },
 "shuffle": { "kind": "parameter", "displayName": "Shuffle", "group": 
"sort", "label": "consumer,sort", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "To shuffle the list of files 
(sort in random order)" },



[camel-spring-boot] branch main updated: Apply fixes from CAMEL-18506 (#634)

2022-09-25 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 aeb1287ccf4 Apply fixes from CAMEL-18506 (#634)
aeb1287ccf4 is described below

commit aeb1287ccf4cbc06755f42fe0ab9afa7d757003f
Author: Tom Cunningham 
AuthorDate: Mon Sep 26 00:32:35 2022 -0400

Apply fixes from CAMEL-18506 (#634)
---
 .../telegram/springboot/TelegramConsumerHealthCheckErrorTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components-starter/camel-telegram-starter/src/test/java/org/apache/camel/component/telegram/springboot/TelegramConsumerHealthCheckErrorTest.java
 
b/components-starter/camel-telegram-starter/src/test/java/org/apache/camel/component/telegram/springboot/TelegramConsumerHealthCheckErrorTest.java
index 4b1f605c74c..0c9630270c5 100644
--- 
a/components-starter/camel-telegram-starter/src/test/java/org/apache/camel/component/telegram/springboot/TelegramConsumerHealthCheckErrorTest.java
+++ 
b/components-starter/camel-telegram-starter/src/test/java/org/apache/camel/component/telegram/springboot/TelegramConsumerHealthCheckErrorTest.java
@@ -102,7 +102,7 @@ public class TelegramConsumerHealthCheckErrorTest extends 
TelegramTestSupport {
 rc.getDetails().get(HealthCheck.ENDPOINT_URI));
 
 Throwable e = rc.getError().get();
-Assertions.assertTrue(e.getMessage().contains("401 Unauthorized"));
+Assertions.assertTrue(e.getMessage().contains("401"));
 Assertions.assertEquals(401, 
rc.getDetails().get(HealthCheck.HTTP_RESPONSE_CODE));
 }
 



[GitHub] [camel-spring-boot] davsclaus merged pull request #634: Apply fixes from CAMEL-18506

2022-09-25 Thread GitBox


davsclaus merged PR #634:
URL: https://github.com/apache/camel-spring-boot/pull/634


-- 
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 main updated: Change ftp test to use TLS v1.3 like camel-ftp tests, exclude failing tests temporarily (#633)

2022-09-25 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 139355988ee Change ftp test to use TLS v1.3 like camel-ftp tests, 
exclude failing tests temporarily (#633)
139355988ee is described below

commit 139355988ee2e88dbb7ec72440911d2aaf8ef4d7
Author: Tom Cunningham 
AuthorDate: Mon Sep 26 00:32:15 2022 -0400

Change ftp test to use TLS v1.3 like camel-ftp tests, exclude failing tests 
temporarily (#633)
---
 .../camel/springboot/catalog/components/ftps.json   |  2 +-
 components-starter/camel-ftp-starter/pom.xml| 21 +
 .../file/remote/springboot/AbstractBaseFtp.java |  2 +-
 .../file/remote/springboot/ftp/BaseFtp.java |  2 +-
 .../remote/springboot/ftps/BaseFtpsClientAuth.java  |  2 +-
 .../springboot/ftps/BaseFtpsImplicitClientAuth.java |  2 +-
 .../FileToFtpsImplicitSSLWithClientAuthTest.java|  4 +---
 ...ileToFtpsWithCustomTrustStorePropertiesTest.java |  2 +-
 .../ftps/FtpsImplicitEmbeddedService.java   |  2 +-
 .../file/remote/springboot/ftps/FtpsTest.java   |  2 +-
 10 files changed, 30 insertions(+), 11 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
index 8e5edcfca0d..6c5433a488d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
@@ -157,7 +157,7 @@
 "ftpClientTrustStoreParameters": { "kind": "parameter", "displayName": 
"Ftp Client Trust Store Parameters", "group": "security", "label": "security", 
"required": false, "type": "object", "javaType": 
"java.util.Map", "prefix": 
"ftpClient.trustStore.", "multiValue": true, "deprecated": false, "autowired": 
false, "secret": false, "description": "Set the trust store parameters" },
 "implicit": { "kind": "parameter", "displayName": "Implicit", "group": 
"security", "label": "security", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the security mode 
(Implicit\/Explicit). true - Implicit Mode \/ False - Explicit Mode" },
 "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Password to use for 
login" },
-"securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.3", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
+"securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
 "sslContextParameters": { "kind": "parameter", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "security", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "Gets the JSSE 
configuration that overrides any settings in 
FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and 
FtpsConfiguration#getSecurityProtocol()." },
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Username to use for 
login" },
 

[GitHub] [camel-spring-boot] davsclaus merged pull request #633: Change ftp test to use TLS v1.3 like camel-ftp tests, exclude failing tests temporarily

2022-09-25 Thread GitBox


davsclaus merged PR #633:
URL: https://github.com/apache/camel-spring-boot/pull/633


-- 
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 #2927: [CI] - Camel Main Branch Build Failure

2022-09-25 Thread GitBox


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 3124236085-782-1bac7b87-0632-49fb-94b9-5badc6517c00
   * Camel Quarkus Commit: 8dff7874edf8edbc9fa8de9f7ad82e959ffce614
   
   * Camel Main Commit: aecd1dd4df4a7178643c71b89779c2d9afab9708
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3124236085


-- 
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] jamesnetherton opened a new issue, #2927: [CI] - Camel Main Branch Build Failure

2022-09-25 Thread GitBox


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

   This is a placeholder issue used by the [nightly sync 
workflow](https://github.com/apache/camel-quarkus/actions/workflows/camel-master-cron.yaml)
 for the 
[`camel-main`](https://github.com/apache/camel-quarkus/tree/camel-main) branch.


-- 
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] branch main updated: Updated CHANGELOG.md

2022-09-25 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 c9abdeab0 Updated CHANGELOG.md
c9abdeab0 is described below

commit c9abdeab0dd8aa234fb5f8387038ad20434c90c1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 26 04:06:53 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 390a841d8..a72b70e76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 - Nightly release 1.9.x missing tests 
[\#3613](https://github.com/apache/camel-k/issues/3613)
 - Run E2E test before nightly releases 
[\#3572](https://github.com/apache/camel-k/issues/3572)
 - `kamel promote` documentation 
[\#3375](https://github.com/apache/camel-k/issues/3375)
+- Camel route terminates when route takes longer than 5 minutes 
[\#3335](https://github.com/apache/camel-k/issues/3335)
 - \[regression\] Cannot provide 2 resources with 1.8.0 and 1.8.1 
[\#3077](https://github.com/apache/camel-k/issues/3077)
 
 ## [1.10.1-nightly](https://github.com/apache/camel-k/tree/1.10.1-nightly) 
(2022-09-20)



[GitHub] [camel-k] github-actions[bot] commented on pull request #2832: feat(builder): Add Maven Daemon support

2022-09-25 Thread GitBox


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

   This PR 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] github-actions[bot] commented on issue #3397: Allow multiple operators in a single namespace

2022-09-25 Thread GitBox


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

   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] github-actions[bot] closed issue #3335: Camel route terminates when route takes longer than 5 minutes

2022-09-25 Thread GitBox


github-actions[bot] closed issue #3335: Camel route terminates when route takes 
longer than 5 minutes
URL: https://github.com/apache/camel-k/issues/3335


-- 
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 (56c6414e8ae -> 29fae407638)

2022-09-25 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 56c6414e8ae Polished
 add 29fae407638 Fixed CS

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/jbang/core/commands/action/CamelSourceAction.java | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



[camel] branch main updated: Fixed CS

2022-09-25 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 29fae407638 Fixed CS
29fae407638 is described below

commit 29fae407638c553b7f20b1b72f9e84f53217dc9f
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 19:26:36 2022 +0200

Fixed CS
---
 .../camel/dsl/jbang/core/commands/action/CamelSourceAction.java | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
index 795fb3cb454..5ff9cc079f3 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
@@ -212,10 +212,12 @@ public class CamelSourceAction extends ActionBaseCommand {
 
 @Override
 public boolean equals(Object o) {
-if (this == o)
+if (this == o) {
 return true;
-if (o == null || getClass() != o.getClass())
+}
+if (o == null || getClass() != o.getClass()) {
 return false;
+}
 
 Row row = (Row) o;
 



[GitHub] [camel] sashashura opened a new pull request, #8432: GitHub Workflows security hardening

2022-09-25 Thread GitBox


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

   This PR adds explicit [permissions 
section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions)
 to workflows. This is a security best practice because by default workflows 
run with [extended set of 
permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
 (except from `on: pull_request` [from external 
forks](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)).
 By specifying any permission explicitly all others are set to none. By using 
the principle of least privilege the damage a compromised workflow can do 
(because of an 
[injection](https://securitylab.github.com/research/github-actions-untrusted-input/)
 or compromised third party tool or action) is restricted.
   It is recommended to have [most strict permissions on the top 
level](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions)
 and grant write permissions on [job 
level](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs)
 case by case.


-- 
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 (bf033bbea00 -> 56c6414e8ae)

2022-09-25 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 bf033bbea00 camel-jbang - Polished
 add 56c6414e8ae Polished

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/jbang/core/commands/process/CamelContextTop.java  | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)



[camel] branch regen_bot updated (b025186eb2b -> bf033bbea00)

2022-09-25 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 b025186eb2b CAMEL-17448: removed unused dependencies on camel-whatsapp
 add c2ab2c09f91 camel-jbang - get endpoint filter negate
 add 9779a50ed03 camel-jbang - Polished
 add e50d3cedfc2 camel-jbang - get source command
 add bf033bbea00 camel-jbang - Polished

No new revisions were added by this update.

Summary of changes:
 .../camel/cli/connector/LocalCliConnector.java |  13 +-
 .../dsl/jbang/core/commands/CamelJBangMain.java|   2 +
 ...{CamelSourceTop.java => CamelSourceAction.java} | 167 -
 .../jbang/core/commands/action/CamelSourceTop.java |   5 +-
 .../core/commands/process/CamelEndpointStatus.java |  36 -
 .../core/commands/process/CamelRouteStatus.java|  19 ++-
 6 files changed, 157 insertions(+), 85 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/{CamelSourceTop.java
 => CamelSourceAction.java} (53%)



[GitHub] [camel-k] essobedo closed pull request #3595: fix: Prevent operator panic on wrong Kamelet binding

2022-09-25 Thread GitBox


essobedo closed pull request #3595: fix: Prevent operator panic on wrong 
Kamelet binding
URL: https://github.com/apache/camel-k/pull/3595


-- 
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] essobedo closed pull request #8430: CAMEL-18548: camel-jsonpath - Add flag to disable list and map support

2022-09-25 Thread GitBox


essobedo closed pull request #8430: CAMEL-18548: camel-jsonpath - Add flag to 
disable list and map support
URL: https://github.com/apache/camel/pull/8430


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

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

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



[camel] branch main updated: Polished

2022-09-25 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 56c6414e8ae Polished
56c6414e8ae is described below

commit 56c6414e8ae59f4fe48dfd90b28aa322166707c3
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 13:53:52 2022 +0200

Polished
---
 .../camel/dsl/jbang/core/commands/process/CamelContextTop.java  | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
index c08e3b66d8d..a521d0b7287 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
@@ -136,10 +136,8 @@ public class CamelContextTop extends ProcessBaseCommand {
 .with(this::getLoad),
 new 
Column().header("HEAP").headerAlign(HorizontalAlign.CENTER).with(this::getHeapMemory),
 new 
Column().header("NON-HEAP").headerAlign(HorizontalAlign.CENTER).with(this::getNonHeapMemory),
-new 
Column().header("GC").headerAlign(HorizontalAlign.CENTER).dataAlign(HorizontalAlign.LEFT)
-.with(this::getGC),
-new 
Column().header("THREADS").headerAlign(HorizontalAlign.CENTER).dataAlign(HorizontalAlign.CENTER)
-.with(this::getThreads;
+new 
Column().header("GC").headerAlign(HorizontalAlign.CENTER).with(this::getGC),
+new 
Column().header("THREADS").headerAlign(HorizontalAlign.CENTER).with(this::getThreads;
 }
 
 return 0;



[camel] 02/04: camel-jbang - Polished

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

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

commit 9779a50ed0361115d4be4f4828250c0e97297560
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 11:21:09 2022 +0200

camel-jbang - Polished
---
 .../apache/camel/dsl/jbang/core/commands/action/CamelSourceTop.java  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceTop.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceTop.java
index 2a71f09b672..720ed9dd6f0 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceTop.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceTop.java
@@ -101,8 +101,11 @@ public class CamelSourceTop extends ActionBaseCommand {
 Object last = stats.get("lastProcessingTime");
 if (last != null) {
 row.last = last.toString();
+if ("-1".equals(row.last)) {
+row.last = null;
+}
 } else {
-row.last = "";
+row.last = null;
 }
 }
 List lines = o.getCollection("code");



[camel] 03/04: camel-jbang - get source command

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

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

commit e50d3cedfc2dfb93daadc04199718b49e24b15b8
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 13:42:07 2022 +0200

camel-jbang - get source command
---
 .../camel/cli/connector/LocalCliConnector.java |  13 +-
 .../dsl/jbang/core/commands/CamelJBangMain.java|   2 +
 .../core/commands/action/CamelSourceAction.java| 236 +
 3 files changed, 247 insertions(+), 4 deletions(-)

diff --git 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
index 35bd4b801b9..64cb2e9f0eb 100644
--- 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
+++ 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
@@ -271,6 +271,15 @@ public class LocalCliConnector extends ServiceSupport 
implements CliConnector, C
 LOG.trace("Updating output file: {}", outputFile);
 IOHelper.writeText(json.toJson(), outputFile);
 }
+} else if ("source".equals(action)) {
+DevConsole dc = camelContext.adapt(ExtendedCamelContext.class)
+.getDevConsoleResolver().resolveDevConsole("source");
+if (dc != null) {
+String filter = root.getString("filter");
+JsonObject json = (JsonObject) 
dc.call(DevConsole.MediaType.JSON, Map.of("filter", filter));
+LOG.trace("Updating output file: {}", outputFile);
+IOHelper.writeText(json.toJson(), outputFile);
+}
 }
 
 // action done so delete file
@@ -285,10 +294,6 @@ public class LocalCliConnector extends ServiceSupport 
implements CliConnector, C
 }
 }
 
-private void changeLoggingLevel(String level) {
-
-}
-
 JsonObject loadAction() {
 try {
 if (actionFile != null && actionFile.exists()) {
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
index f6667184096..3bd66b67e3c 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
@@ -26,6 +26,7 @@ import 
org.apache.camel.dsl.jbang.core.commands.action.CamelReloadAction;
 import org.apache.camel.dsl.jbang.core.commands.action.CamelResetStatsAction;
 import org.apache.camel.dsl.jbang.core.commands.action.CamelRouteStartAction;
 import org.apache.camel.dsl.jbang.core.commands.action.CamelRouteStopAction;
+import org.apache.camel.dsl.jbang.core.commands.action.CamelSourceAction;
 import org.apache.camel.dsl.jbang.core.commands.action.CamelSourceTop;
 import org.apache.camel.dsl.jbang.core.commands.action.CamelThreadDump;
 import org.apache.camel.dsl.jbang.core.commands.action.LoggerAction;
@@ -71,6 +72,7 @@ public class CamelJBangMain implements Callable {
 .addSubcommand("processor", new CommandLine(new 
CamelProcessorStatus(main)))
 .addSubcommand("endpoint", new CommandLine(new 
CamelEndpointStatus(main)))
 .addSubcommand("service", new CommandLine(new 
ListService(main)))
+.addSubcommand("source", new CommandLine(new 
CamelSourceAction(main)))
 .addSubcommand("vault", new CommandLine(new 
ListVault(main
 .addSubcommand("top", new CommandLine(new CamelTop(main))
 .addSubcommand("context", new CommandLine(new 
CamelContextTop(main)))
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
new file mode 100644
index 000..795fb3cb454
--- /dev/null
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSourceAction.java
@@ -0,0 +1,236 @@
+/*
+ * 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
+ *
+ *  

[camel] 04/04: camel-jbang - Polished

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

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

commit bf033bbea00afd0c23d99ad77ffe5c9338fd567c
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 13:50:25 2022 +0200

camel-jbang - Polished
---
 .../jbang/core/commands/process/CamelRouteStatus.java | 19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java
index cd625ef63a5..002476c4225 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java
@@ -46,6 +46,10 @@ public class CamelRouteStatus extends ProcessBaseCommand {
 description = "Prefer to display source filename/code 
instead of IDs")
 boolean source;
 
+@CommandLine.Option(names = { "--short-uri" },
+description = "List endpoint URI without query 
parameters (short)")
+boolean shortUri;
+
 @CommandLine.Option(names = { "--limit" },
 description = "Filter routes by limiting to the given 
number of rows")
 int limit;
@@ -161,11 +165,11 @@ public class CamelRouteStatus extends ProcessBaseCommand {
 new 
Column().header("ID").dataAlign(HorizontalAlign.LEFT).maxWidth(25, 
OverflowBehaviour.ELLIPSIS_RIGHT)
 .with(this::getId),
 new 
Column().header("FROM").dataAlign(HorizontalAlign.LEFT).maxWidth(40, 
OverflowBehaviour.ELLIPSIS_RIGHT)
-.with(r -> r.from),
+.with(this::getFrom),
 new 
Column().header("STATUS").headerAlign(HorizontalAlign.CENTER)
 .with(r -> r.state),
 new 
Column().header("AGE").headerAlign(HorizontalAlign.CENTER).with(r -> r.age),
-new 
Column().header("COVER").dataAlign(HorizontalAlign.CENTER).with(this::getCoverage),
+new Column().header("COVER").with(this::getCoverage),
 new Column().header("MSG/S").with(this::getThroughput),
 new Column().header("TOTAL").with(r -> r.total),
 new Column().header("FAIL").with(r -> r.failed),
@@ -195,6 +199,17 @@ public class CamelRouteStatus extends ProcessBaseCommand {
 }
 }
 
+private String getFrom(Row r) {
+String u = r.from;
+if (shortUri) {
+int pos = u.indexOf('?');
+if (pos > 0) {
+u = u.substring(0, pos);
+}
+}
+return u;
+}
+
 protected String getSinceLast(Row r) {
 String s1 = r.sinceLastStarted != null ? r.sinceLastStarted : "-";
 String s2 = r.sinceLastCompleted != null ? r.sinceLastCompleted : "-";



[camel] 01/04: camel-jbang - get endpoint filter negate

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

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

commit c2ab2c09f91b56bd572de8ca2dd2ec5d30041e28
Author: Claus Ibsen 
AuthorDate: Sun Sep 25 11:07:40 2022 +0200

camel-jbang - get endpoint filter negate
---
 .../core/commands/process/CamelEndpointStatus.java | 36 +++---
 1 file changed, 31 insertions(+), 5 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelEndpointStatus.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelEndpointStatus.java
index 413b8133814..f45f77dee25 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelEndpointStatus.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelEndpointStatus.java
@@ -58,6 +58,10 @@ public class CamelEndpointStatus extends ProcessBaseCommand {
 description = "Filter endpoints that must be higher 
than the given usage")
 long filterTotal;
 
+@CommandLine.Option(names = { "--short-uri" },
+description = "List endpoint URI without query 
parameters (short)")
+boolean shortUri;
+
 public CamelEndpointStatus(CamelJBangMain main) {
 super(main);
 }
@@ -101,8 +105,19 @@ public class CamelEndpointStatus extends 
ProcessBaseCommand {
 if (filterDirection != null && 
!filterDirection.equals(row.direction)) {
 add = false;
 }
-if (filter != null && 
!PatternHelper.matchPattern(row.endpoint, filter)) {
-add = false;
+if (filter != null) {
+String f = filter;
+boolean negate = filter.startsWith("-");
+if (negate) {
+f = f.substring(1);
+}
+boolean match = 
PatternHelper.matchPattern(row.endpoint, f);
+if (negate) {
+match = !match;
+}
+if (!match) {
+add = false;
+}
 }
 if (limit > 0 && rows.size() >= limit) {
 add = false;
@@ -132,9 +147,20 @@ public class CamelEndpointStatus extends 
ProcessBaseCommand {
 .with(r -> r.name),
 new 
Column().header("AGE").headerAlign(HorizontalAlign.CENTER).with(r -> r.age),
 new Column().header("DIR").with(r -> r.direction),
-new 
Column().header("URI").dataAlign(HorizontalAlign.LEFT).maxWidth(40, 
OverflowBehaviour.ELLIPSIS_RIGHT)
-.with(r -> r.endpoint),
-new Column().header("TOTAL").with(r -> r.total;
+new Column().header("TOTAL").with(r -> r.total),
+new 
Column().header("URI").dataAlign(HorizontalAlign.LEFT).maxWidth(90, 
OverflowBehaviour.ELLIPSIS_RIGHT)
+.with(this::getUri;
+}
+
+private String getUri(Row r) {
+String u = r.endpoint;
+if (shortUri) {
+int pos = u.indexOf('?');
+if (pos > 0) {
+u = u.substring(0, pos);
+}
+}
+return u;
 }
 
 protected int sortRow(Row o1, Row o2) {



[camel] branch main updated (b025186eb2b -> bf033bbea00)

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

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


from b025186eb2b CAMEL-17448: removed unused dependencies on camel-whatsapp
 new c2ab2c09f91 camel-jbang - get endpoint filter negate
 new 9779a50ed03 camel-jbang - Polished
 new e50d3cedfc2 camel-jbang - get source command
 new bf033bbea00 camel-jbang - Polished

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


Summary of changes:
 .../camel/cli/connector/LocalCliConnector.java |  13 +-
 .../dsl/jbang/core/commands/CamelJBangMain.java|   2 +
 ...{CamelSourceTop.java => CamelSourceAction.java} | 167 -
 .../jbang/core/commands/action/CamelSourceTop.java |   5 +-
 .../core/commands/process/CamelEndpointStatus.java |  36 -
 .../core/commands/process/CamelRouteStatus.java|  19 ++-
 6 files changed, 157 insertions(+), 85 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/{CamelSourceTop.java
 => CamelSourceAction.java} (53%)



[GitHub] [camel] github-actions[bot] commented on pull request #8428: CAMEL-17448: removed unused dependencies in CXF components

2022-09-25 Thread GitBox


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

   :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



[camel] branch regen_bot updated (a39259455db -> b025186eb2b)

2022-09-25 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 a39259455db CAMEL-17448: removed unused dependencies on 
camel-elasticsearch-rest
 add b9baa0b8e90 camel-mina - Add dev console and get service to camel-jbang
 add 5c7ef0b046c camel-mllp - Add dev console and get service to camel-jbang
 add 94eb55c2cf1 CAMEL-17448: removed unused dependencies on 
camel-resource-resolver-github
 add b025186eb2b CAMEL-17448: removed unused dependencies on camel-whatsapp

No new revisions were added by this update.

Summary of changes:
 components/camel-mina/pom.xml  |  4 ++
 .../services/org/apache/camel/dev-console/mina}|  2 +-
 .../apache/camel/component/mina/MinaConsole.java}  | 22 +--
 components/camel-mllp/pom.xml  |  4 ++
 .../services/org/apache/camel/dev-console/mllp}|  2 +-
 .../apache/camel/component/mllp/MllpConsole.java}  | 39 ---
 components/camel-resourceresolver-github/pom.xml   |  5 ---
 components/camel-whatsapp/pom.xml  |  5 ---
 .../camel/cli/connector/LocalCliConnector.java | 18 +
 .../jbang/core/commands/process/ListService.java   | 45 ++
 10 files changed, 74 insertions(+), 72 deletions(-)
 copy 
components/{camel-bean/src/generated/resources/META-INF/services/org/apache/camel/language/bean
 => 
camel-mina/src/generated/resources/META-INF/services/org/apache/camel/dev-console/mina}
 (53%)
 copy 
components/{camel-netty/src/main/java/org/apache/camel/component/netty/NettyConsole.java
 => camel-mina/src/main/java/org/apache/camel/component/mina/MinaConsole.java} 
(80%)
 copy 
components/{camel-bean/src/generated/resources/META-INF/services/org/apache/camel/language/bean
 => 
camel-mllp/src/generated/resources/META-INF/services/org/apache/camel/dev-console/mllp}
 (53%)
 copy 
components/{camel-netty/src/main/java/org/apache/camel/component/netty/NettyConsole.java
 => camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpConsole.java} 
(62%)



[camel] 02/02: CAMEL-17448: removed unused dependencies on camel-whatsapp

2022-09-25 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 b025186eb2bad1ac22df146aa506fbe9e2c98c7b
Author: Otavio Rodolfo Piske 
AuthorDate: Sat Sep 24 09:51:09 2022 +0200

CAMEL-17448: removed unused dependencies on camel-whatsapp
---
 components/camel-whatsapp/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/components/camel-whatsapp/pom.xml 
b/components/camel-whatsapp/pom.xml
index 8d7b8c311a8..2814ff82db2 100644
--- a/components/camel-whatsapp/pom.xml
+++ b/components/camel-whatsapp/pom.xml
@@ -74,11 +74,6 @@
 camel-health
 test
 
-
-org.awaitility
-awaitility
-test
-
 
 org.assertj
 assertj-core



[camel] branch main updated (5c7ef0b046c -> b025186eb2b)

2022-09-25 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 5c7ef0b046c camel-mllp - Add dev console and get service to camel-jbang
 new 94eb55c2cf1 CAMEL-17448: removed unused dependencies on 
camel-resource-resolver-github
 new b025186eb2b CAMEL-17448: removed unused dependencies on camel-whatsapp

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-resourceresolver-github/pom.xml | 5 -
 components/camel-whatsapp/pom.xml| 5 -
 2 files changed, 10 deletions(-)



[camel] 01/02: CAMEL-17448: removed unused dependencies on camel-resource-resolver-github

2022-09-25 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 94eb55c2cf1a2a188ac3278b4f3b05ced5d2682f
Author: Otavio Rodolfo Piske 
AuthorDate: Sat Sep 24 09:20:27 2022 +0200

CAMEL-17448: removed unused dependencies on camel-resource-resolver-github
---
 components/camel-resourceresolver-github/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/components/camel-resourceresolver-github/pom.xml 
b/components/camel-resourceresolver-github/pom.xml
index f5381c2e036..8d4fbd6caf1 100644
--- a/components/camel-resourceresolver-github/pom.xml
+++ b/components/camel-resourceresolver-github/pom.xml
@@ -49,11 +49,6 @@
 camel-test-junit5
 test
 
-
-org.assertj
-assertj-core
-test
-
 
 org.apache.logging.log4j
 log4j-slf4j-impl



[GitHub] [camel] orpiske merged pull request #8427: CAMEL-17448: more unused dependencies

2022-09-25 Thread GitBox


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


-- 
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] jamesnetherton opened a new issue, #2926: [CI] - Quarkus Main Branch Build Failure

2022-09-25 Thread GitBox


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

   This is a placeholder issue used by the [nightly sync 
workflow](https://github.com/apache/camel-quarkus/actions/workflows/quarkus-master-cron.yaml)
 for the 
[`quarkus-main`](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch.


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

2022-09-25 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 3120666802-885-3c18b3fe-e2be-42b3-9e03-50d2612442a0
   * Camel Quarkus Commit: fa25241d183b208297783e6a11d470140cb5b4bb
   
   * Quarkus Main Commit: aecd1dd4df4a7178643c71b89779c2d9afab9708
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3120666802


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