[camel] 01/02: CAMEL-16849 - Add at least one example for component in docs - Camel-Asterisk

2021-09-02 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 e11c4a3d46957dbe7f528707a4e4a02211541204
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:32:25 2021 +0200

CAMEL-16849 - Add at least one example for component in docs - 
Camel-Asterisk
---
 .../src/main/docs/asterisk-component.adoc  | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/components/camel-asterisk/src/main/docs/asterisk-component.adoc 
b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
index ff88e06..df5eac9 100644
--- a/components/camel-asterisk/src/main/docs/asterisk-component.adoc
+++ b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
@@ -134,4 +134,22 @@ Supported actions are:
 * SIP_PEERS: List SIP peers
 * EXTENSION_STATE: Check extension status
 
+== Examples
+
+=== Producer Example
+
+[source,java]
+
+from("direct:in")
+  
.to("asterisk://myVoIP?hostname=hostname&username=username&password=password&action=EXTENSION_STATE")
+
+
+=== Consumer Example
+
+[source,java]
+
+from("asterisk:myVoIP?hostname=hostname&username=username&password=password")
+  .log("Received a message - ${body}");
+
+
 
include::{page-component-version}@camel-spring-boot::page$asterisk-starter.adoc[]


[GitHub] [camel-kamelets] oscerd edited a comment on pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


oscerd edited a comment on pull request #480:
URL: https://github.com/apache/camel-kamelets/pull/480#issuecomment-912295828


   For the moment I reverted the commit here: 
https://github.com/apache/camel-kamelets/pull/481
   
   Once we have everything merged I'll re-revert.


-- 
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] 02/02: CAMEL-16849 - Add at least one example for component in docs - Camel-Asterisk

2021-09-02 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 1cb43b79bc31705b4dc3da6fea871460b0feca3a
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:39:24 2021 +0200

CAMEL-16849 - Add at least one example for component in docs - 
Camel-Asterisk
---
 .../modules/ROOT/pages/asterisk-component.adoc | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/asterisk-component.adoc 
b/docs/components/modules/ROOT/pages/asterisk-component.adoc
index 5011c7f..82128e3 100644
--- a/docs/components/modules/ROOT/pages/asterisk-component.adoc
+++ b/docs/components/modules/ROOT/pages/asterisk-component.adoc
@@ -136,4 +136,22 @@ Supported actions are:
 * SIP_PEERS: List SIP peers
 * EXTENSION_STATE: Check extension status
 
+== Examples
+
+=== Producer Example
+
+[source,java]
+
+from("direct:in")
+  
.to("asterisk://myVoIP?hostname=hostname&username=username&password=password&action=EXTENSION_STATE")
+
+
+=== Consumer Example
+
+[source,java]
+
+from("asterisk:myVoIP?hostname=hostname&username=username&password=password")
+  .log("Received a message - ${body}");
+
+
 
include::{page-component-version}@camel-spring-boot::page$asterisk-starter.adoc[]


[camel] branch main updated (29d7125 -> 1cb43b7)

2021-09-02 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 29d7125  CAMEL-16849 - Add at least one example for component in docs 
- Camel-ArangoDB
 new e11c4a3  CAMEL-16849 - Add at least one example for component in docs 
- Camel-Asterisk
 new 1cb43b7  CAMEL-16849 - Add at least one example for component in docs 
- Camel-Asterisk

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:
 .../src/main/docs/asterisk-component.adoc  | 18 ++
 .../modules/ROOT/pages/asterisk-component.adoc | 18 ++
 2 files changed, 36 insertions(+)


[GitHub] [camel-kamelets] oscerd commented on pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


oscerd commented on pull request #480:
URL: https://github.com/apache/camel-kamelets/pull/480#issuecomment-912295828


   For the moment I reverted the commit here: 
https://github.com/apache/camel-kamelets/pull/481
   
   Once we have everything merged I re-revert.


-- 
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 (16ffffe -> 3a801c1)

2021-09-02 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 16e  Put block role in correct place in template
 add 3a801c1  Revert "Put block role in correct place in template"

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/pages/index.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[GitHub] [camel-kamelets] oscerd merged pull request #481: Revert "Put block role in correct place in template"

2021-09-02 Thread GitBox


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


   


-- 
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 main updated: Revert "Put block role in correct place in template"

2021-09-02 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 3a801c1  Revert "Put block role in correct place in template"
3a801c1 is described below

commit 3a801c11bcf80c9f55bae4652bc1b3c73862ea65
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:36:51 2021 +0200

Revert "Put block role in correct place in template"

This reverts commit 16e4046f1e187254ce6f2b4a6a9db63a243d.
---
 docs/modules/ROOT/pages/index.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index a9e073e..5a5b284 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -4,9 +4,8 @@ This page contains the default Apache Camel Kamelets catalog.
 **We love contributions for this catalog**: you can follow the 
xref:latest@camel-k::kamelets/kamelets-dev.adoc[Kamelets Developer Guide]
 for information on how to create new Kamelets and contribute them to the 
official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
 
-[indexBlock,xref]
-
 [.catalog]
+[indexBlock,'xref',relative=!nav.adoc]
+
 [.item]#{xref}#
-
 


[GitHub] [camel-kamelets] oscerd opened a new pull request #481: Revert "Put block role in correct place in template"

2021-09-02 Thread GitBox


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


   This reverts commit 16e4046f1e187254ce6f2b4a6a9db63a243d.


-- 
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/01: Revert "Put block role in correct place in template"

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

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

commit 4f001544460227bf85a7dd18801e64fc8612a652
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:36:51 2021 +0200

Revert "Put block role in correct place in template"

This reverts commit 16e4046f1e187254ce6f2b4a6a9db63a243d.
---
 docs/modules/ROOT/pages/index.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index a9e073e..5a5b284 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -4,9 +4,8 @@ This page contains the default Apache Camel Kamelets catalog.
 **We love contributions for this catalog**: you can follow the 
xref:latest@camel-k::kamelets/kamelets-dev.adoc[Kamelets Developer Guide]
 for information on how to create new Kamelets and contribute them to the 
official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
 
-[indexBlock,xref]
-
 [.catalog]
+[indexBlock,'xref',relative=!nav.adoc]
+
 [.item]#{xref}#
-
 


[camel-kamelets] branch revert-480-main-roles created (now 4f00154)

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

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


  at 4f00154  Revert "Put block role in correct place in template"

This branch includes the following new commits:

 new 4f00154  Revert "Put block role in correct place in template"

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.



[camel-quarkus] branch quarkus-main updated (dc3d9be -> ea11c8f)

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

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


 discard dc3d9be  Upgrade Quarkus to 2.3.0.CR1
 add 6cae8c9  Test OpenAPI with YAML responses
 new ea11c8f  Upgrade Quarkus to 2.3.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   (dc3d9be)
\
 N -- N -- N   refs/heads/quarkus-main (ea11c8f)

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:
 .../src/main/resources/application.properties  |  8 +-
 .../component/openapijava/it/OpenApiTest.java  | 88 +++---
 .../component/openapijava/it/YamlToJsonFilter.java | 77 +++
 3 files changed, 138 insertions(+), 35 deletions(-)
 create mode 100644 
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/YamlToJsonFilter.java


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

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

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

commit ea11c8fce2336201211bc835d58f964a69a4130d
Author: James Netherton 
AuthorDate: Thu Aug 19 09:56:45 2021 +0100

Upgrade Quarkus to 2.3.0.CR1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95cef43..27da850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 8.9.1.Final
 
0.3.0
 2.0.0
-2.2.1.Final
+999-SNAPSHOT
 
0.10.0
 
2.0.0
 0.27.0
@@ -76,7 +76,7 @@
 1.111
 29.0-jre
 21.2.0
-1.38.1
+1.40.1
 2.8.6
 ${hadoop2-version}
 ${hapi-version}
@@ -98,7 +98,7 @@
 2.4.7
 2.8.0
 ${kudu-version}
-1.5.21
+1.5.30
 ${netty3-version}
 ${minio-version}
 ${mvel-version}


[GitHub] [camel-kamelets] oscerd edited a comment on pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


oscerd edited a comment on pull request #480:
URL: https://github.com/apache/camel-kamelets/pull/480#issuecomment-912294172


   I think we need the other PR to be merged.


-- 
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 commented on pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


oscerd commented on pull request #480:
URL: https://github.com/apache/camel-kamelets/pull/480#issuecomment-912294172


   I think the other PR to be merged.


-- 
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 commented on pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


oscerd commented on pull request #480:
URL: https://github.com/apache/camel-kamelets/pull/480#issuecomment-912294096


   The website build seems to fail now
   https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/383/console


-- 
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] djencks commented on pull request #6039: [Website] fix attribute usage

2021-09-02 Thread GitBox


djencks commented on pull request #6039:
URL: https://github.com/apache/camel/pull/6039#issuecomment-912289464


   The corresponding changes in main are in 
https://github.com/apache/camel/pull/6040.   I could separate them into a 
separate PR if that’s highly desirable.
   
   David Jencks
   
   > On Sep 2, 2021, at 10:48 PM, Andrea Cosentino ***@***.***> wrote:
   > 
   > 
   > @oscerd approved this pull request.
   > 
   > Is this needed on main too?
   > 
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub 
, or 
unsubscribe 
.
   > 
   
   


-- 
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] 04/06: Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit a3c50100f46033c79d693257be4f450c9c1979bc
Author: Zineb Bendhiba 
AuthorDate: Wed Aug 4 17:10:58 2021 +0200

Sync minio version with quarkiverse version due to incompatible okhttp 
version between quarkus and recent minio version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 74dd084..c68fa1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 ${libthrift-version} 
 ${netty3-version}
 ${metrics-version}
-${minio-version}
+8.2.2
 ${mvel-version}
 9.10
 ${squareup-okhttp-version}


[camel-quarkus] 03/06: Camel 3.12 : Dataformat fix attributes names

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit b4e4ea4f13550c99af3988378624ec1d010692ed
Author: Zineb Bendhiba 
AuthorDate: Tue Jul 6 17:35:09 2021 +0200

Camel 3.12 : Dataformat fix attributes names
---
 .../src/main/resources/routes/gson-routes.xml  |  2 +-
 .../src/main/resources/routes/jackson-routes.xml   | 18 +-
 .../src/main/resources/routes/johnzon-routes.xml   |  2 +-
 .../src/main/resources/routes/jsonb-routes.xml |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/integration-tests/dataformats-json/src/main/resources/routes/gson-routes.xml 
b/integration-tests/dataformats-json/src/main/resources/routes/gson-routes.xml
index edcb2f3..e9cd7ab 100644
--- 
a/integration-tests/dataformats-json/src/main/resources/routes/gson-routes.xml
+++ 
b/integration-tests/dataformats-json/src/main/resources/routes/gson-routes.xml
@@ -26,7 +26,7 @@
 
 
 
-
+
 
 
 
diff --git 
a/integration-tests/dataformats-json/src/main/resources/routes/jackson-routes.xml
 
b/integration-tests/dataformats-json/src/main/resources/routes/jackson-routes.xml
index bfee9c4..d0a240a 100644
--- 
a/integration-tests/dataformats-json/src/main/resources/routes/jackson-routes.xml
+++ 
b/integration-tests/dataformats-json/src/main/resources/routes/jackson-routes.xml
@@ -26,7 +26,7 @@
 
 
 
-
+
 
 
 
@@ -42,14 +42,14 @@
 
 
 
-
+
 
 
 
 
   
   
-
   
 
@@ -72,35 +72,35 @@
 
 
   
-  
+  
 
 
 
   
-  
+  
   
 
 
 
   
-  
+  
 
 
 
   
-  
+  
   
 
 
 
   
-  
+  
   
 
 
 
   
-  
 
 
diff --git 
a/integration-tests/dataformats-json/src/main/resources/routes/johnzon-routes.xml
 
b/integration-tests/dataformats-json/src/main/resources/routes/johnzon-routes.xml
index 539ff1f..191ff7d 100644
--- 
a/integration-tests/dataformats-json/src/main/resources/routes/johnzon-routes.xml
+++ 
b/integration-tests/dataformats-json/src/main/resources/routes/johnzon-routes.xml
@@ -26,7 +26,7 @@
 
 
 
-
+
 
 
 
diff --git 
a/integration-tests/dataformats-json/src/main/resources/routes/jsonb-routes.xml 
b/integration-tests/dataformats-json/src/main/resources/routes/jsonb-routes.xml
index 261e88f..c48b9b6 100644
--- 
a/integration-tests/dataformats-json/src/main/resources/routes/jsonb-routes.xml
+++ 
b/integration-tests/dataformats-json/src/main/resources/routes/jsonb-routes.xml
@@ -26,7 +26,7 @@
 
 
 
