[camel-spring-boot] branch automatic-periodic-sync created (now a1f51b8)

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

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


  at a1f51b8  [create-pull-request] automated change

No new revisions were added by this update.


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

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

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


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

commit 39d89276211d887a277d0563b61c4cdaa1903c2b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 26 03:14:12 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 600dd26..8ab2657 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 
 **Closed issues:**
 
+- Improve Infinispan extension test coverage 
[\#3658](https://github.com/apache/camel-quarkus/issues/3658)
 - Use com.github.java-json-tools:\* instead of com.github.fge:\* 
[\#3632](https://github.com/apache/camel-quarkus/issues/3632)
 - file: FileTest is flaky 
[\#3627](https://github.com/apache/camel-quarkus/issues/3627)
 - cassandraql: itests failing on quarkus-platform 
[\#3621](https://github.com/apache/camel-quarkus/issues/3621)
@@ -22,15 +23,24 @@
 - Use https instead of http to reference xsds 
[\#3604](https://github.com/apache/camel-quarkus/issues/3604)
 - Increase FHIR extension test coverage 
[\#3601](https://github.com/apache/camel-quarkus/issues/3601)
 - \[Camel 3.16.0\] - camel-kafka uses some reflection for readiness health 
check [\#3592](https://github.com/apache/camel-quarkus/issues/3592)
+- Improve quartz test coverage 
[\#3579](https://github.com/apache/camel-quarkus/issues/3579)
 - AWS Lambda example tests should use mock event server 
[\#3554](https://github.com/apache/camel-quarkus/issues/3554)
 - Improve slack test coverage 
[\#3541](https://github.com/apache/camel-quarkus/issues/3541)
 - Cannot build camel-quarkus-ipfs because repository.jboss.org is down 
[\#3532](https://github.com/apache/camel-quarkus/issues/3532)
 - `FileTest.charset` integration test fails on Windows 
[\#3530](https://github.com/apache/camel-quarkus/issues/3530)
+- Camel Rest / Quarkus Swagger UI / Url Issue from Quarkus Version 2.6.x 
[\#3457](https://github.com/apache/camel-quarkus/issues/3457)
 - Camel 3.15 - Add build step to capture route source location:line-number 
[\#3432](https://github.com/apache/camel-quarkus/issues/3432)
+- camel.main.routes-include-pattern with a "\*" wildcard may end up loading a 
route builder twice 
[\#3265](https://github.com/apache/camel-quarkus/issues/3265)
 - Investigate QuarkusIntegrationTest as a replacement for 
camel-quarkus-integration-tests-process-executor-support 
[\#2468](https://github.com/apache/camel-quarkus/issues/2468)
 
 **Merged pull requests:**
 
+- Align `com.github.java-json-tools:json-patch` version with Camel 
[\#3663](https://github.com/apache/camel-quarkus/pull/3663) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Stop importing io.quarkus:quarkus-bom into camel-quarkus-bom 
[\#3662](https://github.com/apache/camel-quarkus/pull/3662) 
([ppalaga](https://github.com/ppalaga))
+- Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling 
[\#3661](https://github.com/apache/camel-quarkus/pull/3661) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Fix loading of XML routes with routes-include-pattern wildcard 
[\#3660](https://github.com/apache/camel-quarkus/pull/3660) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Improve Infinispan extension test coverage 
[\#3659](https://github.com/apache/camel-quarkus/pull/3659) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Azure integration tests - upgrade the setup script 
[\#3654](https://github.com/apache/camel-quarkus/pull/3654) 
([zbendhiba](https://github.com/zbendhiba))
 - Upgrade Quarkus to 2.8.0.CR1 + Upgrade Camel to 3.16.0 
[\#3653](https://github.com/apache/camel-quarkus/pull/3653) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Fix typo in docs & Added tests for NotNull validator checks 
[\#3652](https://github.com/apache/camel-quarkus/pull/3652) 
([mmuzikar](https://github.com/mmuzikar))
 - Avoid compiling regular expressions in loops 
[\#3649](https://github.com/apache/camel-quarkus/pull/3649) 
([ppalaga](https://github.com/ppalaga))


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

2022-03-25 Thread GitBox


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


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


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

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

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




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

2022-03-25 Thread GitBox


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


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


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

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

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




[camel-karaf] branch automatic-periodic-sync updated (7ff8f64 -> 06a053b)

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

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


from 7ff8f64  Regen
 add bfa46d9  CAMEL-17844: camel-bean-osgi - no longer needed.
 add 06a053b  [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/karaf/components/salesforce.json |  1 +
 components/camel-bean-osgi/pom.xml | 62 --
 .../services/org/apache/camel/other.properties |  7 ---
 .../src/generated/resources/bean-osgi.json | 15 --
 .../camel/component/bean/osgi/Activator.java   | 41 --
 .../bean/osgi/OsgiBeanInfoTypeResolver.java| 31 ---
 components/pom.xml |  1 -
 .../karaf/features/src/main/resources/features.xml |  1 -
 8 files changed, 1 insertion(+), 158 deletions(-)
 delete mode 100644 components/camel-bean-osgi/pom.xml
 delete mode 100644 
components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 delete mode 100644 
components/camel-bean-osgi/src/generated/resources/bean-osgi.json
 delete mode 100644 
components/camel-bean-osgi/src/main/java/org/apache/camel/component/bean/osgi/Activator.java
 delete mode 100644 
components/camel-bean-osgi/src/main/java/org/apache/camel/component/bean/osgi/OsgiBeanInfoTypeResolver.java


[GitHub] [camel-quarkus] jamesnetherton edited a comment on issue #3302: Better control what we manage in our BOM

2022-03-25 Thread GitBox


jamesnetherton edited a comment on issue #3302:
URL: https://github.com/apache/camel-quarkus/issues/3302#issuecomment-989648677


   In general I see a lot of the BOM imports as being quite problematic. 
Especially since the ones for the third party extensions import `quarkus-bom`.
   
   5. Currently we have this mix of `quarkus-bom` versions being resolved in 
the build:
   
   1.3.3.Final
   2.0.0.Final
   2.1.0.Final
   2.2.3.Final
   2.5.0.Final
   2.5.1.Final
   2.6.0.CR1
   
   The main issue is that if something is removed from `quarkus-bom`, it ends 
up being silently added back again by one of the older BOM versions. Thus 
giving the potential for messing up our dependency management.


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

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

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




[GitHub] [camel-quarkus] ppalaga opened a new pull request #3666: Better control what we manage in our BOM

2022-03-25 Thread GitBox


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


   Fix #3302
   
   This fixes issues 1, 2, 3, 4.1 and 5 of #3302


-- 
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] dependabot[bot] opened a new pull request #804: build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1

2022-03-25 Thread GitBox


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


   Bumps 
[maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 
3.10.0 to 3.10.1.
   
   Release notes
   Sourced from https://github.com/apache/maven-compiler-plugin/releases;>maven-compiler-plugin's
 releases.
   
   3.10.1
   
    New features and improvements
   
   https://issues.apache.org/jira/browse/MCOMPILER-426;>[MCOMPILER-426] 
- add flag to enable-preview java compiler feature (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/98;>#98)
 https://github.com/olamy;>@​olamy
   
    Bug Fixes
   
   https://issues.apache.org/jira/browse/MCOMPILER-346;>[MCOMPILER-346] 
- workaround to jdk bug: assertion error from javaxcompiler javax.tools API (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/97;>#97)
 https://github.com/olamy;>@​olamy
   https://issues.apache.org/jira/browse/MCOMPILER-485;>[MCOMPILER-485] 
- Fixes internal string format in generated package-info.class (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/95;>#95)
 https://github.com/dbwiddis;>@​dbwiddis
   
    Dependency updates
   
   Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/94;>#94)
 https://github.com/dependabot;>@​dependabot
   
   Other contributions
   
   thanks to https://github.com/basil;>@​basil 
for providing an IT test for the fix of https://issues.apache.org/jira/browse/MCOMPILER-346;>[MCOMPILER-346]
   
   
   
   
   Commits
   
   https://github.com/apache/maven-compiler-plugin/commit/4e08e2b9518fbbda7252236315b2ce03edcef505;>4e08e2b
 [maven-release-plugin] prepare release maven-compiler-plugin-3.10.1
   https://github.com/apache/maven-compiler-plugin/commit/6795b0f508343dbc64dba384b85af2f1f3684b7a;>6795b0f
 [MCOMPILER-426] add flag to enable-preview java compiler feature (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/98;>#98)
   https://github.com/apache/maven-compiler-plugin/commit/1de8c91fba76fc345dca64cea300839bef436cba;>1de8c91
 MCOMPILER 346 workaround to jdk bug: assertion error from javaxcompiler 
javax...
   https://github.com/apache/maven-compiler-plugin/commit/96ed94f5bcc0de6b6bd36816ce5caf3100dcd840;>96ed94f
 use shared release drafter
   https://github.com/apache/maven-compiler-plugin/commit/fa80028166ffde859b1a1e20547701a9bed34d54;>fa80028
 [MCOMPILER-485] Fixes internal string format in generated package-info.class 
...
   https://github.com/apache/maven-compiler-plugin/commit/f605c0f52f20bf80c7473ec642474ba4fc028d4c;>f605c0f
 Merge pull request https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/94;>#94
 from apache/dependabot/maven/org.apache.maven.plugins-...
   https://github.com/apache/maven-compiler-plugin/commit/4a54a9a01486e3c806518df56204cb1528545bb9;>4a54a9a
 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
   https://github.com/apache/maven-compiler-plugin/commit/87b5a7ff8aef572238f8ccef7d213ea0772ce49d;>87b5a7f
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin=maven=3.10.0=3.10.1)](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-k-runtime] branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1 created (now 5bae6a1)

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

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 5bae6a1  build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1

No new revisions were added by this update.


[GitHub] [camel-karavan] mgubaidullin merged pull request #232: Fix #229

2022-03-25 Thread GitBox


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


   


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

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

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




[GitHub] [camel-karavan] mgubaidullin closed issue #229: [VSCode] JBang sends error when trying to launch an Integration with spaces in the file name

2022-03-25 Thread GitBox


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


   


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

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

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




[camel-karavan] branch main updated: Fix #229 (#232)

2022-03-25 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 de41e16  Fix #229 (#232)
de41e16 is described below

commit de41e16ad212621cd46d0dfa4c35226e6cbf1ac7
Author: Marat Gubaidullin 
AuthorDate: Fri Mar 25 15:29:08 2022 -0400

Fix #229 (#232)
---
 karavan-designer/public/components/geocoder.json   | 2 +-
 karavan-designer/public/components/git.json| 2 +-
 karavan-designer/public/components/github.json | 2 +-
 karavan-designer/public/components/google-bigquery-sql.json| 2 +-
 karavan-designer/public/components/google-bigquery.json| 2 +-
 karavan-designer/public/components/google-calendar-stream.json | 2 +-
 karavan-designer/public/components/google-functions.json   | 2 +-
 karavan-designer/public/components/google-mail-stream.json | 2 +-
 karavan-designer/public/components/google-pubsub.json  | 2 +-
 karavan-designer/public/components/google-secret-manager.json  | 2 +-
 karavan-designer/public/components/google-sheets-stream.json   | 2 +-
 karavan-designer/public/components/google-storage.json | 2 +-
 karavan-designer/public/components/grape.json  | 2 +-
 karavan-designer/public/components/grpc.json   | 2 +-
 karavan-vscode/components/geocoder.json| 2 +-
 karavan-vscode/components/git.json | 2 +-
 karavan-vscode/components/github.json  | 2 +-
 karavan-vscode/components/google-bigquery-sql.json | 2 +-
 karavan-vscode/components/google-bigquery.json | 2 +-
 karavan-vscode/components/google-calendar-stream.json  | 2 +-
 karavan-vscode/components/google-functions.json| 2 +-
 karavan-vscode/components/google-mail-stream.json  | 2 +-
 karavan-vscode/components/google-pubsub.json   | 2 +-
 karavan-vscode/components/google-secret-manager.json   | 2 +-
 karavan-vscode/components/google-sheets-stream.json| 2 +-
 karavan-vscode/components/google-storage.json  | 2 +-
 karavan-vscode/components/grape.json   | 2 +-
 karavan-vscode/components/grpc.json| 2 +-
 karavan-vscode/src/extension.ts| 9 -
 karavan-vscode/webview/App.tsx | 1 -
 30 files changed, 36 insertions(+), 30 deletions(-)

diff --git a/karavan-designer/public/components/geocoder.json 
b/karavan-designer/public/components/geocoder.json
index e59c133..241b563 100644
--- a/karavan-designer/public/components/geocoder.json
+++ b/karavan-designer/public/components/geocoder.json
@@ -1 +1 @@
-{"component":{"kind":"component","name":"geocoder","title":"Geocoder","description":"Find
 geocodes (latitude and longitude) for a given address or the other way 
round.","deprecated":false,"firstVersion":"2.12.0","label":"api,location","javaType":"org.apache.camel.component.geocoder.GeoCoderComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-geocoder","version":"3.16.0-SNAPSHOT","scheme":"geocoder","extendsScheme":"","syntax":"geocoder:address:latlng","asyn
 [...]
\ No newline at end of file
+{"component":{"kind":"component","name":"geocoder","title":"Geocoder","description":"Find
 geocodes (latitude and longitude) for a given address or the other way 
round.","deprecated":false,"firstVersion":"2.12.0","label":"api,location","javaType":"org.apache.camel.component.geocoder.GeoCoderComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-geocoder","version":"3.16.0-SNAPSHOT","scheme":"geocoder","extendsScheme":"","syntax":"geocoder:address:latlng","asyn
 [...]
\ No newline at end of file
diff --git a/karavan-designer/public/components/git.json 
b/karavan-designer/public/components/git.json
index 606a38a..cab0ae5 100644
--- a/karavan-designer/public/components/git.json
+++ b/karavan-designer/public/components/git.json
@@ -1 +1 @@
-{"component":{"kind":"component","name":"git","title":"Git","description":"Perform
 operations on git 
repositories.","deprecated":false,"firstVersion":"2.16.0","label":"file","javaType":"org.apache.camel.component.git.GitComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-git","version":"3.16.0-SNAPSHOT","scheme":"git","extendsScheme":"","syntax":"git:localPath","async":false,"api":false,"consumerOnly":false,"producerOnly":false,"lenientProperties":false},"
 [...]
\ No newline at end of file
+{"component":{"kind":"component","name":"git","title":"Git","description":"Perform
 operations on git 

[GitHub] [camel-quarkus] adborja commented on issue #2078: DataSonnet language support

2022-03-25 Thread GitBox


adborja commented on issue #2078:
URL: https://github.com/apache/camel-quarkus/issues/2078#issuecomment-1079345431


   will datasonnet be in the roadmap for camel-quarkus ?


-- 
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 (b869d7f -> f400f37)

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

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


from b869d7f  Regen for commit 91848c1114f60e2242b356805439bcf9ff5903c8
 add f400f37  Correct link for log4j.properties

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] branch main updated: Correct link for log4j.properties

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f400f37  Correct link for log4j.properties
f400f37 is described below

commit f400f370b98257257cd76b938de6bbef448645af
Author: João Ismael 
AuthorDate: Fri Mar 25 14:47:59 2022 +

Correct link for log4j.properties
---
 docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc 
b/docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc
index b4ce24d..b1f9507 100644
--- a/docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc
+++ b/docs/user-manual/modules/faq/pages/how-do-i-change-the-logging.adoc
@@ -12,7 +12,7 @@ a nutshell:
 * Create a `log4j.properties` file specifying desired logging
 configuration (The Camel distribution has example `log4j.properties` files
 you can use -- see for example in the
-https://github.com/apache/camel/blob/main/examples/camel-example-as2/src/main/resources/[/examples/camel-example-as2/src/main/resources]
 folder.)
+https://github.com/apache/camel-examples/blob/main/examples/as2/src/main/resources/log4j.properties[/examples/camel-example-as2/src/main/resources]
 folder.)
 * Place the `log4j.properties` file in the folder where the compiled
 `.class` files are located (typically the `classes` folder) -- this will
 place the properties file on the classpath, where it needs to be at


[GitHub] [camel] oscerd commented on pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


oscerd commented on pull request #7269:
URL: https://github.com/apache/camel/pull/7269#issuecomment-1079244052


   Thanks


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

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

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




[GitHub] [camel] oscerd merged pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


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


   


-- 
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] joaoismael commented on pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


joaoismael commented on pull request #7269:
URL: https://github.com/apache/camel/pull/7269#issuecomment-1079240118


   Closed incorrectly


-- 
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 (c30b412 -> b869d7f)

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

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


omit c30b412  Regen for commit 91848c1114f60e2242b356805439bcf9ff5903c8
 add b869d7f  Regen for commit 91848c1114f60e2242b356805439bcf9ff5903c8

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c30b412)
\
 N -- N -- N   refs/heads/regen_bot (b869d7f)

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

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

No new revisions were added by this update.

Summary of changes:


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

2022-03-25 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 588f8d7  Update CHANGELOG.md
588f8d7 is described below

commit 588f8d7b80b4a11a58140cf013ccceb3b6d58952
Author: Marat Gubaidullin 
AuthorDate: Fri Mar 25 12:16:47 2022 -0400

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

diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index ecb002d..f154b45 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 0.0.13
+Requires Camel 3.16.0 and later
+1. REST DSL
+2. Beans
+3. Dependencies
+
 ## 0.0.11
 1. Hot fix: Set Camel Jbang alias as `camel@apache/camel`
 2. Hot fix: Read Implicit Expressions from YAML


[camel] branch main updated (91848c1 -> b869d7f)

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

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


from 91848c1  CAMEL-17705: camel-salesforce: HTTP request timeout option.
 add b869d7f  Regen for commit 91848c1114f60e2242b356805439bcf9ff5903c8

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/salesforce.json |  1 +
 .../dsl/SalesforceComponentBuilderFactory.java  | 17 +
 2 files changed, 18 insertions(+)


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

2022-03-25 Thread GitBox


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


   


-- 
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 (bc1a5aa -> c30b412)

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

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


from bc1a5aa  Polished
 add 91848c1  CAMEL-17705: camel-salesforce: HTTP request timeout option.
 add c30b412  Regen for commit 91848c1114f60e2242b356805439bcf9ff5903c8

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/salesforce.json   |  1 +
 .../salesforce/SalesforceComponentConfigurer.java |  6 ++
 .../apache/camel/component/salesforce/salesforce.json |  1 +
 .../component/salesforce/SalesforceComponent.java | 19 +++
 .../dsl/SalesforceComponentBuilderFactory.java| 17 +
 5 files changed, 44 insertions(+)


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

2022-03-25 Thread GitBox


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


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


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

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

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




[camel-quarkus] branch quarkus-main updated (63c4a07 -> b491d73)

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

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


 discard 63c4a07  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
 discard 02f4984  Upgrade to Quarkus 2.8.0.CR1
 add 9997920  Updated CHANGELOG.md
 add 539800b  Upgrade to Quarkus 2.8.0.CR1
 add 381a945  Upgrade Camel to 3.16.0
 add 295bcaf  Test for Debezium mysql - passing additionalProperties 
results in wrong properties beeing passed #3488
 add 43641cd  Work around Tika version incompatibilities between Quarkus 
Tika & Camel Tika #3599
 add fa1642a  Fix #3592 add some ReflectiveClassBuildItem for camel-kafka 
(#3594)
 add 571e7f0  3579 Improve quartz test coverage
 add 25f9ee0  Temporarilly disable Aws2KinesisTest.kinesis due to #3638
 add 5bfa653  Reformat POMs
 add f1a8948  Add Camel 3.16.0 staging repository
 add a4664f9  Keep antora.yml pointing at 3.15.x until 3.16.0 is released
 add 82ebfd4  Fix typo in docs & Added tests for NotNull validator checks
 add f3f4be0  Updated CHANGELOG.md
 add 62c14ec  Improve Infinispan extension test coverage
 add 7667682  Fix loading of XML routes with routes-include-pattern wildcard
 add 0364b7b  Exclude jboss-marshalling-osgi from 
infinispan-jboss-marshalling
 add 7020e1b  Azure integration tests - upgrade the setup script
 add d5cdca3  Revert "Exclude jboss-marshalling-osgi from 
infinispan-jboss-marshalling"
 add 48b5168  Stop importing io.quarkus:quarkus-bom into camel-quarkus-bom 
#3302
 add 79d6285  Align com.github.java-json-tools:json-patch version with Camel
 new b491d73  Upgrade Quarkus to 2.9.0.CR1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (63c4a07)
\
 N -- N -- N   refs/heads/quarkus-main (b491d73)

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

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

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


Summary of changes:
 CHANGELOG.md   |   9 +-
 docs/antora.yml|   6 +-
 .../examples/components/elasticsearch-rest.yml |   2 +-
 docs/modules/ROOT/examples/dataformats/ical.yml|   2 +-
 .../ROOT/examples/dataformats/jacksonXml.yml   |   2 +-
 docs/modules/ROOT/pages/migration-guide/2.8.0.adoc |   2 +-
 .../pages/reference/extensions/bean-validator.adoc |   2 +-
 .../reference/extensions/elasticsearch-rest.adoc   |   6 +-
 .../ROOT/pages/reference/extensions/fhir.adoc  |   2 +-
 .../ROOT/pages/reference/extensions/ical.adoc  |   4 +-
 .../pages/reference/extensions/infinispan.adoc |  13 +
 .../pages/reference/extensions/jacksonxml.adoc |   4 +-
 .../ROOT/pages/reference/extensions/quartz.adoc|  58 +++
 .../ROOT/pages/reference/extensions/yaml-dsl.adoc  |   6 -
 .../pages/user-guide/defining-camel-routes.adoc|   6 +-
 extensions-core/core-cloud/runtime/pom.xml |  12 -
 extensions-core/core/runtime/pom.xml   |  12 -
 ...> CamelQuarkusPackageScanResourceResolver.java} |  20 +-
 .../camel/quarkus/core/FastCamelContext.java   |   6 +
 extensions-core/http-common/runtime/pom.xml|  12 -
 extensions-core/pom.xml|   7 +
 extensions-core/reactive-executor/runtime/pom.xml  |  12 -
 .../threadpoolfactory-vertx/runtime/pom.xml|  12 -
 extensions-core/xml-io-dsl/runtime/pom.xml |  12 -
 extensions-core/xml-jaxb/runtime/pom.xml   |  12 -
 extensions-core/xml-jaxp/runtime/pom.xml   |  12 -
 extensions-core/yaml-dsl/runtime/pom.xml   |  12 -
 extensions-jvm/asn1/runtime/pom.xml|  12 -
 extensions-jvm/asterisk/runtime/pom.xml|  12 -
 extensions-jvm/atmos/runtime/pom.xml   |  12 -
 extensions-jvm/atomix/runtime/pom.xml  |  12 -
 extensions-jvm/aws-secrets-manager/runtime/pom.xml |  12 -
 extensions-jvm/aws-xray/runtime/pom.xml|  12 -
 extensions-jvm/azure-cosmosdb/runtime/pom.xml  |  12 -
 extensions-jvm/azure-servicebus/runtime/pom.xml|  12 -
 .../azure-storage-datalake/runtime/pom.xml |  12 -
 extensions-jvm/barcode/runtime/pom.xml  

[camel-quarkus] 01/01: Upgrade Quarkus to 2.9.0.CR1

2022-03-25 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

commit b491d737c4cb9c1e0660b2d3c8299c0093367c4e
Author: James Netherton 
AuthorDate: Fri Mar 25 10:26:49 2022 +

Upgrade Quarkus to 2.9.0.CR1
---
 docs/antora.yml | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index a621e2c..0b5986d 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,7 +31,7 @@ asciidoc:
 target-maven-version: 3.8.4 # replace ${target-maven-version}
 camel-version: 3.15.0
 camel-docs-version: 3.15.x
-quarkus-version: 2.8.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.0.0.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.0
 # attributes used in xrefs to other Antora components
diff --git a/pom.xml b/pom.xml
index ba00c33..7023cb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 2.3.0
 1.0.1
 1.0.3
-2.8.0.CR1
+999-SNAPSHOT
 
3.0.0
 0.32.0
 


[camel-quarkus] branch main updated: Align com.github.java-json-tools:json-patch version with Camel

2022-03-25 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 79d6285  Align com.github.java-json-tools:json-patch version with Camel
79d6285 is described below

commit 79d628532f2718a5ac07cded2631644d3671c546
Author: James Netherton 
AuthorDate: Fri Mar 25 10:54:27 2022 +

Align com.github.java-json-tools:json-patch version with Camel
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b10bb94..ba00c33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 2.0.3
 2.1.0
 2.3.3
-
1.13
+
${json-patch-version}
 1.0.55
 2.10.6
 2.1.31


[GitHub] [camel-quarkus] jamesnetherton merged pull request #3663: Align `com.github.java-json-tools:json-patch` version with Camel

2022-03-25 Thread GitBox


jamesnetherton merged pull request #3663:
URL: https://github.com/apache/camel-quarkus/pull/3663


   


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

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

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




[GitHub] [camel-karavan] apupier opened a new issue #231: Integrate with VS Code AtlasMap

2022-03-25 Thread GitBox


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


   several scenarii in mind:
   - when a data transformation exists, clicking on it is opening the Atlasmap 
editor and allows editing it
   - when adding a data transformation, ask for the name/path(?) then open the 
AtlasMap editor
   
   using VS Code AtlasMap commands to open files named .adm will work (done by 
VS Code language Support and VS Code Designer for Camel)
   
   Advantages: can leverage existing VS Code AtlasMap and should simplfiy 
integration
   Drawback: this will be specific to VS Code


-- 
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-17705: camel-salesforce: HTTP request timeout option.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 91848c1  CAMEL-17705: camel-salesforce: HTTP request timeout option.
91848c1 is described below

commit 91848c1114f60e2242b356805439bcf9ff5903c8
Author: Jeremy Ross 
AuthorDate: Fri Mar 25 10:18:32 2022 -0500

CAMEL-17705: camel-salesforce: HTTP request timeout option.
---
 .../salesforce/SalesforceComponentConfigurer.java |  6 ++
 .../apache/camel/component/salesforce/salesforce.json |  1 +
 .../component/salesforce/SalesforceComponent.java | 19 +++
 3 files changed, 26 insertions(+)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/generated/java/org/apache/camel/component/salesforce/SalesforceComponentConfigurer.java
 
b/components/camel-salesforce/camel-salesforce-component/src/generated/java/org/apache/camel/component/salesforce/SalesforceComponentConfigurer.java
index 173d977..3db266e 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/generated/java/org/apache/camel/component/salesforce/SalesforceComponentConfigurer.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/generated/java/org/apache/camel/component/salesforce/SalesforceComponentConfigurer.java
@@ -96,6 +96,8 @@ public class SalesforceComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "httpProxyUsername": 
target.setHttpProxyUsername(property(camelContext, java.lang.String.class, 
value)); return true;
 case "httprequestbuffersize":
 case "httpRequestBufferSize": 
target.setHttpRequestBufferSize(property(camelContext, java.lang.Integer.class, 
value)); return true;
+case "httprequesttimeout":
+case "httpRequestTimeout": 
target.setHttpRequestTimeout(property(camelContext, long.class, value)); return 
true;
 case "includedetails":
 case "includeDetails": 
getOrCreateConfig(target).setIncludeDetails(property(camelContext, 
java.lang.Boolean.class, value)); return true;
 case "initialreplayidmap":
@@ -278,6 +280,8 @@ public class SalesforceComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "httpProxyUsername": return java.lang.String.class;
 case "httprequestbuffersize":
 case "httpRequestBufferSize": return java.lang.Integer.class;
+case "httprequesttimeout":
+case "httpRequestTimeout": return long.class;
 case "includedetails":
 case "includeDetails": return java.lang.Boolean.class;
 case "initialreplayidmap":
@@ -461,6 +465,8 @@ public class SalesforceComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "httpProxyUsername": return target.getHttpProxyUsername();
 case "httprequestbuffersize":
 case "httpRequestBufferSize": return target.getHttpRequestBufferSize();
+case "httprequesttimeout":
+case "httpRequestTimeout": return target.getHttpRequestTimeout();
 case "includedetails":
 case "includeDetails": return 
getOrCreateConfig(target).getIncludeDetails();
 case "initialreplayidmap":
diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/generated/resources/org/apache/camel/component/salesforce/salesforce.json
 
b/components/camel-salesforce/camel-salesforce-component/src/generated/resources/org/apache/camel/component/salesforce/salesforce.json
index 60eab17..091c3cc 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/generated/resources/org/apache/camel/component/salesforce/salesforce.json
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/generated/resources/org/apache/camel/component/salesforce/salesforce.json
@@ -37,6 +37,7 @@
 "httpClientIdleTimeout": { "kind": "property", "displayName": "Http Client 
Idle Timeout", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 1, "description": "Timeout used by the 
HttpClient when waiting for response from the Salesforce server." },
 "httpMaxContentLength": { "kind": "property", "displayName": "Http Max 
Content Length", "group": "common", "label": "common", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "Max content length of an 
HTTP response." },
 "httpRequestBufferSize": { "kind": "property", "displayName": "Http 
Request Buffer Size", "group": "common", "label": "common", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "8192", "description": 
"HTTP request buffer size. May need to be increased for large SOQL queries." },
+

[camel-website-pub] branch asf-site updated (79ec031 -> 77946c3)

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

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


 discard 79ec031  Website updated to 39288c6239c7eedd54ab0a773fd4e760719483c2
 discard fd092f5  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new c55ea5e  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 77946c3  Website updated to 39288c6239c7eedd54ab0a773fd4e760719483c2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (79ec031)
\
 N -- N -- N   refs/heads/asf-site (77946c3)

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

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

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


Summary of changes:
 .htaccess  |   26 +-
 .../next/_images/kamelets/google-bigquery-sink.svg |1 +
 camel-kamelets/next/avro-deserialize-action.html   |2 +-
 camel-kamelets/next/avro-serialize-action.html |2 +-
 camel-kamelets/next/aws-cloudwatch-sink.html   |2 +-
 camel-kamelets/next/aws-ddb-sink.html  |2 +-
 camel-kamelets/next/aws-ddb-streams-source.html|2 +-
 camel-kamelets/next/aws-ec2-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-firehose-sink.html |2 +-
 camel-kamelets/next/aws-kinesis-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-source.html|2 +-
 camel-kamelets/next/aws-lambda-sink.html   |2 +-
 camel-kamelets/next/aws-redshift-sink.html |2 +-
 camel-kamelets/next/aws-redshift-source.html   |2 +-
 camel-kamelets/next/aws-s3-sink.html   |2 +-
 camel-kamelets/next/aws-s3-source.html |2 +-
 .../next/aws-s3-streaming-upload-sink.html |2 +-
 camel-kamelets/next/aws-secrets-manager-sink.html  |2 +-
 camel-kamelets/next/aws-ses-sink.html  |2 +-
 camel-kamelets/next/aws-sns-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sns-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-batch-sink.html|2 +-
 camel-kamelets/next/aws-sqs-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sqs-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-source.html|2 +-
 camel-kamelets/next/aws-translate-action.html  |2 +-
 camel-kamelets/next/azure-cosmosdb-source.html |2 +-
 camel-kamelets/next/azure-eventhubs-sink.html  |2 +-
 camel-kamelets/next/azure-eventhubs-source.html|2 +-
 camel-kamelets/next/azure-servicebus-sink.html |2 +-
 camel-kamelets/next/azure-servicebus-source.html   |2 +-
 .../next/azure-storage-blob-changefeed-source.html |2 +-
 camel-kamelets/next/azure-storage-blob-sink.html   |2 +-
 camel-kamelets/next/azure-storage-blob-source.html |2 +-
 camel-kamelets/next/azure-storage-queue-sink.html  |2 +-
 .../next/azure-storage-queue-source.html   |2 +-
 camel-kamelets/next/bitcoin-source.html|2 +-
 camel-kamelets/next/caffeine-action.html   |2 +-
 camel-kamelets/next/cassandra-sink.html|2 +-
 camel-kamelets/next/cassandra-source.html  |2 +-
 camel-kamelets/next/chuck-norris-source.html   |2 +-
 camel-kamelets/next/chunk-template-action.html |2 +-
 camel-kamelets/next/couchbase-sink.html|2 +-
 camel-kamelets/next/cron-source.html   |2 +-
 camel-kamelets/next/delay-action.html  |2 +-
 camel-kamelets/next/dns-dig-action.html|2 +-
 camel-kamelets/next/dns-ip-action.html |2 +-
 camel-kamelets/next/dns-lookup-action.html |2 +-
 camel-kamelets/next/drop-header-action.html|2 +-
 camel-kamelets/next/drop-headers-action.html   |2 +-
 camel-kamelets/next/dropbox-sink.html  |2 +-
 camel-kamelets/next/dropbox-source.html|2 +-
 camel-kamelets/next/earthquake-source.html |2 +-
 camel-kamelets/next/elasticsearch-index-sink.html  |2 +-
 .../next/elasticsearch-search-source.html  |2 +-
 camel-kamelets/next/exec-sink.html |2 +-
 camel-kamelets/next/extract-field-action.html  |2 +-
 

[GitHub] [camel] joaoismael commented on pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


joaoismael commented on pull request #7269:
URL: https://github.com/apache/camel/pull/7269#issuecomment-1079102577


   Correct example of log4j.properties configuration


-- 
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] joaoismael closed pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


joaoismael closed pull request #7269:
URL: https://github.com/apache/camel/pull/7269


   


-- 
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] joaoismael opened a new pull request #7269: Correct link for log4j.properties

2022-03-25 Thread GitBox


joaoismael opened a new pull request #7269:
URL: https://github.com/apache/camel/pull/7269


   
   


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

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

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




[GitHub] [camel-quarkus] ppalaga merged pull request #3662: Stop importing io.quarkus:quarkus-bom into camel-quarkus-bom

2022-03-25 Thread GitBox


ppalaga merged pull request #3662:
URL: https://github.com/apache/camel-quarkus/pull/3662


   


-- 
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 #7268: [CAMEL-17857] camel-validator: remote xsd import

2022-03-25 Thread GitBox


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


   In order to reproduce this issue I had to expose xsd from my github 
https://raw.githubusercontent.com/Croway/test-xsd/main/chapter04ord1.xsd I 
don't know if it is worth to move those xsd's into camel-validator resource 
folder and reference those, in case I'll update this PR.
   
   @luigidemasi 
   


-- 
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 (41e23f8 -> bc1a5aa)

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

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


from 41e23f8  Sync deps
 add bc1a5aa  Polished

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/health/HealthCheckHelper.java| 19 +++
 .../java/org/apache/camel/main/VertxHttpServer.java   |  9 +
 2 files changed, 20 insertions(+), 8 deletions(-)


[camel-kamelets] branch main updated: Add Google Big Query Sink Kamelet

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 9d6b0d1  Add Google Big Query Sink Kamelet
9d6b0d1 is described below

commit 9d6b0d11d68de16a1912fadaa1ebbadea1f8bd79
Author: Claudio Miranda 
AuthorDate: Tue Mar 22 20:05:44 2022 -0300

Add Google Big Query Sink Kamelet
---
 docs/modules/ROOT/nav.adoc |  1 +
 kamelets/google-bigquery-sink.kamelet.yaml | 87 ++
 .../kamelets/google-bigquery-sink.kamelet.yaml | 87 ++
 3 files changed, 175 insertions(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 9c89830..c4bfbea 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -66,6 +66,7 @@
 * xref:github-pullrequest-comment-source.adoc[]
 * xref:github-pullrequest-source.adoc[]
 * xref:github-tag-source.adoc[]
+* xref:google-bigquery-sink.adoc[]
 * xref:google-calendar-source.adoc[]
 * xref:google-functions-sink.adoc[]
 * xref:google-mail-source.adoc[]
diff --git a/kamelets/google-bigquery-sink.kamelet.yaml 
b/kamelets/google-bigquery-sink.kamelet.yaml
new file mode 100644
index 000..e57a39e
--- /dev/null
+++ b/kamelets/google-bigquery-sink.kamelet.yaml
@@ -0,0 +1,87 @@
+# ---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: google-bigquery-sink
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xLjYzMzIzNTQzMzMyODI1NiA3LjAzMjYwOTMzMDMxNTY1NjUgMTMxLjI2NTc0NjgyNDE2ODc2IDExNC42MzQzOTA2Njk2ODQzNSI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjY0IiB4Mj0iNjQiIHkxPSI3LjAzNCIgeTI9IjEyMC43ODkiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzQzODdmZCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQ2ODNlYS
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Google Big Query"
+  labels:
+camel.apache.org/kamelet.type: "sink"
+spec:
+  definition:
+title: "Google Big Query Sink"
+description: |-
+  Send data to a Google Big Query table.
+
+  It is expected the body is in Json format representing an object or an 
array of objects.
+
+  The credentialsFileLocation property needs to be a path to a service 
account key file.
+required:
+  - projectId
+  - dataset
+  - table
+  - credentialsFileLocation
+type: object
+properties:
+  projectId:
+title: Google Cloud Project Id
+description: Google Cloud Project id
+type: string
+  dataset:
+title: Big Query Dataset Id
+description: The Big Query Dataset Id
+type: string
+  table:
+title: Big Query Table Id
+description: The Big Query Table Id
+type: string
+  credentialsFileLocation:
+title: Google Cloud Platform Credential File
+description: The credential to access Google Cloud Platform api 
services
+type: string
+x-descriptors:
+  - urn:camel:group:credentials
+  types:
+in:
+  mediaType: application/json
+  dependencies:
+- "camel:core"
+- "camel:kamelet"
+- "camel:google-bigquery"
+- "camel:jackson"
+  template:
+beans:
+  - name: connectionFactoryBean
+type: 
"#class:org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory"
+property:
+  - key: credentialsFileLocation
+value: '{{credentialsFileLocation}}'
+from:
+  uri: "kamelet:source"
+  steps:
+  - unmarshal:
+  json:
+  library: Jackson
+  - to:
+  uri: "google-bigquery:{{projectId}}:{{dataset}}:{{table}}"
+  

[camel-kamelets] branch regen_bot updated (9d6b0d1 -> dc35bf0)

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

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


from 9d6b0d1  Add Google Big Query Sink Kamelet
 add 3721043  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 add f14e2e1  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 add 4d52219  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
 add dc35bf0  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source

No new revisions were added by this update.

Summary of changes:
 kamelets/aws-kinesis-sink.kamelet.yaml  | 13 +
 kamelets/aws-kinesis-source.kamelet.yaml| 13 +
 .../main/resources/kamelets/aws-kinesis-sink.kamelet.yaml   | 13 +
 .../main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 4 files changed, 52 insertions(+)


[camel-kamelets] 02/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Sink

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

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

commit f14e2e1d07f4b9d0066f359a9343bf4313ba23b9
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:28:48 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
---
 .../main/resources/kamelets/aws-kinesis-sink.kamelet.yaml   | 13 +
 1 file changed, 13 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
index d9eea8d..0c67333 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -85,6 +85,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 in:
   mediaType: application/octet-stream
@@ -132,3 +143,5 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"


[GitHub] [camel-kamelets] claudio4j closed issue #843: Add Google BigQuery sink kamelet

2022-03-25 Thread GitBox


claudio4j closed issue #843:
URL: https://github.com/apache/camel-kamelets/issues/843


   


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

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

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




[GitHub] [camel-kamelets] oscerd closed issue #859: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose

2022-03-25 Thread GitBox


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


   


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

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

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




[camel-kamelets] branch regen_bot updated (8cfdf2b -> 9d6b0d1)

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

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


from 8cfdf2b  AWS S3 Sink: Add an optional keyName parameter
 add 9d6b0d1  Add Google Big Query Sink Kamelet

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/nav.adoc |  1 +
 kamelets/google-bigquery-sink.kamelet.yaml | 87 ++
 .../kamelets/google-bigquery-sink.kamelet.yaml | 87 ++
 3 files changed, 175 insertions(+)
 create mode 100644 kamelets/google-bigquery-sink.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml


[GitHub] [camel-kamelets] oscerd merged pull request #849: Add Google Big Query Sink Kamelet

2022-03-25 Thread GitBox


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


   


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

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

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




[GitHub] [camel-kamelets] oscerd opened a new issue #859: AWS Kinesis Kamelet: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose

2022-03-25 Thread GitBox


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


   Both of the parameters will be optional and not mandatory.


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

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

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




[GitHub] [camel-kamelets] oscerd closed pull request #860: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose

2022-03-25 Thread GitBox


oscerd closed pull request #860:
URL: https://github.com/apache/camel-kamelets/pull/860


   


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

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

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




[camel-kamelets] 03/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Source

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

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

commit 4df19fdc3bee91285e07ff8f1c9123f29cad241a
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:29:38 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
---
 kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/kamelets/aws-kinesis-source.kamelet.yaml 
b/kamelets/aws-kinesis-source.kamelet.yaml
index 7988322..01f2640 100644
--- a/kamelets/aws-kinesis-source.kamelet.yaml
+++ b/kamelets/aws-kinesis-source.kamelet.yaml
@@ -73,6 +73,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 out:
   mediaType: application/octet-stream
@@ -88,6 +99,8 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"
   steps:
   - set-body:
   simple: "${body.data().asInputStream()}"


[camel-kamelets] 01/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Sink

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

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

commit 2fb380bdd2b164a440c5caa9e39550a9aaaca23f
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:28:04 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
---
 kamelets/aws-kinesis-sink.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/kamelets/aws-kinesis-sink.kamelet.yaml 
b/kamelets/aws-kinesis-sink.kamelet.yaml
index d9eea8d..0c67333 100644
--- a/kamelets/aws-kinesis-sink.kamelet.yaml
+++ b/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -85,6 +85,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 in:
   mediaType: application/octet-stream
@@ -132,3 +143,5 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"


[camel-quarkus] branch main updated: Revert "Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling"

2022-03-25 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 d5cdca3  Revert "Exclude jboss-marshalling-osgi from 
infinispan-jboss-marshalling"
d5cdca3 is described below

commit d5cdca3c7636a0538d985db98204e92ff5b7
Author: James Netherton 
AuthorDate: Fri Mar 25 13:22:48 2022 +

Revert "Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling"

This reverts commit 0364b7b3c6f9469844057104fafc600764800c03.
---
 poms/bom/pom.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index ac1ca6c..e0e9d02 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6584,12 +6584,6 @@
 org.infinispan
 infinispan-jboss-marshalling
 ${infinispan.version}
-
-
-org.jboss.marshalling
-jboss-marshalling-osgi
-
-
 
 
 org.influxdb


[GitHub] [camel-quarkus] zbendhiba closed pull request #3654: Azure integration tests - upgrade the setup script

2022-03-25 Thread GitBox


zbendhiba closed pull request #3654:
URL: https://github.com/apache/camel-quarkus/pull/3654


   


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

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

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




[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3665: Exclude `jboss-marshalling-osgi` from `infinispan-jboss-marshalling`

2022-03-25 Thread GitBox


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


   I had to revert the original change and need to revisit this.
   
   Excluding the dependency leads to an NPE in the idempotent repository 
shutdown.


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

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

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




[camel-kamelets] 01/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Sink

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

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

commit 3721043b3e1400c04917db9bc25bca2ea095852b
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:28:04 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
---
 kamelets/aws-kinesis-sink.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/kamelets/aws-kinesis-sink.kamelet.yaml 
b/kamelets/aws-kinesis-sink.kamelet.yaml
index d9eea8d..0c67333 100644
--- a/kamelets/aws-kinesis-sink.kamelet.yaml
+++ b/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -85,6 +85,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 in:
   mediaType: application/octet-stream
@@ -132,3 +143,5 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"


[camel-kamelets] 04/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Source

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

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

commit dc35bf098ec8f7ee437d8b206c07c36389614890
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:30:18 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
---
 .../main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
index 7988322..01f2640 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
@@ -73,6 +73,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 out:
   mediaType: application/octet-stream
@@ -88,6 +99,8 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"
   steps:
   - set-body:
   simple: "${body.data().asInputStream()}"


[camel-kamelets] 03/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Source

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

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

commit 4d52219759a940e0d0c52eb71251c9176b660814
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:29:38 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
---
 kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/kamelets/aws-kinesis-source.kamelet.yaml 
b/kamelets/aws-kinesis-source.kamelet.yaml
index 7988322..01f2640 100644
--- a/kamelets/aws-kinesis-source.kamelet.yaml
+++ b/kamelets/aws-kinesis-source.kamelet.yaml
@@ -73,6 +73,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 out:
   mediaType: application/octet-stream
@@ -88,6 +99,8 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"
   steps:
   - set-body:
   simple: "${body.data().asInputStream()}"


[camel-kamelets] branch main updated (9d6b0d1 -> dc35bf0)

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

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


from 9d6b0d1  Add Google Big Query Sink Kamelet
 new 3721043  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 new f14e2e1  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 new 4d52219  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
 new dc35bf0  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source

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


Summary of changes:
 kamelets/aws-kinesis-sink.kamelet.yaml  | 13 +
 kamelets/aws-kinesis-source.kamelet.yaml| 13 +
 .../main/resources/kamelets/aws-kinesis-sink.kamelet.yaml   | 13 +
 .../main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 4 files changed, 52 insertions(+)


[camel-kamelets] branch fix-859 created (now 365c808)

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

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


  at 365c808  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source

This branch includes the following new commits:

 new 2fb380b  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 new c21fccb  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
 new 4df19fd  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
 new 365c808  AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source

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



[camel-kamelets] 04/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Source

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

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

commit 365c808b6a8f536a2c35dc9f3a56ffc001ee977a
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:30:18 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Source
---
 .../main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 13 +
 1 file changed, 13 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
index 7988322..01f2640 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
@@ -73,6 +73,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 out:
   mediaType: application/octet-stream
@@ -88,6 +99,8 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"
   steps:
   - set-body:
   simple: "${body.data().asInputStream()}"


[camel-kamelets] 02/04: AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndpointOverride for testing purpose - Sink

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

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

commit c21fccb4e14dd6a1da0ec0a6b6e34be4d35b5f50
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 14:28:48 2022 +0100

AWS Kinesis Kamelets: Introduce optional overrideEndpoint and 
uriEndpointOverride for testing purpose - Sink
---
 .../main/resources/kamelets/aws-kinesis-sink.kamelet.yaml   | 13 +
 1 file changed, 13 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
index d9eea8d..0c67333 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -85,6 +85,17 @@ spec:
 x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: false
+  uriEndpointOverride:
+title: Overwrite Endpoint URI
+description: Set the overriding endpoint URI. This option needs to be 
used in combination with overrideEndpoint option.
+type: string
+  overrideEndpoint:
+title: Endpoint Overwrite
+description: Set the need for overiding the endpoint URI. This option 
needs to be used in combination with uriEndpointOverride setting.
+type: boolean
+x-descriptors:
+  - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+default: false
   types:
 in:
   mediaType: application/octet-stream
@@ -132,3 +143,5 @@ spec:
 accessKey: "{{?accessKey}}"
 region: "{{region}}"
 useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
+uriEndpointOverride: "{{?uriEndpointOverride}}"
+overrideEndpoint: "{{overrideEndpoint}}"


[camel-quarkus] branch main updated: Azure integration tests - upgrade the setup script

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 7020e1b  Azure integration tests - upgrade the setup script
7020e1b is described below

commit 7020e1be65adfd1e4ac91df93c06ed7c48d3f833
Author: Zineb Bendhiba 
AuthorDate: Wed Mar 23 16:57:10 2022 +0100

Azure integration tests - upgrade the setup script
---
 integration-test-groups/azure/azure-resources.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-test-groups/azure/azure-resources.sh 
b/integration-test-groups/azure/azure-resources.sh
index 8bdcbaa..1e65e5b 100755
--- a/integration-test-groups/azure/azure-resources.sh
+++ b/integration-test-groups/azure/azure-resources.sh
@@ -40,7 +40,7 @@ function createResources() {
 az group create --name ${RESOURCE_GROUP} --location ${ZONE}
 
 az storage account create --name ${AZURE_STORAGE_ACCOUNT_NAME} 
--resource-group ${RESOURCE_GROUP} --location ${ZONE} --sku Standard_LRS --kind 
StorageV2
-az storage account blob-service-properties update --enable-change-feed 
true --delete-retention-days 1 -n ${AZURE_STORAGE_ACCOUNT_NAME} -g 
${RESOURCE_GROUP}
+az storage account blob-service-properties update --enable-change-feed 
true --enable-delete-retention true --delete-retention-days 1 -n 
${AZURE_STORAGE_ACCOUNT_NAME} -g ${RESOURCE_GROUP}
 
 SUBSCRIPTION_ID="$(az account list --query '[0].id' -o tsv)"
 USER_ID="$(az ad signed-in-user show --query objectId -o tsv)"


[camel] branch main updated: Polished

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

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


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

commit bc1a5aa2fc7a5efbaeabfa6ab78f83bb0bdbfb20
Author: Claus Ibsen 
AuthorDate: Fri Mar 25 14:21:41 2022 +0100

Polished
---
 .../org/apache/camel/health/HealthCheckHelper.java| 19 +++
 .../java/org/apache/camel/main/VertxHttpServer.java   |  9 +
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckHelper.java 
b/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckHelper.java
index ba5c28d..431f09d 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckHelper.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckHelper.java
@@ -265,6 +265,25 @@ public final class HealthCheckHelper {
 }
 
 /**
+ * Checks the overall status of the results.
+ *
+ * @param  results   the results from the invoked health checks
+ * @param  readiness readiness or liveness mode
+ * @return   true if up, or false if down
+ */
+public static boolean isResultsUp(Collection results, 
boolean readiness) {
+boolean up;
+if (readiness) {
+// readiness requires that all are UP
+up = results.stream().allMatch(r -> 
r.getState().equals(HealthCheck.State.UP));
+} else {
+// liveness will fail if there is any down
+up = results.stream().noneMatch(r -> 
r.getState().equals(HealthCheck.State.DOWN));
+}
+return up;
+}
+
+/**
  * Get the group of the given check or an empty string if the group is not 
set.
  *
  * @param  check the health check
diff --git 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/VertxHttpServer.java
 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/VertxHttpServer.java
index adc3bf2..63d71b4 100644
--- 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/VertxHttpServer.java
+++ 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/VertxHttpServer.java
@@ -228,14 +228,7 @@ public final class VertxHttpServer {
 }
 
 // are we UP
-boolean up;
-if (rdy) {
-// readiness requires that all are UP
-up = res.stream().allMatch(r -> 
r.getState().equals(HealthCheck.State.UP));
-} else {
-// liveness will fail if there is any down
-up = res.stream().noneMatch(r -> 
r.getState().equals(HealthCheck.State.DOWN));
-}
+boolean up = HealthCheckHelper.isResultsUp(res, rdy);
 
 if ("oneline".equals(level)) {
 // only brief status


[camel] branch regen_bot updated (8854e16 -> 41e23f8)

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

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


from 8854e16  Sync deps
 add 8f72498  Upgrade Json Schema Validator to version 1.0.67
 add 41e23f8  Sync deps

No new revisions were added by this update.

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


[camel] 02/02: Sync deps

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

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

commit 41e23f842e3992f60144a7634a2fe404b8be706a
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 12:54:43 2022 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index bc8dd10..18c50a7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -434,7 +434,7 @@
 1.0.1
 2.0.5
 4.1.75.Final
-
1.0.64
+
1.0.67
 8.9
 3.4.3
 1.0.0.RC4


[camel] 01/02: Upgrade Json Schema Validator to version 1.0.67

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

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

commit 8f72498f3b4b6c7137e7e9959e66b7037feaff9a
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 12:40:37 2022 +0100

Upgrade Json Schema Validator to version 1.0.67
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c0946e6..86f58e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
 0.4.0
 4.1.75.Final
 2.0.5
-
1.0.64
+
1.0.67
 8.9
 3.4.3
 3.14.9


[camel] branch main updated (8854e16 -> 41e23f8)

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

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


from 8854e16  Sync deps
 new 8f72498  Upgrade Json Schema Validator to version 1.0.67
 new 41e23f8  Sync deps

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


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


[camel] branch regen_bot updated (5ce1fb5 -> 8854e16)

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

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


from 5ce1fb5  CAMEL-17844: add a snippet in the docs about 
FunctionalInterface usage
 add 123e344  Upgrade OpenJpa to version 3.2.2
 add 8854e16  Sync deps

No new revisions were added by this update.

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


[camel-kamelets-examples] 03/03: Added .gitignore

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

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

commit 04a4cf5c4c58b63ccdae45523371397a89a86dd9
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 12:08:35 2022 +0100

Added .gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..2f7896d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+target/


[camel-kamelets-examples] 02/03: Renamed camel-kamelet-main to kamelet-main

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

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

commit 8d14746e77bf676384db14b2d90de9592cccafac
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 12:08:17 2022 +0100

Renamed camel-kamelet-main to kamelet-main
---
 {camel-kamelet-main => kamelet-main}/pom.xml  | 0
 {camel-kamelet-main => kamelet-main}/slack-source/README.md   | 0
 {camel-kamelet-main => kamelet-main}/slack-source/pom.xml | 0
 .../slack-source/src/main/resources/application.properties| 0
 .../slack-source/src/main/resources/camel/my-route.yaml   | 0
 .../slack-source/src/main/resources/logback.xml   | 0
 6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/camel-kamelet-main/pom.xml b/kamelet-main/pom.xml
similarity index 100%
rename from camel-kamelet-main/pom.xml
rename to kamelet-main/pom.xml
diff --git a/camel-kamelet-main/slack-source/README.md 
b/kamelet-main/slack-source/README.md
similarity index 100%
rename from camel-kamelet-main/slack-source/README.md
rename to kamelet-main/slack-source/README.md
diff --git a/camel-kamelet-main/slack-source/pom.xml 
b/kamelet-main/slack-source/pom.xml
similarity index 100%
rename from camel-kamelet-main/slack-source/pom.xml
rename to kamelet-main/slack-source/pom.xml
diff --git 
a/camel-kamelet-main/slack-source/src/main/resources/application.properties 
b/kamelet-main/slack-source/src/main/resources/application.properties
similarity index 100%
rename from 
camel-kamelet-main/slack-source/src/main/resources/application.properties
rename to kamelet-main/slack-source/src/main/resources/application.properties
diff --git 
a/camel-kamelet-main/slack-source/src/main/resources/camel/my-route.yaml 
b/kamelet-main/slack-source/src/main/resources/camel/my-route.yaml
similarity index 100%
rename from 
camel-kamelet-main/slack-source/src/main/resources/camel/my-route.yaml
rename to kamelet-main/slack-source/src/main/resources/camel/my-route.yaml
diff --git a/camel-kamelet-main/slack-source/src/main/resources/logback.xml 
b/kamelet-main/slack-source/src/main/resources/logback.xml
similarity index 100%
rename from camel-kamelet-main/slack-source/src/main/resources/logback.xml
rename to kamelet-main/slack-source/src/main/resources/logback.xml


[camel-kamelets-examples] branch main updated (a189ed1 -> 04a4cf5)

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

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


from a189ed1  Added Slack source Kamelet example through camel-jbang
 new 6610575  Added Slack Source Example through Camel-Kamelet-main
 new 8d14746  Renamed camel-kamelet-main to kamelet-main
 new 04a4cf5  Added .gitignore

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


Summary of changes:
 .gitignore |   1 +
 kamelet-main/pom.xml   |  44 
 kamelet-main/slack-source/README.md|  67 
 kamelet-main/slack-source/pom.xml  | 120 +
 .../src/main/resources/application.properties  |  21 ++--
 .../src/main/resources/camel/my-route.yaml |   0
 .../slack-source/src/main/resources/logback.xml|  30 ++
 7 files changed, 271 insertions(+), 12 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 kamelet-main/pom.xml
 create mode 100644 kamelet-main/slack-source/README.md
 create mode 100644 kamelet-main/slack-source/pom.xml
 copy jbang/slack-source/slack-source.yaml => 
kamelet-main/slack-source/src/main/resources/application.properties (77%)
 copy jbang/slack-source/slack-source.yaml => 
kamelet-main/slack-source/src/main/resources/camel/my-route.yaml (100%)
 create mode 100644 kamelet-main/slack-source/src/main/resources/logback.xml


[camel-kamelets-examples] 01/03: Added Slack Source Example through Camel-Kamelet-main

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

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

commit 66105751480c0b0a412674752210b453b9db8934
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 12:07:51 2022 +0100

Added Slack Source Example through Camel-Kamelet-main
---
 camel-kamelet-main/pom.xml |  44 
 camel-kamelet-main/slack-source/README.md  |  67 
 camel-kamelet-main/slack-source/pom.xml| 120 +
 .../src/main/resources/application.properties  |  25 +
 .../src/main/resources/camel/my-route.yaml |  28 +
 .../slack-source/src/main/resources/logback.xml|  30 ++
 6 files changed, 314 insertions(+)

diff --git a/camel-kamelet-main/pom.xml b/camel-kamelet-main/pom.xml
new file mode 100644
index 000..a416b72
--- /dev/null
+++ b/camel-kamelet-main/pom.xml
@@ -0,0 +1,44 @@
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+
+4.0.0
+
+
+org.apache.camel
+camel-dependencies
+3.17.0-SNAPSHOT
+
+
+org.apache.camel.examples
+camel-kamelet-main-examples
+3.17.0-SNAPSHOT
+pom
+
+Kamelet Main Examples
+Kamelet Main Examples
+
+
+   3.17.0-SNAPSHOT
+
+
+
+slack-source
+
+
diff --git a/camel-kamelet-main/slack-source/README.md 
b/camel-kamelet-main/slack-source/README.md
new file mode 100644
index 000..40b7adb
--- /dev/null
+++ b/camel-kamelet-main/slack-source/README.md
@@ -0,0 +1,67 @@
+== Slack Source Example
+
+In this sample you'll use the Slack Source Kamelet throught camel-kamelet-main
+
+=== Setup the Slack Bot App
+
+1. Go to https://api.slack.com/apps and create an app
+2. Set the following permissions to this app, in particular in relation to Bot 
Token
+- channels:history
+- groups:history
+- im:history
+- mpim:history
+- channels:read
+- groups:read
+- im:read
+- mpim:read
+3. Enable incoming webhook for this Bot App
+4. Copy the User OAuth Token 
+5. Open the slack-integration.properties file and paste the token as token 
property
+6. Set the correct channel name
+
+=== Run
+
+Run the following command:
+
+```
+> mvn clean install
+> mvn camel:dev
+```
+
+You should see
+
+```
+[INFO] Starting Camel ...
+18:07:31.131 [org.apache.camel.main.KameletMain.main()] INFO  
o.a.c.i.engine.AbstractCamelContext - Detected: camel-debug JAR (enabling Camel 
Debugging)
+18:07:32.711 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.DownloaderHelper - Downloaded dependency: 
org.apache.camel:camel-kamelet:3.15.0 took: 1s492ms
+18:07:32.787 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - Auto-configuration summary
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.name=Slack-source
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.main.routesReloadDirectoryRecursive=true
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.main.routesReloadDirectory=/home/oscerd/workspace/miscellanea/kamelet-samples/camel-kamelet-main/slack-source/src/main/resources
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.durationMaxAction=stop
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.routesReloadEnabled=true
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.sourceLocationEnabled=true
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.main.routesReloadPattern=*.xml,*.yaml,*.java
+18:07:32.788 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.component.kamelet.location=classpath:/kamelets,github:apache:camel-kamelets/kamelets
+18:07:32.966 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.DownloaderHelper - Downloaded dependency: 
org.apache.camel:camel-core-languages:3.15.0 took: 79ms
+18:07:32.969 [org.apache.camel.main.KameletMain.main()] INFO  
o.a.c.m.JmxManagementStrategy - JMX is enabled
+18:07:33.826 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.DownloaderHelper - Downloaded dependency: 
org.apache.camel:camel-gson:3.15.0 took: 112ms
+18:07:33.949 [org.apache.camel.main.KameletMain.main()] INFO  
o.apache.camel.main.DownloaderHelper - Downloaded dependency: 
org.apache.camel:camel-slack:3.15.0 took: 122ms
+18:07:35.088 [org.apache.camel.main.KameletMain.main()] INFO  

[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #336: Kamelet with id cassandra-sink not found in locations: classpath:/kamelets

2022-03-25 Thread GitBox


oscerd commented on issue #336:
URL: 
https://github.com/apache/camel-kafka-connector-examples/issues/336#issuecomment-1078902423


   The problem is the input your passing, if you want to pass parameters to the 
query, you need to provide an array:
   
   So in your case the message should be something like
   
   `["Pecan", 1871]`


-- 
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] aldettinger commented on issue #3265: camel.main.routes-include-pattern with a "*" wildcard may end up loading a route builder twice

2022-03-25 Thread GitBox


aldettinger commented on issue #3265:
URL: https://github.com/apache/camel-quarkus/issues/3265#issuecomment-1078899642


   Great to see that @jamesnetherton. Many thanks for handling it.


-- 
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: Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling

2022-03-25 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 0364b7b  Exclude jboss-marshalling-osgi from 
infinispan-jboss-marshalling
0364b7b is described below

commit 0364b7b3c6f9469844057104fafc600764800c03
Author: James Netherton 
AuthorDate: Fri Mar 25 09:04:26 2022 +

Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling
---
 poms/bom/pom.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index e0e9d02..ac1ca6c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6584,6 +6584,12 @@
 org.infinispan
 infinispan-jboss-marshalling
 ${infinispan.version}
+
+
+org.jboss.marshalling
+jboss-marshalling-osgi
+
+
 
 
 org.influxdb


[GitHub] [camel-quarkus] jamesnetherton merged pull request #3661: Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling

2022-03-25 Thread GitBox


jamesnetherton merged pull request #3661:
URL: https://github.com/apache/camel-quarkus/pull/3661


   


-- 
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: Fix loading of XML routes with routes-include-pattern wildcard

2022-03-25 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 7667682  Fix loading of XML routes with routes-include-pattern wildcard
7667682 is described below

commit 76676820eeba51888c1292002be8bf5bcc955439
Author: James Netherton 
AuthorDate: Fri Mar 25 08:11:11 2022 +

Fix loading of XML routes with routes-include-pattern wildcard

Fixes #3265
---
 .../CamelQuarkusPackageScanResourceResolver.java   | 31 ++
 .../camel/quarkus/core/FastCamelContext.java   |  6 +
 .../src/test/resources/application.properties  |  2 +-
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelQuarkusPackageScanResourceResolver.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelQuarkusPackageScanResourceResolver.java
new file mode 100644
index 000..7d7dde7
--- /dev/null
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelQuarkusPackageScanResourceResolver.java
@@ -0,0 +1,31 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.quarkus.core;
+
+import org.apache.camel.impl.engine.DefaultPackageScanResourceResolver;
+import org.apache.camel.spi.PackageScanResourceResolver;
+
+/**
+ * Custom {@link PackageScanResourceResolver} that adds the specific {@link 
ClassLoader} instance
+ * that Camel Quarkus requires for resolving resources.
+ */
+public class CamelQuarkusPackageScanResourceResolver extends 
DefaultPackageScanResourceResolver {
+@Override
+public void initialize() {
+addClassLoader(Thread.currentThread().getContextClassLoader());
+}
+}
diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
index 2a40f04..1dccaf3 100644
--- 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java
@@ -41,6 +41,7 @@ import org.apache.camel.spi.Language;
 import org.apache.camel.spi.ManagementNameStrategy;
 import org.apache.camel.spi.ModelJAXBContextFactory;
 import org.apache.camel.spi.ModelToXMLDumper;
+import org.apache.camel.spi.PackageScanResourceResolver;
 import org.apache.camel.spi.PropertiesComponent;
 import org.apache.camel.spi.Registry;
 import org.apache.camel.spi.ShutdownStrategy;
@@ -162,6 +163,11 @@ public class FastCamelContext extends DefaultCamelContext 
implements CatalogCame
 }
 
 @Override
+protected PackageScanResourceResolver createPackageScanResourceResolver() {
+return new CamelQuarkusPackageScanResourceResolver();
+}
+
+@Override
 public void doInit() throws Exception {
 super.doInit();
 forceLazyInitialization();
diff --git 
a/extensions/openapi-java/deployment/src/test/resources/application.properties 
b/extensions/openapi-java/deployment/src/test/resources/application.properties
index a5d206d..62f6015 100644
--- 
a/extensions/openapi-java/deployment/src/test/resources/application.properties
+++ 
b/extensions/openapi-java/deployment/src/test/resources/application.properties
@@ -23,4 +23,4 @@ quarkus.camel.openapi.expose.enabled=true
 # Camel - REST
 #
 camel.rest.context-path=/camel
-camel.main.routes-include-pattern=routes/routes.xml,routes/rests.xml
+camel.main.routes-include-pattern=routes/*.xml


[GitHub] [camel-quarkus] jamesnetherton closed issue #3265: camel.main.routes-include-pattern with a "*" wildcard may end up loading a route builder twice

2022-03-25 Thread GitBox


jamesnetherton closed issue #3265:
URL: https://github.com/apache/camel-quarkus/issues/3265


   


-- 
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 #3660: Fix loading of XML routes with routes-include-pattern wildcard

2022-03-25 Thread GitBox


jamesnetherton merged pull request #3660:
URL: https://github.com/apache/camel-quarkus/pull/3660


   


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

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

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




[GitHub] [camel-quarkus] ppalaga opened a new pull request #3662: Stop importing io.quarkus:quarkus-bom into camel-quarkus-bom #3302

2022-03-25 Thread GitBox


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


   Related #3302


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

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

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




[camel] 01/02: Upgrade OpenJpa to version 3.2.2

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

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

commit 123e344426b96968567827be42c3a12d619b3b73
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 11:26:54 2022 +0100

Upgrade OpenJpa to version 3.2.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 106a0c2..c0946e6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -429,7 +429,7 @@
 2.0.11
 4.8.0
 3.1.12
-3.2.1
+3.2.2
 3.10
 1.12.0
 
${opentelemetry-version}-alpha


[camel] 02/02: Sync deps

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

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

commit 8854e163612fa39960083501775f366c9ec439a5
Author: Andrea Cosentino 
AuthorDate: Fri Mar 25 11:29:13 2022 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 21fac66..bc8dd10 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -442,7 +442,7 @@
 3.14.9
 2.0.11
 4.8.0
-3.2.1
+3.2.2
 3.10
 
${opentelemetry-version}-alpha
 1.12.0


[camel] branch main updated (5ce1fb5 -> 8854e16)

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

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


from 5ce1fb5  CAMEL-17844: add a snippet in the docs about 
FunctionalInterface usage
 new 123e344  Upgrade OpenJpa to version 3.2.2
 new 8854e16  Sync deps

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


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


[camel] branch regen_bot updated (cfd7fdb -> 5ce1fb5)

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

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


from cfd7fdb  Fix typo in infinispan example
 add bedd572  CAMEL-17844: Handle FunctionalInterface (lambas) in BeanInfo
 add 5ce1fb5  CAMEL-17844: add a snippet in the docs about 
FunctionalInterface usage

No new revisions were added by this update.

Summary of changes:
 .../camel-bean/src/main/docs/bean-component.adoc   |  12 ++
 .../org/apache/camel/component/bean/BeanInfo.java  |  36 +++---
 .../camel/component/bean/BeanInfoTypeResolver.java |  35 --
 .../bean/DefaultBeanInfoTypeResolver.java  |  48 
 .../apache/camel/component/bean/BeanInfoTest.java  | 124 ++---
 5 files changed, 110 insertions(+), 145 deletions(-)
 delete mode 100644 
components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfoTypeResolver.java
 delete mode 100644 
components/camel-bean/src/main/java/org/apache/camel/component/bean/DefaultBeanInfoTypeResolver.java


[camel] branch regen_bot updated (a45598e -> cfd7fdb)

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

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


from a45598e  CAMEL-17839: camel-health - Allow to configure initial state 
of health-checks (readiness). This mostly affect scheduled consumers which can 
be in either DOWN or UNKNOWN state before doing their first poll. By default we 
are careful and report as DOWN as we are not ready. But this allows users to 
not care and set it as UP or UNKNOWN.
 add cfd7fdb  Fix typo in infinispan example

No new revisions were added by this update.

Summary of changes:
 .../camel-infinispan/src/main/docs/infinispan-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] branch regen_bot updated (a56cf24 -> a45598e)

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

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


from a56cf24  Sync deps
 add a45598e  CAMEL-17839: camel-health - Allow to configure initial state 
of health-checks (readiness). This mostly affect scheduled consumers which can 
be in either DOWN or UNKNOWN state before doing their first poll. By default we 
are careful and report as DOWN as we are not ready. But this allows users to 
not care and set it as UP or UNKNOWN.

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/health/HealthCheckRegistry.java| 2 +-
 .../main/java/org/apache/camel/impl/health/AbstractHealthCheck.java   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)


[GitHub] [camel-quarkus] jamesnetherton closed issue #3457: Camel Rest / Quarkus Swagger UI / Url Issue from Quarkus Version 2.6.x

2022-03-25 Thread GitBox


jamesnetherton closed issue #3457:
URL: https://github.com/apache/camel-quarkus/issues/3457


   


-- 
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 closed issue #3579: Improve quartz test coverage

2022-03-25 Thread GitBox


jamesnetherton closed issue #3579:
URL: https://github.com/apache/camel-quarkus/issues/3579


   


-- 
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 a change in pull request #3659: Improve Infinispan extension test coverage

2022-03-25 Thread GitBox


jamesnetherton commented on a change in pull request #3659:
URL: https://github.com/apache/camel-quarkus/pull/3659#discussion_r835079421



##
File path: docs/modules/ROOT/pages/reference/extensions/infinispan.adoc
##
@@ -38,3 +38,16 @@ Or add the coordinates to your existing project:
 
 
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
+
+== Camel Quarkus limitations
+
+=== InfinispanRemoteAggregationRepository in native mode
+
+At present the `InfinispanRemoteAggregationRepository` is not supported in 
native mode.

Review comment:
   https://github.com/apache/camel-quarkus/issues/3657




-- 
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 (cfd7fdb -> 5ce1fb5)

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

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


from cfd7fdb  Fix typo in infinispan example
 add bedd572  CAMEL-17844: Handle FunctionalInterface (lambas) in BeanInfo
 add 5ce1fb5  CAMEL-17844: add a snippet in the docs about 
FunctionalInterface usage

No new revisions were added by this update.

Summary of changes:
 .../camel-bean/src/main/docs/bean-component.adoc   |  12 ++
 .../org/apache/camel/component/bean/BeanInfo.java  |  36 +++---
 .../camel/component/bean/BeanInfoTypeResolver.java |  35 --
 .../bean/DefaultBeanInfoTypeResolver.java  |  48 
 .../apache/camel/component/bean/BeanInfoTest.java  | 124 ++---
 5 files changed, 110 insertions(+), 145 deletions(-)
 delete mode 100644 
components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfoTypeResolver.java
 delete mode 100644 
components/camel-bean/src/main/java/org/apache/camel/component/bean/DefaultBeanInfoTypeResolver.java


[camel-karaf] branch main updated: CAMEL-17844: camel-bean-osgi - no longer needed.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new bfa46d9  CAMEL-17844: camel-bean-osgi - no longer needed.
bfa46d9 is described below

commit bfa46d9a7f673e30a8f0c0972c5f8746d37cab51
Author: Claus Ibsen 
AuthorDate: Fri Mar 25 09:43:54 2022 +0100

CAMEL-17844: camel-bean-osgi - no longer needed.
---
 components/camel-bean-osgi/pom.xml | 62 --
 .../services/org/apache/camel/other.properties |  7 ---
 .../src/generated/resources/bean-osgi.json | 15 --
 .../camel/component/bean/osgi/Activator.java   | 41 --
 .../bean/osgi/OsgiBeanInfoTypeResolver.java| 31 ---
 components/pom.xml |  1 -
 .../karaf/features/src/main/resources/features.xml |  1 -
 7 files changed, 158 deletions(-)

diff --git a/components/camel-bean-osgi/pom.xml 
b/components/camel-bean-osgi/pom.xml
deleted file mode 100644
index 8702751..000
--- a/components/camel-bean-osgi/pom.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-
-4.0.0
-
-
-org.apache.camel.karaf
-components
-3.17.0-SNAPSHOT
-
-
-camel-bean-osgi
-jar
-Camel Karaf :: Bean
-Camel Bean component
-
-
-
-org.apache.camel.component.bean.osgi.Activator
-
-1.0.0
-core,java
-Bean
-
-
-
-
-
-org.apache.camel
-camel-bean
-
-
-
-
-org.osgi
-osgi.core
-provided
-true
-6.0.0
-
-
-
-
-
diff --git 
a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
deleted file mode 100644
index 358c9a5..000
--- 
a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-name=bean-osgi
-groupId=org.apache.camel.karaf
-artifactId=camel-bean-osgi
-version=3.17.0-SNAPSHOT
-projectName=Camel Karaf :: Bean
-projectDescription=Camel Bean component
diff --git a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json 
b/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
deleted file mode 100644
index 6079dee..000
--- a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "bean-osgi",
-"title": "Bean",
-"description": "Camel Bean component",
-"deprecated": false,
-"firstVersion": "1.0.0",
-"label": "core,java",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel.karaf",
-"artifactId": "camel-bean-osgi",
-"version": "3.17.0-SNAPSHOT"
-  }
-}
diff --git 
a/components/camel-bean-osgi/src/main/java/org/apache/camel/component/bean/osgi/Activator.java
 
b/components/camel-bean-osgi/src/main/java/org/apache/camel/component/bean/osgi/Activator.java
deleted file mode 100644
index b4ed287..000
--- 
a/components/camel-bean-osgi/src/main/java/org/apache/camel/component/bean/osgi/Activator.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.bean.osgi;
-
-import org.apache.camel.component.bean.BeanInfoTypeResolver;
-import org.osgi.framework.BundleActivator;
-import org.osgi.framework.BundleContext;
-import org.osgi.framework.ServiceRegistration;
-
-public class Activator implements BundleActivator {
-private ServiceRegistration registration;
-
-@Override
-public void start(BundleContext context) throws Exception {
-Object factory = new OsgiBeanInfoTypeResolver();
-registration 

[GitHub] [camel] davsclaus closed pull request #7261: [CAMEL-17844] Handle FunctionalInterface (lambas) in BeanInfo

2022-03-25 Thread GitBox


davsclaus closed pull request #7261:
URL: https://github.com/apache/camel/pull/7261


   


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

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

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




[GitHub] [camel] davsclaus commented on pull request #7261: [CAMEL-17844] Handle FunctionalInterface (lambas) in BeanInfo

2022-03-25 Thread GitBox


davsclaus commented on pull request #7261:
URL: https://github.com/apache/camel/pull/7261#issuecomment-1078802861


   Thanks for the PR I have merged it manually


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

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

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




[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #3659: Improve Infinispan extension test coverage

2022-03-25 Thread GitBox


ppalaga commented on a change in pull request #3659:
URL: https://github.com/apache/camel-quarkus/pull/3659#discussion_r835074131



##
File path: docs/modules/ROOT/pages/reference/extensions/infinispan.adoc
##
@@ -38,3 +38,16 @@ Or add the coordinates to your existing project:
 
 
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
+
+== Camel Quarkus limitations
+
+=== InfinispanRemoteAggregationRepository in native mode
+
+At present the `InfinispanRemoteAggregationRepository` is not supported in 
native mode.

Review comment:
   I wonder what is missing? Do we have an issue for that?




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

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

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




[GitHub] [camel-k] squakez opened a new issue #3133: Camel K operator scaling documentation

2022-03-25 Thread GitBox


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


   Scaling the Camel K operator should be easily performed via:
   ```
   kubectl scale deployments camel-k-operator --replicas 2
   ```
   However, we may provide some insightful documentation on the basics (ie, how 
the builds are performed, the resource reconciled, etc...)


-- 
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 typo in infinispan example

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

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


The following commit(s) were added to refs/heads/main by this push:
 new cfd7fdb  Fix typo in infinispan example
cfd7fdb is described below

commit cfd7fdb5fb7720c7bb1e48cafbc5571f37f29690
Author: Martin Muzikar <46345469+mmuzi...@users.noreply.github.com>
AuthorDate: Fri Mar 25 09:43:42 2022 +0100

Fix typo in infinispan example
---
 .../camel-infinispan/src/main/docs/infinispan-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-infinispan/camel-infinispan/src/main/docs/infinispan-component.adoc
 
b/components/camel-infinispan/camel-infinispan/src/main/docs/infinispan-component.adoc
index aacc540..e7f3980 100644
--- 
a/components/camel-infinispan/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ 
b/components/camel-infinispan/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -247,7 +247,7 @@ from("direct:start")
 .setHeader(InfinispanConstants.OPERATION).constant(InfinispanOperation.GET)
 .setHeader(InfinispanConstants.KEY).constant("123")
 .setHeader(InfinispanConstants.LIFESPAN_TIME).constant(100L) // <1>
-
.setHeader(InfinispanConstants.LIFESPAN_TIME_UNIT.constant(TimeUnit.MILLISECONDS.toString())
 // <2>
+
.setHeader(InfinispanConstants.LIFESPAN_TIME_UNIT).constant(TimeUnit.MILLISECONDS.toString())
 // <2>
 .to("infinispan:myCacheName");
 
 <1> Set the lifespan of the entry


[GitHub] [camel] oscerd merged pull request #7267: Fix typo in infinispan example

2022-03-25 Thread GitBox


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


   


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

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

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




[GitHub] [camel] davsclaus commented on pull request #7261: [CAMEL-17844] Handle FunctionalInterface (lambas) in BeanInfo

2022-03-25 Thread GitBox


davsclaus commented on pull request #7261:
URL: https://github.com/apache/camel/pull/7261#issuecomment-1078784829


   Your changed with checking for synthetic later could potentially make no 
need for the camel-bean-osgi module which we then can remove - I am testing 
this 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-17839: camel-health - Allow to configure initial state of health-checks (readiness). This mostly affect scheduled consumers which can be in either DOWN or UNKNOWN st

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

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


The following commit(s) were added to refs/heads/main by this push:
 new a45598e  CAMEL-17839: camel-health - Allow to configure initial state 
of health-checks (readiness). This mostly affect scheduled consumers which can 
be in either DOWN or UNKNOWN state before doing their first poll. By default we 
are careful and report as DOWN as we are not ready. But this allows users to 
not care and set it as UP or UNKNOWN.
a45598e is described below

commit a45598e3c157ec42f4b695ab459c80e7eb314267
Author: Claus Ibsen 
AuthorDate: Fri Mar 25 09:27:05 2022 +0100

CAMEL-17839: camel-health - Allow to configure initial state of 
health-checks (readiness). This mostly affect scheduled consumers which can be 
in either DOWN or UNKNOWN state before doing their first poll. By default we 
are careful and report as DOWN as we are not ready. But this allows users to 
not care and set it as UP or UNKNOWN.
---
 .../src/main/java/org/apache/camel/health/HealthCheckRegistry.java| 2 +-
 .../main/java/org/apache/camel/impl/health/AbstractHealthCheck.java   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckRegistry.java 
b/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckRegistry.java
index 083b899..ac5cb1b 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckRegistry.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/health/HealthCheckRegistry.java
@@ -108,7 +108,7 @@ public interface HealthCheckRegistry extends 
CamelContextAware, StaticService, I
  * could integrate such checks within its health endpoint or make it 
available only as separate endpoint.
  */
 static HealthCheckRegistry get(CamelContext context) {
-return context.getExtension(HealthCheckRegistry.class);
+return context != null ? 
context.getExtension(HealthCheckRegistry.class) : null;
 }
 
 /**
diff --git 
a/core/camel-health/src/main/java/org/apache/camel/impl/health/AbstractHealthCheck.java
 
b/core/camel-health/src/main/java/org/apache/camel/impl/health/AbstractHealthCheck.java
index c29ef1d..3b1767a 100644
--- 
a/core/camel-health/src/main/java/org/apache/camel/impl/health/AbstractHealthCheck.java
+++ 
b/core/camel-health/src/main/java/org/apache/camel/impl/health/AbstractHealthCheck.java
@@ -131,7 +131,9 @@ public abstract class AbstractHealthCheck implements 
HealthCheck, CamelContextAw
 
 // set initial state
 final HealthCheckRegistry registry = 
HealthCheckRegistry.get(camelContext);
-builder.state(registry.getInitialState());
+if (registry != null) {
+builder.state(registry.getInitialState());
+}
 
 // what kind of check is this
 HealthCheck.Kind kind;


[camel] branch regen_bot updated (af4bcca -> a56cf24)

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

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


from af4bcca  Dependency upgrades
 add b7b2847  Upgrade AWS SDK v2 to version 2.17.156
 add a56cf24  Sync deps

No new revisions were added by this update.

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


[camel-quarkus] branch main updated: Improve Infinispan extension test coverage

2022-03-25 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 62c14ec  Improve Infinispan extension test coverage
62c14ec is described below

commit 62c14ec4760a327b606b876f5780dc518692c5d1
Author: James Netherton 
AuthorDate: Thu Mar 24 15:20:44 2022 +

Improve Infinispan extension test coverage

Fixes #3658
---
 .../pages/reference/extensions/infinispan.adoc |  13 +
 .../runtime/src/main/doc/configuration.adoc|   2 +
 .../runtime/src/main/doc/limitations.adoc  |   3 +
 integration-tests/infinispan/pom.xml   |  33 ++
 .../component/infinispan/InfinispanResources.java  | 303 -
 .../component/infinispan/InfinispanRoutes.java | 275 +++-
 .../quarkus/component/infinispan/model/Person.java |  44 ++
 .../component/infinispan/model/PersonSchema.java   |  24 ++
 .../infinispan/InfinispanServerTestResource.java   |   4 +-
 .../component/infinispan/InfinispanTest.java   | 479 -
 .../infinispan/src/test/resources/infinispan.xml   |  82 
 pom.xml|   1 +
 poms/bom/pom.xml   |   9 +
 13 files changed, 1241 insertions(+), 31 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/infinispan.adoc 
b/docs/modules/ROOT/pages/reference/extensions/infinispan.adoc
index fec768d..951cf43 100644
--- a/docs/modules/ROOT/pages/reference/extensions/infinispan.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/infinispan.adoc
@@ -38,3 +38,16 @@ Or add the coordinates to your existing project:
 
 
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
+
+== Camel Quarkus limitations
+
+=== InfinispanRemoteAggregationRepository in native mode
+
+At present the `InfinispanRemoteAggregationRepository` is not supported in 
native mode.
+
+
+== Additional Camel Quarkus configuration
+
+You can either configure the Infinispan client via the relevant Camel 
Infinispan component & endpoint options, or you
+may use the 
https://quarkus.io/guides/infinispan-client#configuration-reference[Quarkus 
Infinispan extension configuration properties].
+
diff --git a/extensions/infinispan/runtime/src/main/doc/configuration.adoc 
b/extensions/infinispan/runtime/src/main/doc/configuration.adoc
new file mode 100644
index 000..000b2d0
--- /dev/null
+++ b/extensions/infinispan/runtime/src/main/doc/configuration.adoc
@@ -0,0 +1,2 @@
+You can either configure the Infinispan client via the relevant Camel 
Infinispan component & endpoint options, or you
+may use the 
https://quarkus.io/guides/infinispan-client#configuration-reference[Quarkus 
Infinispan extension configuration properties].
diff --git a/extensions/infinispan/runtime/src/main/doc/limitations.adoc 
b/extensions/infinispan/runtime/src/main/doc/limitations.adoc
new file mode 100644
index 000..007d7b3
--- /dev/null
+++ b/extensions/infinispan/runtime/src/main/doc/limitations.adoc
@@ -0,0 +1,3 @@
+=== InfinispanRemoteAggregationRepository in native mode
+
+At present the `InfinispanRemoteAggregationRepository` is not supported in 
native mode.
diff --git a/integration-tests/infinispan/pom.xml 
b/integration-tests/infinispan/pom.xml
index e5df665..eaaa533 100644
--- a/integration-tests/infinispan/pom.xml
+++ b/integration-tests/infinispan/pom.xml
@@ -44,6 +44,10 @@
 camel-quarkus-direct
 
 
+org.apache.camel.quarkus
+camel-quarkus-mock
+
+
 io.quarkus
 quarkus-resteasy
 
@@ -147,6 +151,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-mock-deployment
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 
 
@@ -160,6 +177,22 @@
 true
 
 
+
+jdk17-build
+
+[17,)
+
+
+
+
+maven-surefire-plugin
+
+--add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED
+
+
+
+
+
 
 
 
diff --git 
a/integration-tests/infinispan/src/main/java/org/apache/camel/quarkus/component/infinispan/InfinispanResources.java
 

[GitHub] [camel-quarkus] jamesnetherton closed issue #3658: Improve Infinispan extension test coverage

2022-03-25 Thread GitBox


jamesnetherton closed issue #3658:
URL: https://github.com/apache/camel-quarkus/issues/3658


   


-- 
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 #3659: Improve Infinispan extension test coverage

2022-03-25 Thread GitBox


jamesnetherton merged pull request #3659:
URL: https://github.com/apache/camel-quarkus/pull/3659


   


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