[GitHub] [camel-k] milank78git closed issue #4587: maxRunningBuilds ignore setup

2023-07-18 Thread via GitHub


milank78git closed issue #4587: maxRunningBuilds ignore setup
URL: https://github.com/apache/camel-k/issues/4587


-- 
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 camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-07-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 9fe7db0c142 [create-pull-request] automated change
9fe7db0c142 is described below

commit 9fe7db0c14232a4ddc828760f4d03f30a6797e9d
Author: orpiske 
AuthorDate: Wed Jul 19 01:05:31 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/dhis2.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
index dc7077148dd..21fde77b41a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
@@ -63,14 +63,14 @@
   },
   "apis": {
 "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
-"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, Boolean paging, 
String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, 
String filter, org. [...]
+"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, String arrayName, 
Boolean paging, String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, S 
[...]
 "post": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "put": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "resourceTables": { "consumerOnly": false, "producerOnly": false, 
"description": "", "methods": { "analytics": { "description": "", "signatures": 
[ "void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, 
Integer interval)" ] } } }
   },
   "apiProperties": {
 "delete": { "methods": { "resource": { "properties": { "path": { "kind": 
"parameter", "displayName": "Path", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false }, 
"queryParams": { "kind": "parameter", "displayName": "Query Params", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map

[GitHub] [camel-spring-boot] oscerd merged pull request #892: [Github Actions] Periodic Sync Camel Spring Boot (Camel 3)

2023-07-18 Thread via GitHub


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


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

2023-07-18 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 07cfc1333f Updated CHANGELOG.md
07cfc1333f is described below

commit 07cfc1333f257d5e67b0b230615c66ddbdbab59f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 19 03:46:52 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1772cac880..15f3527178 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
 **Fixed bugs:**
 
 - Re-add activemq extension after it was added back in Camel 4.0.0-RC1 
[\#5087](https://github.com/apache/camel-quarkus/issues/5087)
+- MicrometerTest.testJMXQuarkusDomain\(\) fail with Quarkus Platform BOMs 
[\#5086](https://github.com/apache/camel-quarkus/issues/5086)
 - NettyHttpJaasTestResource reads config.jaas from disk 
[\#5083](https://github.com/apache/camel-quarkus/issues/5083)
 - Velocity $foreach.index, $foreach.count and $foreach.hasNext do not work in 
native mode [\#5080](https://github.com/apache/camel-quarkus/issues/5080)
 - Nitrite native integration test could not serialize \[\[3941604762136\]NO₂\] 
[\#5070](https://github.com/apache/camel-quarkus/issues/5070)
@@ -28,6 +29,10 @@
 
 **Merged pull requests:**
 
+- Add missing graal-sdk dependency declaration to extensions that use GraalVM 
APIs [\#5103](https://github.com/apache/camel-quarkus/pull/5103) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Simplify MicrometerTest.testDumpAsJson results extraction 
[\#5102](https://github.com/apache/camel-quarkus/pull/5102) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Bump quarkiverse-jgit.version from 3.0.1 to 3.0.2 
[\#5101](https://github.com/apache/camel-quarkus/pull/5101) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Manage io.dropwizard.metrics dependencies used by camel-quarkus extensions 
[\#5100](https://github.com/apache/camel-quarkus/pull/5100) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Remove pdfbox dependency excludes from quarkus-tika 
[\#5098](https://github.com/apache/camel-quarkus/pull/5098) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Generated sources regen for SBOM 
[\#5097](https://github.com/apache/camel-quarkus/pull/5097) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Bump quarkus-qpid-jms-bom from 2.3.0 to 2.4.0 
[\#5096](https://github.com/apache/camel-quarkus/pull/5096) 
([dependabot[bot]](https://github.com/apps/dependabot))



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #892: [Github Actions] Periodic Sync Camel Spring Boot (Camel 3)

2023-07-18 Thread via GitHub


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

   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-camel-3.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-karavan] branch dependabot/npm_and_yarn/karavan-designer/word-wrap-1.2.4 deleted (was 10b89f16)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-designer/word-wrap-1.2.4
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


 was 10b89f16 Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[camel-karavan] branch main updated: Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer (#825)

2023-07-18 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 92b554f6 Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer (#825)
92b554f6 is described below

commit 92b554f68f4694bda0ca2c8209a7076d0293cd93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 18 20:48:45 2023 -0400

Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer (#825)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 
1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- 
[Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 karavan-designer/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/karavan-designer/package-lock.json 
b/karavan-designer/package-lock.json
index 9bd974ab..296df01a 100644
--- a/karavan-designer/package-lock.json
+++ b/karavan-designer/package-lock.json
@@ -17961,9 +17961,9 @@
   }
 },
 "node_modules/word-wrap": {
-  "version": "1.2.3",
-  "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz;,
-  "integrity": 
"sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+  "version": "1.2.4",
+  "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz;,
+  "integrity": 
"sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==",
   "dev": true,
   "engines": {
 "node": ">=0.10.0"



[camel-karavan] branch dependabot/npm_and_yarn/karavan-designer/tough-cookie-4.1.3 deleted (was 0050486e)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-designer/tough-cookie-4.1.3
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


 was 0050486e Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-designer

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [camel-karavan] mgubaidullin merged pull request #825: Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer

2023-07-18 Thread via GitHub


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


-- 
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 (a430f394 -> 89acc6c4)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from a430f394 Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-space (#821)
 add 89acc6c4 Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-designer 
(#820)

No new revisions were added by this update.

Summary of changes:
 karavan-designer/package-lock.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)



[camel-karavan] branch dependabot/npm_and_yarn/karavan-space/tough-cookie-4.1.3 deleted (was 7dcf4bee)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-space/tough-cookie-4.1.3
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


 was 7dcf4bee Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-space

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[camel-karavan] branch main updated (ea58473f -> a430f394)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from ea58473f Bump semver from 6.3.0 to 6.3.1 in /karavan-space (#824)
 add a430f394 Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-space (#821)

No new revisions were added by this update.

Summary of changes:
 karavan-space/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[camel-karavan] branch dependabot/npm_and_yarn/karavan-space/semver-6.3.1 deleted (was 91ac2307)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-space/semver-6.3.1
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


 was 91ac2307 Bump semver from 6.3.0 to 6.3.1 in /karavan-space

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [camel-karavan] mgubaidullin merged pull request #821: Bump tough-cookie from 4.1.2 to 4.1.3 in /karavan-space

2023-07-18 Thread via GitHub


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


-- 
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 (056f3a5c -> ea58473f)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from 056f3a5c Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space (#826)
 add ea58473f Bump semver from 6.3.0 to 6.3.1 in /karavan-space (#824)

No new revisions were added by this update.

Summary of changes:
 karavan-space/package-lock.json | 60 -
 1 file changed, 30 insertions(+), 30 deletions(-)



[GitHub] [camel-karavan] mgubaidullin merged pull request #824: Bump semver from 6.3.0 to 6.3.1 in /karavan-space

2023-07-18 Thread via GitHub


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


-- 
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 dependabot/npm_and_yarn/karavan-space/word-wrap-1.2.4 deleted (was 665baea9)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-space/word-wrap-1.2.4
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


 was 665baea9 Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[camel-karavan] branch main updated: Aligh github actions to new folders #817

2023-07-18 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 33544160 Aligh github actions to new folders #817
33544160 is described below

commit 335441607f412052e422f4b0d4fc838c93c5c9cf
Author: Marat Gubaidullin 
AuthorDate: Tue Jul 18 20:47:25 2023 -0400

Aligh github actions to new folders #817
---
 .github/workflows/app.yml   | 2 +-
 .github/workflows/cli.yml   | 1 +
 .github/workflows/operator.yml  | 1 +
 .github/workflows/vscode.yml| 1 +
 karavan-platform/docs/README.md | 1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 531e53a0..e44018e4 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -3,7 +3,7 @@ name: cloud-native app
 on:
   push:
 branches: [ main ]
-paths: ['karavan-platform/karavan-app/**']
+paths: ['karavan-platform/karavan-app/**', 'karavan-core/**', 
'karavan-designer/**']
   workflow_dispatch:
   pull_request:
 branches: [ main ]
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 88ecee55..97d7ff91 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -3,6 +3,7 @@ name: cli
 on:
   push:
 branches: [ main ]
+paths: ['karavan-platform/karavan-cli/**']
   workflow_dispatch:
   pull_request:
 branches: [ main ]
diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml
index a17db333..21e1a59b 100644
--- a/.github/workflows/operator.yml
+++ b/.github/workflows/operator.yml
@@ -3,6 +3,7 @@ name: operator
 on:
   push:
 branches: [ main ]
+paths: ['karavan-platform/karavan-operator/**']
   workflow_dispatch:
   pull_request:
 branches: [ main ]
diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index 2b90b49e..7a572da8 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -3,6 +3,7 @@ name: vscode extension
 on:
   push:
 branches: [ main ]
+paths: ['karavan-vscode/**', 'karavan-core/**', 'karavan-designer/**']
   workflow_dispatch:
   pull_request:
 branches: [ main ]
diff --git a/karavan-platform/docs/README.md b/karavan-platform/docs/README.md
index aa9a85b3..08a1ac31 100644
--- a/karavan-platform/docs/README.md
+++ b/karavan-platform/docs/README.md
@@ -7,3 +7,4 @@
 1. [Karavan demo on OpenShift with Gitea](OPENSHIFT_DEMO.md)
 2. [Karavan on OpenShift](OPENSHIFT.md)
 3. [Karavan on Minikube](MINIKUBE.md)
+



[camel-karavan] branch main updated (33544160 -> 056f3a5c)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from 33544160 Aligh github actions to new folders #817
 add 056f3a5c Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space (#826)

No new revisions were added by this update.

Summary of changes:
 karavan-space/package-lock.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)



[GitHub] [camel-karavan] mgubaidullin merged pull request #826: Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space

2023-07-18 Thread via GitHub


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


-- 
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 (881653d1 -> 203310e5)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from 881653d1 Services Container statuses #817
 add 203310e5 ALigh github actions to new folders #817

No new revisions were added by this update.

Summary of changes:
 .github/workflows/app.yml  | 26 ++
 .github/workflows/builder.yml  |  6 ++---
 .github/workflows/cli.yml  |  6 ++---
 .github/workflows/operator.yml | 10 -
 .github/workflows/runner.yml   |  6 ++---
 .../camel/karavan/generator/KaravanGenerator.java  |  2 +-
 6 files changed, 22 insertions(+), 34 deletions(-)



[camel-karavan] branch dependabot/npm_and_yarn/karavan-space/word-wrap-1.2.4 created (now 665baea9)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-space/word-wrap-1.2.4
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


  at 665baea9 Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space

No new revisions were added by this update.



[GitHub] [camel-karavan] dependabot[bot] opened a new pull request, #826: Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-space

2023-07-18 Thread via GitHub


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

   Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 
1.2.4.
   
   Release notes
   Sourced from https://github.com/jonschlinkert/word-wrap/releases;>word-wrap's 
releases.
   
   1.2.4
   What's Changed
   
   Remove default indent by https://github.com/mohd-akram;>@​mohd-akram in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   fix: CVE 2023 26115 (2) by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   :lock: fix: CVE-2023-26115 by https://github.com/aashutoshrathi;>@​aashutoshrathi in 
https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   chore: publish workflow by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/42;>jonschlinkert/word-wrap#42
   
   New Contributors
   
   https://github.com/mohd-akram;>@​mohd-akram 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   https://github.com/OlafConijn;>@​OlafConijn 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   https://github.com/aashutoshrathi;>@​aashutoshrathi made 
their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   
   Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4
   
   
   
   Commits
   
   https://github.com/jonschlinkert/word-wrap/commit/f64b188c7261d26b99e1e2075d6b12f21798e83a;>f64b188
 run verb to generate README
   https://github.com/jonschlinkert/word-wrap/commit/03ea08256ba0c8e8b02b1b304f0f5bd2b1863207;>03ea082
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/42;>#42 
from jonschlinkert/chore/publish-workflow
   https://github.com/jonschlinkert/word-wrap/commit/420dce9a2412b21881202b73a3c34f0edc53cb2e;>420dce9
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/41;>#41 
from jonschlinkert/fix/CVE-2023-26115-2
   https://github.com/jonschlinkert/word-wrap/commit/bfa694edf55bb84ff84512f13da6d68bf7593f06;>bfa694e
 Update .github/workflows/publish.yml
   https://github.com/jonschlinkert/word-wrap/commit/ace0b3c78f81aaf43040bab3bc91d3c5546d3fd2;>ace0b3c
 chore: bump version to 1.2.4
   https://github.com/jonschlinkert/word-wrap/commit/6fd727594676f3e1b196b08a320908bec2f4ca02;>6fd7275
 chore: add publish workflow
   https://github.com/jonschlinkert/word-wrap/commit/30d6daf60fce429f5f559252fa86ee78200652c4;>30d6daf
 chore: fix test
   https://github.com/jonschlinkert/word-wrap/commit/655929cabea6299dddf3b4a21fc3713fca701b48;>655929c
 chore: remove package-lock
   https://github.com/jonschlinkert/word-wrap/commit/49e08bbc32a84da5d79e6b7e0fa74ff6217f6d81;>49e08bb
 chore: added an additional testcase
   https://github.com/jonschlinkert/word-wrap/commit/9f626935f3fac6ec0f3c4b26baea4eb9740d9645;>9f62693
 fix: cve 2023-26115
   Additional commits viewable in https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=word-wrap=npm_and_yarn=1.2.3=1.2.4)](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 

[camel-karavan] branch dependabot/npm_and_yarn/karavan-designer/word-wrap-1.2.4 created (now 10b89f16)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/karavan-designer/word-wrap-1.2.4
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


  at 10b89f16 Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer

No new revisions were added by this update.



[GitHub] [camel-karavan] dependabot[bot] opened a new pull request, #825: Bump word-wrap from 1.2.3 to 1.2.4 in /karavan-designer

2023-07-18 Thread via GitHub


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

   Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 
1.2.4.
   
   Release notes
   Sourced from https://github.com/jonschlinkert/word-wrap/releases;>word-wrap's 
releases.
   
   1.2.4
   What's Changed
   
   Remove default indent by https://github.com/mohd-akram;>@​mohd-akram in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   fix: CVE 2023 26115 (2) by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   :lock: fix: CVE-2023-26115 by https://github.com/aashutoshrathi;>@​aashutoshrathi in 
https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   chore: publish workflow by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/42;>jonschlinkert/word-wrap#42
   
   New Contributors
   
   https://github.com/mohd-akram;>@​mohd-akram 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   https://github.com/OlafConijn;>@​OlafConijn 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   https://github.com/aashutoshrathi;>@​aashutoshrathi made 
their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   
   Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4
   
   
   
   Commits
   
   https://github.com/jonschlinkert/word-wrap/commit/f64b188c7261d26b99e1e2075d6b12f21798e83a;>f64b188
 run verb to generate README
   https://github.com/jonschlinkert/word-wrap/commit/03ea08256ba0c8e8b02b1b304f0f5bd2b1863207;>03ea082
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/42;>#42 
from jonschlinkert/chore/publish-workflow
   https://github.com/jonschlinkert/word-wrap/commit/420dce9a2412b21881202b73a3c34f0edc53cb2e;>420dce9
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/41;>#41 
from jonschlinkert/fix/CVE-2023-26115-2
   https://github.com/jonschlinkert/word-wrap/commit/bfa694edf55bb84ff84512f13da6d68bf7593f06;>bfa694e
 Update .github/workflows/publish.yml
   https://github.com/jonschlinkert/word-wrap/commit/ace0b3c78f81aaf43040bab3bc91d3c5546d3fd2;>ace0b3c
 chore: bump version to 1.2.4
   https://github.com/jonschlinkert/word-wrap/commit/6fd727594676f3e1b196b08a320908bec2f4ca02;>6fd7275
 chore: add publish workflow
   https://github.com/jonschlinkert/word-wrap/commit/30d6daf60fce429f5f559252fa86ee78200652c4;>30d6daf
 chore: fix test
   https://github.com/jonschlinkert/word-wrap/commit/655929cabea6299dddf3b4a21fc3713fca701b48;>655929c
 chore: remove package-lock
   https://github.com/jonschlinkert/word-wrap/commit/49e08bbc32a84da5d79e6b7e0fa74ff6217f6d81;>49e08bb
 chore: added an additional testcase
   https://github.com/jonschlinkert/word-wrap/commit/9f626935f3fac6ec0f3c4b26baea4eb9740d9645;>9f62693
 fix: cve 2023-26115
   Additional commits viewable in https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=word-wrap=npm_and_yarn=1.2.3=1.2.4)](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 

[camel-karavan] branch main updated (e507cb5a -> 881653d1)

2023-07-18 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


from e507cb5a Run/Reload/Stop in Docker #817
 add 05af46e8 Rename folder #817
 add ccab452e Knowledgebase redesign #817
 add b27fe924 Services UI #817
 add 881653d1 Services Container statuses #817

No new revisions were added by this update.

Summary of changes:
 .../karavan/infinispan/model/CamelStatusName.java  |   15 -
 .../main/webui/src/components/ComponentsPage.tsx   |  121 -
 .../src/main/webui/src/kamelets/KameletsPage.tsx   |  131 -
 karavan-designer/src/App.tsx   |   24 +-
 karavan-designer/src/components/ComponentsPage.tsx |  121 -
 .../src/designer}/MainToolbar.tsx  |0
 karavan-designer/src/designer/karavan.css  |4 +
 karavan-designer/src/kamelets/KameletsPage.tsx |  131 -
 .../src/knowledgebase/KnowledgebasePage.tsx|   86 +
 .../components/ComponentCard.tsx   |4 +-
 .../knowledgebase}/components/ComponentModal.tsx   |4 +-
 .../src/knowledgebase/components/ComponentsTab.tsx |   77 +
 .../src/knowledgebase}/eip/EipCard.tsx |4 +-
 .../src/knowledgebase}/eip/EipModal.tsx|4 +-
 .../src/knowledgebase/eip/EipTab.tsx   |   51 +-
 .../src/knowledgebase}/kamelets/KameletCard.tsx|4 +-
 .../src/knowledgebase}/kamelets/KameletModal.tsx   |4 +-
 .../src/knowledgebase/kamelets/KameletsTab.tsx |   83 +
 .../docker/Dockerfile.builder  |0
 .../docker/Dockerfile.runner   |0
 {karavan-cloud => karavan-platform}/docs/AWS.md|0
 .../docs/AWS/karavan-acl-environments.yaml |0
 .../docs/AWS/karavan-acl.yaml  |0
 .../docs/AWS/karavan-app-deployment-public.yaml|0
 .../docs/AWS/karavan-app-ingress.yaml  |0
 .../docs/AWS/karavan-app-service-node-port.yaml|0
 .../docs/AWS/karavan-pvc.yaml  |0
 .../docs/AWS/karavan-quarkus-pipeline.yaml |0
 .../docs/AWS/karavan-quarkus-task-aws.yaml |0
 .../docs/AWS/karavan-sc.yaml   |0
 .../docs/AWS/karavan-secret.yaml   |0
 .../docs/AWS/karavan-spring-boot-pipeline.yaml |0
 .../docs/AWS/karavan-spring-boot-task-aws.yaml |0
 .../docs/AWS/kustomization.yaml|0
 .../docs/AWS/pipeline-service-account.yaml |0
 .../docs/MINIKUBE.md   |0
 .../docs/OPENSHIFT.md  |0
 .../docs/OPENSHIFT_DEMO.md |0
 {karavan-cloud => karavan-platform}/docs/README.md |0
 .../docs/keycloack/karavan-realm.json  |0
 .../docs/minikube/karavan-app-ingress.yaml |0
 .../docs/minikube/karavan-secret.yaml  |0
 .../docs/minikube/karavan.yaml |0
 .../docs/openshift/catalog.yaml|0
 .../docs/openshift/gitea-operator.yaml |0
 .../docs/openshift/gitea.yaml  |0
 .../docs/openshift/karavan-operator.yaml   |0
 .../docs/openshift/karavan-secret.yaml |0
 .../docs/openshift/karavan.yaml|0
 .../docs/openshift/pipeline-operator.yaml  |0
 .../karavan-app/.dockerignore  |0
 .../.mvn/wrapper/maven-wrapper.properties  |0
 .../karavan-app/Dockerfile.distroless.dockerignore |0
 .../karavan-app/Dockerfile.legacy-jar.dockerignore |0
 .../karavan-app/Dockerfile.multistage.dockerignore |0
 .../karavan-app/mvnw   |0
 .../karavan-app/mvnw.cmd   |0
 .../karavan-app/pom.xml|0
 .../src/main/docker/Dockerfile.distroless  |0
 .../src/main/docker/Dockerfile.legacy-jar  |0
 .../src/main/docker/Dockerfile.multistage  |0
 .../org/apache/camel/karavan/api/AuthResource.java |0
 .../camel/karavan/api/ComponentResources.java  |0
 .../camel/karavan/api/ConfigurationResource.java   |0
 .../apache/camel/karavan/api/DevModeResource.java  |6 +-
 .../camel/karavan/api/InfrastructureResource.java  |   19 +-
 .../apache/camel/karavan/api/KameletResources.java |   22 +-
 .../apache/camel/karavan/api/LogWatchResource.java |0
 .../camel/karavan/api/ProjectFileResource.java |0
 .../camel/karavan/api/ProjectGitResource.java  |0
 .../apache/camel/karavan/api/ProjectResource.java  |   22 +-
 .../org/apache/camel/karavan/api/SseResource.java  |0
 .../apache/camel/karavan/api/StatusResource.java   |4 +-
 .../apache/camel/karavan/api/UsersResource.java|0
 .../camel/karavan/docker/DockerEventListener.java  |   29 +-
 .../apache/camel/karavan/docker/DockerService.java | 

[camel-k] branch release-1.12.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.12.x by this push:
 new 8632f8315 Periodic Sync of Camel K Main Branch for SBOM Generation
8632f8315 is described below

commit 8632f8315e5319517d9f4f7fb6d5482607dd4764
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 18 23:47:37 2023 +

Periodic Sync of Camel K Main Branch for SBOM Generation
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 9c14fcfc7..45c47554b 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:7b1fce71-d58a-4b23-b110-c05f9bc9a234",
+  "serialNumber": "urn:uuid:74923a80-73c1-4be3-8969-a099cc843fb2",
   "version": 1,
   "metadata": {
-"timestamp": "2023-07-17T23:46:58Z",
+"timestamp": "2023-07-18T23:47:37Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234126-46f873c49c3c?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234658-97e8a95f23e5?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230717234126-46f873c49c3c",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234126-46f873c49c3c?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230717234658-97e8a95f23e5",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -510,18 +510,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234126-46f873c49c3c?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230717234126-46f873c49c3c",
+  "version": "v0.0.0-20230717234658-97e8a95f23e5",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"a337d39447d6d40d9d7699421bcc498d415783f491fcb635c353fb27b8a22f68"
+  "content": 
"95585b8f9d0a8e0302f4b13de8247cec947d24cf46ad584c5e4ddd2081cbb277"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234126-46f873c49c3c?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -530,18 +530,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234126-46f873c49c3c?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230717234126-46f873c49c3c",
+  "version": "v0.0.0-20230717234658-97e8a95f23e5",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"d411f2e896c19437753497c2841b5348e60ac7ab984657de82bb321c231a2858"
+  "content": 
"38fe265259d42778e6a3ee1712ffe5c37e1d71c5b43788335275cb6938abbad0"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234126-46f873c49c3c?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -550,18 +550,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230717234126-46f873c49c3c?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230717234658-97e8a95f23e5?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  

[camel-k] branch release-2.0.x updated: chore: nightly SBOM update

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-2.0.x by this push:
 new 7d2b42550 chore: nightly SBOM update
7d2b42550 is described below

commit 7d2b425501123718b906b5ec6d91a0b65a31ba38
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 18 23:46:12 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 202f7a18f..979b3b843 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:3e04976f-40c3-4d07-924b-a0f48b31612f",
+  "serialNumber": "urn:uuid:00463a42-20be-4cc3-b5d8-b48b22c52979",
   "version": 1,
   "metadata": {
-"timestamp": "2023-07-17T23:47:09Z",
+"timestamp": "2023-07-18T23:46:12Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234628-9c8fff91c037?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234709-10891826fce8?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230717234628-9c8fff91c037",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234628-9c8fff91c037?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230717234709-10891826fce8",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -423,18 +423,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234628-9c8fff91c037?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234709-10891826fce8?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230717234628-9c8fff91c037",
+  "version": "v0.0.0-20230717234709-10891826fce8",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"c348aa60d441f47fa176847a9b10e9e63118510df25087c151aa37acdd165a3d"
+  "content": 
"76fd38a98b46d9057f76c49de5331bac268f5e1a8cab137aff83d925f3af4c2b"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234628-9c8fff91c037?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/apis/camel;,
@@ -443,18 +443,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234628-9c8fff91c037?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234709-10891826fce8?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230717234628-9c8fff91c037",
+  "version": "v0.0.0-20230717234709-10891826fce8",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"39380ee9887732429ca4f55b8845991e15e34026a43785848f9fffaaee607ca4"
+  "content": 
"8b28e55597d4024f85dde83d88b242921a1207e9bb70488a0446e57b5476a45b"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234628-9c8fff91c037?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/client/camel;,
@@ -463,18 +463,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230717234628-9c8fff91c037?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230717234709-10891826fce8?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  

[camel-k-runtime] branch release-2.16.x updated: chore: update changelog

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-2.16.x by this push:
 new f0ef04be chore: update changelog
f0ef04be is described below

commit f0ef04be4e82400723f61eb985353a2fd5420a6a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 18 23:34:33 2023 +

chore: update changelog
---
 CHANGELOG.md | 8 
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f3675e7..d2bb268e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-k-runtime/tree/HEAD)
+
+[Full 
Changelog](https://github.com/apache/camel-k-runtime/compare/camel-k-runtime-project-2.16.0...HEAD)
+
+**Closed issues:**
+
+- Make camel-quarkus-3 branch buildable 
[\#1073](https://github.com/apache/camel-k-runtime/issues/1073)
+
 ## 
[camel-k-runtime-project-2.16.0](https://github.com/apache/camel-k-runtime/tree/camel-k-runtime-project-2.16.0)
 (2023-07-04)
 
 [Full 
Changelog](https://github.com/apache/camel-k-runtime/compare/camel-k-runtime-project-1.17.1...camel-k-runtime-project-2.16.0)



[camel-k-runtime] branch main updated: chore: update changelog

2023-07-18 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 ee40db9a chore: update changelog
ee40db9a is described below

commit ee40db9a611e65f5b028c602480767d8e03d9d9f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 18 23:34:33 2023 +

chore: update changelog
---
 CHANGELOG.md | 4 
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5c42614..8e52103a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 
 [Full 
Changelog](https://github.com/apache/camel-k-runtime/compare/camel-k-runtime-project-2.16.0...HEAD)
 
+**Closed issues:**
+
+- Make camel-quarkus-3 branch buildable 
[\#1073](https://github.com/apache/camel-k-runtime/issues/1073)
+
 **Merged pull requests:**
 
 - Define a maven group for the quarkus maven plugin 
[\#1067](https://github.com/apache/camel-k-runtime/pull/1067) 
([claudio4j](https://github.com/claudio4j))



[GitHub] [camel-website] dependabot[bot] opened a new pull request, #1038: Bump word-wrap from 1.2.3 to 1.2.4 in /antora-ui-camel

2023-07-18 Thread via GitHub


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

   Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 
1.2.4.
   
   Release notes
   Sourced from https://github.com/jonschlinkert/word-wrap/releases;>word-wrap's 
releases.
   
   1.2.4
   What's Changed
   
   Remove default indent by https://github.com/mohd-akram;>@​mohd-akram in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   fix: CVE 2023 26115 (2) by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   :lock: fix: CVE-2023-26115 by https://github.com/aashutoshrathi;>@​aashutoshrathi in 
https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   chore: publish workflow by https://github.com/OlafConijn;>@​OlafConijn in https://redirect.github.com/jonschlinkert/word-wrap/pull/42;>jonschlinkert/word-wrap#42
   
   New Contributors
   
   https://github.com/mohd-akram;>@​mohd-akram 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/24;>jonschlinkert/word-wrap#24
   https://github.com/OlafConijn;>@​OlafConijn 
made their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/41;>jonschlinkert/word-wrap#41
   https://github.com/aashutoshrathi;>@​aashutoshrathi made 
their first contribution in https://redirect.github.com/jonschlinkert/word-wrap/pull/33;>jonschlinkert/word-wrap#33
   
   Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4
   
   
   
   Commits
   
   https://github.com/jonschlinkert/word-wrap/commit/f64b188c7261d26b99e1e2075d6b12f21798e83a;>f64b188
 run verb to generate README
   https://github.com/jonschlinkert/word-wrap/commit/03ea08256ba0c8e8b02b1b304f0f5bd2b1863207;>03ea082
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/42;>#42 
from jonschlinkert/chore/publish-workflow
   https://github.com/jonschlinkert/word-wrap/commit/420dce9a2412b21881202b73a3c34f0edc53cb2e;>420dce9
 Merge pull request https://redirect.github.com/jonschlinkert/word-wrap/issues/41;>#41 
from jonschlinkert/fix/CVE-2023-26115-2
   https://github.com/jonschlinkert/word-wrap/commit/bfa694edf55bb84ff84512f13da6d68bf7593f06;>bfa694e
 Update .github/workflows/publish.yml
   https://github.com/jonschlinkert/word-wrap/commit/ace0b3c78f81aaf43040bab3bc91d3c5546d3fd2;>ace0b3c
 chore: bump version to 1.2.4
   https://github.com/jonschlinkert/word-wrap/commit/6fd727594676f3e1b196b08a320908bec2f4ca02;>6fd7275
 chore: add publish workflow
   https://github.com/jonschlinkert/word-wrap/commit/30d6daf60fce429f5f559252fa86ee78200652c4;>30d6daf
 chore: fix test
   https://github.com/jonschlinkert/word-wrap/commit/655929cabea6299dddf3b4a21fc3713fca701b48;>655929c
 chore: remove package-lock
   https://github.com/jonschlinkert/word-wrap/commit/49e08bbc32a84da5d79e6b7e0fa74ff6217f6d81;>49e08bb
 chore: added an additional testcase
   https://github.com/jonschlinkert/word-wrap/commit/9f626935f3fac6ec0f3c4b26baea4eb9740d9645;>9f62693
 fix: cve 2023-26115
   Additional commits viewable in https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=word-wrap=npm_and_yarn=1.2.3=1.2.4)](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 

[camel-website] branch dependabot/npm_and_yarn/antora-ui-camel/word-wrap-1.2.4 created (now ab3cf4a0)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/antora-ui-camel/word-wrap-1.2.4
in repository https://gitbox.apache.org/repos/asf/camel-website.git


  at ab3cf4a0 Bump word-wrap from 1.2.3 to 1.2.4 in /antora-ui-camel

No new revisions were added by this update.



[camel-quarkus] branch main updated: Add missing graal-sdk dependency declaration to extensions that use GraalVM APIs

2023-07-18 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 6292718cbc Add missing graal-sdk dependency declaration to extensions 
that use GraalVM APIs
6292718cbc is described below

commit 6292718cbc82d62e30e72f72190acd0ee5689477
Author: James Netherton 
AuthorDate: Tue Jul 18 15:26:02 2023 +0100

Add missing graal-sdk dependency declaration to extensions that use GraalVM 
APIs
---
 extensions-core/xml-jaxb/runtime/pom.xml   | 5 +
 extensions-support/swagger/runtime/pom.xml | 5 +
 extensions/java-joor-dsl/runtime/pom.xml   | 5 +
 extensions/jsh-dsl/runtime/pom.xml | 5 +
 extensions/json-validator/runtime/pom.xml  | 5 +
 extensions/kotlin-dsl/runtime/pom.xml  | 5 +
 extensions/nitrite/runtime/pom.xml | 5 +
 7 files changed, 35 insertions(+)

diff --git a/extensions-core/xml-jaxb/runtime/pom.xml 
b/extensions-core/xml-jaxb/runtime/pom.xml
index 58af830641..f033399f09 100644
--- a/extensions-core/xml-jaxb/runtime/pom.xml
+++ b/extensions-core/xml-jaxb/runtime/pom.xml
@@ -52,6 +52,11 @@
 io.quarkus
 quarkus-jaxb
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions-support/swagger/runtime/pom.xml 
b/extensions-support/swagger/runtime/pom.xml
index fa52375b2b..f18194952f 100644
--- a/extensions-support/swagger/runtime/pom.xml
+++ b/extensions-support/swagger/runtime/pom.xml
@@ -47,6 +47,11 @@
 io.swagger.parser.v3
 swagger-parser
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions/java-joor-dsl/runtime/pom.xml 
b/extensions/java-joor-dsl/runtime/pom.xml
index d6d9d738d2..dffbb62dd2 100644
--- a/extensions/java-joor-dsl/runtime/pom.xml
+++ b/extensions/java-joor-dsl/runtime/pom.xml
@@ -44,6 +44,11 @@
 org.apache.camel
 camel-java-joor-dsl
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions/jsh-dsl/runtime/pom.xml 
b/extensions/jsh-dsl/runtime/pom.xml
index c6b34fb2ba..e31e29313c 100644
--- a/extensions/jsh-dsl/runtime/pom.xml
+++ b/extensions/jsh-dsl/runtime/pom.xml
@@ -48,6 +48,11 @@
 org.apache.camel
 camel-jsh-dsl
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions/json-validator/runtime/pom.xml 
b/extensions/json-validator/runtime/pom.xml
index 386921dfa9..dd651401cb 100644
--- a/extensions/json-validator/runtime/pom.xml
+++ b/extensions/json-validator/runtime/pom.xml
@@ -44,6 +44,11 @@
 org.apache.camel
 camel-json-validator
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions/kotlin-dsl/runtime/pom.xml 
b/extensions/kotlin-dsl/runtime/pom.xml
index 34d1ec014a..bde30bf37b 100644
--- a/extensions/kotlin-dsl/runtime/pom.xml
+++ b/extensions/kotlin-dsl/runtime/pom.xml
@@ -52,6 +52,11 @@
 org.apache.camel
 camel-kotlin-dsl
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 
diff --git a/extensions/nitrite/runtime/pom.xml 
b/extensions/nitrite/runtime/pom.xml
index 739ccbf357..7b27101f99 100644
--- a/extensions/nitrite/runtime/pom.xml
+++ b/extensions/nitrite/runtime/pom.xml
@@ -48,6 +48,11 @@
 org.apache.camel
 camel-nitrite
 
+
+org.graalvm.sdk
+graal-sdk
+provided
+
 
 
 



[GitHub] [camel-quarkus] jamesnetherton merged pull request #5103: Add missing graal-sdk dependency declaration to extensions that use GraalVM APIs

2023-07-18 Thread via GitHub


jamesnetherton merged PR #5103:
URL: https://github.com/apache/camel-quarkus/pull/5103


-- 
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: Simplify MicrometerTest.testDumpAsJson results extraction

2023-07-18 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 0f287c81fd Simplify MicrometerTest.testDumpAsJson results extraction
0f287c81fd is described below

commit 0f287c81fd5a1477ba3d8e38ee9bec87090e2361
Author: James Netherton 
AuthorDate: Tue Jul 18 12:10:55 2023 +0100

Simplify MicrometerTest.testDumpAsJson results extraction
---
 .../quarkus/component/micrometer/it/MicrometerTest.java   | 15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
index 4ff1c8ce5c..ccc6b4d31b 100644
--- 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
+++ 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
@@ -17,10 +17,8 @@
 package org.apache.camel.quarkus.component.micrometer.it;
 
 import java.lang.management.ManagementFactory;
-import java.util.List;
 import java.util.Map;
 import java.util.Set;
-import java.util.stream.Collectors;
 
 import javax.management.Attribute;
 import javax.management.MBeanServer;
@@ -183,19 +181,14 @@ class MicrometerTest extends AbstractMicrometerTest {
 .extract().jsonPath();
 
 //extract required values
-Map result = jsonPath.getList("gauges").stream()
-.map(o -> (Map) o)
-.filter(o -> ((Map) 
o.get("id")).get("name").toString().contains(".routes."))
-//filter only values with tag: customTag=prometheus
-.filter(o -> ((List) ((Map) o.get("id")).get("tags")).stream()
-.anyMatch(item -> ((Map) 
item).containsKey("customTag")))
-.collect(Collectors.toMap(o -> ((Map) 
o.get("id")).get("name"), o -> o.get("value").toString()));
+Map result = jsonPath.getMap(
+"gauges.findAll { it.id.name =~ /routes/ && it.id.tags.find { 
it.customTag } }.collectEntries { [it.id.name, it.value] }");
 
 assertEquals(result.size(), 2);
 assertTrue(result.containsKey("camel.routes.running"));
-assertEquals(result.get("camel.routes.running"), "7.0");
+assertEquals(7.0f, result.get("camel.routes.running"));
 assertTrue(result.containsKey("camel.routes.added"));
-assertEquals(result.get("camel.routes.added"), "7.0");
+assertEquals(7.0f, result.get("camel.routes.added"));
 }
 
 @ParameterizedTest



[GitHub] [camel-quarkus] jamesnetherton merged pull request #5102: Simplify MicrometerTest.testDumpAsJson results extraction

2023-07-18 Thread via GitHub


jamesnetherton merged PR #5102:
URL: https://github.com/apache/camel-quarkus/pull/5102


-- 
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 #10718: [CAMEL-19613] Convert components to use the camel-test-infra-core: ArangoDB

2023-07-18 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] ammachado opened a new pull request, #10718: [CAMEL-19613] Convert components to use the camel-test-infra-core: ArangoDB

2023-07-18 Thread via GitHub


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

   # Description
   
   Convert components to use the camel-test-infra-core: ArangoDB
   
   
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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-runtime] claudio4j closed issue #1073: Make camel-quarkus-3 branch buildable

2023-07-18 Thread via GitHub


claudio4j closed issue #1073: Make camel-quarkus-3 branch buildable
URL: https://github.com/apache/camel-k-runtime/issues/1073


-- 
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-runtime] claudio4j merged pull request #1074: Fix: make camel-k-runtime build works with CEQ 3

2023-07-18 Thread via GitHub


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


-- 
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 camel-quarkus-3 updated: Fix: make camel-k-runtime build works with CEQ 3 (#1074)

2023-07-18 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a commit to branch camel-quarkus-3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/camel-quarkus-3 by this push:
 new 4f5c40a1 Fix: make camel-k-runtime build works with CEQ 3 (#1074)
4f5c40a1 is described below

commit 4f5c40a10fa74effbedc93889d393bbb2e424da3
Author: Claudio Miranda 
AuthorDate: Tue Jul 18 16:42:22 2023 -0300

Fix: make camel-k-runtime build works with CEQ 3 (#1074)

- Some api changes required due to quarkus 3
  NativeImageTest to QuarkusIntegrationTest
  Use of ExtendedCamelContext and PluginHelper
- Change imports from javax to jakarta
- Remove RuntimeYamlDeserializationDefaultTest (CAMEL-19007)
- Excluded snakeyaml from some tests/examples dependencies as mvn enforcer 
complained
---
 .../src/main/java/org/apache/camel/k/Runtime.java  |  8 ++--
 .../k/core/quarkus/deployment/CoreProcessor.java   |  2 +-
 .../deployment/support/DeploymentSupport.java  |  1 +
 .../apache/camel/k/listener/ContextConfigurer.java |  1 +
 .../apache/camel/k/listener/SourcesConfigurer.java |  1 +
 .../apache/camel/k/support/DelegatingRuntime.java  |  6 ++-
 .../apache/camel/k/support/PropertiesSupport.java  |  6 +--
 .../org/apache/camel/k/support/RouteBuilders.java  |  1 +
 .../org/apache/camel/k/support/RuntimeSupport.java |  9 +---
 .../java/org/apache/camel/k/support/Sources.java   |  2 +-
 .../org/apache/camel/k/support/SourcesSupport.java | 10 ++--
 .../org/apache/camel/k/support/NameCustomizer.java |  2 +-
 .../KnativeSinkBindingContextCustomizer.java   |  1 +
 .../k/quarkus/deployment/RuntimeProcessor.java |  1 +
 .../org/apache/camel/k/quarkus/Application.java|  6 +--
 .../k/quarkus/ApplicationConfigSourceProvider.java |  1 +
 .../camel/k/quarkus/ApplicationProducers.java  |  6 +--
 .../camel/k/quarkus/ApplicationRecorder.java   |  1 +
 examples/cron/pom.xml  |  6 +++
 examples/kamelets-discovery/pom.xml|  6 +++
 examples/kamelets/pom.xml  |  6 +++
 examples/knative/pom.xml   |  6 +++
 examples/yaml/pom.xml  |  6 +++
 .../k/core/quarkus/deployment/Application.java | 18 +++
 .../camel/k/core/quarkus/deployment/CoreIT.java|  6 +--
 .../camel/k/core/quarkus/deployment/CoreTest.java  |  2 +-
 itests/camel-k-itests-cron/pom.xml |  6 +++
 .../k/quarkus/cron/deployment/Application.java | 14 +++---
 .../camel/k/quarkus/cron/deployment/CronIT.java|  4 +-
 itests/camel-k-itests-kamelet/pom.xml  |  6 +++
 .../org/apache/camel/k/quarkus/it/Application.java | 26 +-
 .../org/apache/camel/k/quarkus/it/RuntimeIT.java   |  4 +-
 .../org/apache/camel/k/quarkus/it/RuntimeTest.java |  2 +-
 .../k/quarkus/it/KnativeConsumerApplication.java   | 16 +++
 .../camel/k/quarkus/it/KnativeConsumerIT.java  |  4 +-
 .../camel/k/quarkus/it/KnativeConsumerTest.java|  2 +-
 .../pom.xml|  6 +++
 .../it/KnativeEnvFromPropertiesApplication.java| 16 +++
 .../k/quarkus/it/KnativeEnvFromPropertiesIT.java   |  4 +-
 .../k/quarkus/it/KnativeEnvFromPropertiesTest.java |  2 +-
 .../pom.xml|  6 +++
 .../it/KnativeEnvFromRegistryApplication.java  | 18 +++
 .../k/quarkus/it/KnativeEnvFromRegistryIT.java |  4 +-
 .../k/quarkus/it/KnativeEnvFromRegistryTest.java   |  2 +-
 .../k/quarkus/it/KnativeProducerApplication.java   | 16 +++
 .../camel/k/quarkus/it/KnativeProducerIT.java  |  4 +-
 .../camel/k/quarkus/it/KnativeProducerTest.java|  2 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml  |  6 +++
 .../quarkus/it/KnativeSinkBindingApplication.java  | 18 +++
 .../camel/k/quarkus/it/KnativeSinkBindingIT.java   |  4 +-
 .../camel/k/quarkus/it/KnativeSinkBindingTest.java |  2 +-
 itests/camel-k-itests-knative/pom.xml  |  6 +++
 .../camel/k/quarkus/it/KnativeApplication.java | 16 +++
 .../org/apache/camel/k/quarkus/it/KnativeIT.java   |  4 +-
 .../org/apache/camel/k/quarkus/it/KnativeTest.java |  2 +-
 .../camel/k/loader/yaml/quarkus/Application.java   | 18 +++
 .../k/loader/yaml/quarkus/GroovyLoaderTest.java|  6 +--
 .../camel/k/loader/jsh/quarkus/Application.java| 18 +++
 .../apache/camel/k/loader/jsh/JavaLoaderTest.java  |  6 +--
 .../camel/k/loader/js/quarkus/Application.java | 18 +++
 .../k/loader/js/quarkus/JavaScriptLoaderIT.java|  4 +-
 .../k/loader/js/quarkus/JavaScriptLoaderTest.java  |  2 +-
 .../k/loader/jsh/quarkus/it/JshApplication.java| 18 +++
 .../camel/k/loader/jsh/it/JshLoaderTest.java   |  6 +--
 .../camel/k/loader/kotlin/quarkus/Application.java | 18 +++
 .../k/loader/kotlin/quarkus/KotlinLoaderTest.java  |  6 +--
 

[GitHub] [camel-kafka-connector] jakubmalek commented on issue #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-07-18 Thread via GitHub


jakubmalek commented on issue #1543:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1543#issuecomment-1640563686

   Hi, 
   I faced the same issue with `camel-http-secured-source-kafka-connector` the 
task is returning `InputStreamCache` object as the  `SourceRecord` value, which 
cannot be converted with `ByteArrayConverter`.
   
   Disabling streaming cache with `camel.main.streamCachingEnabled` property 
changes the java-type to 
`org.apache.camel.converter.stream.CachedOutputStream$WrappedInputStream` which 
is not suitable either.
   
   When combined with `camel.source.marshal: jackson` I get following error:
   > com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No 
serializer found for class org.apache.camel.converter.stream.InputStreamCache 
and no properties discovered to create BeanSerializer (to avoid exception, 
disable SerializationFeature.FAIL_ON_EMPTY_BEANS)
   
   I tried looking for suitable 
[camel-http](https://github.com/apache/camel/blob/main/components/camel-http/src/generated/resources/org/apache/camel/component/http/https.json)
 properties but I couldn't find anything.
   
   For now I've bypassed this by implementing custom transformation plugin 
which transforms the `InputStream` into the byte array.
   However I was wondering if there a way to configure the connector to at the 
very least returned unwrapped bytes or preferably being able to convert it to  
`HashMap` for the `JSON` payload to be able to apply further field 
transformations ?
   


-- 
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] oscerd commented on pull request #10717: CAMEL-19568: disable header validation on camel-netty-http

2023-07-18 Thread via GitHub


oscerd commented on PR #10717:
URL: https://github.com/apache/camel/pull/10717#issuecomment-1640537762

   > > This will open us to CVE weakness. From http response splitting to other 
stuff. Validation should be always enabled
   > 
   > Oh, BTW, this applies to the validation of responses only. That is: the 
responses Camel is sending ... not those it is consuming.
   
   I didn't notice this


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

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

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



[GitHub] [camel-k-runtime] claudio4j opened a new pull request, #1074: Fix: make camel-k-runtime build works with CEQ 3

2023-07-18 Thread via GitHub


claudio4j opened a new pull request, #1074:
URL: https://github.com/apache/camel-k-runtime/pull/1074

   - Some api changes required due to quarkus 3 NativeImageTest to 
QuarkusIntegrationTest Use of ExtendedCamelContext and PluginHelper
   - Change imports from javax to jakarta
   - Remove RuntimeYamlDeserializationDefaultTest (CAMEL-19007)
   - Excluded snakeyaml from some tests/examples dependencies as mvn enforcer 
complained
   
   
   
   
   
   
   
   
   **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



[GitHub] [camel] orpiske commented on pull request #10717: CAMEL-19568: disable header validation on camel-netty-http

2023-07-18 Thread via GitHub


orpiske commented on PR #10717:
URL: https://github.com/apache/camel/pull/10717#issuecomment-1640379907

   > This will open us to CVE weakness. From http response splitting to other 
stuff. Validation should be always enabled
   
   Oh, BTW, this applies to the validation of responses only. That is: the 
responses Camel is sending ... not those it is consuming.


-- 
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 commented on pull request #10717: CAMEL-19568: disable header validation on camel-netty-http

2023-07-18 Thread via GitHub


orpiske commented on PR #10717:
URL: https://github.com/apache/camel/pull/10717#issuecomment-1640377232

   > This will open us to CVE weakness. From http response splitting to other 
stuff. Validation should be always enabled
   
   That's a good point 樂 
   
   Any suggestions how we could possibly work-around the original issue? One 
idea I had (which I scrapped) was to change the code like from:
   
   ```
   response.headers().set(HttpHeaderNames.CONTENT_TYPE.toString(), contentType);
   ```
   
   To:
   ```
   response.headers().set(HttpHeaderNames.CONTENT_TYPE.toString(), 
contentType.replace("\r\n\t", "");
   ```
   
   wdyt? 
   
   
   
   


-- 
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 (524703c047c -> 47ca729139a)

2023-07-18 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 524703c047c Upgrade fugue 5.0.0
 add 47ca729139a CAMEL-19589: upgraded testcontainers to 1.18.3

No new revisions were added by this update.

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



[GitHub] [camel] github-actions[bot] commented on pull request #10717: (chores) camel-dhis: fixed remaining incorrect logging

2023-07-18 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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, #10717: (chores) camel-dhis: fixed remaining incorrect logging

2023-07-18 Thread via GitHub


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

   (no comment)


-- 
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 pull request, #5103: Add missing graal-sdk dependency declaration to extensions that use GraalVM APIs

2023-07-18 Thread via GitHub


jamesnetherton opened a new pull request, #5103:
URL: https://github.com/apache/camel-quarkus/pull/5103

   Seems in Quarkus 3.20.x `graal-sdk` is a `compile` scope transitive of 
`quarkus-core`. From Quarkus 3.3.0, it becomes `provided` scope, thus there are 
multiple compilation failures.
   
   I thought it'd be ok to deal with this change now on `main` instead of 
`quarkus-main`.


-- 
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 commented on pull request #10713: (chores) camel-xml-io-dsl: converted to use test-infra

2023-07-18 Thread via GitHub


orpiske commented on PR #10713:
URL: https://github.com/apache/camel/pull/10713#issuecomment-1640340040

   This makes the code worst. Let's hold this for now.


-- 
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-19589: upgraded testcontainers to 1.18.3

2023-07-18 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


The following commit(s) were added to refs/heads/main by this push:
 new 47ca729139a CAMEL-19589: upgraded testcontainers to 1.18.3
47ca729139a is described below

commit 47ca729139a8724f1273702118c4c41c124611a5
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jul 18 08:29:38 2023 +0200

CAMEL-19589: upgraded testcontainers to 1.18.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8611eba80ee..6371b601832 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -454,7 +454,7 @@
 
2.1.16
 1.0.1
 4.3.4
-1.17.6
+1.18.3
 2.8.0
 9.9.0
 4.1.2



[GitHub] [camel] orpiske merged pull request #10711: CAMEL-19589: upgraded testcontainers to 1.18.3

2023-07-18 Thread via GitHub


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


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

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

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



[camel-quarkus] branch camel-main updated: Proper fix of tika version conflict + generated poms

2023-07-18 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-main by this push:
 new 56f00a1ac2 Proper fix of tika version conflict + generated poms
56f00a1ac2 is described below

commit 56f00a1ac2adddef28c0242182c2cdabb51c1b18
Author: JiriOndrusek 
AuthorDate: Tue Jul 18 16:21:15 2023 +0200

Proper fix of tika version conflict + generated poms
---
 poms/bom/pom.xml  | 15 +++
 poms/bom/src/main/generated/flattened-full-pom.xml| 15 +++
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 15 +++
 .../src/main/generated/flattened-reduced-verbose-pom.xml  | 15 +++
 4 files changed, 44 insertions(+), 16 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 7e091f214d..c6335e5749 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6376,10 +6376,6 @@
 commons-logging
 commons-logging
 
-
-fontbox
-org.apache.pdfbox
-
 
 
 
@@ -6505,6 +6501,17 @@
 kudu-client
 ${kudu.version}
 
+
+org.apache.pdfbox
+fontbox
+${pdfbox.version}
+
+
+commons-logging
+commons-logging
+
+
+
 
 org.apache.xmlgraphics
 xmlgraphics-commons
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index ecdfd44de6..0849da1c1c 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6299,10 +6299,6 @@
 commons-logging
 commons-logging
   
-  
-org.apache.pdfbox
-fontbox
-  
 
   
   
@@ -6428,6 +6424,17 @@
 kudu-client
 1.16.0
   
+  
+org.apache.pdfbox
+fontbox
+2.0.29
+
+  
+commons-logging
+commons-logging
+  
+
+  
   
 org.apache.xmlgraphics
 xmlgraphics-commons
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 58aa26a8b8..52cf685193 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6299,10 +6299,6 @@
 commons-logging
 commons-logging
   
-  
-org.apache.pdfbox
-fontbox
-  
 
   
   
@@ -6418,6 +6414,17 @@
 kudu-client
 1.16.0
   
+  
+org.apache.pdfbox
+fontbox
+2.0.29
+
+  
+commons-logging
+commons-logging
+  
+
+  
   
 org.apache.xmlgraphics
 xmlgraphics-commons
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 5be4fdd539..3e75c27e15 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6299,10 +6299,6 @@
 commons-logging
 commons-logging
   
-  
-org.apache.pdfbox
-fontbox
-  
 
   
   
@@ -6418,6 +6414,17 @@
 kudu-client
 1.16.0
   
+  
+org.apache.pdfbox
+fontbox
+2.0.29
+
+  
+commons-logging
+commons-logging
+  
+
+  
   
 org.apache.xmlgraphics
 xmlgraphics-commons



[GitHub] [camel-quarkus] aldettinger commented on pull request #5102: Simplify MicrometerTest.testDumpAsJson results extraction

2023-07-18 Thread via GitHub


aldettinger commented on PR #5102:
URL: https://github.com/apache/camel-quarkus/pull/5102#issuecomment-1640300447

   The failing test is not related.


-- 
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 merged pull request #5035: Ref #4894: Make Groovy DSL ITs platform compliant

2023-07-18 Thread via GitHub


jamesnetherton merged PR #5035:
URL: https://github.com/apache/camel-quarkus/pull/5035


-- 
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 quarkus-main updated: Ref #4894: Make Groovy DSL ITs platform compliant

2023-07-18 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/quarkus-main by this push:
 new b540eafb16 Ref #4894: Make Groovy DSL ITs platform compliant
b540eafb16 is described below

commit b540eafb1690cc3a49882af6e93ecd51bfcf3a55
Author: Nicolas Filotto 
AuthorDate: Thu Jun 29 16:23:59 2023 +0200

Ref #4894: Make Groovy DSL ITs platform compliant
---
 integration-tests/groovy-dsl/pom.xml   |  55 +--
 .../camel/quarkus/dsl/groovy/GroovyDslTest.java| 181 ++---
 tooling/test-list/pom.xml  |   1 -
 3 files changed, 51 insertions(+), 186 deletions(-)

diff --git a/integration-tests/groovy-dsl/pom.xml 
b/integration-tests/groovy-dsl/pom.xml
index 5e9211a412..7760421ef1 100644
--- a/integration-tests/groovy-dsl/pom.xml
+++ b/integration-tests/groovy-dsl/pom.xml
@@ -30,9 +30,6 @@
 Camel Quarkus :: Integration Tests :: Groovy DSL
 Integration tests for Camel Groovy DSL extension
 
-
-
${project.build.directory}/quarkus-app/quarkus-run.jar
-
 
 
 org.apache.camel.quarkus
@@ -70,18 +67,12 @@
 test
 
 
-org.assertj
-assertj-core
-test
-
-
-org.apache.camel.quarkus
-
camel-quarkus-integration-tests-process-executor-support
-test
+io.rest-assured
+rest-assured
 
 
-org.awaitility
-awaitility
+org.assertj
+assertj-core
 test
 
 
@@ -185,7 +176,6 @@
 
 
 native
-
${project.build.directory}/${project.artifactId}-${project.version}-runner
 
 
 
@@ -200,43 +190,6 @@
 
 
 
-
-
-
${quarkus.runner}
-
-
-
-
-
-
-
-full
-
-
-!quickly
-
-
-
-
-
-
-org.apache.maven.plugins
-maven-surefire-plugin
-
-
-default-test
-
-test
-
-integration-test
-
-
-
${quarkus.runner}
-
-
-
-
 
 
 
diff --git 
a/integration-tests/groovy-dsl/src/test/java/org/apache/camel/quarkus/dsl/groovy/GroovyDslTest.java
 
b/integration-tests/groovy-dsl/src/test/java/org/apache/camel/quarkus/dsl/groovy/GroovyDslTest.java
index 82ce107208..6f41d92bba 100644
--- 
a/integration-tests/groovy-dsl/src/test/java/org/apache/camel/quarkus/dsl/groovy/GroovyDslTest.java
+++ 
b/integration-tests/groovy-dsl/src/test/java/org/apache/camel/quarkus/dsl/groovy/GroovyDslTest.java
@@ -16,151 +16,64 @@
  */
 package org.apache.camel.quarkus.dsl.groovy;
 
-import java.util.concurrent.TimeUnit;
-
+import io.quarkus.test.junit.QuarkusTest;
+import io.restassured.RestAssured;
 import org.apache.camel.dsl.groovy.GroovyRoutesBuilderLoader;
-import org.apache.camel.quarkus.test.support.process.QuarkusProcessExecutor;
-import org.apache.http.HttpResponse;
-import org.apache.http.HttpStatus;
-import org.apache.http.client.methods.HttpGet;
-import org.apache.http.client.methods.HttpPost;
-import org.apache.http.client.methods.HttpUriRequest;
-import org.apache.http.entity.ContentType;
-import org.apache.http.entity.StringEntity;
-import org.apache.http.impl.client.CloseableHttpClient;
-import org.apache.http.impl.client.HttpClientBuilder;
-import org.apache.http.util.EntityUtils;
-import org.awaitility.Awaitility;
-import org.junit.jupiter.api.AfterAll;
-import org.junit.jupiter.api.BeforeAll;
+import org.hamcrest.CoreMatchers;
 import org.junit.jupiter.api.Test;
-import org.zeroturnaround.exec.StartedProcess;
-
-import static org.assertj.core.api.Assertions.assertThat;
 
+@QuarkusTest
 class GroovyDslTest {
 
-private static int port;
-private static StartedProcess process;
-
-@BeforeAll
-static void start() throws Exception {
-// Need to use an external process to test the extension because 

[camel] branch regen_bot_3x updated (04043f52cfc -> e44a7e7d66c)

2023-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from 04043f52cfc CAMEL-19594: camel-jbang - Upgrade to hawtio 2.17.5
 add e44a7e7d66c fix!: specify array name when fetching collections instead 
of inferring the array name since it's not always going to work (#10715)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/component/dhis2/api/Dhis2Get.java |  9 -
 .../apache/camel/component/dhis2/api/Dhis2GetTestCase.java  |  6 +++---
 .../camel/component/dhis2/Dhis2EndpointUriFactory.java  |  3 ++-
 .../component/dhis2/Dhis2GetEndpointConfiguration.java  | 13 -
 .../dhis2/Dhis2GetEndpointConfigurationConfigurer.java  |  7 +++
 .../camel/component/dhis2/internal/Dhis2GetApiMethod.java   |  1 +
 .../resources/org/apache/camel/component/dhis2/dhis2.json   |  4 ++--
 .../src/main/docs/dhis2-component.adoc  | 13 +++--
 .../java/org/apache/camel/component/dhis2/Dhis2GetIT.java   | 11 +--
 9 files changed, 39 insertions(+), 28 deletions(-)



[camel] branch regen_bot updated (5c92b71caa4 -> 524703c047c)

2023-07-18 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 5c92b71caa4 Upgrade sprint security and vault
 add c8addbbd8d0 Upgrade mock ftp JAR
 add 524703c047c Upgrade fugue 5.0.0

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml| 2 +-
 tests/camel-itest/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel] branch regen_bot updated (24c1120d01c -> 5c92b71caa4)

2023-07-18 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 24c1120d01c Regen
 add 5c92b71caa4 Upgrade sprint security and vault

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel] branch main updated: Upgrade fugue 5.0.0

2023-07-18 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 524703c047c Upgrade fugue 5.0.0
524703c047c is described below

commit 524703c047c0393876fa0e58d49eafdb854615d6
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 14:04:29 2023 +0200

Upgrade fugue 5.0.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b86d0e2f037..8611eba80ee 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -64,7 +64,7 @@
 3.24.2
 3.39.0
 2.5.2
-3.0.0
+5.0.0
 3.0.3
 1.11.2
 1.11.2



[camel] branch regen_bot updated (7c94d80390a -> 24c1120d01c)

2023-07-18 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 7c94d80390a CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.
 add 16034691620 fix!: specify array name when fetching collections instead 
of inferring the array name since it's not always going to work (#10712)
 add c0c86a04657 Regen
 add 24c1120d01c Regen

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/dhis2.json |  4 +--
 .../apache/camel/component/dhis2/api/Dhis2Get.java |  9 +++--
 .../component/dhis2/api/Dhis2GetTestCase.java  |  6 ++--
 .../component/dhis2/Dhis2EndpointUriFactory.java   |  3 +-
 .../dhis2/Dhis2GetEndpointConfiguration.java   | 13 +++-
 .../Dhis2GetEndpointConfigurationConfigurer.java   |  7 
 .../dhis2/internal/Dhis2GetApiMethod.java  |  1 +
 .../org/apache/camel/component/dhis2/dhis2.json|  4 +--
 .../src/main/docs/dhis2-component.adoc | 13 
 .../apache/camel/component/dhis2/Dhis2GetIT.java   | 11 +-
 .../dsl/ArangodbComponentBuilderFactory.java   | 15 +
 .../endpoint/dsl/AtomEndpointBuilderFactory.java   | 39 ++
 .../endpoint/dsl/RssEndpointBuilderFactory.java| 34 ---
 13 files changed, 58 insertions(+), 101 deletions(-)



[camel] branch main updated: Upgrade mock ftp JAR

2023-07-18 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 c8addbbd8d0 Upgrade mock ftp JAR
c8addbbd8d0 is described below

commit c8addbbd8d02f60f10de9da43f0f9c61b97335ed
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 14:02:01 2023 +0200

Upgrade mock ftp JAR
---
 tests/camel-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index aafa8033dd2..f369732e98b 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -216,7 +216,7 @@
 
 org.mockftpserver
 MockFtpServer
-2.5
+3.1.0
 test
 
 



[camel-k] branch main updated (9132aa7b1 -> 55cc55180)

2023-07-18 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from 9132aa7b1 Fix misc tests on global operator (#4585)
 add 55cc55180 chore: Refactor operator logs (#4586)

No new revisions were added by this update.

Summary of changes:
 e2e/commonwithcustominstall/operator_metrics_test.go  |  8 
 pkg/controller/build/build_controller.go  | 19 ---
 pkg/controller/build/initialize_pod.go|  2 ++
 pkg/controller/build/initialize_routine.go|  2 ++
 pkg/controller/build/monitor_routine.go   |  2 +-
 pkg/controller/build/schedule.go  |  2 +-
 pkg/controller/catalog/catalog_controller.go  |  4 ++--
 pkg/controller/catalog/initialize.go  |  2 ++
 pkg/controller/integration/initialize.go  |  2 ++
 pkg/controller/integration/integration_controller.go  | 15 ---
 pkg/controller/integrationkit/initialize.go   |  1 +
 .../integrationkit/integrationkit_controller.go   |  4 ++--
 pkg/controller/integrationplatform/initialize.go  |  1 +
 .../integrationplatform_controller.go |  4 ++--
 pkg/controller/kamelet/initialize.go  |  2 ++
 pkg/controller/kamelet/kamelet_controller.go  |  6 +++---
 pkg/controller/kameletbinding/initialize.go   |  2 ++
 .../kameletbinding/kameletbinding_controller.go   | 15 ---
 pkg/controller/pipe/initialize.go |  2 ++
 pkg/controller/pipe/pipe_controller.go| 15 ---
 20 files changed, 83 insertions(+), 27 deletions(-)



[GitHub] [camel-k] claudio4j merged pull request #4586: chore: Refactor operator logs

2023-07-18 Thread via GitHub


claudio4j merged PR #4586:
URL: https://github.com/apache/camel-k/pull/4586


-- 
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: Fix misc tests on global operator (#4585)

2023-07-18 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

claudio4j 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 9132aa7b1 Fix misc tests on global operator (#4585)
9132aa7b1 is described below

commit 9132aa7b18fa7e50a6331d06839ab782da84b317
Author: Jan Bouska 
AuthorDate: Tue Jul 18 13:55:40 2023 +0200

Fix misc tests on global operator (#4585)
---
 e2e/common/misc/integration_fail_test.go |   5 +-
 e2e/common/misc/platformless_run_test.go |   4 ++
 e2e/common/misc/structured_logs_test.go  |   2 +-
 e2e/common/traits/builder_test.go| 107 ---
 e2e/support/test_support.go  |  13 
 5 files changed, 77 insertions(+), 54 deletions(-)

diff --git a/e2e/common/misc/integration_fail_test.go 
b/e2e/common/misc/integration_fail_test.go
index d5d1444d5..18514628d 100644
--- a/e2e/common/misc/integration_fail_test.go
+++ b/e2e/common/misc/integration_fail_test.go
@@ -63,10 +63,11 @@ func TestBadRouteIntegration(t *testing.T) {
// Integration in error
Eventually(IntegrationPhase(ns, name), 
TestTimeoutLong).Should(Equal(v1.IntegrationPhaseError))
kitName := IntegrationKit(ns, name)()
+   integrationKitNamespace := IntegrationKitNamespace(ns, name)()
// Kit in error
-   Eventually(KitPhase(ns, kitName), 
TestTimeoutShort).Should(Equal(v1.IntegrationKitPhaseError))
+   Eventually(KitPhase(integrationKitNamespace, kitName), 
TestTimeoutShort).Should(Equal(v1.IntegrationKitPhaseError))
//Build in error with 5 attempts
-   build := Build(ns, kitName)()
+   build := Build(integrationKitNamespace, kitName)()
Eventually(build.Status.Phase, 
TestTimeoutShort).Should(Equal(v1.BuildPhaseError))
Eventually(build.Status.Failure.Recovery.Attempt, 
TestTimeoutShort).Should(Equal(5))
})
diff --git a/e2e/common/misc/platformless_run_test.go 
b/e2e/common/misc/platformless_run_test.go
index 6817f0267..d4b0d0bd6 100644
--- a/e2e/common/misc/platformless_run_test.go
+++ b/e2e/common/misc/platformless_run_test.go
@@ -46,6 +46,10 @@ func TestPlatformlessRun(t *testing.T) {
t.Skip("This test is for OpenShift only and cannot work when a 
custom platform configuration is needed")
return
}
+   if os.Getenv("CAMEL_K_FORCE_GLOBAL_TEST") == "true" {
+   t.Skip("This test can't work with the global operator 
installation since the integration platform can be inherited.")
+   return
+   }
 
// Delete the platform from the namespace before running the integration
Eventually(DeletePlatform(ns)).Should(BeTrue())
diff --git a/e2e/common/misc/structured_logs_test.go 
b/e2e/common/misc/structured_logs_test.go
index 551a2aca0..569ee7d10 100644
--- a/e2e/common/misc/structured_logs_test.go
+++ b/e2e/common/misc/structured_logs_test.go
@@ -57,7 +57,7 @@ func TestStructuredLogs(t *testing.T) {
 
it := Integration(ns, name)()
Expect(it).NotTo(BeNil())
-   build := Build(ns, it.Status.IntegrationKit.Name)()
+   build := Build(IntegrationKitNamespace(ns, name)(), IntegrationKit(ns, 
name)())()
Expect(build).NotTo(BeNil())
 
Expect(Kamel("delete", "--all", "-n", ns).Execute()).To(Succeed())
diff --git a/e2e/common/traits/builder_test.go 
b/e2e/common/traits/builder_test.go
index 8023ab8e5..6d7f7f2e6 100644
--- a/e2e/common/traits/builder_test.go
+++ b/e2e/common/traits/builder_test.go
@@ -36,7 +36,6 @@ import (
 
 func TestBuilderTrait(t *testing.T) {
RegisterTestingT(t)
-   operatorNamespace := GetOperatorNamespace(ns)
 
t.Run("Run build strategy routine", func(t *testing.T) {
name := "java"
@@ -49,16 +48,17 @@ func TestBuilderTrait(t *testing.T) {
Eventually(IntegrationLogs(ns, name), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
 
integrationKitName := IntegrationKit(ns, name)()
+   integrationKitNamespace := IntegrationKitNamespace(ns, name)()
builderKitName := fmt.Sprintf("camel-k-%s-builder", 
integrationKitName)
-   Eventually(BuildConfig(operatorNamespace, 
integrationKitName)().Strategy, 
TestTimeoutShort).Should(Equal(v1.BuildStrategyRoutine))
-   Eventually(BuildConfig(operatorNamespace, 
integrationKitName)().OrderStrategy, 
TestTimeoutShort).Should(Equal(v1.BuildOrderStrategySequential))
+   Eventually(BuildConfig(integrationKitNamespace, 
integrationKitName)().Strategy, 
TestTimeoutShort).Should(Equal(v1.BuildStrategyRoutine))
+   Eventually(BuildConfig(integrationKitNamespace, 
integrationKitName)().OrderStrategy, 
TestTimeoutShort).Should(Equal(v1.BuildOrderStrategySequential))
// 

[GitHub] [camel-k] claudio4j merged pull request #4585: Fix misc tests on global operator

2023-07-18 Thread via GitHub


claudio4j merged PR #4585:
URL: https://github.com/apache/camel-k/pull/4585


-- 
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 (99b01346845 -> 7c94d80390a)

2023-07-18 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 99b01346845 CAMEL-19610: Upgrade to RocketMQ v5
 add 7c94d80390a CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +
 1 file changed, 5 insertions(+)



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

2023-07-18 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 fbf501443b1 Regen
fbf501443b1 is described below

commit fbf501443b17da3f19787204d588fd0f13cdb47e
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 13:54:23 2023 +0200

Regen
---
 .../camel/springboot/catalog/components/arangodb.json  | 12 +++-
 .../apache/camel/springboot/catalog/components/atom.json   |  6 ++
 .../apache/camel/springboot/catalog/components/dhis2.json  |  4 ++--
 .../apache/camel/springboot/catalog/components/rss.json|  4 +---
 .../camel-arangodb-starter/src/main/docs/arangodb.json |  6 ++
 .../springboot/ArangoDbComponentConfiguration.java | 14 ++
 .../arangodb/springboot/ArangoDbComponentConverter.java|  2 ++
 components-starter/camel-atom-starter/pom.xml  |  8 
 components-starter/camel-rss-starter/pom.xml   |  8 
 9 files changed, 34 insertions(+), 30 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/arangodb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/arangodb.json
index 7b8dcd0a42d..299bd01d880 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/arangodb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/arangodb.json
@@ -31,9 +31,10 @@
 "operation": { "index": 6, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.arangodb.ArangoDbOperation", "enum": [ 
"SAVE_DOCUMENT", "FIND_DOCUMENT_BY_KEY", "UPDATE_DOCUMENT", "DELETE_DOCUMENT", 
"AQL_QUERY", "SAVE_VERTEX", "FIND_VERTEX_BY_KEY", "UPDATE_VERTEX", 
"DELETE_VERTEX", "SAVE_EDGE", "FIND_EDGE_BY_KEY", "UPDATE_EDGE", "DELETE_EDGE" 
], "deprecated": false, "autow [...]
 "port": { "index": 7, "kind": "property", "displayName": "Port", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.arangodb.ArangoDbConfiguration", 
"configurationField": "configuration", "description": "ArangoDB exposed port. 
If host and port are default, this field is Optional." },
 "vertexCollection": { "index": 8, "kind": "property", "displayName": 
"Vertex Collection", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.arangodb.ArangoDbConfiguration", 
"configurationField": "configuration", "description": "Collection name of 
vertices, when using ArangoDb as a Graph Database. Set the vertexCollect [...]
-"autowiredEnabled": { "index": 9, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
-"password": { "index": 10, "kind": "property", "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.arangodb.ArangoDbConfiguration", 
"configurationField": "configuration", "description": "ArangoDB password. If 
user and password are default, this field is Optional." },
-"user": { "index": 11, "kind": "property", "displayName": "User", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.arangodb.ArangoDbConfiguration", 
"configurationField": "configuration", "description": "ArangoDB user. If user 
and password are default, this field is Optional." }
+"arangoDB": { "index": 9, "kind": "property", "displayName": "Arango DB", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.arangodb.ArangoDB", "deprecated": false, "autowired": true, 
"secret": false, "description": "To use an existing ArangDB client." },
+"autowiredEnabled": { "index": 10, "kind": "property", 

[camel] branch main updated: Upgrade sprint security and vault

2023-07-18 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 5c92b71caa4 Upgrade sprint security and vault
5c92b71caa4 is described below

commit 5c92b71caa4593615ce8fc3a55b61c19004b8d5d
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 13:52:34 2023 +0200

Upgrade sprint security and vault
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2ba089114b4..b86d0e2f037 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -438,10 +438,10 @@
 5.0.2
 3.1.2
 3.1.0
-3.0.3
+3.0.4
 6.0.11
 3.0.5
-6.1.1
+6.1.2
 4.0.5
 1.5
 3.14.9



[camel] branch main updated: Regen

2023-07-18 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 24c1120d01c Regen
24c1120d01c is described below

commit 24c1120d01cb614f30ef4955e87bae9b41ee7dab
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 13:49:37 2023 +0200

Regen
---
 .../dsl/ArangodbComponentBuilderFactory.java   | 15 +
 .../endpoint/dsl/AtomEndpointBuilderFactory.java   | 39 ++
 .../endpoint/dsl/RssEndpointBuilderFactory.java| 34 ---
 3 files changed, 17 insertions(+), 71 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ArangodbComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ArangodbComponentBuilderFactory.java
index dd1d02590e2..045d167e13a 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ArangodbComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ArangodbComponentBuilderFactory.java
@@ -208,6 +208,20 @@ public interface ArangodbComponentBuilderFactory {
 doSetProperty("vertexCollection", vertexCollection);
 return this;
 }
+/**
+ * To use an existing ArangDB client.
+ * 
+ * The option is a: codecom.arangodb.ArangoDB/code 
type.
+ * 
+ * Group: advanced
+ * 
+ * @param arangoDB the value to set
+ * @return the dsl builder
+ */
+default ArangodbComponentBuilder arangoDB(com.arangodb.ArangoDB 
arangoDB) {
+doSetProperty("arangoDB", arangoDB);
+return this;
+}
 /**
  * Whether autowiring is enabled. This is used for automatic autowiring
  * options (the option must be marked as autowired) by looking up in 
the
@@ -292,6 +306,7 @@ public interface ArangodbComponentBuilderFactory {
 case "operation": getOrCreateConfiguration((ArangoDbComponent) 
component).setOperation((org.apache.camel.component.arangodb.ArangoDbOperation) 
value); return true;
 case "port": getOrCreateConfiguration((ArangoDbComponent) 
component).setPort((int) value); return true;
 case "vertexCollection": 
getOrCreateConfiguration((ArangoDbComponent) 
component).setVertexCollection((java.lang.String) value); return true;
+case "arangoDB": ((ArangoDbComponent) 
component).setArangoDB((com.arangodb.ArangoDB) value); return true;
 case "autowiredEnabled": ((ArangoDbComponent) 
component).setAutowiredEnabled((boolean) value); return true;
 case "password": getOrCreateConfiguration((ArangoDbComponent) 
component).setPassword((java.lang.String) value); return true;
 case "user": getOrCreateConfiguration((ArangoDbComponent) 
component).setUser((java.lang.String) value); return true;
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtomEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtomEndpointBuilderFactory.java
index 9b401a5009b..f6bbaf62615 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtomEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtomEndpointBuilderFactory.java
@@ -646,40 +646,6 @@ public interface AtomEndpointBuilderFactory {
 doSetProperty("useFixedDelay", useFixedDelay);
 return this;
 }
-/**
- * Sets the password to be used for basic authentication when polling
- * from a HTTP feed.Notice: Basic authentication is not a secured
- * method, and is not recommended to be used.
- * 
- * The option is a: codejava.lang.String/code type.
- * 
- * Group: security
- * 
- * @param password the value to set
- * @return the dsl builder
- */
-@Deprecated
-default AtomEndpointBuilder password(String password) {
-doSetProperty("password", password);
-return this;
-}
-/**
- * Sets the username to be used for basic authentication when polling
- * from a HTTP feed. Notice: Basic authentication is not a secured
- * method, and is not recommended to be used.
- * 
- * The option is a: codejava.lang.String/code type.
- * 
- * Group: security
- * 
- * @param username the value to set
- * @return the dsl builder
- */
-@Deprecated
-default AtomEndpointBuilder username(String username) {
-doSetProperty("username", username);
-return this;
-  

[camel] branch main updated: Regen

2023-07-18 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 c0c86a04657 Regen
c0c86a04657 is described below

commit c0c86a046574917cb13292076f67955bcdd9a112
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 13:47:19 2023 +0200

Regen
---
 .../resources/org/apache/camel/catalog/components/dhis2.json  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dhis2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dhis2.json
index 9aa214978e9..7f9597faf1b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dhis2.json
@@ -63,14 +63,14 @@
   },
   "apis": {
 "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
-"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, Boolean paging, 
String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, 
String filter, org. [...]
+"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, String arrayName, 
Boolean paging, String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, S 
[...]
 "post": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "put": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "resourceTables": { "consumerOnly": false, "producerOnly": false, 
"description": "", "methods": { "analytics": { "description": "", "signatures": 
[ "void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, 
Integer interval)" ] } } }
   },
   "apiProperties": {
 "delete": { "methods": { "resource": { "properties": { "path": { "index": 
0, "kind": "parameter", "displayName": "Path", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "", 
"optional": false }, "queryParams": { "index": 1, "kind": "parameter", 
"displayName": "Query Params", "group": "common", "label": "", "required": 
false, "type": "object", "javaType": "java. [...]
-"get": { "methods": { "collection": { "properties": { "fields": { "index": 
0, "kind": "parameter", "displayName": "Fields", "group": "common", "label": 
"", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "", 
"optional": true }, "filter": { "index": 1, "kind": "parameter", "displayName": 
"Filter", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.Stri [...]
+"get": { "methods": { "collection": { "properties": { "arrayName": { 
"index": 0, "kind": "parameter", "displayName": "Array Name", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "fields": { "index": 1, "kind": 
"parameter", "displayName": "Fields", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.l [...]
 "post": { "methods": { "resource": { "properties": { "path": { "index": 0, 
"kind": "parameter", "displayName": "Path", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "", 
"optional": false }, "queryParams": { "index": 1, "kind": "parameter", 
"displayName": "Query Params", "group": "common", "label": "", 

[camel] branch camel-3.x updated: fix!: specify array name when fetching collections instead of inferring the array name since it's not always going to work (#10715)

2023-07-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
 new e44a7e7d66c fix!: specify array name when fetching collections instead 
of inferring the array name since it's not always going to work (#10715)
e44a7e7d66c is described below

commit e44a7e7d66c6ac72e8bb377d64e82dc288d65606
Author: Claude Mamo <823038+claudem...@users.noreply.github.com>
AuthorDate: Tue Jul 18 13:46:30 2023 +0200

fix!: specify array name when fetching collections instead of inferring the 
array name since it's not always going to work (#10715)
---
 .../java/org/apache/camel/component/dhis2/api/Dhis2Get.java |  9 -
 .../apache/camel/component/dhis2/api/Dhis2GetTestCase.java  |  6 +++---
 .../camel/component/dhis2/Dhis2EndpointUriFactory.java  |  3 ++-
 .../component/dhis2/Dhis2GetEndpointConfiguration.java  | 13 -
 .../dhis2/Dhis2GetEndpointConfigurationConfigurer.java  |  7 +++
 .../camel/component/dhis2/internal/Dhis2GetApiMethod.java   |  1 +
 .../resources/org/apache/camel/component/dhis2/dhis2.json   |  4 ++--
 .../src/main/docs/dhis2-component.adoc  | 13 +++--
 .../java/org/apache/camel/component/dhis2/Dhis2GetIT.java   | 11 +--
 9 files changed, 39 insertions(+), 28 deletions(-)

diff --git 
a/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
 
b/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
index fcefb54a9eb..9ccdd50ae0d 100644
--- 
a/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
+++ 
b/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
@@ -76,7 +76,8 @@ public class Dhis2Get {
 }
 
 public  Iterator collection(
-String path, String itemType, Boolean paging, String fields, 
String filter, RootJunctionEnum rootJunction,
+String path, String itemType, String arrayName, Boolean paging, 
String fields, String filter,
+RootJunctionEnum rootJunction,
 Map queryParams) {
 GetOperation getOperation = newGetOperation(path, fields, filter, 
rootJunction, queryParams);
 Iterable iterable;
@@ -89,12 +90,10 @@ public class Dhis2Get {
 }
 
 if (itemType == null) {
-iterable = (Iterable) iteratorDhis2Response
-.returnAs(Map.class, path);
+iterable = (Iterable) iteratorDhis2Response.returnAs(Map.class, 
arrayName);
 } else {
 try {
-iterable = (Iterable) iteratorDhis2Response
-.returnAs(Class.forName(itemType), path);
+iterable = (Iterable) 
iteratorDhis2Response.returnAs(Class.forName(itemType), arrayName);
 } catch (ClassNotFoundException e) {
 throw new RuntimeException(e);
 }
diff --git 
a/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
 
b/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
index 325a4f692ec..706143d5fe2 100644
--- 
a/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
+++ 
b/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
@@ -184,7 +184,7 @@ public class Dhis2GetTestCase {
 "https://play.dhis2.org/2.39.0.1;, "", null, new 
JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, null, 
Map.of("foo", "bar"));
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 
null, Map.of("foo", "bar"));
 verify(getOperation, times(1)).withParameter("foo", "bar");
 }
 
@@ -216,7 +216,7 @@ public class Dhis2GetTestCase {
 new JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, 
RootJunctionEnum.OR, null);
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 
RootJunctionEnum.OR, null);
 verify(getOperation, times(1)).withOrRootJunction();
 }
 
@@ -246,7 +246,7 @@ public class Dhis2GetTestCase {
 "https://play.dhis2.org/2.39.0.1;, "", null, new 
JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, 
RootJunctionEnum.AND, null);
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 

[GitHub] [camel] davsclaus merged pull request #10715: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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


-- 
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: fix!: specify array name when fetching collections instead of inferring the array name since it's not always going to work (#10712)

2023-07-18 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 16034691620 fix!: specify array name when fetching collections instead 
of inferring the array name since it's not always going to work (#10712)
16034691620 is described below

commit 16034691620acc35da43a69009f321d788b9f96e
Author: Claude Mamo <823038+claudem...@users.noreply.github.com>
AuthorDate: Tue Jul 18 13:46:00 2023 +0200

fix!: specify array name when fetching collections instead of inferring the 
array name since it's not always going to work (#10712)
---
 .../java/org/apache/camel/component/dhis2/api/Dhis2Get.java |  9 -
 .../apache/camel/component/dhis2/api/Dhis2GetTestCase.java  |  6 +++---
 .../camel/component/dhis2/Dhis2EndpointUriFactory.java  |  3 ++-
 .../component/dhis2/Dhis2GetEndpointConfiguration.java  | 13 -
 .../dhis2/Dhis2GetEndpointConfigurationConfigurer.java  |  7 +++
 .../camel/component/dhis2/internal/Dhis2GetApiMethod.java   |  1 +
 .../resources/org/apache/camel/component/dhis2/dhis2.json   |  4 ++--
 .../src/main/docs/dhis2-component.adoc  | 13 +++--
 .../java/org/apache/camel/component/dhis2/Dhis2GetIT.java   | 11 +--
 9 files changed, 39 insertions(+), 28 deletions(-)

diff --git 
a/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
 
b/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
index fcefb54a9eb..9ccdd50ae0d 100644
--- 
a/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
+++ 
b/components/camel-dhis2/camel-dhis2-api/src/main/java/org/apache/camel/component/dhis2/api/Dhis2Get.java
@@ -76,7 +76,8 @@ public class Dhis2Get {
 }
 
 public  Iterator collection(
-String path, String itemType, Boolean paging, String fields, 
String filter, RootJunctionEnum rootJunction,
+String path, String itemType, String arrayName, Boolean paging, 
String fields, String filter,
+RootJunctionEnum rootJunction,
 Map queryParams) {
 GetOperation getOperation = newGetOperation(path, fields, filter, 
rootJunction, queryParams);
 Iterable iterable;
@@ -89,12 +90,10 @@ public class Dhis2Get {
 }
 
 if (itemType == null) {
-iterable = (Iterable) iteratorDhis2Response
-.returnAs(Map.class, path);
+iterable = (Iterable) iteratorDhis2Response.returnAs(Map.class, 
arrayName);
 } else {
 try {
-iterable = (Iterable) iteratorDhis2Response
-.returnAs(Class.forName(itemType), path);
+iterable = (Iterable) 
iteratorDhis2Response.returnAs(Class.forName(itemType), arrayName);
 } catch (ClassNotFoundException e) {
 throw new RuntimeException(e);
 }
diff --git 
a/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
 
b/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
index 325a4f692ec..706143d5fe2 100644
--- 
a/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
+++ 
b/components/camel-dhis2/camel-dhis2-api/src/test/java/org/apache/camel/component/dhis2/api/Dhis2GetTestCase.java
@@ -184,7 +184,7 @@ public class Dhis2GetTestCase {
 "https://play.dhis2.org/2.39.0.1;, "", null, new 
JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, null, 
Map.of("foo", "bar"));
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 
null, Map.of("foo", "bar"));
 verify(getOperation, times(1)).withParameter("foo", "bar");
 }
 
@@ -216,7 +216,7 @@ public class Dhis2GetTestCase {
 new JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, 
RootJunctionEnum.OR, null);
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 
RootJunctionEnum.OR, null);
 verify(getOperation, times(1)).withOrRootJunction();
 }
 
@@ -246,7 +246,7 @@ public class Dhis2GetTestCase {
 "https://play.dhis2.org/2.39.0.1;, "", null, new 
JacksonConverterFactory(), getOperation));
 
 Dhis2Get dhis2Get = new Dhis2Get(dhis2Client);
-dhis2Get.collection("bunnies", null, null, null, null, 
RootJunctionEnum.AND, null);
+dhis2Get.collection("bunnies", null, "bunnies", null, null, null, 

[GitHub] [camel] davsclaus merged pull request #10712: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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


-- 
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-19063: camel-atom/camel-rss - Use another atom parser that is up to date.

2023-07-18 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 7c94d80390a CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.
7c94d80390a is described below

commit 7c94d80390a0c71becd39e3cd0434ef82a7bb897
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 13:44:45 2023 +0200

CAMEL-19063: camel-atom/camel-rss - Use another atom parser that is up to 
date.
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +
 1 file changed, 5 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 48f2060bf5c..028d5e7228c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -247,6 +247,11 @@ The number of enums for `org.apache.camel.Category` has 
been reduced from 83 to
 that are using removed values need to choose one of the remainder values. We 
have done this to consolidate
 the number of categories of all components in the Camel community.
 
+=== camel-atom
+
+The `camel-atom` component has changed the 3rd party atom client from Apache 
Abdera to RSSReader.
+This means the feed object is changed from `org.apache.abdera.model.Feed` to 
`com.apptasticsoftware.rssreader.Item`.
+
 === camel-azure-cosmosdb
 
 The `itemPartitionKey` has been updated. It's now a String a not a 
PartitionKey anymore. More details in CAMEL-19222.



[camel] branch regen_bot updated (5ef780e22c4 -> 99b01346845)

2023-07-18 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 5ef780e22c4 CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.
 add 99b01346845 CAMEL-19610: Upgrade to RocketMQ v5

No new revisions were added by this update.

Summary of changes:
 components/camel-rocketmq/pom.xml  |  31 +-
 .../rocketmq/RocketMQRequestReplyRouteTest.java|  39 ---
 .../component/rocketmq/RocketMQRouteTest.java  |  30 +++---
 .../rocketmq/infra/EmbeddedRocketMQServer.java | 101 ---
 parent/pom.xml |   2 +-
 pom.xml|   1 +
 test-infra/camel-test-infra-rocketmq/pom.xml   |  54 ++
 .../src/main/resources/META-INF/MANIFEST.MF|   0
 .../infra/rocketmq/common/RocketMQProperties.java  |  31 ++
 .../rocketmq/services/RocketMQBrokerContainer.java |  49 +
 .../infra/rocketmq/services/RocketMQContainer.java | 112 +
 .../services/RocketMQNameserverContainer.java  |  39 +++
 .../infra/rocketmq/services/RocketMQService.java   |  35 +++
 .../rocketmq/services/RocketMQServiceFactory.java  |  35 +++
 .../src/test/resources/broker1/broker1.conf|  24 +
 .../src/test/resources/broker2/broker2.conf|  24 +
 test-infra/pom.xml |   1 +
 17 files changed, 440 insertions(+), 168 deletions(-)
 delete mode 100644 
components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/infra/EmbeddedRocketMQServer.java
 create mode 100644 test-infra/camel-test-infra-rocketmq/pom.xml
 copy test-infra/{camel-test-infra-arangodb => 
camel-test-infra-rocketmq}/src/main/resources/META-INF/MANIFEST.MF (100%)
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/common/RocketMQProperties.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQBrokerContainer.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQContainer.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQNameserverContainer.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQService.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQServiceFactory.java
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/resources/broker1/broker1.conf
 create mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/resources/broker2/broker2.conf



[GitHub] [camel-quarkus] jamesnetherton opened a new pull request, #5102: Simplify MicrometerTest.testDumpAsJson results extraction

2023-07-18 Thread via GitHub


jamesnetherton opened a new pull request, #5102:
URL: https://github.com/apache/camel-quarkus/pull/5102

   (no comment)


-- 
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-19610: Upgrade to RocketMQ v5

2023-07-18 Thread fmariani
This is an automated email from the ASF dual-hosted git repository.

fmariani 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 99b01346845 CAMEL-19610: Upgrade to RocketMQ v5
99b01346845 is described below

commit 99b0134684548c775c27ba1870084d437c7ce15b
Author: Croway 
AuthorDate: Tue Jul 18 12:07:26 2023 +0200

CAMEL-19610: Upgrade to RocketMQ v5
---
 components/camel-rocketmq/pom.xml  |  31 +-
 .../rocketmq/RocketMQRequestReplyRouteTest.java|  39 ---
 .../component/rocketmq/RocketMQRouteTest.java  |  30 +++---
 .../rocketmq/infra/EmbeddedRocketMQServer.java | 101 ---
 parent/pom.xml |   2 +-
 pom.xml|   1 +
 test-infra/camel-test-infra-rocketmq/pom.xml   |  54 ++
 .../src/main/resources/META-INF/MANIFEST.MF|   0
 .../infra/rocketmq/common/RocketMQProperties.java  |  31 ++
 .../rocketmq/services/RocketMQBrokerContainer.java |  49 +
 .../infra/rocketmq/services/RocketMQContainer.java | 112 +
 .../services/RocketMQNameserverContainer.java  |  39 +++
 .../infra/rocketmq/services/RocketMQService.java   |  35 +++
 .../rocketmq/services/RocketMQServiceFactory.java  |  35 +++
 .../src/test/resources/broker1/broker1.conf|  24 +
 .../src/test/resources/broker2/broker2.conf|  24 +
 test-infra/pom.xml |   1 +
 17 files changed, 440 insertions(+), 168 deletions(-)

diff --git a/components/camel-rocketmq/pom.xml 
b/components/camel-rocketmq/pom.xml
index 695f40801d1..8aa781e868e 100644
--- a/components/camel-rocketmq/pom.xml
+++ b/components/camel-rocketmq/pom.xml
@@ -32,10 +32,6 @@
 Camel :: RocketMQ
 Camel RocketMQ Component
 
-
---add-opens 
java.base/java.nio=ALL-UNNAMED --add-opens 
java.base/jdk.internal.ref=ALL-UNNAMED
-
-
 
 
 org.apache.camel
@@ -54,31 +50,14 @@
 
 
 org.apache.camel
-camel-test-junit5
-test
-
-
-org.apache.rocketmq
-rocketmq-namesrv
-${rocketmq-version}
-test
-
-
-org.apache.rocketmq
-rocketmq-broker
-${rocketmq-version}
+camel-test-infra-rocketmq
+${project.version}
+test-jar
 test
 
 
-org.apache.rocketmq
-rocketmq-test
-${rocketmq-version}
-
-
-junit
-junit
-
-
+org.apache.camel
+camel-test-junit5
 test
 
 
diff --git 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
index 78f801834ae..8d0650b1517 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
@@ -17,34 +17,31 @@
 
 package org.apache.camel.component.rocketmq;
 
+import java.io.IOException;
 import java.nio.charset.StandardCharsets;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.ExchangePattern;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.component.rocketmq.infra.EmbeddedRocketMQServer;
+import org.apache.camel.test.infra.rocketmq.services.RocketMQService;
+import org.apache.camel.test.infra.rocketmq.services.RocketMQServiceFactory;
 import org.apache.camel.test.junit5.CamelTestSupport;
-import org.apache.rocketmq.broker.BrokerController;
 import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
 import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyStatus;
 import 
org.apache.rocketmq.client.consumer.listener.MessageListenerConcurrently;
 import org.apache.rocketmq.client.producer.DefaultMQProducer;
 import org.apache.rocketmq.common.message.Message;
 import org.apache.rocketmq.common.message.MessageExt;
-import org.apache.rocketmq.namesrv.NamesrvController;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.extension.RegisterExtension;
 
 public class RocketMQRequestReplyRouteTest extends CamelTestSupport {
 
-private static final int NAMESRV_PORT = 59877;
-
-private static final String NAMESRV_ADDR = "127.0.0.1:" + NAMESRV_PORT;
-
 

[GitHub] [camel] Croway merged pull request #10716: CAMEL-19610: Upgrade to RocketMQ v5

2023-07-18 Thread via GitHub


Croway merged PR #10716:
URL: https://github.com/apache/camel/pull/10716


-- 
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 (236afe4e581 -> 5ef780e22c4)

2023-07-18 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 236afe4e581 CAMEL-18957: added conversion documentation
 add c8dec036697 (chores) camel-dhis: fixed remaining incorrect logging
 add 5ef780e22c4 CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/atom.json  |   6 +-
 .../org/apache/camel/catalog/components/rss.json   |   4 +-
 components/camel-atom/pom.xml  | 122 +
 .../component/atom/AtomEndpointConfigurer.java |   6 -
 .../component/atom/AtomEndpointUriFactory.java |   9 +-
 .../services/org/apache/camel/adapter-factory  |   2 -
 .../services/org/apache/camel/atom-adapter-factory |   2 -
 .../org/apache/camel/component/atom/atom.json  |   6 +-
 .../apache/camel/component/atom/AtomConstants.java |   7 +-
 .../apache/camel/component/atom/AtomEndpoint.java  |   3 +-
 .../component/atom/AtomEntryPollingConsumer.java   |  51 -
 .../camel/component/atom/AtomPollingConsumer.java  |  23 ++--
 .../org/apache/camel/component/atom/AtomUtils.java |  87 +--
 .../camel/component/atom/UpdatedDateFilter.java|  67 ---
 .../apache/camel/component/feed/EntryFilter.java   |  40 ---
 .../apache/camel/component/feed/FeedEndpoint.java  |  38 +--
 .../component/feed/FeedEntryPollingConsumer.java   |  41 +--
 .../AtomEntryPollingConsumerWithBasicAuthTest.java |  59 --
 .../AtomEntryPollingConsumerWithResumeTest.java|  67 ---
 .../camel/component/atom/AtomEntrySortTest.java|  75 -
 .../camel/component/atom/AtomGoodBlogsTest.java|   6 +-
 .../component/atom/AtomPollingConsumerTest.java|   9 +-
 .../atom/AtomPollingConsumerWithBasicAuthTest.java |  60 --
 .../camel/component/atom/AtomProducerTest.java |  40 ---
 .../apache/camel/component/atom/AtomRouteTest.java |   6 +-
 .../apache/camel/component/atom/MyHttpServlet.java |  39 ---
 .../component/atom/UpdatedDateFilterTest.java  |  67 ---
 .../apache/camel/component/dhis2/Dhis2GetIT.java   |   2 +-
 components/camel-rss/pom.xml   |   6 -
 .../camel/component/rss/RssEndpointConfigurer.java |   6 -
 .../camel/component/rss/RssEndpointUriFactory.java |   9 +-
 .../org/apache/camel/component/rss/rss.json|   4 +-
 .../component/rss/RssEntryPollingConsumer.java |   8 +-
 .../camel/component/rss/RssPollingConsumer.java|   7 +-
 .../org/apache/camel/component/rss/RssUtils.java   |  29 -
 .../camel/component/rss/UpdatedDateFilter.java |  82 --
 .../apache/camel/component/rss/MyHttpServlet.java  |  38 ---
 .../RssEntryPollingConsumerWithBasicAuthTest.java  |  63 ---
 .../rss/RssPollingConsumerWithBasicAuthTest.java   |  52 -
 .../camel/component/rss/UpdatedDateFilterTest.java |  58 --
 .../dsl/ArangoDbEndpointBuilderFactory.java|  30 +
 parent/pom.xml |   3 +-
 42 files changed, 134 insertions(+), 1205 deletions(-)
 delete mode 100644 
components/camel-atom/src/generated/resources/META-INF/services/org/apache/camel/adapter-factory
 delete mode 100644 
components/camel-atom/src/generated/resources/META-INF/services/org/apache/camel/atom-adapter-factory
 delete mode 100644 
components/camel-atom/src/main/java/org/apache/camel/component/atom/UpdatedDateFilter.java
 delete mode 100644 
components/camel-atom/src/main/java/org/apache/camel/component/feed/EntryFilter.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/AtomEntryPollingConsumerWithBasicAuthTest.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/AtomEntryPollingConsumerWithResumeTest.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/AtomEntrySortTest.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/AtomPollingConsumerWithBasicAuthTest.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/AtomProducerTest.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/MyHttpServlet.java
 delete mode 100644 
components/camel-atom/src/test/java/org/apache/camel/component/atom/UpdatedDateFilterTest.java
 delete mode 100644 
components/camel-rss/src/main/java/org/apache/camel/component/rss/UpdatedDateFilter.java
 delete mode 100644 
components/camel-rss/src/test/java/org/apache/camel/component/rss/MyHttpServlet.java
 delete mode 100644 
components/camel-rss/src/test/java/org/apache/camel/component/rss/RssEntryPollingConsumerWithBasicAuthTest.java
 delete mode 100644 

[GitHub] [camel] github-actions[bot] commented on pull request #10715: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core to be tested in 
this PR


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #10715: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   ### Components test results:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 1 | 1 | 0 | 1 |


-- 
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-19063: camel-atom/camel-rss - Use another atom parser that is up to date.

2023-07-18 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 5ef780e22c4 CAMEL-19063: camel-atom/camel-rss - Use another atom 
parser that is up to date.
5ef780e22c4 is described below

commit 5ef780e22c48eb8fd68911e1b24d12d0703c7341
Author: Claus Ibsen 
AuthorDate: Tue Jul 18 12:50:41 2023 +0200

CAMEL-19063: camel-atom/camel-rss - Use another atom parser that is up to 
date.
---
 .../org/apache/camel/catalog/components/atom.json  |   6 +-
 .../org/apache/camel/catalog/components/rss.json   |   4 +-
 components/camel-atom/pom.xml  | 122 +
 .../component/atom/AtomEndpointConfigurer.java |   6 -
 .../component/atom/AtomEndpointUriFactory.java |   9 +-
 .../services/org/apache/camel/adapter-factory  |   2 -
 .../services/org/apache/camel/atom-adapter-factory |   2 -
 .../org/apache/camel/component/atom/atom.json  |   6 +-
 .../apache/camel/component/atom/AtomConstants.java |   7 +-
 .../apache/camel/component/atom/AtomEndpoint.java  |   3 +-
 .../component/atom/AtomEntryPollingConsumer.java   |  51 -
 .../camel/component/atom/AtomPollingConsumer.java  |  23 ++--
 .../org/apache/camel/component/atom/AtomUtils.java |  87 +--
 .../camel/component/atom/UpdatedDateFilter.java|  67 ---
 .../apache/camel/component/feed/EntryFilter.java   |  40 ---
 .../apache/camel/component/feed/FeedEndpoint.java  |  38 +--
 .../component/feed/FeedEntryPollingConsumer.java   |  41 +--
 .../AtomEntryPollingConsumerWithBasicAuthTest.java |  59 --
 .../AtomEntryPollingConsumerWithResumeTest.java|  67 ---
 .../camel/component/atom/AtomEntrySortTest.java|  75 -
 .../camel/component/atom/AtomGoodBlogsTest.java|   6 +-
 .../component/atom/AtomPollingConsumerTest.java|   9 +-
 .../atom/AtomPollingConsumerWithBasicAuthTest.java |  60 --
 .../camel/component/atom/AtomProducerTest.java |  40 ---
 .../apache/camel/component/atom/AtomRouteTest.java |   6 +-
 .../apache/camel/component/atom/MyHttpServlet.java |  39 ---
 .../component/atom/UpdatedDateFilterTest.java  |  67 ---
 components/camel-rss/pom.xml   |   6 -
 .../camel/component/rss/RssEndpointConfigurer.java |   6 -
 .../camel/component/rss/RssEndpointUriFactory.java |   9 +-
 .../org/apache/camel/component/rss/rss.json|   4 +-
 .../component/rss/RssEntryPollingConsumer.java |   8 +-
 .../camel/component/rss/RssPollingConsumer.java|   7 +-
 .../org/apache/camel/component/rss/RssUtils.java   |  29 -
 .../camel/component/rss/UpdatedDateFilter.java |  82 --
 .../apache/camel/component/rss/MyHttpServlet.java  |  38 ---
 .../RssEntryPollingConsumerWithBasicAuthTest.java  |  63 ---
 .../rss/RssPollingConsumerWithBasicAuthTest.java   |  52 -
 .../camel/component/rss/UpdatedDateFilterTest.java |  58 --
 .../dsl/ArangoDbEndpointBuilderFactory.java|  30 +
 parent/pom.xml |   3 +-
 41 files changed, 133 insertions(+), 1204 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atom.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atom.json
index e2aefaaa775..e0563d9dd34 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atom.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atom.json
@@ -26,7 +26,7 @@
 "autowiredEnabled": { "index": 1, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
-"CamelAtomFeed": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "", "required": false, "javaType": 
"org.apache.abdera.model.Feed", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "When consuming the 
org.apache.abdera.model.Feed object is set to this header.", "constantName": 
"org.apache.camel.component.atom.AtomConstants#ATOM_FEED" }
+"CamelAtomFeed": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "", "required": false, "javaType": 
"java.util.List", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "When consuming the List object is 

[GitHub] [camel] github-actions[bot] commented on pull request #10716: CAMEL-19610: Upgrade to RocketMQ v5

2023-07-18 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


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

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

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



[GitHub] [camel] Croway opened a new pull request, #10716: CAMEL-19610: Upgrade to RocketMQ v5

2023-07-18 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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: (chores) camel-dhis: fixed remaining incorrect logging

2023-07-18 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


The following commit(s) were added to refs/heads/main by this push:
 new c8dec036697 (chores) camel-dhis: fixed remaining incorrect logging
c8dec036697 is described below

commit c8dec036697f8363a9d53df2a1fae80f5b70
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jul 18 11:57:40 2023 +0200

(chores) camel-dhis: fixed remaining incorrect logging
---
 .../src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
 
b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
index 4c43db0fa1b..7b80dd98341 100644
--- 
a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
+++ 
b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
@@ -58,7 +58,7 @@ public class Dhis2GetIT extends AbstractDhis2TestSupport {
 final java.util.Iterator result = 
requestBodyAndHeaders("direct://COLLECTION", null, headers);
 
 assertNotNull(result, "collection result");
-LOG.debug("collection: " + result);
+LOG.debug("collection: {}", result);
 }
 
 @Test



[camel] branch regen_bot updated (6513e9eccc2 -> 236afe4e581)

2023-07-18 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 6513e9eccc2 camel-jpa - Skip tests that hang on Apache CI
 add a391a9581cd Upgrade xmlsec
 add 236afe4e581 CAMEL-18957: added conversion documentation

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml |   2 +-
 test-infra/camel-test-infra-core/README.md | 137 +
 2 files changed, 138 insertions(+), 1 deletion(-)
 create mode 100644 test-infra/camel-test-infra-core/README.md



[camel] branch main updated: CAMEL-18957: added conversion documentation

2023-07-18 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


The following commit(s) were added to refs/heads/main by this push:
 new 236afe4e581 CAMEL-18957: added conversion documentation
236afe4e581 is described below

commit 236afe4e581eb3ad173ed6fa4e4ea4b131b4c262
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jul 18 11:26:13 2023 +0200

CAMEL-18957: added conversion documentation
---
 test-infra/camel-test-infra-core/README.md | 137 +
 1 file changed, 137 insertions(+)

diff --git a/test-infra/camel-test-infra-core/README.md 
b/test-infra/camel-test-infra-core/README.md
new file mode 100644
index 000..5aeb8c2608a
--- /dev/null
+++ b/test-infra/camel-test-infra-core/README.md
@@ -0,0 +1,137 @@
+# Converting Projects
+
+## Converting projects that manage the CamelContext directly
+
+This section describe how to convert projects that create and manage a 
`CamelContext` directly (i.e.; not relying on `CamelTestSupport`).
+
+1. Add the dependency that brings the CamelContext JUnit 5 extension
+
+```xml
+
+org.apache.camel
+camel-test-infra-core
+${project.version}
+test-jar
+test
+
+```
+
+2. Add the extension as a member variable to the test case:
+
+```java
+@RegisterExtension
+private static CamelContextExtension camelContextExtension = new 
DefaultCamelContextExtension();
+```
+
+**Tips**: when running multiple tests in the same class, it may be necessary 
to completed trash the context instance. In this case, create an instance of 
`TransientCamelContextExtension` and JUnit will properly dispose the instance 
and create a new one. 
+
+
+3. If necessary, add a private variable for the camel context and assign it 
during setup:
+
+```java
+private CamelContext context;
+
+@BeforeEach
+void setupTest() throws Exception {
+context = camelContextExtension.getContext();
+}
+```
+
+4. Routes can be configured by creating a public method annotated with the 
`@RouteFixture` annotation:
+
+```java
+@RouteFixture
+public void setupRoute(CamelContext camelContext) throws Exception {
+camelContext.addRoutes(new RouteBuilder() {
+@Override
+public void configure() {
+restConfiguration()
+.host("localhost")
+.component("dummy-rest");
+
+from("direct:foo")
+.routeId("foo")
+.to("mock:foo");
+   }
+   });
+}
+```
+
+5. The context can be configured by creating a `public` method annotated with 
the `@ContextFixture` annotation: 
+
+```java
+@ContextFixture
+public void setupContext(CamelContext camelContext) throws Exception{
+// configure the context
+}
+```
+
+
+## Converting projects that use `CamelTestSupport`
+
+### Easy way
+
+1. Add the dependency that brings the CamelContext JUnit 5 extension
+
+```xml
+
+org.apache.camel
+camel-test-infra-core
+${project.version}
+test-jar
+test
+
+```
+
+2. Replace the inheritance from `CamelTestSupport` with the implementation of 
support interfaces from `CamelTestSupportHelper`, `ConfigurableRoute` and 
`ConfigurableContext`. These brings several helper methods from 
CamelTestSupport and simulate the legacy behavior. 
+
+```java
+public class MyTest implements ConfigurableRoute, CamelTestSupportHelper {
+   // ...
+}
+```
+
+2. Add the extension as a member variable to the test case:
+
+```java
+@RegisterExtension
+public static CamelContextExtension camelContextExtension = new 
DefaultCamelContextExtension();
+```
+
+**Tips**: when running multiple tests in the same class, it may be necessary 
to completed trash the context instance. In this case, create an instance of 
`TransientCamelContextExtension` and JUnit will properly dispose the instance 
and create a new one.
+
+3. (Optional) If using other test-infra services, adjust the startup ordering, 
so that it reflects the expected order in which services should be initialized: 
+
+```java
+@Order(1)
+@RegisterExtension
+public static MyLocalContainerService service = new MyLocalContainerService();
+
+@Order(2)
+@RegisterExtension
+public static CamelContextExtension camelContextExtension = new 
DefaultCamelContextExtension();
+```
+
+
+4. Create the route configuration fixture. Previously that used to be done in 
a method `createRouteBuilder`, so just create a new method that calls that old 
method, but, make sure to annotated it with the `@RouteFixture` annotation: 
+
+```java
+@Override
+@RouteFixture
+public void createRouteBuilder(CamelContext context) throws Exception {
+final RouteBuilder routeBuilder = createRouteBuilder();
+
+if (routeBuilder != null) {
+context.addRoutes(routeBuilder);
+}
+}
+```
+
+5. If necessary, the context can be configured by creating a `public` method 
annotated with the `@ContextFixture` annotation:
+
+```java
+@ContextFixture
+public void 

[GitHub] [camel] orpiske merged pull request #10714: CAMEL-18957: added conversion documentation

2023-07-18 Thread via GitHub


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


-- 
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 #10715: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested 
automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] claudemamo opened a new pull request, #10715: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   # Description
   
   Specify array name when fetching collections instead of inferring the array 
name using the endpoint name given that the array name may not always match the 
endpoint name.
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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, #10714: CAMEL-18957: added conversion documentation

2023-07-18 Thread via GitHub


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

   (no comment)


-- 
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, #10713: (chores) camel-xml-io-dsl: converted to use test-infra

2023-07-18 Thread via GitHub


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

   (no comment)


-- 
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: Manage io.dropwizard.metrics dependencies used by camel-quarkus extensions

2023-07-18 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 cd39c3c5e5 Manage io.dropwizard.metrics dependencies used by 
camel-quarkus extensions
cd39c3c5e5 is described below

commit cd39c3c5e5c759aa4ca51476114030d483f3e982
Author: James Netherton 
AuthorDate: Mon Jul 17 15:19:15 2023 +0100

Manage io.dropwizard.metrics dependencies used by camel-quarkus extensions

Fixes #5086
---
 .../quarkus/component/micrometer/it/MicrometerTest.java   |  2 +-
 pom.xml   |  1 +
 poms/bom/pom.xml  | 10 ++
 poms/bom/src/main/generated/flattened-full-pom.xml| 15 ++-
 4 files changed, 22 insertions(+), 6 deletions(-)

diff --git 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
index 6b677c92d5..4ff1c8ce5c 100644
--- 
a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
+++ 
b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
@@ -204,7 +204,7 @@ class MicrometerTest extends AbstractMicrometerTest {
 public void testJMXQuarkusDomain(String domain) throws Exception {
 MBeanServer mBeanServer = ManagementFactory.getPlatformMBeanServer();
 
-ObjectName objectName = new ObjectName(domain + 
":name=jvmClassesLoaded");
+ObjectName objectName = new ObjectName(domain + 
":name=jvmClassesLoaded,type=gauges");
 Set mbeans = mBeanServer.queryMBeans(objectName, null);
 
 assertEquals(1, mbeans.size());
diff --git a/pom.xml b/pom.xml
index 18503e3ee3..020f52d209 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@
 ${commons-exec-version}
 2.6
 4.0.2
+
${metrics-version}
 ${eddsa-version}
 0.5.0
 2.3.32
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index b56dca81b3..3b70a8ccb2 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6249,6 +6249,16 @@
 
 
 
+
+io.dropwizard.metrics
+dropwizard-core
+${dropwizard-metrics.version}
+
+
+io.dropwizard.metrics
+metrics-jmx
+${dropwizard-metrics.version}
+
 
 io.perfmark
 perfmark-api
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 5595af3155..04057839c4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6172,6 +6172,16 @@
   
 
   
+  
+io.dropwizard.metrics
+dropwizard-core
+4.2.19
+  
+  
+io.dropwizard.metrics
+metrics-jmx
+4.2.19
+  
   
 io.perfmark
 perfmark-api
@@ -21010,11 +21020,6 @@
 metrics-core
 4.0.1
   
-  
-io.dropwizard.metrics
-metrics-jmx
-4.0.1
-  
   
 io.dropwizard.metrics
 metrics-healthchecks



[GitHub] [camel-quarkus] jamesnetherton merged pull request #5100: Manage io.dropwizard.metrics dependencies used by camel-quarkus extensions

2023-07-18 Thread via GitHub


jamesnetherton merged PR #5100:
URL: https://github.com/apache/camel-quarkus/pull/5100


-- 
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] claudemamo opened a new pull request, #10712: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   # Description
   
   Specify array name when fetching collections instead of inferring the array 
name using the endpoint name given that the array name may not always match the 
endpoint name.
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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 #10712: fix!: specify array name when fetching collections

2023-07-18 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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 commented on issue #5092: [camel-main] Enable ssh tests + native after consuming quarkus-main (which brings sshd 2.10.0)

2023-07-18 Thread via GitHub


jamesnetherton commented on issue #5092:
URL: https://github.com/apache/camel-quarkus/issues/5092#issuecomment-1639734860

   I asked for the upgrade to be backported for Quarkus 3.2.1:
   
   
https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Backport.20sshd.202.2E10.2E0.20upgrade.20for.203.2E2.2E1.2EFinal


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