-
+
 
 
 


[camel-quarkus] 06/06: Adapt to latest Camel API changes

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit ac8182650cc62a7a128605975aca0670f6813a5f
Author: James Netherton 
AuthorDate: Thu Sep 2 08:53:34 2021 +0100

Adapt to latest Camel API changes
---
 docs/modules/ROOT/pages/reference/extensions/google-sheets.adoc | 2 +-
 docs/modules/ROOT/partials/reference/components/json-patch.adoc | 1 +
 .../test/java/org/apache/camel/quarkus/component/as2/it/As2Sender.java  | 2 +-
 .../quarkus/component/google/pubsub/it/GooglePubsubTestResource.java| 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/google-sheets.adoc 
b/docs/modules/ROOT/pages/reference/extensions/google-sheets.adoc
index ff46990..541a809 100644
--- a/docs/modules/ROOT/pages/reference/extensions/google-sheets.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/google-sheets.adoc
@@ -20,7 +20,7 @@ Manage spreadsheets in Google Sheets. Poll for changes in 
Google Sheets.
 == What's inside
 
 * xref:{cq-camel-components}::google-sheets-component.adoc[Google Sheets 
component], URI syntax: `google-sheets:apiName/methodName`
-* xref:{cq-camel-components}::google-sheets-stream-component.adoc[Google 
Sheets Stream component], URI syntax: `google-sheets-stream:apiName`
+* xref:{cq-camel-components}::google-sheets-stream-component.adoc[Google 
Sheets Stream component], URI syntax: `google-sheets-stream:spreadsheetId`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/partials/reference/components/json-patch.adoc 
b/docs/modules/ROOT/partials/reference/components/json-patch.adoc
new file mode 100644
index 000..a509c1d
--- /dev/null
+++ b/docs/modules/ROOT/partials/reference/components/json-patch.adoc
@@ -0,0 +1 @@
+// Empty partial for a Camel bit unsupported by Camel Quarkus to avoid 
warnings when this file is included from a Camel page
diff --git 
a/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Sender.java
 
b/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Sender.java
index e8d2d9e..b7f5fb2 100644
--- 
a/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Sender.java
+++ 
b/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Sender.java
@@ -44,7 +44,7 @@ public class As2Sender {
 As2Helper.AS2_NAME,
 As2Helper.AS2_NAME, AS2MessageStructure.PLAIN,
 ContentType.create(AS2MediaType.APPLICATION_EDIFACT, 
AS2Charset.US_ASCII), null, null, null, null,
-null, As2Helper.DISPOSITION_NOTIFICATION_TO, 
As2Helper.SIGNED_RECEIPT_MIC_ALGORITHMS, null, null);
+null, As2Helper.DISPOSITION_NOTIFICATION_TO, 
As2Helper.SIGNED_RECEIPT_MIC_ALGORITHMS, null, null, null);
 }
 
 public interface As2SenderClient {
diff --git 
a/integration-tests/google-pubsub/src/test/java/org/apache/camel/quarkus/component/google/pubsub/it/GooglePubsubTestResource.java
 
b/integration-tests/google-pubsub/src/test/java/org/apache/camel/quarkus/component/google/pubsub/it/GooglePubsubTestResource.java
index 6e55116..8646edc 100644
--- 
a/integration-tests/google-pubsub/src/test/java/org/apache/camel/quarkus/component/google/pubsub/it/GooglePubsubTestResource.java
+++ 
b/integration-tests/google-pubsub/src/test/java/org/apache/camel/quarkus/component/google/pubsub/it/GooglePubsubTestResource.java
@@ -61,6 +61,7 @@ public class GooglePubsubTestResource implements 
QuarkusTestResourceLifecycleMan
 "project.id", PROJECT_ID,
 "topic.name", TOPIC,
 "subscription.name", SUBSCRIPTION,
+"camel.component.google-pubsub.authenticate", "false",
 "camel.component.google-pubsub.endpoint", 
container.getEmulatorEndpoint());
 } catch (Exception e) {
 throw new RuntimeException(e);


[camel-quarkus] 05/06: Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 96d9490faf99b369b7b2b7007c5974cbaf0fba76
Author: James Netherton 
AuthorDate: Thu Sep 2 07:57:34 2021 +0100

Remove redundant reflective class registration for 
SunJaxb21NamespacePrefixMapper
---
 .../camel/quarkus/component/jaxb/deployment/JaxbProcessor.java | 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/extensions/jaxb/deployment/src/main/java/org/apache/camel/quarkus/component/jaxb/deployment/JaxbProcessor.java
 
b/extensions/jaxb/deployment/src/main/java/org/apache/camel/quarkus/component/jaxb/deployment/JaxbProcessor.java
index 747dae2..c01f2f8 100644
--- 
a/extensions/jaxb/deployment/src/main/java/org/apache/camel/quarkus/component/jaxb/deployment/JaxbProcessor.java
+++ 
b/extensions/jaxb/deployment/src/main/java/org/apache/camel/quarkus/component/jaxb/deployment/JaxbProcessor.java
@@ -21,9 +21,7 @@ import io.quarkus.deployment.annotations.BuildStep;
 import io.quarkus.deployment.annotations.ExecutionTime;
 import io.quarkus.deployment.annotations.Record;
 import io.quarkus.deployment.builditem.FeatureBuildItem;
-import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem;
 import 
io.quarkus.deployment.builditem.nativeimage.RuntimeInitializedClassBuildItem;
-import org.apache.camel.converter.jaxb.mapper.SunJaxb21NamespacePrefixMapper;
 import org.apache.camel.quarkus.component.jaxb.JaxbRecorder;
 import 
org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem;
 
@@ -42,11 +40,6 @@ class JaxbProcessor {
 }
 
 @BuildStep
-ReflectiveClassBuildItem mapper() {
-return new ReflectiveClassBuildItem(false, false, 
SunJaxb21NamespacePrefixMapper.class);
-}
-
-@BuildStep
 @Record(value = ExecutionTime.STATIC_INIT)
 CamelContextCustomizerBuildItem contextCustomizer(JaxbRecorder recorder) {
 return new 
CamelContextCustomizerBuildItem(recorder.newRestBindingJaxbDataFormatFactoryContextCustomizer());


[camel-quarkus] 02/06: Upgrade spark and hadoop versions

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 2bd577a40be635ac7a2319c460dc530fa889f67d
Author: Zineb Bendhiba 
AuthorDate: Tue Jul 6 14:30:31 2021 +0200

Upgrade spark and hadoop versions
---
 .../ROOT/pages/reference/extensions/aws2-sqs.adoc  |  4 +-
 .../reference/extensions/elasticsearch-rest.adoc   |  4 +-
 .../ROOT/pages/reference/extensions/hdfs.adoc  |  4 +-
 .../reference/extensions/huaweicloud-smn.adoc  |  2 +-
 .../reference/extensions/microprofile-health.adoc  |  4 +-
 .../ROOT/pages/reference/extensions/netty.adoc |  4 +-
 .../partials/reference/components/aws2-sqs.adoc|  2 +-
 .../reference/components/elasticsearch-rest.adoc   |  2 +-
 .../partials/reference/components/hwcloud-smn.adoc |  2 +-
 .../ROOT/partials/reference/components/netty.adoc  |  2 +-
 .../reference/languages/exchangeProperty.adoc  |  2 +-
 .../ROOT/partials/reference/languages/file.adoc|  2 +-
 .../ROOT/partials/reference/languages/header.adoc  |  2 +-
 .../partials/reference/languages/tokenize.adoc |  2 +-
 .../reference/others/microprofile-health.adoc  |  2 +-
 extensions-jvm/hdfs/runtime/pom.xml|  2 +-
 extensions-jvm/spark/bom/pom.xml   | 51 ++
 pom.xml|  9 +++-
 18 files changed, 71 insertions(+), 31 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
index 6dbebf4..be179d2 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
@@ -7,7 +7,7 @@
 :cq-native-supported: true
 :cq-status: Stable
 :cq-status-deprecation: Stable
-:cq-description: Sending and receive messages to/from AWS SQS service using 
AWS SDK version 2.x.
+:cq-description: Send and receive messages to/from AWS SQS service using AWS 
SDK version 2.x.
 :cq-deprecated: false
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
@@ -15,7 +15,7 @@
 [.badges]
 [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.0.0##
 
-Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x.
+Send and receive messages to/from AWS SQS service using AWS SDK version 2.x.
 
 == What's inside
 
diff --git 
a/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc 
b/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc
index b43e3eb..6a26f46 100644
--- a/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc
@@ -7,7 +7,7 @@
 :cq-native-supported: true
 :cq-status: Stable
 :cq-status-deprecation: Stable
-:cq-description: Send requests to with an ElasticSearch via REST API.
+:cq-description: Send requests to ElasticSearch via REST API
 :cq-deprecated: false
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
@@ -15,7 +15,7 @@
 [.badges]
 [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.0.0##
 
-Send requests to with an ElasticSearch via REST API.
+Send requests to ElasticSearch via REST API
 
 == What's inside
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc 
b/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc
index 48bd5e5..d366cae 100644
--- a/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/hdfs.adoc
@@ -6,7 +6,7 @@
 :cq-native-supported: false
 :cq-status: Preview
 :cq-status-deprecation: Preview
-:cq-description: Read and write from/to an HDFS filesystem using Hadoop 2.x.
+:cq-description: Read and write from/to an HDFS filesystem using Hadoop 3.x.
 :cq-deprecated: false
 :cq-jvm-since: 1.1.0
 :cq-native-since: n/a
@@ -14,7 +14,7 @@
 [.badges]
 [.badge-key]##JVM since##[.badge-supported]##1.1.0## 
[.badge-key]##Native##[.badge-unsupported]##unsupported##
 
-Read and write from/to an HDFS filesystem using Hadoop 2.x.
+Read and write from/to an HDFS filesystem using Hadoop 3.x.
 
 == What's inside
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc 
b/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
index be42673..98e05f9 100644
--- a/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
@@ -18,7 +18,7 @@ Huawei Cloud component to integrate with SimpleNotification 
services
 
 == What's inside
 
-* xref:{cq-camel-components}::hwcloud-smn-component.adoc[Huawei Cloud Simple 
Message Notification (SMN) component], URI syntax: `hwcloud-smn:smnService`
+* xref:{cq-camel-components}::hwcloud-smn-component.adoc[Huawei Simple Message 
Notification (SMN) component], URI syntax: `hwcloud-smn:smnServi

[camel-quarkus] branch camel-main updated (3d1f45a -> ac81826)

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


 discard 3d1f45a  Adapt to latest Camel API changes
 discard 3e67a90  Remove redundant reflective class registration for 
SunJaxb21NamespacePrefixMapper
 discard 0be1359  Sync minio version with quarkiverse version due to 
incompatible okhttp version between quarkus and recent minio version
 discard 622cde1  Camel 3.12 : Dataformat fix attributes names
 discard db1c98c  Upgrade spark and hadoop versions
 discard aab06f0  Upgrade Camel to 3.12.0
 add 6cae8c9  Test OpenAPI with YAML responses
 add 39c807b  Updated CHANGELOG.md
 new 7806994  Upgrade Camel to 3.12.0
 new 2bd577a  Upgrade spark and hadoop versions
 new b4e4ea4  Camel 3.12 : Dataformat fix attributes names
 new a3c5010  Sync minio version with quarkiverse version due to 
incompatible okhttp version between quarkus and recent minio version
 new 96d9490  Remove redundant reflective class registration for 
SunJaxb21NamespacePrefixMapper
 new ac81826  Adapt to latest Camel API changes

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   (3d1f45a)
\
 N -- N -- N   refs/heads/camel-main (ac81826)

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 6 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   |  6 ++
 .../google/pubsub/it/GooglePubsubTestResource.java |  1 +
 .../src/main/resources/application.properties  |  8 +-
 .../component/openapijava/it/OpenApiTest.java  | 88 +++---
 .../component/openapijava/it/YamlToJsonFilter.java | 77 +++
 5 files changed, 145 insertions(+), 35 deletions(-)
 create mode 100644 
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/YamlToJsonFilter.java


[camel-quarkus] 01/06: Upgrade Camel to 3.12.0

2021-09-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 780699494458ac298e940ac22dd0f720d3319c74
Author: James Netherton 
AuthorDate: Tue Jun 29 11:56:56 2021 +0100

Upgrade Camel to 3.12.0
---
 docs/antora-playbook-dev.yml | 2 +-
 docs/antora-playbook.yml | 2 +-
 docs/antora.yml  | 2 +-
 pom.xml  | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml
index 9001771..d4ab0d0 100644
--- a/docs/antora-playbook-dev.yml
+++ b/docs/antora-playbook-dev.yml
@@ -26,7 +26,7 @@ content:
 start_path: docs
   - url: g...@github.com:apache/camel.git
 branches:
-  - camel-3.11.x # replace ${camel.docs.branch}
+  - camel-3.12.x # replace ${camel.docs.branch}
 start_paths:
   - docs/components
   - url: g...@github.com:apache/camel.git
diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml
index 0450197..072b485 100644
--- a/docs/antora-playbook.yml
+++ b/docs/antora-playbook.yml
@@ -26,7 +26,7 @@ content:
 start_path: docs
   - url: g...@github.com:apache/camel.git
 branches:
-  - camel-3.11.x # replace ${camel.docs.branch}
+  - camel-3.12.x # replace ${camel.docs.branch}
 start_paths:
   - docs/components
   - url: g...@github.com:apache/camel.git
diff --git a/docs/antora.yml b/docs/antora.yml
index 4b37174..166f265 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -22,7 +22,7 @@ nav:
 - modules/ROOT/nav.adoc
 asciidoc:
   attributes:
-cq-camel-components: 3.11.x@components # replace 
${camel.docs.components.xref}
+cq-camel-components: 3.12.x@components # replace 
${camel.docs.components.xref}
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.1 # replace ${target-maven-version}
 quarkus-version: 2.2.1.Final # replace ${quarkus.version}
diff --git a/pom.xml b/pom.xml
index 95cef43..5b211fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.11.1
+3.12.0-SNAPSHOT
 
 
 org.apache.camel.quarkus
@@ -38,8 +38,8 @@
 
 
 
-3.11 
-${camel.major.minor}.1
+3.12 
+${camel.major.minor}.0-SNAPSHOT
 
${camel.major.minor}.x@components
 
camel-${camel.major.minor}.x
 


[camel] 01/02: CAMEL-16849 - Add at least one example for component in docs - Camel-ArangoDB

2021-09-02 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 919c3c8fe887779144f24a6261ae631d55fcd5be
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:10:48 2021 +0200

CAMEL-16849 - Add at least one example for component in docs - 
Camel-ArangoDB
---
 .../src/main/docs/arangodb-component.adoc  | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/components/camel-arangodb/src/main/docs/arangodb-component.adoc 
b/components/camel-arangodb/src/main/docs/arangodb-component.adoc
index 83f2c6d..35ac63b 100644
--- a/components/camel-arangodb/src/main/docs/arangodb-component.adoc
+++ b/components/camel-arangodb/src/main/docs/arangodb-component.adoc
@@ -136,4 +136,45 @@ with the following path and query parameters:
 |===
 // endpoint options: END
 
+== Examples
+
+=== Producer Examples
+
+ Save document on a collection
+
+[source,java]
+
+from("direct:insert")
+  .to("arangodb:testDb?documentCollection=collection&operation=SAVE_DOCUMENT");
+
+
+And you can set as body a BaseDocument class 
+
+
+BaseDocument myObject = new BaseDocument();
+myObject.addAttribute("a", "Foo");
+myObject.addAttribute("b", 42);
+
+
+ Query a collection
+
+[source,java]
+
+from("direct:query")
+  .to("arangodb:testDb?operation=AQL_QUERY
+
+
+And you can invoke an AQL Query in this way
+
+
+String query = "FOR t IN " + COLLECTION_NAME + " FILTER t.value == 
@value";
+Map bindVars = new MapBuilder().put("value", "hello")
+.get();
+
+Exchange result = template.request("direct:query", exchange -> {
+exchange.getMessage().setHeader(AQL_QUERY, query);
+exchange.getMessage().setHeader(AQL_QUERY_BIND_PARAMETERS, 
bindVars);
+});
+
+
 
include::{page-component-version}@camel-spring-boot::page$arangodb-starter.adoc[]


[camel] 02/02: CAMEL-16849 - Add at least one example for component in docs - Camel-ArangoDB

2021-09-02 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 29d71256b0d4fcfe29f00a102ec9713df8d5d9e6
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 08:15:36 2021 +0200

CAMEL-16849 - Add at least one example for component in docs - 
Camel-ArangoDB
---
 .../modules/ROOT/pages/arangodb-component.adoc | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/arangodb-component.adoc 
b/docs/components/modules/ROOT/pages/arangodb-component.adoc
index a3c59e0..dcba19a 100644
--- a/docs/components/modules/ROOT/pages/arangodb-component.adoc
+++ b/docs/components/modules/ROOT/pages/arangodb-component.adoc
@@ -138,4 +138,45 @@ with the following path and query parameters:
 |===
 // endpoint options: END
 
+== Examples
+
+=== Producer Examples
+
+ Save document on a collection
+
+[source,java]
+
+from("direct:insert")
+  .to("arangodb:testDb?documentCollection=collection&operation=SAVE_DOCUMENT");
+
+
+And you can set as body a BaseDocument class 
+
+
+BaseDocument myObject = new BaseDocument();
+myObject.addAttribute("a", "Foo");
+myObject.addAttribute("b", 42);
+
+
+ Query a collection
+
+[source,java]
+
+from("direct:query")
+  .to("arangodb:testDb?operation=AQL_QUERY
+
+
+And you can invoke an AQL Query in this way
+
+
+String query = "FOR t IN " + COLLECTION_NAME + " FILTER t.value == 
@value";
+Map bindVars = new MapBuilder().put("value", "hello")
+.get();
+
+Exchange result = template.request("direct:query", exchange -> {
+exchange.getMessage().setHeader(AQL_QUERY, query);
+exchange.getMessage().setHeader(AQL_QUERY_BIND_PARAMETERS, 
bindVars);
+});
+
+
 
include::{page-component-version}@camel-spring-boot::page$arangodb-starter.adoc[]


[camel] branch main updated (55f4aa3 -> 29d7125)

2021-09-02 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 55f4aa3  Sync deps
 new 919c3c8  CAMEL-16849 - Add at least one example for component in docs 
- Camel-ArangoDB
 new 29d7125  CAMEL-16849 - Add at least one example for component in docs 
- Camel-ArangoDB

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:
 .../src/main/docs/arangodb-component.adoc  | 41 ++
 .../modules/ROOT/pages/arangodb-component.adoc | 41 ++
 2 files changed, 82 insertions(+)


[camel] branch regen_bot updated (3c652f0 -> 55f4aa3)

2021-09-02 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 3c652f0  Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84
 add 90f229d  fix(dataformat): conversion to ByteBuffer  (#6016)
 add 22d1bb5  Upgrade AWS SDK v2 to version 2.17.33
 add 55f4aa3  Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml  |  2 +-
 .../component/jackson/converter/JacksonTypeConverters.java  |  4 
 ...nversionsTest.java => JacksonConversionsBufferTest.java} | 13 +++--
 .../platform/http/vertx/VertxPlatformHttpSupport.java   |  2 +-
 parent/pom.xml  |  2 +-
 5 files changed, 14 insertions(+), 9 deletions(-)
 copy 
components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/{JacksonConversionsTest.java
 => JacksonConversionsBufferTest.java} (80%)


[GitHub] [camel] djencks opened a new pull request #6040: [Website] Use @djencks/asciidoctor-jsonpath to generate component doc content

2021-09-02 Thread GitBox


djencks opened a new pull request #6040:
URL: https://github.com/apache/camel/pull/6040


   See https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-16854
   
   As a preliminary step this assumes an upgrade to Antora 3 alpha.9 to replace 
copying with symlinks.
   
   Most of the UpdateReadmeMojo functionality is now done by 
asciidoctor-jsonpath, with "templates" as included partials.
   
   Likely this should be updated just before merging to rebase on main and 
regenerate the generated changes, which are in the last commit.


-- 
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 (a7961cd -> 3c652f0)

2021-09-02 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 a7961cd  CAMEL-16913: convertBodyTo EIP - Allow to turn off mandatory.
 add b05b8b5  camel-ftp - Fixed tests as the data are in src/test/data
 add 3c652f0  Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84

No new revisions were added by this update.

Summary of changes:
 .../file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsExplicitTLSWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsImplicitSSLWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsImplicitSSLWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsImplicitTLSWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsImplicitTLSWithoutClientAuthIT.java| 2 +-
 .../integration/FileToFtpsWithCustomKeyAndTrustStorePropertiesIT.java   | 2 +-
 .../remote/integration/FileToFtpsWithCustomTrustStorePropertiesIT.java  | 2 +-
 .../file/remote/integration/FileToFtpsWithDefaultSettingsIPV6IT.java| 2 +-
 .../file/remote/integration/FileToFtpsWithDefaultSettingsIT.java| 2 +-
 .../file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java | 2 +-
 .../component/file/remote/integration/FromFilePasswordBeanRefIT.java| 2 +-
 .../file/remote/integration/FromFilePasswordPropertyRefIT.java  | 2 +-
 .../file/remote/integration/FromFilePercentSignInPasswordIT.java| 2 +-
 .../apache/camel/component/file/remote/integration/FromFileToFtpIT.java | 2 +-
 .../component/file/remote/integration/FromFileToFtpWithChmodIT.java | 2 +-
 .../file/remote/integration/FromFileTransferLoggingLevelIT.java | 2 +-
 .../file/remote/integration/FromFileTransferLoggingLevelVerboseIT.java  | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java   | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)


[camel-kamelets] branch regen_bot updated (8738e4e -> 16ffffe)

2021-09-02 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 8738e4e  Added Kubernetes nodes Source Kamelet
 add 16e  Put block role in correct place in template

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/pages/index.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[GitHub] [camel-kamelets] oscerd merged pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


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


   


-- 
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 main updated: Put block role in correct place in template

2021-09-02 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 16e  Put block role in correct place in template
16e is described below

commit 16e4046f1e187254ce6f2b4a6a9db63a243d
Author: David Jencks 
AuthorDate: Thu Sep 2 16:07:08 2021 -0700

Put block role in correct place in template
---
 docs/modules/ROOT/pages/index.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 5a5b284..a9e073e 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -4,8 +4,9 @@ This page contains the default Apache Camel Kamelets catalog.
 **We love contributions for this catalog**: you can follow the 
xref:latest@camel-k::kamelets/kamelets-dev.adoc[Kamelets Developer Guide]
 for information on how to create new Kamelets and contribute them to the 
official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
 
-[.catalog]
-[indexBlock,'xref',relative=!nav.adoc]
+[indexBlock,xref]
 
+[.catalog]
 [.item]#{xref}#
+
 


[GitHub] [camel-website] github-actions[bot] commented on pull request #614: use symlinks, asciidoctor-jsonpath

2021-09-02 Thread GitBox


github-actions[bot] commented on pull request #614:
URL: https://github.com/apache/camel-website/pull/614#issuecomment-912270693


   🚀 Preview is available at https://pr-614--camel.netlify.app


-- 
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] 02/02: Sync deps

2021-09-02 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 55f4aa3f284e38fa3a76c11c6f1761d7583bf91f
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 07:30:21 2021 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 23300c3..2099555 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -66,7 +66,7 @@
 1.10.2
 1.10.2
 4.1.0
-2.17.32
+2.17.33
 2.6.1
 1.2.14
 2.11.3


[camel] branch main updated (90f229d -> 55f4aa3)

2021-09-02 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 90f229d  fix(dataformat): conversion to ByteBuffer  (#6016)
 new 22d1bb5  Upgrade AWS SDK v2 to version 2.17.33
 new 55f4aa3  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] 01/02: Upgrade AWS SDK v2 to version 2.17.33

2021-09-02 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 22d1bb5fa5acc795f4c8eaae7937efdab5ed6adb
Author: Andrea Cosentino 
AuthorDate: Fri Sep 3 06:51:07 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 088152e..67616bb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
 1.10.2
 1.10.2
 4.1.0
-2.17.32
+2.17.33
 2.6.1
 1.2.14
 1.0.3


[camel] branch regen_bot updated (7600587 -> a7961cd)

2021-09-02 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 7600587  Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84
 add a7961cd  CAMEL-16913: convertBodyTo EIP - Allow to turn off mandatory.

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   (7600587)
\
 N -- N -- N   refs/heads/regen_bot (a7961cd)

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:
 .../resources/org/apache/camel/spring/processor/convertBody.xml | 6 ++
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)


[camel] branch camel-3.11.x updated: fix(dataformat): conversion to ByteBuffer (#6016)

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

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


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
 new ec2f00f  fix(dataformat): conversion to ByteBuffer  (#6016)
ec2f00f is described below

commit ec2f00f17b6feee23833ad6487f25e8aa359632d
Author: Pasquale Congiusti 
AuthorDate: Fri Sep 3 07:09:26 2021 +0200

fix(dataformat): conversion to ByteBuffer  (#6016)

* fix(platform-http): use mandatory convert with Exchange object

Ref CAMEL-16906

* fix(jackson): conversion to ByteBuffer

Ref CAMEL-16906
---
 .../jackson/converter/JacksonTypeConverters.java   |  4 ++
 .../converter/JacksonConversionsBufferTest.java| 64 ++
 .../http/vertx/VertxPlatformHttpSupport.java   |  2 +-
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
 
b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
index cd0649d..0751d2c 100644
--- 
a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
+++ 
b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
@@ -19,6 +19,7 @@ package org.apache.camel.component.jackson.converter;
 import java.io.File;
 import java.io.InputStream;
 import java.io.Reader;
+import java.nio.ByteBuffer;
 import java.util.Map;
 import java.util.Set;
 
@@ -107,6 +108,9 @@ public final class JacksonTypeConverters {
 } else if (byte[].class.isAssignableFrom(type)) {
 byte[] out = mapper.writeValueAsBytes(value);
 return type.cast(out);
+} else if (ByteBuffer.class.isAssignableFrom(type)) {
+byte[] out = mapper.writeValueAsBytes(value);
+return type.cast(ByteBuffer.wrap(out));
 } else if (mapper.canSerialize(type) && 
!Enum.class.isAssignableFrom(type)) {
 // if the source value type is readable by the mapper then use
 // its read operation
diff --git 
a/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
 
b/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
new file mode 100644
index 000..e91f69c
--- /dev/null
+++ 
b/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
@@ -0,0 +1,64 @@
+/*
+ * 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.jackson.converter;
+
+import java.nio.ByteBuffer;
+import java.nio.charset.StandardCharsets;
+import java.util.HashMap;
+import java.util.Map;
+
+import org.apache.camel.CamelContext;
+import org.apache.camel.builder.RouteBuilder;
+import org.apache.camel.component.jackson.JacksonConstants;
+import org.apache.camel.test.junit5.CamelTestSupport;
+import org.junit.jupiter.api.Test;
+
+import static org.junit.jupiter.api.Assertions.assertEquals;
+
+public class JacksonConversionsBufferTest extends CamelTestSupport {
+
+@Override
+protected CamelContext createCamelContext() throws Exception {
+CamelContext context = super.createCamelContext();
+// enable jackson type converter by setting this property on
+// CamelContext
+context.getGlobalOptions().put(JacksonConstants.ENABLE_TYPE_CONVERTER, 
"true");
+return context;
+}
+
+@Test
+public void shouldConvertMapToByteBuffer() {
+String name = "someName";
+Map pojoAsMap = new HashMap<>();
+pojoAsMap.put("name", name);
+
+ByteBuffer testByteBuffer = (ByteBuffer) 
template.requestBody("direct:test", pojoAsMap);
+
+assertEquals("{\"name\":\"someName\"}", 
StandardCharsets.UTF_8.decode(testByteBuffer).toString());
+}
+
+@Override
+protected RouteBuilder createRouteBuilder() throws Exception {
+retur

[camel] branch main updated: fix(dataformat): conversion to ByteBuffer (#6016)

2021-09-02 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 90f229d  fix(dataformat): conversion to ByteBuffer  (#6016)
90f229d is described below

commit 90f229d9ac59529da7c481d5516d8468bb95eea1
Author: Pasquale Congiusti 
AuthorDate: Fri Sep 3 07:09:26 2021 +0200

fix(dataformat): conversion to ByteBuffer  (#6016)

* fix(platform-http): use mandatory convert with Exchange object

Ref CAMEL-16906

* fix(jackson): conversion to ByteBuffer

Ref CAMEL-16906
---
 .../jackson/converter/JacksonTypeConverters.java   |  4 ++
 .../converter/JacksonConversionsBufferTest.java| 64 ++
 .../http/vertx/VertxPlatformHttpSupport.java   |  2 +-
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
 
b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
index cd0649d..0751d2c 100644
--- 
a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
+++ 
b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java
@@ -19,6 +19,7 @@ package org.apache.camel.component.jackson.converter;
 import java.io.File;
 import java.io.InputStream;
 import java.io.Reader;
+import java.nio.ByteBuffer;
 import java.util.Map;
 import java.util.Set;
 
@@ -107,6 +108,9 @@ public final class JacksonTypeConverters {
 } else if (byte[].class.isAssignableFrom(type)) {
 byte[] out = mapper.writeValueAsBytes(value);
 return type.cast(out);
+} else if (ByteBuffer.class.isAssignableFrom(type)) {
+byte[] out = mapper.writeValueAsBytes(value);
+return type.cast(ByteBuffer.wrap(out));
 } else if (mapper.canSerialize(type) && 
!Enum.class.isAssignableFrom(type)) {
 // if the source value type is readable by the mapper then use
 // its read operation
diff --git 
a/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
 
b/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
new file mode 100644
index 000..e91f69c
--- /dev/null
+++ 
b/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonConversionsBufferTest.java
@@ -0,0 +1,64 @@
+/*
+ * 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.jackson.converter;
+
+import java.nio.ByteBuffer;
+import java.nio.charset.StandardCharsets;
+import java.util.HashMap;
+import java.util.Map;
+
+import org.apache.camel.CamelContext;
+import org.apache.camel.builder.RouteBuilder;
+import org.apache.camel.component.jackson.JacksonConstants;
+import org.apache.camel.test.junit5.CamelTestSupport;
+import org.junit.jupiter.api.Test;
+
+import static org.junit.jupiter.api.Assertions.assertEquals;
+
+public class JacksonConversionsBufferTest extends CamelTestSupport {
+
+@Override
+protected CamelContext createCamelContext() throws Exception {
+CamelContext context = super.createCamelContext();
+// enable jackson type converter by setting this property on
+// CamelContext
+context.getGlobalOptions().put(JacksonConstants.ENABLE_TYPE_CONVERTER, 
"true");
+return context;
+}
+
+@Test
+public void shouldConvertMapToByteBuffer() {
+String name = "someName";
+Map pojoAsMap = new HashMap<>();
+pojoAsMap.put("name", name);
+
+ByteBuffer testByteBuffer = (ByteBuffer) 
template.requestBody("direct:test", pojoAsMap);
+
+assertEquals("{\"name\":\"someName\"}", 
StandardCharsets.UTF_8.decode(testByteBuffer).toString());
+}
+
+@Override
+protected RouteBuilder createRouteBuilder() throws Exception {
+return new RouteBuild

[GitHub] [camel] davsclaus merged pull request #6016: fix(dataformat): conversion to ByteBuffer

2021-09-02 Thread GitBox


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


   


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

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

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




[camel] branch main updated: Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84

2021-09-02 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 3c652f0  Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84
3c652f0 is described below

commit 3c652f0656210343dd5ed99af132e48f436b7bab
Author: davsclaus 
AuthorDate: Fri Sep 3 05:05:36 2021 +

Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84

Signed-off-by: GitHub 
---
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index a705685..9bcbe0e 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -31,7 +31,7 @@
 //DEPS org.apache.logging.log4j:log4j-core:2.13.3
 //DEPS org.apache.logging.log4j:log4j-slf4j-impl:2.13.3
 //DEPS org.apache.velocity:velocity-engine-core:2.3
-//DEPS info.picocli:picocli:4.5.0
+//DEPS info.picocli:picocli:4.6.1
 
 package main;
 


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

2021-09-02 Thread GitBox


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


   


-- 
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 (f3cafae -> 7600587)

2021-09-02 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 f3cafae  [CAMEL-16917]more general way to determine if a Spring 
ApplicationContext is self management ApplicationContext
 add 24b9c39  Upgrade picocli
 add 7600587  Regen for commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml| 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 2 +-
 parent/pom.xml| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


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

2021-09-02 Thread GitBox


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


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


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

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

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




[camel] branch main updated: camel-ftp - Fixed tests as the data are in src/test/data

2021-09-02 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 b05b8b5  camel-ftp - Fixed tests as the data are in src/test/data
b05b8b5 is described below

commit b05b8b54d10c2c1fe90c96cad2f39f1c9ecfc66a
Author: Claus Ibsen 
AuthorDate: Fri Sep 3 07:01:37 2021 +0200

camel-ftp - Fixed tests as the data are in src/test/data
---
 .../file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsExplicitTLSWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsImplicitSSLWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsImplicitSSLWithoutClientAuthIT.java| 2 +-
 .../file/remote/integration/FileToFtpsImplicitTLSWithClientAuthIT.java  | 2 +-
 .../remote/integration/FileToFtpsImplicitTLSWithoutClientAuthIT.java| 2 +-
 .../integration/FileToFtpsWithCustomKeyAndTrustStorePropertiesIT.java   | 2 +-
 .../remote/integration/FileToFtpsWithCustomTrustStorePropertiesIT.java  | 2 +-
 .../file/remote/integration/FileToFtpsWithDefaultSettingsIPV6IT.java| 2 +-
 .../file/remote/integration/FileToFtpsWithDefaultSettingsIT.java| 2 +-
 .../file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java | 2 +-
 .../component/file/remote/integration/FromFilePasswordBeanRefIT.java| 2 +-
 .../file/remote/integration/FromFilePasswordPropertyRefIT.java  | 2 +-
 .../file/remote/integration/FromFilePercentSignInPasswordIT.java| 2 +-
 .../apache/camel/component/file/remote/integration/FromFileToFtpIT.java | 2 +-
 .../component/file/remote/integration/FromFileToFtpWithChmodIT.java | 2 +-
 .../file/remote/integration/FromFileTransferLoggingLevelIT.java | 2 +-
 .../file/remote/integration/FromFileTransferLoggingLevelVerboseIT.java  | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java
index c0edb4e..28ed9f7 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithClientAuthIT.java
@@ -47,7 +47,7 @@ public class FileToFtpsExplicitSSLWithClientAuthIT extends 
FtpsServerExplicitSSL
 protected RouteBuilder createRouteBuilder() throws Exception {
 return new RouteBuilder() {
 public void configure() throws Exception {
-from("file:src/main/data?noop=true").log("Got 
${file:name}").to(getFtpUrl());
+from("file:src/test/data?noop=true").log("Got 
${file:name}").to(getFtpUrl());
 
 from(getFtpUrl()).to("mock:result");
 }
diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java
index b9b16a7..75a69ea 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java
@@ -48,7 +48,7 @@ public class FileToFtpsExplicitSSLWithoutClientAuthIT extends 
FtpsServerExplicit
 protected RouteBuilder createRouteBuilder() throws Exception {
 return new RouteBuilder() {
 public void configure() throws Exception {
-from("file:src/main/data?noop=true").log("Got 
${file:name}").to(getFtpUrl());
+from("file:src/test/data?noop=true").log("Got 
${file:name}").to(getFtpUrl());
 
 from(getFtpUrl()).to("mock:result");
 }
diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java
index c54b88c..5541736 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsExplicitTLSWithClientAuthIT.java
@@ -49,7 +49,7 @@ public class 

[camel] branch main updated: CAMEL-16913: convertBodyTo EIP - Allow to turn off mandatory.

2021-09-02 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 a7961cd  CAMEL-16913: convertBodyTo EIP - Allow to turn off mandatory.
a7961cd is described below

commit a7961cd0ef7076377b98276c26b08bc1f74e28e3
Author: Claus Ibsen 
AuthorDate: Fri Sep 3 06:23:21 2021 +0200

CAMEL-16913: convertBodyTo EIP - Allow to turn off mandatory.
---
 .../resources/org/apache/camel/spring/processor/convertBody.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/convertBody.xml
 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/convertBody.xml
index a0e6565..ed568a6 100644
--- 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/convertBody.xml
+++ 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/convertBody.xml
@@ -34,6 +34,12 @@
 
 
 
+
+
+
+
+
+
 
 
 


[GitHub] [camel-kafka-connector] oscerd merged pull request #1252: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2021-09-02 Thread GitBox


oscerd merged pull request #1252:
URL: https://github.com/apache/camel-kafka-connector/pull/1252


   


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

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

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




[camel-kafka-connector] branch main updated: [create-pull-request] automated change

2021-09-02 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-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
 new 8cfe2df  [create-pull-request] automated change
8cfe2df is described below

commit 8cfe2df72c6ddb36ca685de46561cc5054d2a454
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 3 03:17:46 2021 +

[create-pull-request] automated change
---
 .../src/generated/resources/connectors/camel-aws2-s3-sink.json| 2 +-
 .../src/generated/resources/connectors/camel-aws2-s3-source.json  | 2 +-
 .../src/generated/resources/camel-aws2-s3-sink.json   | 2 +-
 .../src/generated/resources/camel-aws2-s3-source.json | 2 +-
 .../src/main/docs/camel-aws2-s3-kafka-sink-connector.adoc | 4 ++--
 .../src/main/docs/camel-aws2-s3-kafka-source-connector.adoc   | 4 ++--
 .../ROOT/pages/connectors/camel-aws2-s3-kafka-sink-connector.adoc | 4 ++--
 .../ROOT/pages/connectors/camel-aws2-s3-kafka-source-connector.adoc   | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-sink.json
index 60560e3..a8a66aa 100644
--- 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-sink.json
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-sink.json
@@ -519,8 +519,8 @@

"org.apache.camel.kafkaconnector.aws2s3.converters.S3ObjectConverter"
],
"transforms": [
-   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.JSONToRecordTransforms",
+   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.S3ObjectTransforms"
],
"aggregationStrategies": [
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-source.json
index d9e826a..6f0642d 100644
--- 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-source.json
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-s3-source.json
@@ -605,8 +605,8 @@

"org.apache.camel.kafkaconnector.aws2s3.converters.S3ObjectConverter"
],
"transforms": [
-   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.JSONToRecordTransforms",
+   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.S3ObjectTransforms"
],
"aggregationStrategies": [
diff --git 
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-sink.json
 
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-sink.json
index 60560e3..a8a66aa 100644
--- 
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-sink.json
+++ 
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-sink.json
@@ -519,8 +519,8 @@

"org.apache.camel.kafkaconnector.aws2s3.converters.S3ObjectConverter"
],
"transforms": [
-   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.JSONToRecordTransforms",
+   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.S3ObjectTransforms"
],
"aggregationStrategies": [
diff --git 
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
 
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
index d9e826a..6f0642d 100644
--- 
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
+++ 
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
@@ -605,8 +605,8 @@

"org.apache.camel.kafkaconnector.aws2s3.converters.S3ObjectConverter"
],
"transforms": [
-   
"org.apache.camel.kafkaconnector.aws2s3.transformers.RecordToJSONTransforms",

"org.apache.camel.kafkaconnector.aws2s3.transformers.JSONToRecordTransforms",
+   
"org.apache.camel.kafka

[camel] branch main updated: Upgrade picocli

2021-09-02 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 24b9c39  Upgrade picocli
24b9c39 is described below

commit 24b9c39da5abd8b8488adf8b37ed03a93c302c84
Author: Claus Ibsen 
AuthorDate: Fri Sep 3 06:18:45 2021 +0200

Upgrade picocli
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6cb4345..23300c3 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -453,7 +453,7 @@
 2.0.24
 42.2.14
 0.8.6
-4.5.0
+4.6.1
 2.0.7
 
1.0-alpha-2
 0.6.1
diff --git a/parent/pom.xml b/parent/pom.xml
index ccd85c0..088152e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -439,7 +439,7 @@
 2.0.24
 42.2.14
 0.8.6
-4.5.0
+4.6.1
 2.0.7
 
1.0-alpha-2
 3.17.3


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

2021-09-02 Thread GitBox


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


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


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

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

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




[camel-kafka-connector] branch automatic-periodic-sync created (now 27f3736)

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

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


  at 27f3736  [create-pull-request] automated change

No new revisions were added by this update.


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

2021-09-02 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 39c807b  Updated CHANGELOG.md
39c807b is described below

commit 39c807beb2500b6a4f9f1d0c11852ef44cfeef0a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 3 03:11:02 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b863acf..d19ffe3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,16 @@
 
 **Closed issues:**
 
+- JdbcAggregationRepository build error by spring JtaTransactionManager  
[\#3054](https://github.com/apache/camel-quarkus/issues/3054)
+- Expand REST DSL test coverage 
[\#3036](https://github.com/apache/camel-quarkus/issues/3036)
 - Unsatisfying test coverage of binding mode in rest component 
[\#3028](https://github.com/apache/camel-quarkus/issues/3028)
 
 **Merged pull requests:**
 
+- Test OpenAPI with YAML responses 
[\#3062](https://github.com/apache/camel-quarkus/pull/3062) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Use testcontainers gcloud for Google PubSub itest 
[\#3061](https://github.com/apache/camel-quarkus/pull/3061) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Add additional test coverage for REST DSL methods 
[\#3060](https://github.com/apache/camel-quarkus/pull/3060) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Document tagging examples in the Release Guide 
[\#3059](https://github.com/apache/camel-quarkus/pull/3059) 
([ppalaga](https://github.com/ppalaga))
 - Document mvn cq:await-release -Dcq.version=$VERSION 
[\#3057](https://github.com/apache/camel-quarkus/pull/3057) 
([ppalaga](https://github.com/ppalaga))
 - Exclude main-unknown-args-ignore test from the list of tests for the 
platform again [\#3055](https://github.com/apache/camel-quarkus/pull/3055) 
([ppalaga](https://github.com/ppalaga))
 - \[\#3028\] Increase test coverage of a binding mode of camel-rest component 
[\#3052](https://github.com/apache/camel-quarkus/pull/3052) 
([VratislavHais](https://github.com/VratislavHais))


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

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

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


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

commit 8a01f04a3698ad2a883dfafd89c3aa573b9ce63c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 3 03:08:30 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 311b2ee..8d1c07d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Numeric values are not properly encoded in KameletBindings 
[\#2616](https://github.com/apache/camel-k/issues/2616)
 - How to define custom container specs ? 
[\#2606](https://github.com/apache/camel-k/issues/2606)
 - groupId is overriden by `camel-k-integration` using kafka consumer 
[\#2605](https://github.com/apache/camel-k/issues/2605)
 - Release 1.5.1 [\#2590](https://github.com/apache/camel-k/issues/2590)
@@ -15,17 +16,22 @@
 - camel-k-integration override provided groupId name in Kafka component 
[\#2523](https://github.com/apache/camel-k/issues/2523)
 - DeadLetterURI Dependency autodiscover 
[\#2492](https://github.com/apache/camel-k/issues/2492)
 - kamel bind -o yaml creates wrong data 
[\#2480](https://github.com/apache/camel-k/issues/2480)
+- propagate labels to deployments and pods 
[\#2446](https://github.com/apache/camel-k/issues/2446)
 - Supporting Apache Camel 3.10 
[\#2326](https://github.com/apache/camel-k/issues/2326)
 - No possibility to disable compression while executing `kamel run` 
[\#2227](https://github.com/apache/camel-k/issues/2227)
+- `extensions/v1beta1` Ingress is deprecated 
[\#2157](https://github.com/apache/camel-k/issues/2157)
 - Wiretap to Kamelet does not work in YAML 
[\#2139](https://github.com/apache/camel-k/issues/2139)
 - More information needed about dependency resolution 
[\#2085](https://github.com/apache/camel-k/issues/2085)
 
 **Merged pull requests:**
 
+- Fix \#2616: correctly encode numbers in Kamelet parameters 
[\#2617](https://github.com/apache/camel-k/pull/2617) 
([nicolaferraro](https://github.com/nicolaferraro))
+- \[website\] fix attribute usage, and put the crd html file in partials 
[\#2614](https://github.com/apache/camel-k/pull/2614) 
([djencks](https://github.com/djencks))
 - chore: Update embedded catalog to 1.9.0-SNAPSHOT runtime 
[\#2613](https://github.com/apache/camel-k/pull/2613) 
([astefanutti](https://github.com/astefanutti))
 - fix\(ci\): Update latest release version to 1.5.1 
[\#2612](https://github.com/apache/camel-k/pull/2612) 
([astefanutti](https://github.com/astefanutti))
 - Bump Camel K Runtime to 1.9.x 
[\#2611](https://github.com/apache/camel-k/pull/2611) 
([orpiske](https://github.com/orpiske))
 - fix\(ci\): Fix YAKS binary download 
[\#2610](https://github.com/apache/camel-k/pull/2610) 
([astefanutti](https://github.com/astefanutti))
+- doc\(kamelets\): trait array vaue syntax 
[\#2609](https://github.com/apache/camel-k/pull/2609) 
([squakez](https://github.com/squakez))
 - Update dependencies.adoc 
[\#2607](https://github.com/apache/camel-k/pull/2607) 
([mmacphail](https://github.com/mmacphail))
 - Fix \#2487: do not directly delete owned integrations on reset 
[\#2603](https://github.com/apache/camel-k/pull/2603) 
([nicolaferraro](https://github.com/nicolaferraro))
 - chore\(build\): use batch-mode for maven-overlay task in CI 
[\#2601](https://github.com/apache/camel-k/pull/2601) 
([tadayosi](https://github.com/tadayosi))
@@ -274,6 +280,7 @@
 - Fix \#200: Add support for mirrorOf attribute 
[\#2089](https://github.com/apache/camel-k/pull/2089) 
([bouskaJ](https://github.com/bouskaJ))
 - chore: Upgrade controller-runtime to version 0.7.2 
[\#2087](https://github.com/apache/camel-k/pull/2087) 
([astefanutti](https://github.com/astefanutti))
 - chore\(kamelets\): embed kamelet repository and remove lookup from gith… 
[\#2086](https://github.com/apache/camel-k/pull/2086) 
([nicolaferraro](https://github.com/nicolaferraro))
+- chore: Upgrade to `networking.k8s.io/v1` Ingress API 
[\#2084](https://github.com/apache/camel-k/pull/2084) 
([astefanutti](https://github.com/astefanutti))
 - refactor\(trait\): affinity  
[\#2078](https://github.com/apache/camel-k/pull/2078) 
([squakez](https://github.com/squakez))
 - Upgrade Kubernetes to v0.19.8 and Service Binding operator to v0.4.1 
[\#2076](https://github.com/apache/camel-k/pull/2076) 
([astefanutti](https://github.com/astefanutti))
 - Fix deprecated annotation 
[\#2070](https://github.com/apache/camel-k/pull/2070) 
([bouskaJ](https://github.com/bouskaJ))


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

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

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


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

commit 73f8f6fb6be8bdfdba4ede761ca95d21d514abd4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 3 03:03:31 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d1c456..a11e47b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Merged pull requests:**
 
+- build\(deps\): bump jandex-maven-plugin from 1.1.0 to 1.2.0 
[\#738](https://github.com/apache/camel-k-runtime/pull/738) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - tools: allow to exclude components/dataformat/languages/dsld/capabilities 
from the generated camel-k-catalog 
[\#737](https://github.com/apache/camel-k-runtime/pull/737) 
([lburgazzoli](https://github.com/lburgazzoli))
 - chore: remove integration tests for kamelet-reify as they duplicate the 
tests on camel with no added value 
[\#736](https://github.com/apache/camel-k-runtime/pull/736) 
([lburgazzoli](https://github.com/lburgazzoli))
 - chore\(deps\): update to camel-quarkus 2.2.0 
[\#735](https://github.com/apache/camel-k-runtime/pull/735) 
([lburgazzoli](https://github.com/lburgazzoli))


[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2021-09-02 Thread GitBox


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


   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 1196174537-394-df524a16-ed0e-40f2-bc40-009e725ed17b
   * Camel Quarkus Commit: 4f1d28d1e2793b49257f3f6fbf287802d03ebdab
   
   * Camel Main Commit: 6cae8c92a774d54a41b03340c6f1bf06786b6bc3
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1196174537


-- 
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] djencks opened a new pull request #480: [Website] Put block role in correct place in template

2021-09-02 Thread GitBox


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


   I have no idea why the previous way of specifying the 'catalog' role/class 
worked with Asciidoctor 1.5.9 (Antora 2) but specifying the role inside the 
template works as expected in both Antora 2 and Antora 3.


-- 
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] lburgazzoli merged pull request #738: build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0

2021-09-02 Thread GitBox


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


   


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

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

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




[camel-k-runtime] branch main updated: build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0

2021-09-02 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 1a425ae  build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0
1a425ae is described below

commit 1a425ae584882499f1816bf78e8b920649a74640
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 2 19:01:33 2021 +

build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0

Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) 
from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases)
- 
[Commits](https://github.com/wildfly/jandex-maven-plugin/compare/1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: org.jboss.jandex:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8326df..d53d57b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
 3.3.0
 3.2.1
 3.3.0
-1.1.0
+1.2.0
 
3.2.0
 3.2.0
 3.2.1


[camel] branch regen_bot updated (96cb754 -> f3cafae)

2021-09-02 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 96cb754  Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798
 add f3cafae  [CAMEL-16917]more general way to determine if a Spring 
ApplicationContext is self management ApplicationContext

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] branch regen_bot updated (299506a -> 96cb754)

2021-09-02 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 299506a  Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798
 add 96cb754  Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798

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   (299506a)
\
 N -- N -- N   refs/heads/regen_bot (96cb754)

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

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

No new revisions were added by this update.

Summary of changes:


[camel] branch camel-3.11.x updated: [CAMEL-16917]more general way to determine if a Spring ApplicationContext is self management ApplicationContext

2021-09-02 Thread ffang
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
 new 7b69958  [CAMEL-16917]more general way to determine if a Spring 
ApplicationContext is self management ApplicationContext
7b69958 is described below

commit 7b69958da3f35e6424c277c145582cbe945ae7a6
Author: Freeman Fang 
AuthorDate: Thu Sep 2 15:47:46 2021 -0400

[CAMEL-16917]more general way to determine if a Spring ApplicationContext 
is self management ApplicationContext

(cherry picked from commit f3cafae3b8cdb60bb1489caa02eb79f1442e9363)
---
 .../main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
index 87a990e..6cace5d 100644
--- 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
+++ 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
@@ -462,7 +462,7 @@ public class CamelContextFactoryBean extends 
AbstractCamelContextFactoryBean

[camel] branch main updated: [CAMEL-16917]more general way to determine if a Spring ApplicationContext is self management ApplicationContext

2021-09-02 Thread ffang
This is an automated email from the ASF dual-hosted git repository.

ffang 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 f3cafae  [CAMEL-16917]more general way to determine if a Spring 
ApplicationContext is self management ApplicationContext
f3cafae is described below

commit f3cafae3b8cdb60bb1489caa02eb79f1442e9363
Author: Freeman Fang 
AuthorDate: Thu Sep 2 15:47:46 2021 -0400

[CAMEL-16917]more general way to determine if a Spring ApplicationContext 
is self management ApplicationContext
---
 .../main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
index 4aa862d..93c3a4a 100644
--- 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
+++ 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java
@@ -465,7 +465,7 @@ public class CamelContextFactoryBean extends 
AbstractCamelContextFactoryBean

[camel] branch main updated: Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798

2021-09-02 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 96cb754  Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798
96cb754 is described below

commit 96cb754077ad95ebdb6541516a029d2eae0b3698
Author: oscerd 
AuthorDate: Thu Sep 2 18:25:31 2021 +

Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798

Signed-off-by: GitHub 
---
 docs/components/modules/ROOT/pages/jdbc-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/jdbc-component.adoc 
b/docs/components/modules/ROOT/pages/jdbc-component.adoc
index 71d60d2..88802fc 100644
--- a/docs/components/modules/ROOT/pages/jdbc-component.adoc
+++ b/docs/components/modules/ROOT/pages/jdbc-component.adoc
@@ -175,7 +175,7 @@ keys.
 |`CamelJdbcColumnNames` |The column names from the ResultSet as a 
`java.util.Set`
 type.
 
-|`CamelJdbcParametes` |A `java.util.Map` which has the headers to be used if
+|`CamelJdbcParameters` |A `java.util.Map` which has the headers to be used if
 `useHeadersAsParameters` has been enabled.
 |===
 


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

2021-09-02 Thread GitBox


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


   


-- 
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] commented on pull request #732: build(deps): bump jandex-maven-plugin from 1.1.0 to 1.1.1

2021-09-02 Thread GitBox


dependabot[bot] commented on pull request #732:
URL: https://github.com/apache/camel-k-runtime/pull/732#issuecomment-911971221


   Superseded by #738.


-- 
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] closed pull request #732: build(deps): bump jandex-maven-plugin from 1.1.0 to 1.1.1

2021-09-02 Thread GitBox


dependabot[bot] closed pull request #732:
URL: https://github.com/apache/camel-k-runtime/pull/732


   


-- 
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 #738: build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0

2021-09-02 Thread GitBox


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


   Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) 
from 1.1.0 to 1.2.0.
   
   Commits
   
   https://github.com/wildfly/jandex-maven-plugin/commit/5b029b1b0f904246faf568ac653d78f7dbefaa75";>5b029b1
 1.2.0
   https://github.com/wildfly/jandex-maven-plugin/commit/40c7e794d9c5374917be2b04aab8048d822e5a29";>40c7e79
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/32";>#32
 from Ladicek/jandex-2.4.0
   https://github.com/wildfly/jandex-maven-plugin/commit/205ea9aa77da22cc7c690b64070b501375b2b58c";>205ea9a
 Update to Jandex 2.4.0.Final
   https://github.com/wildfly/jandex-maven-plugin/commit/53abd2edbe155662f0082b8db4475305397f371e";>53abd2e
 Next is 1.1.2
   https://github.com/wildfly/jandex-maven-plugin/commit/b6b03fa967802cbc46006765907aa0223fc3e4f2";>b6b03fa
 1.1.1
   https://github.com/wildfly/jandex-maven-plugin/commit/fc8c548a01a12414b6cd29b3ab989a9bcd6ff5c9";>fc8c548
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/26";>#26
 from hboutemy/master
   https://github.com/wildfly/jandex-maven-plugin/commit/90a4465a8f2c38bdded0c6465192ad5ed62b0d0c";>90a4465
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/31";>#31
 from wildfly/dependabot/maven/org.apache.maven-maven-3...
   https://github.com/wildfly/jandex-maven-plugin/commit/fa3dbd058545f2e2e9b9fa184b7f193412680709";>fa3dbd0
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/29";>#29
 from famod/patch-3
   https://github.com/wildfly/jandex-maven-plugin/commit/6b54da6e4a04a1fa6bf8a72f55a69b975adb937a";>6b54da6
 Bump maven from 3.0.3 to 3.8.1
   https://github.com/wildfly/jandex-maven-plugin/commit/6d24b553821c638f2c0f5202fc0b9d651a8d2f24";>6d24b55
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/30";>#30
 from famod/jandex-2.3.1
   Additional commits viewable in https://github.com/wildfly/jandex-maven-plugin/compare/1.1.0...1.2.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.jandex:jandex-maven-plugin&package-manager=maven&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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




[camel-k-runtime] branch dependabot/maven/org.jboss.jandex-jandex-maven-plugin-1.2.0 created (now 3802515)

2021-09-02 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.jboss.jandex-jandex-maven-plugin-1.2.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 3802515  build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0

No new revisions were added by this update.


[camel] branch regen_bot updated (9aa93d2 -> 299506a)

2021-09-02 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 9aa93d2  Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea
 add fd25a2c  (trivial) typo for "CamelJdbcParameters" header
 add 299506a  Regen for commit fd25a2ce82b160ad68e5a4ab5c8633849910c798

No new revisions were added by this update.

Summary of changes:
 components/camel-jdbc/src/main/docs/jdbc-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/jdbc-component.adoc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

2021-09-02 Thread GitBox


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


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


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

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

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




[camel] branch main updated: (trivial) typo for "CamelJdbcParameters" header

2021-09-02 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 fd25a2c  (trivial) typo for "CamelJdbcParameters" header
fd25a2c is described below

commit fd25a2ce82b160ad68e5a4ab5c8633849910c798
Author: Jesse Gorzinski <17914061+thep...@users.noreply.github.com>
AuthorDate: Thu Sep 2 12:27:01 2021 -0500

(trivial) typo for "CamelJdbcParameters" header
---
 components/camel-jdbc/src/main/docs/jdbc-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc 
b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index c8618f2..2bb0c12 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -173,7 +173,7 @@ keys.
 |`CamelJdbcColumnNames` |The column names from the ResultSet as a 
`java.util.Set`
 type.
 
-|`CamelJdbcParametes` |A `java.util.Map` which has the headers to be used if
+|`CamelJdbcParameters` |A `java.util.Map` which has the headers to be used if
 `useHeadersAsParameters` has been enabled.
 |===
 


[GitHub] [camel] oscerd merged pull request #6036: (trivial) typo for "CamelJdbcParameters" header

2021-09-02 Thread GitBox


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


   


-- 
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 #2948: Backwards compatibility policy

2021-09-02 Thread GitBox


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


   I had a quick look on the quarkus side and noted few facts:
   Quarkus old jdbc and reactive datasource deprecated in 1.3 and deleted in 1.9
   Quarkus Vertx axle and RX Java deprecated "since a while" and gone with 1.12
   
   So at least, from time to time there is a delay.


-- 
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] astefanutti closed issue #2616: Numeric values are not properly encoded in KameletBindings

2021-09-02 Thread GitBox


astefanutti closed issue #2616:
URL: https://github.com/apache/camel-k/issues/2616


   


-- 
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] astefanutti merged pull request #2617: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread GitBox


astefanutti merged pull request #2617:
URL: https://github.com/apache/camel-k/pull/2617


   


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

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

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




[camel-k] branch main updated: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ea85bed  Fix #2616: correctly encode numbers in Kamelet parameters
ea85bed is described below

commit ea85bedb9d346aa4beac5efa7ad07b28f489a580
Author: nicolaferraro 
AuthorDate: Thu Sep 2 16:47:38 2021 +0200

Fix #2616: correctly encode numbers in Kamelet parameters
---
 .../v1alpha1/kamelet_binding_types_support.go  |  5 ++-
 .../v1alpha1/kamelet_binding_types_support_test.go | 47 ++
 pkg/kamelet/initialize.go  |  5 ++-
 3 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go 
b/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go
index b589177..d470246 100644
--- a/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go
+++ b/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go
@@ -18,6 +18,7 @@ limitations under the License.
 package v1alpha1
 
 import (
+   "bytes"
"encoding/json"
"fmt"
 
@@ -151,7 +152,9 @@ func (p *EndpointProperties) GetPropertyMap() 
(map[string]string, error) {
 
// Convert json property values to objects before getting their string 
representation
var props map[string]interface{}
-   if err := json.Unmarshal(p.RawMessage, &props); err != nil {
+   d := json.NewDecoder(bytes.NewReader(p.RawMessage))
+   d.UseNumber()
+   if err := d.Decode(&props); err != nil {
return nil, err
}
stringProps := make(map[string]string, len(props))
diff --git a/pkg/apis/camel/v1alpha1/kamelet_binding_types_support_test.go 
b/pkg/apis/camel/v1alpha1/kamelet_binding_types_support_test.go
new file mode 100644
index 000..ac77de1
--- /dev/null
+++ b/pkg/apis/camel/v1alpha1/kamelet_binding_types_support_test.go
@@ -0,0 +1,47 @@
+/*
+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 v1alpha1
+
+import (
+   "encoding/json"
+   "testing"
+
+   "github.com/stretchr/testify/assert"
+)
+
+func TestNumberConversion(t *testing.T) {
+   props := map[string]interface{}{
+   "string":  "str",
+   "int32":   100,
+   "int64":   int64(100),
+   "float32": float32(123.123),
+   "float64": float64(123.123),
+   }
+   ser, err := json.Marshal(props)
+   assert.NoError(t, err)
+   ep := EndpointProperties{
+   RawMessage: ser,
+   }
+   res, err := ep.GetPropertyMap()
+   assert.NoError(t, err)
+   assert.Equal(t, "str", res["string"])
+   assert.Equal(t, "100", res["int32"])
+   assert.Equal(t, "100", res["int64"])
+   assert.Equal(t, "123.123", res["float32"])
+   assert.Equal(t, "123.123", res["float64"])
+}
diff --git a/pkg/kamelet/initialize.go b/pkg/kamelet/initialize.go
index d3b38a1..0ac666a 100644
--- a/pkg/kamelet/initialize.go
+++ b/pkg/kamelet/initialize.go
@@ -18,6 +18,7 @@ limitations under the License.
 package kamelet
 
 import (
+   "bytes"
"encoding/json"
"fmt"
"sort"
@@ -92,7 +93,9 @@ func recomputeProperties(kamelet *v1alpha1.Kamelet) error {
defValue := ""
if v.Default != nil {
var val interface{}
-   if err := json.Unmarshal(v.Default.RawMessage, &val); 
err != nil {
+   d := 
json.NewDecoder(bytes.NewReader(v.Default.RawMessage))
+   d.UseNumber()
+   if err := d.Decode(&val); err != nil {
return errors.Wrapf(err, "cannot decode default 
value for property %q", k)
}
defValue = fmt.Sprintf("%v", val)


[GitHub] [camel-k] astefanutti closed issue #2157: `extensions/v1beta1` Ingress is deprecated

2021-09-02 Thread GitBox


astefanutti closed issue #2157:
URL: https://github.com/apache/camel-k/issues/2157


   


-- 
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] astefanutti merged pull request #2084: chore: Upgrade to `networking.k8s.io/v1` Ingress API

2021-09-02 Thread GitBox


astefanutti merged pull request #2084:
URL: https://github.com/apache/camel-k/pull/2084


   


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

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

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




[camel-k] branch main updated (f301ac8 -> 6c6a332)

2021-09-02 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository.

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


from f301ac8  doc(kamelets): trait array vaue syntax
 new 7438d02  chore: Upgrade to networking.k8s.io/v1 Ingress API
 new 6c6a332  chore: Remove Ingress permission on OpenShift

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:
 config/rbac/operator-role-kubernetes.yaml |  2 +-
 e2e/support/test_support.go   |  8 +++-
 helm/camel-k/templates/operator-role.yaml |  2 +-
 pkg/install/common.go | 18 +-
 pkg/install/operator.go   | 22 +-
 pkg/resources/resources.go|  4 ++--
 pkg/trait/ingress.go  | 30 --
 pkg/trait/ingress_test.go | 14 +++---
 8 files changed, 64 insertions(+), 36 deletions(-)


[camel-k] 02/02: chore: Remove Ingress permission on OpenShift

2021-09-02 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c6a332f3454493f4dfbda606d0df4bdd18ed586
Author: Antonin Stefanutti 
AuthorDate: Thu Sep 2 12:21:13 2021 +0200

chore: Remove Ingress permission on OpenShift
---
 e2e/support/test_support.go |  8 +++-
 pkg/install/common.go   | 18 +-
 pkg/install/operator.go | 22 +-
 3 files changed, 37 insertions(+), 11 deletions(-)

diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index f883844..323362e 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -1071,7 +1071,13 @@ func CreateOperatorRole(ns string) (err error) {
if err != nil {
panic(err)
}
-   err = install.Resource(TestContext, TestClient(), ns, true, 
install.IdentityResourceCustomizer, "/rbac/operator-role-kubernetes.yaml")
+   customizer := install.IdentityResourceCustomizer
+   if oc {
+   // Remove Ingress permissions as it's not needed on OpenShift
+   // This should ideally be removed from the common RBAC manifest.
+   customizer = install.RemoveIngressRoleCustomizer
+   }
+   err = install.Resource(TestContext, TestClient(), ns, true, customizer, 
"/rbac/operator-role-kubernetes.yaml")
if err != nil {
return err
}
diff --git a/pkg/install/common.go b/pkg/install/common.go
index 345d112..dfc4f9c 100644
--- a/pkg/install/common.go
+++ b/pkg/install/common.go
@@ -21,6 +21,8 @@ import (
"context"
"strings"
 
+   networking "k8s.io/api/networking/v1"
+   rbacv1 "k8s.io/api/rbac/v1"
"k8s.io/apimachinery/pkg/api/errors"
k8s "k8s.io/client-go/kubernetes"
 
@@ -41,12 +43,26 @@ var IdentityResourceCustomizer = func(object ctrl.Object) 
ctrl.Object {
return object
 }
 
+var RemoveIngressRoleCustomizer = func(object ctrl.Object) ctrl.Object {
+   if role, ok := object.(*rbacv1.Role); ok && role.Name == 
"camel-k-operator" {
+   rules:
+   for i, rule := range role.Rules {
+   for _, group := range rule.APIGroups {
+   if group == networking.GroupName {
+   role.Rules = append(role.Rules[:i], 
role.Rules[i+1:]...)
+   break rules
+   }
+   }
+   }
+   }
+   return object
+}
+
 // Resources installs named resources from the project resource directory
 func Resources(ctx context.Context, c client.Client, namespace string, force 
bool, customizer ResourceCustomizer, names ...string) error {
return ResourcesOrCollect(ctx, c, namespace, nil, force, customizer, 
names...)
 }
 
-// ResourcesOrCollect --
 func ResourcesOrCollect(ctx context.Context, c client.Client, namespace 
string, collection *kubernetes.Collection,
force bool, customizer ResourceCustomizer, names ...string) error {
for _, name := range names {
diff --git a/pkg/install/operator.go b/pkg/install/operator.go
index 513deef..b1ca8a7 100644
--- a/pkg/install/operator.go
+++ b/pkg/install/operator.go
@@ -23,7 +23,6 @@ import (
"strings"
 
"github.com/pkg/errors"
-   "k8s.io/apimachinery/pkg/types"
 
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
@@ -31,6 +30,7 @@ import (
k8serrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+   "k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/intstr"
 
ctrl "sigs.k8s.io/controller-runtime/pkg/client"
@@ -45,7 +45,6 @@ import (
"github.com/apache/camel-k/pkg/util/patch"
 )
 
-// OperatorConfiguration --
 type OperatorConfiguration struct {
CustomImage   string
CustomImagePullPolicy string
@@ -59,12 +58,10 @@ type OperatorConfiguration struct {
ResourcesRequirements []string
 }
 
-// OperatorHealthConfiguration --
 type OperatorHealthConfiguration struct {
Port int32
 }
 
-// OperatorMonitoringConfiguration --
 type OperatorMonitoringConfiguration struct {
Enabled bool
Portint32
@@ -72,6 +69,11 @@ type OperatorMonitoringConfiguration struct {
 
 // OperatorOrCollect installs the operator resources or adds them to the 
collector if present
 func OperatorOrCollect(ctx context.Context, c client.Client, cfg 
OperatorConfiguration, collection *kubernetes.Collection, force bool) error {
+   isOpenShift, err := isOpenShift(c, cfg.ClusterType)
+   if err != nil {
+   return err
+   }
+
customizer := func(o ctrl.Object) ctrl.Object {
if cfg.CustomImage != "" {
if d, ok := o.(*appsv1.Deployment); ok {
@@ -1

[camel-k] 01/02: chore: Upgrade to networking.k8s.io/v1 Ingress API

2021-09-02 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository.

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

commit 7438d02a3245c7fbb398e486905c7e74e409f7e3
Author: Antonin Stefanutti 
AuthorDate: Tue Mar 2 11:53:36 2021 +0100

chore: Upgrade to networking.k8s.io/v1 Ingress API
---
 config/rbac/operator-role-kubernetes.yaml |  2 +-
 helm/camel-k/templates/operator-role.yaml |  2 +-
 pkg/resources/resources.go|  4 ++--
 pkg/trait/ingress.go  | 30 --
 pkg/trait/ingress_test.go | 14 +++---
 5 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/config/rbac/operator-role-kubernetes.yaml 
b/config/rbac/operator-role-kubernetes.yaml
index a285970..fda70ff 100644
--- a/config/rbac/operator-role-kubernetes.yaml
+++ b/config/rbac/operator-role-kubernetes.yaml
@@ -116,7 +116,7 @@ rules:
   - list
   - watch
 - apiGroups:
-  - extensions
+  - networking.k8s.io
   resources:
   - ingresses
   verbs:
diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index b5b1aad..8515705 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -129,7 +129,7 @@ rules:
 - apiGroups:
   - extensions
   resources:
-  - ingresses
+  - networking.k8s.io
   verbs:
   - create
   - delete
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 53caeed..086d23e 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -283,9 +283,9 @@ var assets = func() http.FileSystem {
"/rbac/operator-role-kubernetes.yaml": 
&vfsgen۰CompressedFileInfo{
name: "operator-role-kubernetes.yaml",
modTime:  time.Time{},
-   uncompressedSize: 2342,
+   uncompressedSize: 2349,
 
-   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x6e\x11\xdb\x6d\x4f\x85\x7b\x72\x77\x93\xd6\xe8\xc2\x06\x22\x6f\x17\x7b\xa4\xa8\xb1\x3c\x0d\xc5\x61\x49\x2a\x8a\xfb\xf5\x05\x29\x7b\xd7\x59\x27\x40\x0e\x41\x5b\x5d\x3c\xa4\x86\x6f\xde\x9b\x37\xa6\x4a\x4c\x5f\xef\x29\x4a\x7c\x60\x4d\x36\x50\x83\x28\x88\x7b\xc2\xd2\x29\xbd\x27\x54\xb2\x8b\x83\xf2\x84\x1b\xe9\x6d\xa3\x22\x8b\xc5\x9b\x65\x75\xf3\x16\xbd\x6d\xc8\x43\x2c\x
 [...]
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x6e\x11\xdb\x6d\x4f\x85\x7b\x72\x77\x93\xd6\xe8\xc2\x06\x22\x6f\x17\x7b\xa4\xa8\xb1\x3c\x0d\xc5\x61\x49\x2a\x8a\xfb\xf5\x05\x29\x7b\xd7\x59\x27\x40\x0e\x41\x5b\x5d\x3c\xa4\x46\x6f\xde\x9b\x79\x26\x4b\x4c\x5f\xef\x29\x4a\x7c\x60\x4d\x36\x50\x83\x28\x88\x7b\xc2\xd2\x29\xbd\x27\x54\xb2\x8b\x83\xf2\x84\x1b\xe9\x6d\xa3\x22\x8b\xc5\x9b\x65\x75\xf3\x16\xbd\x6d\xc8\x43\x2c\x
 [...]
},
"/rbac/operator-role-leases.yaml": &vfsgen۰CompressedFileInfo{
name: "operator-role-leases.yaml",
diff --git a/pkg/trait/ingress.go b/pkg/trait/ingress.go
index c1f8207..dd0d565 100644
--- a/pkg/trait/ingress.go
+++ b/pkg/trait/ingress.go
@@ -21,13 +21,11 @@ import (
"errors"
"fmt"
 
-   v1 "github.com/apache/camel-k/pkg/apis/camel/v1"
-
-   "k8s.io/api/extensions/v1beta1"
-   "k8s.io/apimachinery/pkg/util/intstr"
-
corev1 "k8s.io/api/core/v1"
+   networking "k8s.io/api/networking/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+
+   v1 "github.com/apache/camel-k/pkg/apis/camel/v1"
 )
 
 // The Ingress trait can be used to expose the service associated with the 
integration
@@ -108,21 +106,25 @@ func (t *ingressTrait) Apply(e *Environment) error {
return errors.New("cannot Apply ingress trait: no target 
service")
}
 
-   ingress := v1beta1.Ingress{
+   ingress := networking.Ingress{
TypeMeta: metav1.TypeMeta{
Kind:   "Ingress",
-   APIVersion: v1beta1.SchemeGroupVersion.String(),
+   APIVersion: networking.SchemeGroupVersion.String(),
},
ObjectMeta: metav1.ObjectMeta{
Name:  service.Name,
Namespace: service.Namespace,
},
-   Spec: v1beta1.IngressSpec{
-   Backend: &v1beta1.IngressBackend{
-   ServiceName: service.Name,
-   ServicePort: intstr.FromString("http"),
+   Spec: networking.IngressSpec{
+   DefaultBackend: &networking.IngressBackend{
+   Service: &networking.IngressServiceBackend{
+   Name: service.Name,
+  

[camel] branch regen_bot updated (98ac1dd -> 9aa93d2)

2021-09-02 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.


 discard 98ac1dd  Regen for commit 7e286f5a5527545e53658c84c3fd8a0b6279966f
 add 1e81d66  Regen for commit 34045738de92fc58eea935639468b46338d2b577
 add 9aa93d2  Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea

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   (98ac1dd)
\
 N -- N -- N   refs/heads/regen_bot (9aa93d2)

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:
 .../sql/stored/template/generated/SSPTParser.java  |  833 ++---
 .../template/generated/SSPTParserConstants.java|  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++--
 3 files changed, 1093 insertions(+), 1072 deletions(-)


[GitHub] [camel] github-actions[bot] closed pull request #6035: Generated sources regen

2021-09-02 Thread GitBox


github-actions[bot] closed pull request #6035:
URL: https://github.com/apache/camel/pull/6035


   


-- 
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 (c9733d6 -> 98ac1dd)

2021-09-02 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.


 discard c9733d6  Regen for commit 1e81d66c24a646fffc6d9d24dba1abdc4e982c9f
omit 1e81d66  Regen for commit 34045738de92fc58eea935639468b46338d2b577
 add 98ac1dd  Regen for commit 7e286f5a5527545e53658c84c3fd8a0b6279966f

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   (c9733d6)
\
 N -- N -- N   refs/heads/regen_bot (98ac1dd)

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:
 .../sql/stored/template/generated/SSPTParser.java  |  833 +++--
 .../template/generated/SSPTParserConstants.java|  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++--
 3 files changed, 1072 insertions(+), 1093 deletions(-)


[camel] branch regen_bot updated (daf793f -> c9733d6)

2021-09-02 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.


 discard daf793f  Regen for commit 4099589ab43fde838dc111b04365c64499ebc18a
 add 8e6434d  Upgrade Kubernetes client and model to version 5.7.2
 add 7e286f5  Sync deps
 add 1e81d66  Regen for commit 34045738de92fc58eea935639468b46338d2b577
 add c9733d6  Regen for commit 1e81d66c24a646fffc6d9d24dba1abdc4e982c9f

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   (daf793f)
\
 N -- N -- N   refs/heads/regen_bot (c9733d6)

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


[camel-website] branch asf-site updated (f988338 -> 9d18310)

2021-09-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard f988338  Website updated to ceb6b0ff745e4fca0df8fcebaf34965195d96b28
 discard e3eacb1  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 3e9326e  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 9d18310  Website updated to ceb6b0ff745e4fca0df8fcebaf34965195d96b28

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   (f988338)
\
 N -- N -- N   refs/heads/asf-site (9d18310)

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:
 components/latest/eips/choice-eip.html|2 +-
 components/latest/eips/convertBodyTo-eip.html |2 +-
 components/latest/eips/dynamicRouter-eip.html |2 +-
 components/latest/eips/recipientList-eip.html |2 +-
 sitemap-camel-k.xml   |  390 +-
 sitemap-camel-kafka-connector.xml | 3378 +++
 sitemap-camel-kamelets.xml|  266 +-
 sitemap-camel-karaf.xml   |   56 +-
 sitemap-camel-quarkus.xml | 1376 +++
 sitemap-camel-spring-boot.xml | 2596 ++--
 sitemap-components.xml| 5462 -
 sitemap-manual.xml|  376 +-
 12 files changed, 6954 insertions(+), 6954 deletions(-)


[camel] branch regen_bot updated (bb3b568 -> daf793f)

2021-09-02 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.


 discard bb3b568  Regen for commit fcac62aac596adde0bd607035eb4f2d1fd6c8cff
 add 4099589  camel-docker - Remove unnecessary deps to jnr (java native 
runtime) (#6029)
 add daf793f  Regen for commit 4099589ab43fde838dc111b04365c64499ebc18a

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   (bb3b568)
\
 N -- N -- N   refs/heads/regen_bot (daf793f)

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

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

No new revisions were added by this update.

Summary of changes:
 components/camel-docker/pom.xml | 27 ---
 1 file changed, 27 deletions(-)


[GitHub] [camel-k] oscerd commented on pull request #2617: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread GitBox


oscerd commented on pull request #2617:
URL: https://github.com/apache/camel-k/pull/2617#issuecomment-911778243


   Cool.


-- 
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] nicolaferraro commented on pull request #2617: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread GitBox


nicolaferraro commented on pull request #2617:
URL: https://github.com/apache/camel-k/pull/2617#issuecomment-911777076


   > Do we need to backport?
   
   I don't think we're going to do another release of 1.5, as 1.6 should not be 
"breaking"..


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

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

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




[GitHub] [camel-k] oscerd commented on pull request #2617: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread GitBox


oscerd commented on pull request #2617:
URL: https://github.com/apache/camel-k/pull/2617#issuecomment-911774926


   Do we need to backport?


-- 
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 (0882e57 -> bb3b568)

2021-09-02 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 0882e57  Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea
 add fcac62a  CAMEL-16184: Migrate huawei tests from junit 4.x to 5.x
 add bb3b568  Regen for commit fcac62aac596adde0bd607035eb4f2d1fd6c8cff

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   (0882e57)
\
 N -- N -- N   refs/heads/regen_bot (bb3b568)

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

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

No new revisions were added by this update.

Summary of changes:
 components/camel-huawei/camel-huaweicloud-dms/pom.xml|  8 +---
 .../huaweicloud/dms/CreateInstanceJsonFunctionalTest.java| 11 +++
 .../component/huaweicloud/dms/CreateInstanceJsonTest.java|  6 --
 .../huaweicloud/dms/CreateInstanceKafkaFunctionalTest1.java  | 11 +++
 .../huaweicloud/dms/CreateInstanceKafkaFunctionalTest2.java  | 11 +++
 .../component/huaweicloud/dms/CreateInstanceKafkaTest1.java  |  6 --
 .../component/huaweicloud/dms/CreateInstanceKafkaTest2.java  |  6 --
 .../huaweicloud/dms/CreateInstancePojoFunctionalTest.java| 11 +++
 .../component/huaweicloud/dms/CreateInstancePojoTest.java|  6 --
 .../huaweicloud/dms/CreateInstanceRmqFunctionalTest1.java| 11 +++
 .../huaweicloud/dms/CreateInstanceRmqFunctionalTest2.java| 11 +++
 .../component/huaweicloud/dms/CreateInstanceRmqTest1.java|  6 --
 .../component/huaweicloud/dms/CreateInstanceRmqTest2.java|  6 --
 .../huaweicloud/dms/DeleteInstanceFunctionalTest.java| 10 ++
 .../camel/component/huaweicloud/dms/DeleteInstanceTest.java  |  6 --
 .../huaweicloud/dms/ListInstancesFunctionalTest.java | 11 +++
 .../camel/component/huaweicloud/dms/ListInstancesTest.java   |  6 --
 .../huaweicloud/dms/QueryInstanceFunctionalTest.java | 11 +++
 .../camel/component/huaweicloud/dms/QueryInstanceTest.java   |  6 --
 .../huaweicloud/dms/UpdateInstanceJsonFunctionalTest.java| 10 ++
 .../component/huaweicloud/dms/UpdateInstanceJsonTest.java|  6 --
 .../huaweicloud/dms/UpdateInstancePojoFunctionalTest.java| 10 ++
 .../component/huaweicloud/dms/UpdateInstancePojoTest.java|  6 --
 .../huaweicloud/dms/constants/DMSConstantsTest.java  |  2 +-
 .../huaweicloud/dms/constants/DMSOperationsTest.java |  2 +-
 .../huaweicloud/dms/constants/DMSPropertiesTest.java |  2 +-
 .../camel-huawei/camel-huaweicloud-functiongraph/pom.xml |  8 +---
 .../apache/camel/InvokeFunctionCombinedFunctionalTest.java   | 11 +++
 .../java/org/apache/camel/InvokeFunctionCombinedTest.java|  8 ++--
 .../apache/camel/InvokeFunctionEndpointFunctionalTest.java   | 11 +++
 .../java/org/apache/camel/InvokeFunctionEndpointTest.java|  8 ++--
 .../apache/camel/InvokeFunctionExchangeFunctionalTest.java   | 11 +++
 .../java/org/apache/camel/InvokeFunctionExchangeTest.java|  8 ++--
 .../java/org/apache/camel/InvokeFunctionFunctionalTest.java  | 11 +++
 .../apache/camel/InvokeFunctionServiceKeyFunctionalTest.java | 11 +++
 .../java/org/apache/camel/InvokeFunctionServiceKeyTest.java  |  8 ++--
 .../src/test/java/org/apache/camel/InvokeFunctionTest.java   |  8 ++--
 .../apache/camel/constants/FunctionGraphConstantsTest.java   |  2 +-
 .../apache/camel/constants/FunctionGraphOperationsTest.java  |  2 +-
 .../apache/camel/constants/FunctionGraphPropertiesTest.java  |  2 +-
 components/camel-huawei/camel-huaweicloud-iam/pom.xml|  8 +---
 .../huaweicloud/iam/GetGroupUsersFunctionalTest.java | 11 +++
 .../camel/component/huaweicloud/iam/GetGroupUsersTest.java   |  6 --
 .../component/huaweicloud/iam/GetUserFunctionalTest.java | 11 +++
 .../apache/camel/component/huaweicloud/iam/GetUserTest.java  |  6 --
 .../component/huaweicloud/iam/ListGroupsFunctionalTest.java  | 11 +++
 .../camel/component/huaweicloud/iam/ListGroupsTest.java  |  6 --
 .../component/huaweicloud/iam/ListUsersFunctionalTest.java   | 11 +++
 .../camel/component/huaweicloud/iam/ListUsersTest.java   |  6 --
 .../component/huaweicloud/iam/UpdateGroupFunctionalTest.java | 11 +++
 .../huaweicloud/iam/UpdateGroupJsonFu

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

2021-09-02 Thread GitBox


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


   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




[GitHub] [camel-k] nicolaferraro opened a new pull request #2617: Fix #2616: correctly encode numbers in Kamelet parameters

2021-09-02 Thread GitBox


nicolaferraro opened a new pull request #2617:
URL: https://github.com/apache/camel-k/pull/2617


   
   Issue is due to JSON conversion from RawMessage that maps numbers (even 
integers) to float64 by default.
   
   
   
   **Release Note**
   ```release-note
   Numeric parameters are properly encoded in Kamelets
   ```
   


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

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

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




[camel] branch main updated: Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea

2021-09-02 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 9aa93d2  Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea
9aa93d2 is described below

commit 9aa93d2fbf2ba172ce0d0c53eccb4bc312c23d50
Author: davsclaus 
AuthorDate: Thu Sep 2 14:41:10 2021 +

Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 2700720..d91d6e2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -150,7 +150,7 @@ Unmarshal a CBOR payload to POJO and back.
   
 
   
 
   
@@ -361,7 +361,7 @@ Marks the beginning of a try, catch, finally block
   
 
   
 
   
@@ -1074,7 +1074,7 @@ exchange.
   
 
   
 
   


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

2021-09-02 Thread GitBox


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


   


-- 
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 (a4e5aa6 -> 0882e57)

2021-09-02 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 a4e5aa6  Regen for commit 34045738de92fc58eea935639468b46338d2b577
 add f6c197f  Polished doc
 add 0882e57  Regen for commit f6c197f1cc670e495e06ca2819f8ad934fe58cea

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   (a4e5aa6)
\
 N -- N -- N   refs/heads/regen_bot (0882e57)

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:
 .../generated/resources/org/apache/camel/catalog/models/choice.json | 2 +-
 .../resources/org/apache/camel/catalog/models/dynamicRouter.json| 2 +-
 .../resources/org/apache/camel/catalog/models/recipientList.json| 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 6 +++---
 .../src/main/docs/modules/eips/pages/choice-eip.adoc| 3 +--
 .../src/main/docs/modules/eips/pages/convertBodyTo-eip.adoc | 3 ++-
 .../src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc | 4 ++--
 .../src/main/docs/modules/eips/pages/recipientList-eip.adoc | 2 +-
 .../src/generated/resources/org/apache/camel/model/choice.json  | 2 +-
 .../generated/resources/org/apache/camel/model/dynamicRouter.json   | 2 +-
 .../generated/resources/org/apache/camel/model/recipientList.json   | 2 +-
 .../src/main/java/org/apache/camel/model/ChoiceDefinition.java  | 2 +-
 .../main/java/org/apache/camel/model/DynamicRouterDefinition.java   | 2 +-
 .../main/java/org/apache/camel/model/RecipientListDefinition.java   | 2 +-
 14 files changed, 18 insertions(+), 18 deletions(-)


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

2021-09-02 Thread GitBox


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


   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




[GitHub] [camel-k] nicolaferraro opened a new issue #2616: Numeric values are not properly encoded in KameletBindings

2021-09-02 Thread GitBox


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


   When a Kamelet parameter is of numeric type, its default value, or any value 
set by the user, is encoded in scientific notation (e.g. `"1e+06"`) in 
properties.


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

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

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




[camel] branch main updated: Regen for commit 34045738de92fc58eea935639468b46338d2b577

2021-09-02 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 1e81d66  Regen for commit 34045738de92fc58eea935639468b46338d2b577
1e81d66 is described below

commit 1e81d66c24a646fffc6d9d24dba1abdc4e982c9f
Author: davsclaus 
AuthorDate: Thu Sep 2 14:28:32 2021 +

Regen for commit 34045738de92fc58eea935639468b46338d2b577

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd| 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 6a9a5a5..2700720 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -4600,6 +4600,16 @@ The java type to convert to.
 ]]>
   
 
+
+  
+
+  
+
 
   
 
   
 


  1   2   >