[camel-karaf] branch main updated: CAMEL-18543: Upgrade to zendesk 0.18

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

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


The following commit(s) were added to refs/heads/main by this push:
 new d2f36793 CAMEL-18543: Upgrade to zendesk 0.18
d2f36793 is described below

commit d2f367937a089790ddcba3ff13a233eccdfa2cd3
Author: Claus Ibsen 
AuthorDate: Fri Sep 23 07:48:51 2022 +0200

CAMEL-18543: Upgrade to zendesk 0.18
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 492d35f9..a0d1fad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@
 
 3.19.0-SNAPSHOT
 
+2.12.3
 1.7.0_6
 3.5.2_1
 3.5.2_1



[camel] branch main updated: CAMEL-18543: Upgrade to zendesk 0.18

2022-09-22 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 6d8f0e2997b CAMEL-18543: Upgrade to zendesk 0.18
6d8f0e2997b is described below

commit 6d8f0e2997b9943fa58ef0aa7ff7d1e8d95fc4b7
Author: Claus Ibsen 
AuthorDate: Fri Sep 23 07:41:02 2022 +0200

CAMEL-18543: Upgrade to zendesk 0.18
---
 camel-dependencies/pom.xml  | 2 +-
 .../resources/org/apache/camel/catalog/components/zendesk.json  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f7e0e9c5112..75edb579829 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -555,7 +555,7 @@
 1.1.4c
 1.4.19
 
0.13.0
-0.14.1
+0.18.0
 2.16.3
 2.23.4
 3.5.9
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
index b9750e1b203..e08cc6a5730 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
@@ -35,7 +35,7 @@
 "username": { "kind": "property", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The user name." }
   },
   "properties": {
-"methodName": { "kind": "path", "displayName": "Method Name", "group": 
"common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLATION", "CR [...]
+"methodName": { "kind": "path", "displayName": "Method Name", "group": 
"common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLATION", "CR [...]
 "inBody": { "kind": "parameter", "displayName": "In Body", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the name of a parameter to be passed in the exchange In 
Body" },
 "serverUrl": { "kind": "parameter", "displayName": "Server Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The server URL to 
connect." },
 "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "If 
the polling consumer did not poll any files, you can enable this option to send 
an empty message (no body) instead." },
@@ -64,9 +64,9 @@
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The user name." }
   },
   "apis": {
-"DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List addTagToOrganisations(long id, String[] tags)" ] }, 
"addTagToTicket": { "description": "", "signatures": [ "java.util.List 
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description": 
"", "signatures": [ "java.util.List addTagToTopics(long id, String[] 
tags)" ] }, "associateA [...]
+"DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List 

[camel] branch main updated: CAMEL-18543: Upgrade to zendesk 0.18

2022-09-22 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 9462e0db5fd CAMEL-18543: Upgrade to zendesk 0.18
9462e0db5fd is described below

commit 9462e0db5fd167b075b443bd16b34d17a401172b
Author: Claus Ibsen 
AuthorDate: Fri Sep 23 07:40:27 2022 +0200

CAMEL-18543: Upgrade to zendesk 0.18
---
 components/camel-zendesk/pom.xml   |  14 ++-
 .../zendesk/ZendeskEndpointConfiguration.java  | 104 ++---
 .../ZendeskEndpointConfigurationConfigurer.java|  62 ++-
 .../zendesk/ZendeskEndpointUriFactory.java |  10 +-
 .../zendesk/internal/ZendeskApiMethod.java | 124 -
 .../apache/camel/component/zendesk/zendesk.json|   6 +-
 parent/pom.xml |   2 +-
 7 files changed, 218 insertions(+), 104 deletions(-)

diff --git a/components/camel-zendesk/pom.xml b/components/camel-zendesk/pom.xml
index 0baf36cc853..f8ae0cb5ad1 100644
--- a/components/camel-zendesk/pom.xml
+++ b/components/camel-zendesk/pom.xml
@@ -84,7 +84,7 @@
 
 
org.zendesk.client.v2.Zendesk
 
-
isClosed|close|getTicketsByStatus|createGroups|importTickets|createMappe
+
isClosed|close|getTicketsByStatus|createGroups|importTickets|recoverSuspendedTickets|createMapper|getSearchResults
 
 
 
@@ -184,6 +184,18 @@
 params
 
parameters
 
+
+
getUsersByExternalIds
+long
+externalId
+
externalId0
+
+
+getTriggers
+java.lang.String
+categoryId
+
categoryId0
+
 
 
 
diff --git 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
index da8ee8cea04..781148e2343 100644
--- 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
+++ 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
@@ -16,10 +16,13 @@ import org.apache.camel.spi.UriParams;
  */
 @ApiParams(apiName = "DEFAULT", 
description = "",
-   apiMethods = {@ApiMethod(methodName = "addTagToOrganisations", 
signatures={"java.util.List addTagToOrganisations(long id, String[] 
tags)"}), @ApiMethod(methodName = "addTagToTicket", 
signatures={"java.util.List addTagToTicket(long id, String[] tags)"}), 
@ApiMethod(methodName = "addTagToTopics", signatures={"java.util.List 
addTagToTopics(long id, String[] tags)"}), @ApiMethod(methodName = 
"associateAttachmentsToArticle", signatures={"void associateAttach [...]
+   apiMethods = {@ApiMethod(methodName = "addTagToOrganisations", 
signatures={"java.util.List addTagToOrganisations(long id, String[] 
tags)"}), @ApiMethod(methodName = "addTagToTicket", 
signatures={"java.util.List addTagToTicket(long id, String[] tags)"}), 
@ApiMethod(methodName = "addTagToTopics", signatures={"java.util.List 
addTagToTopics(long id, String[] tags)"}), @ApiMethod(methodName = 
"associateAttachmentsToArticle", signatures={"void associateAttach [...]
 @UriParams
 @Configurer(extended = true)
 public final class ZendeskEndpointConfiguration extends ZendeskConfiguration {
+@UriParam
+@ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getTriggers"), @ApiMethod(methodName = "searchTriggers")})
+private Boolean active;
 @UriParam
 @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"createArticle"), @ApiMethod(methodName = "deleteArticle"), 
@ApiMethod(methodName = "updateArticle")})
 private org.zendesk.client.v2.model.hc.Article article;
@@ -60,6 +63,9 @@ public final class ZendeskEndpointConfiguration extends 
ZendeskConfiguration {
 @ApiParam(optional = false, apiMethods = 

[camel-karaf] branch main updated: CAMEL-16994: camel-python - Support for py language as experiment at first.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new a34c87f5 CAMEL-16994: camel-python - Support for py language as 
experiment at first.
a34c87f5 is described below

commit a34c87f5f794804e5c2d6d039af01d793722a52e
Author: Claus Ibsen 
AuthorDate: Fri Sep 23 07:17:14 2022 +0200

CAMEL-16994: camel-python - Support for py language as experiment at first.
---
 platforms/karaf/features/src/main/resources/features.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index e556e26b..16773e19 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1789,6 +1789,12 @@
 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.retrofit/${squareup-retrofit2-bundle-version}
 mvn:org.apache.camel/camel-pubnub/${project.version}
   
+  
+camel-core
+wrap:mvn:org.python/jython/${jython-version}
+wrap:mvn:org.python/jython-standalone/${jython-standalone-version}
+mvn:org.apache.camel/camel-python/${project.version}
+  
   
 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.c3p0/${c3p0-bundle-version}
 mvn:com.zaxxer/HikariCP-java7/${hikaricp-version}



[camel-karaf] branch main updated: Regen

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

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


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

commit 877a80c2db32f5169a00a26983975a10eb294bd2
Author: Claus Ibsen 
AuthorDate: Fri Sep 23 07:08:47 2022 +0200

Regen
---
 .../camel/catalog/karaf/components/kafka.json  |  2 ++
 .../camel/catalog/karaf/languages.properties   |  1 +
 .../camel/catalog/karaf/languages/python.json  | 23 ++
 3 files changed, 26 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
index 42505e38..6df00d04 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
@@ -66,6 +66,7 @@
 "pollExceptionStrategy": { "kind": "property", "displayName": "Poll 
Exception Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.PollExceptionStrategy", "deprecated": false, 
"autowired": true, "secret": false, "description": "To use a custom strategy 
with the consumer to control how to handle exceptions thrown from the Kafka 
broker while pooling messages." },
 "subscribeConsumerBackoffInterval": { "kind": "property", "displayName": 
"Subscribe Consumer Backoff Interval", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 5000, 
"description": "The delay in millis seconds to wait before trying again to 
subscribe to the kafka broker." },
 "subscribeConsumerBackoffMaxAttempts": { "kind": "property", 
"displayName": "Subscribe Consumer Backoff Max Attempts", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Maximum number the kafka consumer will attempt 
to subscribe to the kafka broker, before eventually giving up and failing. 
Error during subscribing the consumer to the kafka top [...]
+"batchWithIndividualHeaders": { "kind": "property", "displayName": "Batch 
With Individual Headers", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "If this feature is 
enabled and a single element of a batch is an Exchang [...]
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
 "compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to specify the [...]
 "connectionMaxIdleMs": { "kind": "property", "displayName": "Connection 
Max Idle Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "54", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Close idle connections 
after the number of milliseconds specified by this [...]
@@ -187,6 +188,7 @@
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": 

[camel] branch main updated: (chores) camel-atmos: fixed invalid link in documentation (#8414)

2022-09-22 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 f6c48507aca (chores) camel-atmos: fixed invalid link in documentation 
(#8414)
f6c48507aca is described below

commit f6c48507acaf4a6ef7a8f24586cb6ee5292cc0c1
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Sep 23 06:26:39 2022 +0200

(chores) camel-atmos: fixed invalid link in documentation (#8414)
---
 components/camel-atmos/src/main/docs/atmos-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-atmos/src/main/docs/atmos-component.adoc 
b/components/camel-atmos/src/main/docs/atmos-component.adoc
index 324ef8f0f3e..4dd69aa2056 100644
--- a/components/camel-atmos/src/main/docs/atmos-component.adoc
+++ b/components/camel-atmos/src/main/docs/atmos-component.adoc
@@ -15,7 +15,7 @@
 
 Camel-Atmos is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with ViPR object data services using the
-https://github.com/emcvipr/dataservices-sdk-java[Atmos Client].
+https://github.com/EMCECS/atmos-client-java[Atmos Client].
 
 
 // component-configure options: START



[GitHub] [camel] davsclaus merged pull request #8414: (chores) camel-atmos: fixed invalid link in documentation

2022-09-22 Thread GitBox


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


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

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

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



[camel] branch main updated: (chores) camel-any23: removed duplicated code (#8413)

2022-09-22 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 294e42f290c (chores) camel-any23: removed duplicated code (#8413)
294e42f290c is described below

commit 294e42f290c5efd14898913a732aa1e3d1107b01
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Sep 23 06:26:27 2022 +0200

(chores) camel-any23: removed duplicated code (#8413)
---
 .../apache/camel/dataformat/any23/Any23TestSupport.java  | 16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23TestSupport.java
 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23TestSupport.java
index 4229b73b1c3..4ec5a484486 100644
--- 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23TestSupport.java
+++ 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23TestSupport.java
@@ -16,9 +16,8 @@
  */
 package org.apache.camel.dataformat.any23;
 
-import java.io.BufferedReader;
 import java.io.File;
-import java.io.FileReader;
+import java.io.FileInputStream;
 
 import org.apache.camel.util.IOHelper;
 
@@ -29,17 +28,8 @@ public final class Any23TestSupport {
 }
 
 public static String loadFileAsString(File file) throws Exception {
-StringBuilder fileContent = new StringBuilder();
-BufferedReader input = IOHelper.buffered(new FileReader(file));
-try {
-String line = null;
-while ((line = input.readLine()) != null) {
-fileContent.append(line);
-fileContent.append(System.lineSeparator());
-}
-} finally {
-input.close();
+try (FileInputStream inputStream = new FileInputStream(file)) {
+return IOHelper.loadText(inputStream);
 }
-return fileContent.toString();
 }
 }



[GitHub] [camel] davsclaus merged pull request #8413: (chores) camel-any23: removed duplicated code

2022-09-22 Thread GitBox


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


-- 
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-17448: removed used dependencies in camel-activemq (#8412)

2022-09-22 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 680f77fb271 CAMEL-17448: removed used dependencies in camel-activemq 
(#8412)
680f77fb271 is described below

commit 680f77fb2712e2f3e263bf24e6e739f6d4307d2d
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Sep 23 06:26:08 2022 +0200

CAMEL-17448: removed used dependencies in camel-activemq (#8412)
---
 components/camel-activemq/pom.xml | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/components/camel-activemq/pom.xml 
b/components/camel-activemq/pom.xml
index 05708f560e4..9f3cf67f9a0 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -74,23 +74,6 @@
 
 
 
-
-org.apache.activemq
-activemq-unit-tests
-${activemq-version}
-test-jar
-test
-
-
-org.slf4j
-slf4j-log4j12
-
-
-log4j
-log4j
-
-
-
 
 org.apache.camel
 camel-test-junit5
@@ -122,12 +105,6 @@
 test
 true
 
-
-org.apache.xbean
-xbean-spring
-test
-true
-
 
 org.apache.geronimo.components
 geronimo-transaction



[GitHub] [camel] davsclaus merged pull request #8412: CAMEL-17448: removed used dependencies in camel-activemq

2022-09-22 Thread GitBox


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


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

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

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



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

2022-09-22 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 6fcaf79b57 Updated CHANGELOG.md
6fcaf79b57 is described below

commit 6fcaf79b57f687c748900855f6e00a1f9990f9a7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 23 04:04:09 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7070b42bcf..fa36aca502 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,15 @@
 
 **Fixed bugs:**
 
+- Tika integration test native build failure  
[\#4109](https://github.com/apache/camel-quarkus/issues/4109)
 - \[Quarkus 2.13.0\] JTA integration test fails due to undiscoverable 
`DataSource` [\#4063](https://github.com/apache/camel-quarkus/issues/4063)
 - Map style config property resolution does not work in native mode 
[\#4011](https://github.com/apache/camel-quarkus/issues/4011)
 
 **Closed issues:**
 
+- \[Quarkus Main\] Compatibility with Jandex 3 
[\#4108](https://github.com/apache/camel-quarkus/issues/4108)
+- CamelQuarkusTestSupport: Alow to use AdiceWith with another route 
[\#4104](https://github.com/apache/camel-quarkus/issues/4104)
+- Add crash recovery test in jta-jpa example 
[\#4100](https://github.com/apache/camel-quarkus/issues/4100)
 - Sync {snakeyaml.version} with quarkus-bom 
[\#4096](https://github.com/apache/camel-quarkus/issues/4096)
 - Springless JPA extension 
[\#4084](https://github.com/apache/camel-quarkus/issues/4084)
 - \[Quarkus 2.13.0\] Quarkus Kubernetes not compatible with Camel 3.18.x 
[\#4083](https://github.com/apache/camel-quarkus/issues/4083)
@@ -21,6 +25,7 @@
 - CXF test fails in Quarkus Platform because of hard-coded absolute local 
wsdlLocation [\#4058](https://github.com/apache/camel-quarkus/issues/4058)
 - master: fix itests harness in native mode 
[\#4050](https://github.com/apache/camel-quarkus/issues/4050)
 - Increase JPA extension test coverage 
[\#4007](https://github.com/apache/camel-quarkus/issues/4007)
+- Upgrade to quarkus-cxf 1.5.0 and clean up duplicate code and config 
[\#3983](https://github.com/apache/camel-quarkus/issues/3983)
 - Improve google-bigquery test coverage 
[\#3949](https://github.com/apache/camel-quarkus/issues/3949)
 - \[JDK17\]spring integration tests failed in native mode 
[\#](https://github.com/apache/camel-quarkus/issues/)
 - \[JDK17\]Optaplanner integration test failed in native mode  
[\#3332](https://github.com/apache/camel-quarkus/issues/3332)
@@ -32,6 +37,12 @@
 
 **Merged pull requests:**
 
+- Upgrade dependencies versions 
[\#4129](https://github.com/apache/camel-quarkus/pull/4129) 
([zbendhiba](https://github.com/zbendhiba))
+- Upgrade Quarkus to 2.13.0.Final 
[\#4121](https://github.com/apache/camel-quarkus/pull/4121) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Upgrade OptaPlanner to 8.27.0.Final 
[\#4118](https://github.com/apache/camel-quarkus/pull/4118) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Fix generated AsciiDoc id headings 
[\#4113](https://github.com/apache/camel-quarkus/pull/4113) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Register LegacyPDFStreamEngine for runtime initialization 
[\#4110](https://github.com/apache/camel-quarkus/pull/4110) 
([jamesnetherton](https://github.com/jamesnetherton))
+- CamelQuarkusTestSupport: Alow to use AdiceWith with another route \#4104 
[\#4105](https://github.com/apache/camel-quarkus/pull/4105) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Restore named DataSource autowiring for JDBC and SQL extensions 
[\#4101](https://github.com/apache/camel-quarkus/pull/4101) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Fix \#4096 to sync snakeyaml with quarkus-bom 
[\#4098](https://github.com/apache/camel-quarkus/pull/4098) 
([zhfeng](https://github.com/zhfeng))
 - Upgrade Quarkus to 2.13.0.CR1 
[\#4094](https://github.com/apache/camel-quarkus/pull/4094) 
([jamesnetherton](https://github.com/jamesnetherton))



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

2022-09-22 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 770719dbd Updated CHANGELOG.md
770719dbd is described below

commit 770719dbd4064c269a4859d17e4c0cfcec068a59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 23 04:00:04 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e88b27052..390a841d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,11 @@
 
 **Closed issues:**
 
+- Wrong compatibility matrix 
[\#3622](https://github.com/apache/camel-k/issues/3622)
 - 1.10.x Smoke test failure TestBindingWithImage 
[\#3619](https://github.com/apache/camel-k/issues/3619)
 - Nightly release 1.9.x missing tests 
[\#3613](https://github.com/apache/camel-k/issues/3613)
+- Run E2E test before nightly releases 
[\#3572](https://github.com/apache/camel-k/issues/3572)
+- `kamel promote` documentation 
[\#3375](https://github.com/apache/camel-k/issues/3375)
 - \[regression\] Cannot provide 2 resources with 1.8.0 and 1.8.1 
[\#3077](https://github.com/apache/camel-k/issues/3077)
 
 ## [1.10.1-nightly](https://github.com/apache/camel-k/tree/1.10.1-nightly) 
(2022-09-20)



[GitHub] [camel-quarkus-examples] zhfeng closed pull request #110: Fix jta-jpa example to enable transaction recovery explicitly

2022-09-22 Thread GitBox


zhfeng closed pull request #110: Fix jta-jpa example to enable transaction 
recovery explicitly
URL: https://github.com/apache/camel-quarkus-examples/pull/110


-- 
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-examples] zhfeng commented on pull request #110: Fix jta-jpa example to enable transaction recovery explicitly

2022-09-22 Thread GitBox


zhfeng commented on PR #110:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/110#issuecomment-1255685814

   Suppress by https://github.com/apache/camel-quarkus-examples/pull/111


-- 
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-examples] zhfeng opened a new pull request, #111: Upgrade to Quarkus Platform 2.13.0.Final

2022-09-22 Thread GitBox


zhfeng opened a new pull request, #111:
URL: https://github.com/apache/camel-quarkus-examples/pull/111

   Note that the `main` branch points at the latest stable Camel Quarkus 
release.
   Pull requests should be generally send against the `camel-quarkus-main` 
branch pointing at the current Camel Quarkus SNAPSHOT.


-- 
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-kafka-connector] mdimas commented on issue #1433: CamelSalesforcesourceSourceConnector: Failed to resolve endpoint error

2022-09-22 Thread GitBox


mdimas commented on issue #1433:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1433#issuecomment-1255638678

   One more thing, for new records I am seeing a message written to Kafka, but 
it seems to be writing the stream object reference rather than content of the 
stream. For example, I get 
`org.apache.camel.converter.stream.InputStreamCache@47257e39` as the kafka 
message.


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

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

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



[camel-quarkus] branch main updated (cfba13e458 -> 6543eb915c)

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

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


from cfba13e458 CamelQuarkusTestSupport: Alow to use AdiceWith with another 
route #4104
 new b9c3a1466e Bump Amazon Services version to 1.1.3
 new 8c405d0c9d Bump jgit version to 2.2.0
 new 9788860fe5 Bump jsch version  to 2.0.1
 new 56306b97f1 Bump Minio version to 2.9.2
 new 6543eb915c Bump Qpid JMS version to 0.38.0

The 5 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:
 .../commons/deployment/AwsCommonsProcessor.java| 2 +
 pom.xml|14 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 14141 ++-
 .../src/main/generated/flattened-reduced-pom.xml   |   102 +-
 .../generated/flattened-reduced-verbose-pom.xml|   278 +-
 5 files changed, 7313 insertions(+), 7224 deletions(-)



[camel-quarkus] 02/05: Bump jgit version to 2.2.0

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

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

commit 8c405d0c9d3cd25a33843f732693d809ab8195c1
Author: Zineb Bendhiba 
AuthorDate: Thu Sep 22 14:24:13 2022 +0200

Bump jgit version to 2.2.0
---
 pom.xml   | 4 ++--
 poms/bom/src/main/generated/flattened-full-pom.xml| 6 +++---
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 6 +++---
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3495ab6c2e..e37a9653f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
 1.5.1
 
0.3.0
 
1.1.0
-2.1.0
+2.2.0
 2.0.0
 2.9.1
 1.0.4
@@ -111,7 +111,7 @@
 1.2.0
 3.22.0-CR2
 ${jetty9-version}
-6.2.0.202206071550-r
+6.3.0.202209071007-r
 5.6.0
 2.1.2
 2.4.7
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 0688c395a4..a1abaa11b7 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -9855,12 +9855,12 @@
   
 io.quarkiverse.jgit
 quarkus-jgit
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jgit
 quarkus-jgit-deployment
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jsch
@@ -10178,7 +10178,7 @@
   
 org.eclipse.jgit
 org.eclipse.jgit
-6.2.0.202206071550-r
+6.3.0.202209071007-r
   
   
 org.graalvm.js
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 9a37ab603f..0e69e8b28e 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -9855,12 +9855,12 @@
   
 io.quarkiverse.jgit
 quarkus-jgit
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jgit
 quarkus-jgit-deployment
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jsch
@@ -10173,7 +10173,7 @@
   
 org.eclipse.jgit
 org.eclipse.jgit
-6.2.0.202206071550-r
+6.3.0.202209071007-r
   
   
 org.graalvm.js
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 509b1cfe81..ed5fc633fb 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -9855,12 +9855,12 @@
   
 io.quarkiverse.jgit
 quarkus-jgit
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jgit
 quarkus-jgit-deployment
-2.1.0
+2.2.0
   
   
 io.quarkiverse.jsch
@@ -10173,7 +10173,7 @@
   
 org.eclipse.jgit
 org.eclipse.jgit
-6.2.0.202206071550-r
+6.3.0.202209071007-r
   
   
 org.graalvm.js



[camel-quarkus] 04/05: Bump Minio version to 2.9.2

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

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

commit 56306b97f1469b4ccd09a973e60bc1c9e8dd941b
Author: Zineb Bendhiba 
AuthorDate: Thu Sep 22 14:51:46 2022 +0200

Bump Minio version to 2.9.2
---
 pom.xml   | 2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++--
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22603fac3a..1e9b362914 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
 
1.1.0
 2.2.0
 2.0.1
-2.9.1
+2.9.2
 1.0.4
 1.0.3
 2.13.0.Final
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index ffa5f98ed0..59901c2d9b 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -9875,7 +9875,7 @@
   
 io.quarkiverse.minio
 quarkus-minio
-2.9.1
+2.9.2
 
   
 com.google.code.findbugs
@@ -9886,7 +9886,7 @@
   
 io.quarkiverse.minio
 quarkus-minio-deployment
-2.9.1
+2.9.2
   
   
 io.quarkiverse.mybatis
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index b856941666..5b624b8a93 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -9875,7 +9875,7 @@
   
 io.quarkiverse.minio
 quarkus-minio
-2.9.1
+2.9.2
 
   
 com.google.code.findbugs
@@ -9886,7 +9886,7 @@
   
 io.quarkiverse.minio
 quarkus-minio-deployment
-2.9.1
+2.9.2
   
   
 io.quarkiverse.mybatis
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 0b4c64d26f..ee53dc4f92 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -9875,7 +9875,7 @@
   
 io.quarkiverse.minio
 quarkus-minio
-2.9.1
+2.9.2
 
   
 com.google.code.findbugs
@@ -9886,7 +9886,7 @@
   
 io.quarkiverse.minio
 quarkus-minio-deployment
-2.9.1
+2.9.2
   
   
 io.quarkiverse.mybatis



[camel-quarkus] 03/05: Bump jsch version to 2.0.1

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

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

commit 9788860fe5db71aa87d4359d9a884c5dadfd434f
Author: Zineb Bendhiba 
AuthorDate: Thu Sep 22 14:39:11 2022 +0200

Bump jsch version  to 2.0.1
---
 pom.xml   | 2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++--
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index e37a9653f9..22603fac3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
 
0.3.0
 
1.1.0
 2.2.0
-2.0.0
+2.0.1
 2.9.1
 1.0.4
 1.0.3
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index a1abaa11b7..ffa5f98ed0 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -9865,12 +9865,12 @@
   
 io.quarkiverse.jsch
 quarkus-jsch
-2.0.0
+2.0.1
   
   
 io.quarkiverse.jsch
 quarkus-jsch-deployment
-2.0.0
+2.0.1
   
   
 io.quarkiverse.minio
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 0e69e8b28e..b856941666 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -9865,12 +9865,12 @@
   
 io.quarkiverse.jsch
 quarkus-jsch
-2.0.0
+2.0.1
   
   
 io.quarkiverse.jsch
 quarkus-jsch-deployment
-2.0.0
+2.0.1
   
   
 io.quarkiverse.minio
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index ed5fc633fb..0b4c64d26f 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -9865,12 +9865,12 @@
   
 io.quarkiverse.jsch
 quarkus-jsch
-2.0.0
+2.0.1
   
   
 io.quarkiverse.jsch
 quarkus-jsch-deployment
-2.0.0
+2.0.1
   
   
 io.quarkiverse.minio



[GitHub] [camel-quarkus] jamesnetherton merged pull request #4129: Upgrade dependencies versions

2022-09-22 Thread GitBox


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


-- 
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-kafka-connector] mdimas commented on issue #1433: CamelSalesforcesourceSourceConnector: Failed to resolve endpoint error

2022-09-22 Thread GitBox


mdimas commented on issue #1433:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1433#issuecomment-1255534780

   Thanks, that did get me past startup. I'm now having an issue because it 
looks like UPDATE actions aren't being notified. It looks like this change went 
in after the 0.9.0 release of camel-kamelets. 
https://github.com/apache/camel-kamelets/commit/00b8eb7330b2c91d7597b40d6dbe8347e807adb3


-- 
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-performance-tests] branch main updated (2e4fc62 -> c2fc600)

2022-09-22 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-performance-tests.git


from 2e4fc62  Bump postgresql in /profiling/kafka/kafka-postgresql
 add c2fc600  Bump postgresql in 
/profiling/kafka/kafka-postgresql-exchange-pooling

No new revisions were added by this update.

Summary of changes:
 profiling/kafka/kafka-postgresql-exchange-pooling/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-performance-tests] oscerd merged pull request #96: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/kafka-postgresql-exchange-pooling

2022-09-22 Thread GitBox


oscerd merged PR #96:
URL: https://github.com/apache/camel-performance-tests/pull/96


-- 
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-performance-tests] branch main updated: Bump postgresql in /profiling/kafka/kafka-postgresql

2022-09-22 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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
 new 2e4fc62  Bump postgresql in /profiling/kafka/kafka-postgresql
2e4fc62 is described below

commit 2e4fc62133a87c57efc644bba7b7ffceb91fc9f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:36:54 2022 +

Bump postgresql in /profiling/kafka/kafka-postgresql

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

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

diff --git a/profiling/kafka/kafka-postgresql/pom.xml 
b/profiling/kafka/kafka-postgresql/pom.xml
index b5c2d55..6f37834 100644
--- a/profiling/kafka/kafka-postgresql/pom.xml
+++ b/profiling/kafka/kafka-postgresql/pom.xml
@@ -35,7 +35,7 @@
 A Kafka to PostgreSQL containeraized application to show 
profiling practices
 
 
-42.3.3
+42.3.7
 2.8.0
 
 



[GitHub] [camel-performance-tests] oscerd merged pull request #95: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/kafka-postgresql

2022-09-22 Thread GitBox


oscerd merged PR #95:
URL: https://github.com/apache/camel-performance-tests/pull/95


-- 
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-performance-tests] branch main updated: Bump postgresql in /profiling/kafka/postgresql-kafka

2022-09-22 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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
 new 13ebe3b  Bump postgresql in /profiling/kafka/postgresql-kafka
13ebe3b is described below

commit 13ebe3bed71c258a8d3c767e8145e060fa6c73a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:37:05 2022 +

Bump postgresql in /profiling/kafka/postgresql-kafka

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

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

diff --git a/profiling/kafka/postgresql-kafka/pom.xml 
b/profiling/kafka/postgresql-kafka/pom.xml
index f1b816c..61c93ac 100644
--- a/profiling/kafka/postgresql-kafka/pom.xml
+++ b/profiling/kafka/postgresql-kafka/pom.xml
@@ -35,7 +35,7 @@
 A PostgreSQL to Kafka containeraized application to show 
profiling practices
 
 
-42.3.3
+42.3.7
 2.8.0
 
 



[GitHub] [camel-performance-tests] oscerd merged pull request #98: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/postgresql-kafka

2022-09-22 Thread GitBox


oscerd merged PR #98:
URL: https://github.com/apache/camel-performance-tests/pull/98


-- 
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-performance-tests] dependabot[bot] commented on pull request #92: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/postgresql-kafka

2022-09-22 Thread GitBox


dependabot[bot] commented on PR #92:
URL: 
https://github.com/apache/camel-performance-tests/pull/92#issuecomment-1255343900

   Superseded by #98.


-- 
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-performance-tests] branch dependabot/maven/profiling/kafka/postgresql-kafka/org.postgresql-postgresql-42.3.7 created (now ad6250b)

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

github-bot pushed a change to branch 
dependabot/maven/profiling/kafka/postgresql-kafka/org.postgresql-postgresql-42.3.7
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


  at ad6250b  Bump postgresql in /profiling/kafka/postgresql-kafka

No new revisions were added by this update.



[GitHub] [camel-performance-tests] dependabot[bot] closed pull request #92: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/postgresql-kafka

2022-09-22 Thread GitBox


dependabot[bot] closed pull request #92: Bump postgresql from 42.3.3 to 42.4.1 
in /profiling/kafka/postgresql-kafka
URL: https://github.com/apache/camel-performance-tests/pull/92


-- 
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-performance-tests] dependabot[bot] opened a new pull request, #98: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/postgresql-kafka

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   Changelog
   Notable changes since version 42.0.0, read the complete https://jdbc.postgresql.org/documentation/changelog.html;>History of 
Changes.
   The format is based on http://keepachangelog.com/en/1.0.0/;>Keep 
a Changelog.
   [Unreleased]
   Changed
   Added
   Fixed
   [42.5.0] (2022-08-23 11:20:11 -0400)
   Changed
   
   fix: revert change in [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986;>#1986](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986;>pgjdbc/pgjdbc#1986)
 where float was aliased to float4 from float8.
   float now aliases to float8 [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598;>#2598](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598;>pgjdbc/pgjdbc#2598)
 fixes [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>#2597](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>pgjdbc/pgjdbc#2597)
   
   [42.4.2] (2022-08-17 10:33:40 -0400)
   Changed
   
   fix: add alias to the generated getUDT() query for clarity (PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553;>#2553)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]
   
   Added
   
   fix: make setObject accept UUID array [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587;>#2587](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587;>pgjdbc/pgjdbc#2587)
   
   Fixed
   
   fix: regression with GSS. Changes introduced to support building with 
Java 17 caused failures [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>#2588](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>pgjdbc/pgjdbc#2588)
   fix: set a timeout to get the return from requesting SSL upgrade. [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572;>pgjdbc/pgjdbc#2572)
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/0afaa71d5254804f8bab7caab96735c5f7d11aa1;>0afaa71
 backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for 
CVE-2022-311...
   https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941;>7714d03
 Created release notes for 42.3.6 [SKIP-CI] (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515;>#2515)
   https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963;>85f8581
 fix: close refcursors when underlying cursor==null instead of relying on 
defa...
   https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6;>12541c4
 bumped version number
   https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50;>0872ad0
 Fix heading format for version numbers (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504;>#2504)
   https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a;>0d6ccb1
 More changlog additions added chore to terminate CI jobs on fast PR pushes 
[S...
   https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f;>2bd774e
 Releasenotes 42.3.5 (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502;>#2502)
   https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400;>c04582e
 chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR 
...
   

[GitHub] [camel-performance-tests] dependabot[bot] closed pull request #93: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/postgresql-kafka-exchange-pooling

2022-09-22 Thread GitBox


dependabot[bot] closed pull request #93: Bump postgresql from 42.3.3 to 42.4.1 
in /profiling/kafka/postgresql-kafka-exchange-pooling
URL: https://github.com/apache/camel-performance-tests/pull/93


-- 
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-performance-tests] branch dependabot/maven/profiling/kafka/postgresql-kafka-exchange-pooling/org.postgresql-postgresql-42.3.7 created (now eb869e2)

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

github-bot pushed a change to branch 
dependabot/maven/profiling/kafka/postgresql-kafka-exchange-pooling/org.postgresql-postgresql-42.3.7
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


  at eb869e2  Bump postgresql in 
/profiling/kafka/postgresql-kafka-exchange-pooling

No new revisions were added by this update.



[GitHub] [camel-performance-tests] dependabot[bot] opened a new pull request, #97: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/postgresql-kafka-exchange-pooling

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   Changelog
   Notable changes since version 42.0.0, read the complete https://jdbc.postgresql.org/documentation/changelog.html;>History of 
Changes.
   The format is based on http://keepachangelog.com/en/1.0.0/;>Keep 
a Changelog.
   [Unreleased]
   Changed
   Added
   Fixed
   [42.5.0] (2022-08-23 11:20:11 -0400)
   Changed
   
   fix: revert change in [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986;>#1986](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986;>pgjdbc/pgjdbc#1986)
 where float was aliased to float4 from float8.
   float now aliases to float8 [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598;>#2598](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598;>pgjdbc/pgjdbc#2598)
 fixes [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>#2597](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>pgjdbc/pgjdbc#2597)
   
   [42.4.2] (2022-08-17 10:33:40 -0400)
   Changed
   
   fix: add alias to the generated getUDT() query for clarity (PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553;>#2553)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]
   
   Added
   
   fix: make setObject accept UUID array [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587;>#2587](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587;>pgjdbc/pgjdbc#2587)
   
   Fixed
   
   fix: regression with GSS. Changes introduced to support building with 
Java 17 caused failures [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>#2588](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>pgjdbc/pgjdbc#2588)
   fix: set a timeout to get the return from requesting SSL upgrade. [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572;>pgjdbc/pgjdbc#2572)
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/0afaa71d5254804f8bab7caab96735c5f7d11aa1;>0afaa71
 backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for 
CVE-2022-311...
   https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941;>7714d03
 Created release notes for 42.3.6 [SKIP-CI] (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515;>#2515)
   https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963;>85f8581
 fix: close refcursors when underlying cursor==null instead of relying on 
defa...
   https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6;>12541c4
 bumped version number
   https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50;>0872ad0
 Fix heading format for version numbers (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504;>#2504)
   https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a;>0d6ccb1
 More changlog additions added chore to terminate CI jobs on fast PR pushes 
[S...
   https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f;>2bd774e
 Releasenotes 42.3.5 (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502;>#2502)
   https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400;>c04582e
 chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR 
...
   

[GitHub] [camel-performance-tests] dependabot[bot] commented on pull request #93: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/postgresql-kafka-exchange-pooling

2022-09-22 Thread GitBox


dependabot[bot] commented on PR #93:
URL: 
https://github.com/apache/camel-performance-tests/pull/93#issuecomment-1255343797

   Superseded by #97.


-- 
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-performance-tests] dependabot[bot] closed pull request #91: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/kafka-postgresql-exchange-pooling

2022-09-22 Thread GitBox


dependabot[bot] closed pull request #91: Bump postgresql from 42.3.3 to 42.4.1 
in /profiling/kafka/kafka-postgresql-exchange-pooling
URL: https://github.com/apache/camel-performance-tests/pull/91


-- 
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-performance-tests] dependabot[bot] commented on pull request #91: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/kafka-postgresql-exchange-pooling

2022-09-22 Thread GitBox


dependabot[bot] commented on PR #91:
URL: 
https://github.com/apache/camel-performance-tests/pull/91#issuecomment-1255343736

   Superseded by #96.


-- 
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-performance-tests] branch dependabot/maven/profiling/kafka/kafka-postgresql-exchange-pooling/org.postgresql-postgresql-42.3.7 created (now 2dd61b8)

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

github-bot pushed a change to branch 
dependabot/maven/profiling/kafka/kafka-postgresql-exchange-pooling/org.postgresql-postgresql-42.3.7
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


  at 2dd61b8  Bump postgresql in 
/profiling/kafka/kafka-postgresql-exchange-pooling

No new revisions were added by this update.



[GitHub] [camel-performance-tests] dependabot[bot] closed pull request #94: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/kafka-postgresql

2022-09-22 Thread GitBox


dependabot[bot] closed pull request #94: Bump postgresql from 42.3.3 to 42.4.1 
in /profiling/kafka/kafka-postgresql
URL: https://github.com/apache/camel-performance-tests/pull/94


-- 
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-performance-tests] dependabot[bot] opened a new pull request, #96: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/kafka-postgresql-exchange-pooling

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   Changelog
   Notable changes since version 42.0.0, read the complete https://jdbc.postgresql.org/documentation/changelog.html;>History of 
Changes.
   The format is based on http://keepachangelog.com/en/1.0.0/;>Keep 
a Changelog.
   [Unreleased]
   Changed
   Added
   Fixed
   [42.5.0] (2022-08-23 11:20:11 -0400)
   Changed
   
   fix: revert change in [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986;>#1986](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986;>pgjdbc/pgjdbc#1986)
 where float was aliased to float4 from float8.
   float now aliases to float8 [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598;>#2598](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598;>pgjdbc/pgjdbc#2598)
 fixes [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>#2597](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>pgjdbc/pgjdbc#2597)
   
   [42.4.2] (2022-08-17 10:33:40 -0400)
   Changed
   
   fix: add alias to the generated getUDT() query for clarity (PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553;>#2553)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]
   
   Added
   
   fix: make setObject accept UUID array [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587;>#2587](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587;>pgjdbc/pgjdbc#2587)
   
   Fixed
   
   fix: regression with GSS. Changes introduced to support building with 
Java 17 caused failures [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>#2588](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>pgjdbc/pgjdbc#2588)
   fix: set a timeout to get the return from requesting SSL upgrade. [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572;>pgjdbc/pgjdbc#2572)
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/0afaa71d5254804f8bab7caab96735c5f7d11aa1;>0afaa71
 backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for 
CVE-2022-311...
   https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941;>7714d03
 Created release notes for 42.3.6 [SKIP-CI] (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515;>#2515)
   https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963;>85f8581
 fix: close refcursors when underlying cursor==null instead of relying on 
defa...
   https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6;>12541c4
 bumped version number
   https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50;>0872ad0
 Fix heading format for version numbers (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504;>#2504)
   https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a;>0d6ccb1
 More changlog additions added chore to terminate CI jobs on fast PR pushes 
[S...
   https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f;>2bd774e
 Releasenotes 42.3.5 (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502;>#2502)
   https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400;>c04582e
 chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR 
...
   

[camel-performance-tests] branch dependabot/maven/profiling/kafka/kafka-postgresql/org.postgresql-postgresql-42.3.7 created (now 76cb84e)

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

github-bot pushed a change to branch 
dependabot/maven/profiling/kafka/kafka-postgresql/org.postgresql-postgresql-42.3.7
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


  at 76cb84e  Bump postgresql in /profiling/kafka/kafka-postgresql

No new revisions were added by this update.



[GitHub] [camel-performance-tests] dependabot[bot] opened a new pull request, #95: Bump postgresql from 42.3.3 to 42.3.7 in /profiling/kafka/kafka-postgresql

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   Changelog
   Notable changes since version 42.0.0, read the complete https://jdbc.postgresql.org/documentation/changelog.html;>History of 
Changes.
   The format is based on http://keepachangelog.com/en/1.0.0/;>Keep 
a Changelog.
   [Unreleased]
   Changed
   Added
   Fixed
   [42.5.0] (2022-08-23 11:20:11 -0400)
   Changed
   
   fix: revert change in [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986;>#1986](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986;>pgjdbc/pgjdbc#1986)
 where float was aliased to float4 from float8.
   float now aliases to float8 [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598;>#2598](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598;>pgjdbc/pgjdbc#2598)
 fixes [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>#2597](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597;>pgjdbc/pgjdbc#2597)
   
   [42.4.2] (2022-08-17 10:33:40 -0400)
   Changed
   
   fix: add alias to the generated getUDT() query for clarity (PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553;>#2553)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]
   
   Added
   
   fix: make setObject accept UUID array [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587;>#2587](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587;>pgjdbc/pgjdbc#2587)
   
   Fixed
   
   fix: regression with GSS. Changes introduced to support building with 
Java 17 caused failures [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>#2588](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588;>pgjdbc/pgjdbc#2588)
   fix: set a timeout to get the return from requesting SSL upgrade. [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572;>pgjdbc/pgjdbc#2572)
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/0afaa71d5254804f8bab7caab96735c5f7d11aa1;>0afaa71
 backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for 
CVE-2022-311...
   https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941;>7714d03
 Created release notes for 42.3.6 [SKIP-CI] (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515;>#2515)
   https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963;>85f8581
 fix: close refcursors when underlying cursor==null instead of relying on 
defa...
   https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6;>12541c4
 bumped version number
   https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50;>0872ad0
 Fix heading format for version numbers (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504;>#2504)
   https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a;>0d6ccb1
 More changlog additions added chore to terminate CI jobs on fast PR pushes 
[S...
   https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f;>2bd774e
 Releasenotes 42.3.5 (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502;>#2502)
   https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400;>c04582e
 chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR 
...
   

[GitHub] [camel-performance-tests] dependabot[bot] commented on pull request #94: Bump postgresql from 42.3.3 to 42.4.1 in /profiling/kafka/kafka-postgresql

2022-09-22 Thread GitBox


dependabot[bot] commented on PR #94:
URL: 
https://github.com/apache/camel-performance-tests/pull/94#issuecomment-1255343690

   Superseded by #95.


-- 
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 dependabot/maven/connectors/camel-postgresql-sink-kafka-connector/org.postgresql-postgresql-42.4.1 created (now ab076b74b)

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

github-bot pushed a change to branch 
dependabot/maven/connectors/camel-postgresql-sink-kafka-connector/org.postgresql-postgresql-42.4.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


  at ab076b74b Bump postgresql in 
/connectors/camel-postgresql-sink-kafka-connector

No new revisions were added by this update.



[GitHub] [camel-kafka-connector] dependabot[bot] opened a new pull request, #1435: Bump postgresql from 42.4.0 to 42.4.1 in /connectors/camel-postgresql-sink-kafka-connector

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/bd91c4cc76cdfc1ffd0322be80c85ddfe08a38c2;>bd91c4c
 Prepare for release (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2580;>#2580)
   https://github.com/pgjdbc/pgjdbc/commit/739e599d52ad80f8dcd6efedc6157859b1a9d637;>739e599
 Merge pull request from GHSA-r38f-c4h4-hqq2
   https://github.com/pgjdbc/pgjdbc/commit/736f9598c5b32a19c645ad33f118d2c9c266e90e;>736f959
 fix: replace syncronization in Connection.close with compareAndSet
   https://github.com/pgjdbc/pgjdbc/commit/4673fd271c63a24b2a363149945187bad911888a;>4673fd2
 feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.i...
   https://github.com/pgjdbc/pgjdbc/commit/fd31a06f9c64a2ad69ce274de99ec31d0e1c3b6d;>fd31a06
 update the website content (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2578;>#2578)
   https://github.com/pgjdbc/pgjdbc/commit/a6044d05b80e1bda2fbe2f4e6bd0a714b8e74030;>a6044d0
 set a timeout to get the return from requesting SSL upgrade. (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572)
   https://github.com/pgjdbc/pgjdbc/commit/58d6fa085fef483d5f972146c9e7e8f805d144d9;>58d6fa0
 test: bump system-stubs-jupiter to 2.0.1 to support Java 16+
   https://github.com/pgjdbc/pgjdbc/commit/b452d8c6d16ffdcd79495e5857ce9ba37bd8a87b;>b452d8c
 test: avoid concurrent executions of tests that update environment and 
system...
   https://github.com/pgjdbc/pgjdbc/commit/aa5758a18893ced9c1b20655be6042444d746440;>aa5758a
 test: update JUnit to 5.8.2
   https://github.com/pgjdbc/pgjdbc/commit/36cd24c300118c36a8b408665118a1f83b82751d;>36cd24c
 fix: log connection URL when it can't be parsed
   Additional commits viewable in https://github.com/pgjdbc/pgjdbc/compare/REL42.4.0...REL42.4.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql=maven=42.4.0=42.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating 

[camel-kafka-connector] branch dependabot/maven/connectors/camel-postgresql-source-kafka-connector/org.postgresql-postgresql-42.4.1 created (now 002dbdc35)

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

github-bot pushed a change to branch 
dependabot/maven/connectors/camel-postgresql-source-kafka-connector/org.postgresql-postgresql-42.4.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


  at 002dbdc35 Bump postgresql in 
/connectors/camel-postgresql-source-kafka-connector

No new revisions were added by this update.



[GitHub] [camel-kafka-connector] dependabot[bot] opened a new pull request, #1434: Bump postgresql from 42.4.0 to 42.4.1 in /connectors/camel-postgresql-source-kafka-connector

2022-09-22 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1.
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.isValid is executed from concurrent threads)
   
   
   
   
   Commits
   
   https://github.com/pgjdbc/pgjdbc/commit/bd91c4cc76cdfc1ffd0322be80c85ddfe08a38c2;>bd91c4c
 Prepare for release (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2580;>#2580)
   https://github.com/pgjdbc/pgjdbc/commit/739e599d52ad80f8dcd6efedc6157859b1a9d637;>739e599
 Merge pull request from GHSA-r38f-c4h4-hqq2
   https://github.com/pgjdbc/pgjdbc/commit/736f9598c5b32a19c645ad33f118d2c9c266e90e;>736f959
 fix: replace syncronization in Connection.close with compareAndSet
   https://github.com/pgjdbc/pgjdbc/commit/4673fd271c63a24b2a363149945187bad911888a;>4673fd2
 feat: synchronize statement executions (e.g. avoid deadlock when 
Connection.i...
   https://github.com/pgjdbc/pgjdbc/commit/fd31a06f9c64a2ad69ce274de99ec31d0e1c3b6d;>fd31a06
 update the website content (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2578;>#2578)
   https://github.com/pgjdbc/pgjdbc/commit/a6044d05b80e1bda2fbe2f4e6bd0a714b8e74030;>a6044d0
 set a timeout to get the return from requesting SSL upgrade. (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572;>#2572)
   https://github.com/pgjdbc/pgjdbc/commit/58d6fa085fef483d5f972146c9e7e8f805d144d9;>58d6fa0
 test: bump system-stubs-jupiter to 2.0.1 to support Java 16+
   https://github.com/pgjdbc/pgjdbc/commit/b452d8c6d16ffdcd79495e5857ce9ba37bd8a87b;>b452d8c
 test: avoid concurrent executions of tests that update environment and 
system...
   https://github.com/pgjdbc/pgjdbc/commit/aa5758a18893ced9c1b20655be6042444d746440;>aa5758a
 test: update JUnit to 5.8.2
   https://github.com/pgjdbc/pgjdbc/commit/36cd24c300118c36a8b408665118a1f83b82751d;>36cd24c
 fix: log connection URL when it can't be parsed
   Additional commits viewable in https://github.com/pgjdbc/pgjdbc/compare/REL42.4.0...REL42.4.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql=maven=42.4.0=42.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating 

[GitHub] [camel-quarkus] zbendhiba commented on pull request #4129: Upgrade dependencies versions

2022-09-22 Thread GitBox


zbendhiba commented on PR #4129:
URL: https://github.com/apache/camel-quarkus/pull/4129#issuecomment-1255322074

   Working on the error with upgrading Amazon services


-- 
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] joes commented on issue #3654: camel k 0.11.0 helm - Error: parse error at (camel-k/templates/operator.yaml:87): "-en"

2022-09-22 Thread GitBox


joes commented on issue #3654:
URL: https://github.com/apache/camel-k/issues/3654#issuecomment-1255317936

   It works now.


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

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

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



[camel-karavan] 02/02: Project info deployment status

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

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

commit 2f4dfb4baa458b1ea799b893d69cd805d1653fbe
Author: Marat Gubaidullin 
AuthorDate: Thu Sep 22 13:00:23 2022 -0400

Project info deployment status
---
 karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx 
b/karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx
index 2e6dffe..74427e4 100644
--- a/karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx
+++ b/karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx
@@ -235,9 +235,8 @@ export class ProjectInfo extends React.Component {
 }
 
 getReplicasPanel(deploymentStatus: DeploymentStatus, env: string) {
-console.log(deploymentStatus);
 const ok = (deploymentStatus && deploymentStatus?.readyReplicas > 0
-&& (deploymentStatus.unavailableReplicas === 0 || 
deploymentStatus.unavailableReplicas === undefined)
+&& (deploymentStatus.unavailableReplicas === 0 || 
deploymentStatus.unavailableReplicas === undefined || 
deploymentStatus.unavailableReplicas === null)
 && deploymentStatus?.replicas === deploymentStatus?.readyReplicas)
 return (
 



[camel-karavan] 01/02: Expression description in Editor Modal

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

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

commit 868b6c5caa6b7334631b96125fa9762d1a921017
Author: Marat Gubaidullin 
AuthorDate: Thu Sep 22 12:49:33 2022 -0400

Expression description in Editor Modal
---
 .../src/designer/route/property/DslPropertyField.tsx| 13 +
 .../src/designer/route/property/ExpressionField.tsx |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/karavan-designer/src/designer/route/property/DslPropertyField.tsx 
b/karavan-designer/src/designer/route/property/DslPropertyField.tsx
index 37cadab..11b83a3 100644
--- a/karavan-designer/src/designer/route/property/DslPropertyField.tsx
+++ b/karavan-designer/src/designer/route/property/DslPropertyField.tsx
@@ -37,14 +37,14 @@ import {
 Card,
 InputGroup,
 Modal,
-ModalVariant
+ModalVariant, Title, TitleSizes
 } from '@patternfly/react-core';
 import '../../karavan.css';
 import "@patternfly/patternfly/patternfly.css";
 import HelpIcon from "@patternfly/react-icons/dist/js/icons/help-icon";
 import DeleteIcon from 
"@patternfly/react-icons/dist/js/icons/times-circle-icon";
 import {CamelUtil} from "karavan-core/lib/api/CamelUtil";
-import {PropertyMeta} from "karavan-core/lib/model/CamelMetadata";
+import {CamelMetadataApi, PropertyMeta} from 
"karavan-core/lib/model/CamelMetadata";
 import {CamelDefinitionApiExt} from 
"karavan-core/lib/api/CamelDefinitionApiExt";
 import {ExpressionField} from "./ExpressionField";
 import {CamelUi, RouteToCreate} from "../../utils/CamelUi";
@@ -77,7 +77,7 @@ interface Props {
 element?: CamelElement
 integration: Integration,
 hideLabel?: boolean,
-dslLanguage?: string,
+dslLanguage?: [string, string, string],
 dark: boolean
 }
 
@@ -263,7 +263,12 @@ export class DslPropertyField extends 
React.Component {
 
 
+
+{`Expression (${dslLanguage?.[0]})`}
+
+{dslLanguage?.[2]}
+}
 isOpen={this.state.showEditor}
 onClose={() => this.setState({showEditor: false})}
 actions={[
diff --git a/karavan-designer/src/designer/route/property/ExpressionField.tsx 
b/karavan-designer/src/designer/route/property/ExpressionField.tsx
index 79e0177..7c756a9 100644
--- a/karavan-designer/src/designer/route/property/ExpressionField.tsx
+++ b/karavan-designer/src/designer/route/property/ExpressionField.tsx
@@ -156,7 +156,7 @@ export class ExpressionField extends React.Component {
   onDataFormatChange={dataFormat => 
{console.log(dataFormat)}}
   onChange={this.propertyChanged}
   dark={this.props.dark}
-  dslLanguage={dslLanguage?.[0]}/>
+  dslLanguage={dslLanguage}/>
 )}
 
 



[camel-karavan] branch main updated (e8b1ef0 -> 2f4dfb4)

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

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


from e8b1ef0  Expression editor in VSCode
 new 868b6c5  Expression description in Editor Modal
 new 2f4dfb4  Project info deployment status

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:
 karavan-app/src/main/webapp/src/projects/ProjectInfo.tsx|  3 +--
 .../src/designer/route/property/DslPropertyField.tsx| 13 +
 .../src/designer/route/property/ExpressionField.tsx |  2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)



[GitHub] [camel-website] apupier commented on pull request #904: blogpost: Blog post for release of AtlasMap 0.2.1

2022-09-22 Thread GitBox


apupier commented on PR #904:
URL: https://github.com/apache/camel-website/pull/904#issuecomment-1255291347

   > I cannot see the article in the preview.
   > Rough guess is that the date doesn't have the right format 
https://github.com/apache/camel-website/pull/904/files#diff-8f5df5163dc83fd35ea2f57a2d74b8bd5dc8e4354c02fe3d510831a01f64c4faR3
   
   it is visible on the official website: 
https://camel.apache.org/blog/2022/09/vscode-atlasmap-release-0.2.1/


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

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

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



[GitHub] [camel-kamelets] oscerd commented on issue #1038: aws-ddb-sink-binding doesn't send data to DynamoDB

2022-09-22 Thread GitBox


oscerd commented on issue #1038:
URL: 
https://github.com/apache/camel-kamelets/issues/1038#issuecomment-1255275692

   I will try to find the time to test. You should also do something kamel get 
klb, to see if kameletBinding has been created or not.


-- 
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: Security documentation: Adding automatic camel context refresh while using Cloud Secret Service in Security page

2022-09-22 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 c84cf6205ed Security documentation: Adding automatic camel context 
refresh while using Cloud Secret Service in Security page
c84cf6205ed is described below

commit c84cf6205edc94e06647611f8727f636adc7f026
Author: Andrea Cosentino 
AuthorDate: Thu Sep 22 18:04:05 2022 +0200

Security documentation: Adding automatic camel context refresh while using 
Cloud Secret Service in Security page
---
 docs/user-manual/modules/ROOT/pages/security.adoc | 85 +++
 1 file changed, 85 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/security.adoc 
b/docs/user-manual/modules/ROOT/pages/security.adoc
index 604d4b8c417..0da4acef5ba 100644
--- a/docs/user-manual/modules/ROOT/pages/security.adoc
+++ b/docs/user-manual/modules/ROOT/pages/security.adoc
@@ -503,3 +503,88 @@ This approach will return the route secret value with 
version '2' or default val
 This approach will return the username field of the database secret with 
version '2' or admin in case the secret doesn't exist or the version doesn't 
exist.
 
 The only requirement is adding the camel-hashicorp-vault jar to your Camel 
application.
+
+ Automatic Camel context reloading on Secret Refresh while using AWS 
Secrets Manager
+
+Being able to reload Camel context on a Secret Refresh, could be done by 
specifying the usual credentials (the same used for AWS Secret Manager Property 
Function).
+
+With Environment variables:
+
+[source,bash]
+
+export $CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=accessKey
+export $CAMEL_VAULT_AWS_REGION=region
+
+
+or as plain Camel main properties:
+
+[source,properties]
+
+camel.vault.aws.useDefaultCredentialProvider = true
+camel.vault.aws.region = region
+
+
+Or by specifying accessKey/SecretKey and region, instead of using the default 
credentials provider chain.
+
+To enable the automatic refresh you'll need additional properties to set:
+
+[source,properties]
+
+camel.vault.aws.refreshEnabled=true
+camel.vault.aws.refreshPeriod=6
+camel.vault.aws.secrets=Secret
+camel.main.context-reload-enabled = true
+
+
+where `camel.vault.aws.refreshEnabled` will enable the automatic context 
reload, `camel.vault.aws.refreshPeriod` is the interval of time between two 
different checks for update events and `camel.vault.aws.secrets` is a regex 
representing the secrets we want to track for updates.
+
+Note that `camel.vault.aws.secrets` is not mandatory: if not specified the 
task responsible for checking updates events will take into accounts or the 
properties with an `aws:` prefix.
+
+The only requirement is adding the camel-aws-secrets-manager jar to your Camel 
application.
+
+ Automatic Camel context reloading on Secret Refresh while using Google 
Secret Manager
+
+Being able to reload Camel context on a Secret Refresh, could be done by 
specifying the usual credentials (the same used for Google Secret Manager 
Property Function).
+
+With Environment variables:
+
+[source,bash]
+
+export $CAMEL_VAULT_GCP_USE_DEFAULT_INSTANCE=true
+export $CAMEL_VAULT_GCP_PROJECT_ID=projectId
+
+
+or as plain Camel main properties:
+
+[source,properties]
+
+camel.vault.gcp.useDefaultInstance = true
+camel.vault.aws.projectId = projectId
+
+
+Or by specifying a path to a service account key file, instead of using the 
default instance.
+
+To enable the automatic refresh you'll need additional properties to set:
+
+[source,properties]
+
+camel.vault.gcp.projectId= projectId
+camel.vault.gcp.refreshEnabled=true
+camel.vault.gcp.refreshPeriod=6
+camel.vault.gcp.secrets=hello*
+camel.vault.gcp.subscriptionName=subscriptionName
+camel.main.context-reload-enabled = true
+
+
+where `camel.vault.gcp.refreshEnabled` will enable the automatic context 
reload, `camel.vault.gcp.refreshPeriod` is the interval of time between two 
different checks for update events and `camel.vault.gcp.secrets` is a regex 
representing the secrets we want to track for updates.
+
+Note that `camel.vault.gcp.secrets` is not mandatory: if not specified the 
task responsible for checking updates events will take into accounts or the 
properties with an `gcp:` prefix.
+
+The `camel.vault.gcp.subscriptionName` is the subscription name created in 
relation to the Google PubSub topic associated with the tracked secrets.
+
+This mechanism while make use of the notification system related to Google 
Secret Manager: through this feature, every secret could be associated to one 
up to ten Google Pubsub Topics. These topics will receive 
+events related to life cycle of the secret.
+
+There are only two requirements: 
+- Adding `camel-google-secret-manager` JAR to your Camel application.
+- Give the service account used permissions to do operation 

[camel] branch main updated: (chores): camel-core-model: fixed formatting

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e05dc2f495b (chores): camel-core-model: fixed formatting
e05dc2f495b is described below

commit e05dc2f495b7ea78f22f3c67c33b6e0de9504e1b
Author: Otavio Rodolfo Piske 
AuthorDate: Thu Sep 22 17:58:51 2022 +0200

(chores): camel-core-model: fixed formatting
---
 .../src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
index 3e2dcf72beb..df03eed5add 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
@@ -691,7 +691,7 @@ public class ExpressionClauseSupport implements 
ExpressionFactoryAware, Predi
 }
 
 /**
- *  Evaluates a Python expression.
+ * Evaluates a Python expression.
  *
  * @param  text the expression to be evaluated
  * @return  the builder to continue processing the DSL



[GitHub] [camel-quarkus] osmman opened a new pull request, #4130: Fix Netty integration tests on FIPS system

2022-09-22 Thread GitBox


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

   


-- 
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 (05dbb615c75 -> 9b993713331)

2022-09-22 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 05dbb615c75 CAMEL-16994: camel-python - Support for py language as 
experiment at first.
 new b3b1695f384 Camel Google Secret Manager: Added docs related to Secret 
Refresh and camel context reload
 new 9b993713331 Camel Google Secret Manager: Cleanup documentation

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:
 .../main/docs/google-secret-manager-component.adoc | 53 --
 1 file changed, 49 insertions(+), 4 deletions(-)



[camel] 02/02: Camel Google Secret Manager: Cleanup documentation

2022-09-22 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 9b99371333186c8e7d8a1aa83c5724d60d351054
Author: Andrea Cosentino 
AuthorDate: Thu Sep 22 17:51:03 2022 +0200

Camel Google Secret Manager: Cleanup documentation
---
 .../src/main/docs/google-secret-manager-component.adoc| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 65d5e5b565e..72d67d8d622 100644
--- 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++ 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -102,8 +102,8 @@ You can also configure the credentials in the 
`application.properties` file such
 
 [source,properties]
 
-camel.vault.gcp.serviceAccountKey = accessKey
-camel.vault.gcp.projectId = secretKey
+camel.vault.gcp.serviceAccountKey = serviceAccountKey
+camel.vault.gcp.projectId = projectId
 
 
 If you want instead to use the 
https://cloud.google.com/docs/authentication/production[GCP default client 
instance], you'll need to provide the following env variables:



[camel] 01/02: Camel Google Secret Manager: Added docs related to Secret Refresh and camel context reload

2022-09-22 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 b3b1695f384dbdf152100bcc4ab9433d4c642fbd
Author: Andrea Cosentino 
AuthorDate: Thu Sep 22 17:50:08 2022 +0200

Camel Google Secret Manager: Added docs related to Secret Refresh and camel 
context reload
---
 .../main/docs/google-secret-manager-component.adoc | 49 +-
 1 file changed, 47 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 6889d3ca727..65d5e5b565e 100644
--- 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++ 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -230,12 +230,57 @@ This approach will return the route secret value with 
version '1' or default val
 
 This approach will return the username field of the database secret with 
version '1' or admin in case the secret doesn't exist or the version doesn't 
exist.
 
-NOTE: For the moment we are not considering the rotation function, if any will 
be applied, but it is in the work to be done.
-
 There are only two requirements: 
 - Adding `camel-google-secret-manager` JAR to your Camel application.
 - Give the service account used permissions to do operation at secret 
management level (for example accessing the secret payload, or being admin of 
secret manager service)
 
+=== Automatic Camel context reloading on Secret Refresh
+
+Being able to reload Camel context on a Secret Refresh, could be done by 
specifying the usual credentials (the same used for Google Secret Manager 
Property Function).
+
+With Environment variables:
+
+[source,bash]
+
+export $CAMEL_VAULT_GCP_USE_DEFAULT_INSTANCE=true
+export $CAMEL_VAULT_GCP_PROJECT_ID=projectId
+
+
+or as plain Camel main properties:
+
+[source,properties]
+
+camel.vault.gcp.useDefaultInstance = true
+camel.vault.aws.projectId = projectId
+
+
+Or by specifying a path to a service account key file, instead of using the 
default instance.
+
+To enable the automatic refresh you'll need additional properties to set:
+
+[source,properties]
+
+camel.vault.gcp.projectId= projectId
+camel.vault.gcp.refreshEnabled=true
+camel.vault.gcp.refreshPeriod=6
+camel.vault.gcp.secrets=hello*
+camel.vault.gcp.subscriptionName=subscriptionName
+camel.main.context-reload-enabled = true
+
+
+where `camel.vault.gcp.refreshEnabled` will enable the automatic context 
reload, `camel.vault.gcp.refreshPeriod` is the interval of time between two 
different checks for update events and `camel.vault.gcp.secrets` is a regex 
representing the secrets we want to track for updates.
+
+Note that `camel.vault.gcp.secrets` is not mandatory: if not specified the 
task responsible for checking updates events will take into accounts or the 
properties with an `gcp:` prefix.
+
+The `camel.vault.gcp.subscriptionName` is the subscription name created in 
relation to the Google PubSub topic associated with the tracked secrets.
+
+This mechanism while make use of the notification system related to Google 
Secret Manager: through this feature, every secret could be associated to one 
up to ten Google Pubsub Topics. These topics will receive 
+events related to life cycle of the secret.
+
+There are only two requirements: 
+- Adding `camel-google-secret-manager` JAR to your Camel application.
+- Give the service account used permissions to do operation at secret 
management level (for example accessing the secret payload, or being admin of 
secret manager service and also have permission over the Pubsub service)
+
 === Google Secret Manager Producer operations
 
 Google Functions component provides the following operation on the producer 
side:



[GitHub] [camel-quarkus] ppalaga commented on issue #4123: Move org.apache.cxf.xjc-utils:cxf-xjc-runtime BOM entry to quarkus-cxf-bom

2022-09-22 Thread GitBox


ppalaga commented on issue #4123:
URL: https://github.com/apache/camel-quarkus/issues/4123#issuecomment-1255171294

   Blocked by https://github.com/quarkiverse/quarkus-cxf/pull/546


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

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

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



[camel-quarkus] branch quarkus-main updated (db675a4a46 -> 6fcf83f3fe)

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

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


 discard db675a4a46 Disable OptaPlanner tests due to #4116
 discard e7879d049f Disable pgevent tests due to #4114
 discard dd45d0e874 Disable master-openshift integration tests due to #4095
 discard 96e45dc245 Disable kubernetes integration tests due to #4095
 discard ced1283e88 Upgrade Quarkus to 2.14.0.CR1
 new 92b230f551 Upgrade Quarkus to 2.14.0.CR1
 new 7005552745 Disable kubernetes integration tests due to #4095
 new 50e2400c41 Disable master-openshift integration tests due to #4095
 new 3d1a5ca86e Disable pgevent tests due to #4114
 new 6fcf83f3fe Disable OptaPlanner tests due to #4116

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   (db675a4a46)
\
 N -- N -- N   refs/heads/quarkus-main (6fcf83f3fe)

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 5 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:
 pom.xml   | 4 ++--
 poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++--
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)



[camel-quarkus] 02/05: Disable kubernetes integration tests due to #4095

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

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

commit 7005552745e072e88069f97a32105e8392b3b209
Author: James Netherton 
AuthorDate: Thu Sep 15 13:38:41 2022 +0100

Disable kubernetes integration tests due to #4095
---
 integration-tests/kubernetes/pom.xml| 2 ++
 .../org/apache/camel/quarkus/component/kubernetes/it/KubernetesIT.java  | 2 ++
 .../apache/camel/quarkus/component/kubernetes/it/KubernetesTest.java| 2 ++
 3 files changed, 6 insertions(+)

diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 911201571f..c104ad7cc4 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -71,6 +71,7 @@
 
 
 
+
 
 virtualDependencies
 
diff --git 
a/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesIT.java
 
b/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesIT.java
index 3664a71a71..7e82988ee2 100644
--- 
a/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesIT.java
+++ 
b/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.kubernetes.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4095;)
 @QuarkusIntegrationTest
 class KubernetesIT extends KubernetesTest {
 
diff --git 
a/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesTest.java
 
b/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesTest.java
index 4529ac5abb..0382a672d5 100644
--- 
a/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesTest.java
+++ 
b/integration-tests/kubernetes/src/test/java/org/apache/camel/quarkus/component/kubernetes/it/KubernetesTest.java
@@ -25,10 +25,12 @@ import io.quarkus.test.junit.QuarkusTest;
 import io.quarkus.test.kubernetes.client.KubernetesServerTestResource;
 import io.quarkus.test.kubernetes.client.KubernetesTestServer;
 import io.restassured.RestAssured;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.Matchers.is;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4095;)
 @QuarkusTest
 @QuarkusTestResource(KubernetesServerTestResource.class)
 public class KubernetesTest {



[camel-quarkus] 04/05: Disable pgevent tests due to #4114

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

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

commit 3d1a5ca86ee9370df36c8aeceff94342ebc0dd7b
Author: James Netherton 
AuthorDate: Wed Sep 21 09:29:50 2022 +0100

Disable pgevent tests due to #4114
---
 .../java/org/apache/camel/quarkus/component/pgevent/it/PgeventIT.java   | 2 ++
 .../java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventIT.java
 
b/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventIT.java
index c614e99dcb..8be639927e 100644
--- 
a/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventIT.java
+++ 
b/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.pgevent.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4114;)
 @QuarkusIntegrationTest
 class PgeventIT extends PgeventTest {
 
diff --git 
a/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java
 
b/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java
index cd4aceaefe..5731086434 100644
--- 
a/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java
+++ 
b/integration-tests/pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java
@@ -20,10 +20,12 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.common.http.TestHTTPEndpoint;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.Matchers.equalTo;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4114;)
 @QuarkusTest
 @QuarkusTestResource(PgEventTestResource.class)
 @TestHTTPEndpoint(PgeventResource.class)



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

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

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

commit 92b230f551b4e81b4e120268f24daab6306bd7f5
Author: James Netherton 
AuthorDate: Thu Sep 15 13:34:36 2022 +0100

Upgrade Quarkus to 2.14.0.CR1
---
 docs/antora.yml   |  2 +-
 .../camel/quarkus/core/deployment/ConsumeProcessor.java   |  2 +-
 .../quarkus/core/deployment/InjectionPointsProcessor.java |  2 +-
 .../quarkus/component/grpc/deployment/GrpcProcessor.java  | 11 +++
 pom.xml   |  8 
 poms/bom/src/main/generated/flattened-full-pom.xml|  4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml |  4 ++--
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml |  4 ++--
 8 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 43752013a6..66590918f5 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 3.18.2 # replace ${camel.version}
 camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
-quarkus-version: 2.13.0.Final # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.2.0 # replace ${graalvm.version}
 graalvm-docs-version: 22.2
 min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git 
a/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java
 
b/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java
index 0e3d029c42..1b8e4265c1 100644
--- 
a/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java
+++ 
b/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java
@@ -101,7 +101,7 @@ public class ConsumeProcessor {
 /* If there is @Consume on a method, make the declaring 
class a named injectable bean */
 String beanName = namedValue(classInfo);
 final Transformation transform = ctx.transform();
-if 
(!classInfo.annotations().keySet().stream().anyMatch(BEAN_DEFINING_ANNOTATIONS::contains))
 {
+if 
(!classInfo.annotationsMap().keySet().stream().anyMatch(BEAN_DEFINING_ANNOTATIONS::contains))
 {
 /* Only add @Singleton if there is no other bean 
defining annotation yet */
 transform.add(Singleton.class);
 }
diff --git 
a/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/InjectionPointsProcessor.java
 
b/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/InjectionPointsProcessor.java
index 2e15c9c8e1..acc8d30625 100644
--- 
a/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/InjectionPointsProcessor.java
+++ 
b/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/InjectionPointsProcessor.java
@@ -124,7 +124,7 @@ public class InjectionPointsProcessor {
 
 if (injectionPoint.getTarget().kind() == 
AnnotationTarget.Kind.METHOD) {
 final MethodInfo target = 
injectionPoint.getTarget().asMethod();
-final List types = target.parameters();
+final List types = target.parameterTypes();
 
 for (int i = 0; i < types.size(); i++) {
 Type type = types.get(0);
diff --git 
a/extensions/grpc/deployment/src/main/java/org/apache/camel/quarkus/component/grpc/deployment/GrpcProcessor.java
 
b/extensions/grpc/deployment/src/main/java/org/apache/camel/quarkus/component/grpc/deployment/GrpcProcessor.java
index ec0efa729e..10a0d20e0c 100644
--- 
a/extensions/grpc/deployment/src/main/java/org/apache/camel/quarkus/component/grpc/deployment/GrpcProcessor.java
+++ 
b/extensions/grpc/deployment/src/main/java/org/apache/camel/quarkus/component/grpc/deployment/GrpcProcessor.java
@@ -48,6 +48,7 @@ import org.jboss.jandex.ClassInfo;
 import org.jboss.jandex.DotName;
 import org.jboss.jandex.IndexView;
 import org.jboss.jandex.MethodInfo;
+import org.jboss.jandex.MethodParameterInfo;
 import org.jboss.jandex.Type;
 
 class GrpcProcessor {
@@ -157,7 +158,9 @@ class GrpcProcessor {
 if (isCandidateServiceMethod(method)) {
 String[] params = method.parameters()
 .stream()
-.map(type -> type.name().toString())
+.map(MethodParameterInfo::type)
+.map(Type::name)
+

[camel-quarkus] 03/05: Disable master-openshift integration tests due to #4095

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

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

commit 50e2400c41ba29a8c2ab41fb21da49fa87170afd
Author: James Netherton 
AuthorDate: Fri Sep 16 09:30:31 2022 +0100

Disable master-openshift integration tests due to #4095
---
 integration-tests/master-openshift/pom.xml | 3 ++-
 .../apache/camel/quarkus/component/master/it/MasterOpenShiftIT.java| 2 ++
 .../apache/camel/quarkus/component/master/it/MasterOpenShiftTest.java  | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/integration-tests/master-openshift/pom.xml 
b/integration-tests/master-openshift/pom.xml
index ba700166be..a096d93ea8 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -143,7 +143,7 @@
 
 
 
-
+
 
 virtualDependencies
 
diff --git 
a/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftIT.java
 
b/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftIT.java
index 901a5fa025..3063aaa572 100644
--- 
a/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftIT.java
+++ 
b/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.master.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4095;)
 @QuarkusIntegrationTest
 class MasterOpenShiftIT extends MasterOpenShiftTest {
 
diff --git 
a/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftTest.java
 
b/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftTest.java
index 40d9f89277..66c1d985f3 100644
--- 
a/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftTest.java
+++ 
b/integration-tests/master-openshift/src/test/java/org/apache/camel/quarkus/component/master/it/MasterOpenShiftTest.java
@@ -35,6 +35,7 @@ import org.awaitility.Awaitility;
 import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
 import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledOnOs;
 import org.junit.jupiter.api.condition.OS;
@@ -43,6 +44,7 @@ import org.zeroturnaround.exec.StartedProcess;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.emptyString;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4095;)
 @QuarkusTestResource(MasterOpenShiftTestResource.class)
 @QuarkusTest
 class MasterOpenShiftTest {



[camel-quarkus] 05/05: Disable OptaPlanner tests due to #4116

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

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

commit 6fcf83f3fed97cbc861260ebedf54cf56505deb7
Author: James Netherton 
AuthorDate: Wed Sep 21 09:40:20 2022 +0100

Disable OptaPlanner tests due to #4116
---
 integration-tests/optaplanner/pom.xml  | 18 ++
 .../component/optaplanner/it/OptaplannerIT.java|  2 ++
 .../component/optaplanner/it/OptaplannerTest.java  |  2 ++
 3 files changed, 22 insertions(+)

diff --git a/integration-tests/optaplanner/pom.xml 
b/integration-tests/optaplanner/pom.xml
index 32752b4870..aaa36bdcca 100644
--- a/integration-tests/optaplanner/pom.xml
+++ b/integration-tests/optaplanner/pom.xml
@@ -70,7 +70,24 @@
 
 
 
+
+
+
+
+io.quarkus
+quarkus-maven-plugin
+
+
+quarkus-maven-plugin-disabled
+none
+
+
+
+
+
+
 
+
 
 virtualDependencies
 
diff --git 
a/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerIT.java
 
b/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerIT.java
index ccb592c74e..ea74452cda 100644
--- 
a/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerIT.java
+++ 
b/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.optaplanner.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4116;)
 @QuarkusIntegrationTest
 class OptaplannerIT extends OptaplannerTest {
 
diff --git 
a/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerTest.java
 
b/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerTest.java
index 70ca5d0b1d..6e890febf8 100644
--- 
a/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerTest.java
+++ 
b/integration-tests/optaplanner/src/test/java/org/apache/camel/quarkus/component/optaplanner/it/OptaplannerTest.java
@@ -21,10 +21,12 @@ import java.util.concurrent.TimeUnit;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.awaitility.Awaitility.await;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4116;)
 @QuarkusTest
 class OptaplannerTest {
 



[camel-quarkus] branch main updated: CamelQuarkusTestSupport: Alow to use AdiceWith with another route #4104

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

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


The following commit(s) were added to refs/heads/main by this push:
 new cfba13e458 CamelQuarkusTestSupport: Alow to use AdiceWith with another 
route #4104
cfba13e458 is described below

commit cfba13e458cc6025a35c34e506abe77b7157f0ff
Author: JiriOndrusek 
AuthorDate: Mon Sep 19 12:52:30 2022 +0200

CamelQuarkusTestSupport: Alow to use AdiceWith with another route #4104
---
 docs/modules/ROOT/pages/user-guide/testing.adoc|  1 +
 .../quarkus/test/CamelQuarkusTestSupport.java  | 29 +++
 .../patterns/AdviceWithAnotherRouteTest.java   | 91 ++
 3 files changed, 121 insertions(+)

diff --git a/docs/modules/ROOT/pages/user-guide/testing.adoc 
b/docs/modules/ROOT/pages/user-guide/testing.adoc
index b2a47920e7..6fa7b4e79a 100644
--- a/docs/modules/ROOT/pages/user-guide/testing.adoc
+++ b/docs/modules/ROOT/pages/user-guide/testing.adoc
@@ -259,6 +259,7 @@ Be aware that execution of method `doAfterConstruct` 
differs from the execution
 * Camel Quarkus executes the production of beans during the build phase. 
Because all the tests are
 build together, exclusion behavior is implemented into 
`CamelQuarkusTestSupport`. If a producer of the specific type and name is used 
in one tests, the instance will be the same for the rest of the tests.
 * JUnit Jupiter callbacks (`BeforeEachCallback`, `AfterEachCallback`, 
`AfterAllCallback`, `BeforeAllCallback`, `BeforeTestExecutionCallback` and 
`AfterTestExecutionCallback`) might not work correctly. See the 
https://quarkus.io/guides/getting-started-testing#enrichment-via-quarkustestcallback[documentation].
+* If there is an unaffected route, when using advice with, it's important to 
execute method `CamelQuarkusTestSupport.startRouteDefinitions()` manually from 
the unit test after you are done doing all the advice with
 
 
 [source,java]
diff --git 
a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java
 
b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java
index 86073e4313..b0eccd5cb8 100644
--- 
a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java
+++ 
b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java
@@ -16,6 +16,7 @@
  */
 package org.apache.camel.quarkus.test;
 
+import java.util.ArrayList;
 import java.util.List;
 
 import javax.inject.Inject;
@@ -24,6 +25,7 @@ import io.quarkus.test.junit.QuarkusTestProfile;
 import io.quarkus.test.junit.callback.QuarkusTestContext;
 import io.quarkus.test.junit.callback.QuarkusTestMethodContext;
 import org.apache.camel.CamelContext;
+import org.apache.camel.Route;
 import org.apache.camel.Service;
 import org.apache.camel.model.ModelCamelContext;
 import org.apache.camel.model.RouteDefinition;
@@ -306,4 +308,31 @@ public class CamelQuarkusTestSupport extends 
CamelTestSupport
 protected final void startCamelContext() {
 //context has already started
 }
+
+/**
+ * Override when using http://camel.apache.org/advicewith.html;>advice with and return 
true.
+ * This helps knowing advice with is to be used.
+ * 
+ * Important: Its important to execute method {@link 
#startRouteDefinitions()}} manually from the unit test
+ * after you are done doing all the advice with.
+ *
+ * @return true if you use advice with in your unit tests.
+ */
+@Override
+public boolean isUseAdviceWith() {
+return false;
+}
+
+/**
+ * Helper method to start routeDefinitions (to be used with `adviceWith`).
+ */
+protected void startRouteDefinitions() throws Exception {
+List definitions = new 
ArrayList<>(context.adapt(ModelCamelContext.class).getRouteDefinitions());
+for (Route r : context.getRoutes()) {
+//existing route does not need to be started
+definitions.remove(r.getRoute());
+}
+
context.adapt(ModelCamelContext.class).startRouteDefinitions(definitions);
+}
+
 }
diff --git 
a/test-framework/junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/AdviceWithAnotherRouteTest.java
 
b/test-framework/junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/AdviceWithAnotherRouteTest.java
new file mode 100644
index 00..65d0ea1d32
--- /dev/null
+++ 
b/test-framework/junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/AdviceWithAnotherRouteTest.java
@@ -0,0 +1,91 @@
+/*
+ * 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 

[GitHub] [camel-quarkus] jamesnetherton closed issue #4104: CamelQuarkusTestSupport: Alow to use AdiceWith with another route

2022-09-22 Thread GitBox


jamesnetherton closed issue #4104: CamelQuarkusTestSupport: Alow to use 
AdiceWith with another route
URL: https://github.com/apache/camel-quarkus/issues/4104


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

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

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



[GitHub] [camel-quarkus] jamesnetherton merged pull request #4105: CamelQuarkusTestSupport: Alow to use AdiceWith with another route #4104

2022-09-22 Thread GitBox


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


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

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

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



[GitHub] [camel-quarkus] ppalaga commented on pull request #4125: Add tests for rest-openapi extension (apache#4117)

2022-09-22 Thread GitBox


ppalaga commented on PR #4125:
URL: https://github.com/apache/camel-quarkus/pull/4125#issuecomment-1255146472

   @djcoleman please prefer rebase on top of main and force-push to your topic 
branch rather than merging main. It is much easier to review like that. When 
merging, we prefer rebase+merge anyway.


-- 
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] lance opened a new issue, #3668: Kamelet CloudEvents set source attribute to `source`

2022-09-22 Thread GitBox


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

   When using a Twitter search source kamelet (and I assume it's applicable to 
all kamelets), I have found that the CloudEvent headers, while adhering to the 
CE spec, don't necessarily adhere to the spirit. Specifically, with the 
`source` attribute, the value provided is `source`. The [spec 
specifies](https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1)
 the `source` field is a URI reference. We could argue that `source` is a 
relative URI, but it's definitely not the actual source of the event. 
   
   > Identifies the context in which an event happened. Often this will include 
information such as the type of the event source, the organization publishing 
the event or the process that produced the event. The exact syntax and 
semantics behind the data encoded in the URI is defined by the event producer.
   
   It would be much nicer if the `source` attribute could be used to identify 
the event producer uniquely.
   
   The `type` attribute could also be improved. That value is currently 
`org.apache.camel.event` which is pretty good. It adheres to the CE spec 
recommendation.
   
   > SHOULD be prefixed with a reverse-DNS name. The prefixed domain dictates 
the organization which defines the semantics of this event type.
   
   But really all we are getting with this value is the prefix. It would be 
great if, for example, the type could be something that would allow more finely 
grained filtering. E.g. `org.apache.camel.event.twitter.search` and 
`org.apache.camel.event.twitter.timeline`.
   
    


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

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

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



[GitHub] [camel-quarkus] ppalaga commented on a diff in pull request #4125: Add tests for rest-openapi extension (apache#4117)

2022-09-22 Thread GitBox


ppalaga commented on code in PR #4125:
URL: https://github.com/apache/camel-quarkus/pull/4125#discussion_r977745152


##
integration-tests/rest-openapi/src/main/java/org/apache/camel/quarkus/component/rest/openapi/it/RestOpenApiBean.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.quarkus.component.rest.openapi.it;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.nio.charset.StandardCharsets;
+
+import javax.enterprise.context.ApplicationScoped;
+import javax.inject.Named;
+
+import io.quarkus.runtime.annotations.RegisterForReflection;
+
+@ApplicationScoped
+@Named("openapi")
+@RegisterForReflection
+public class RestOpenApiBean {
+public String getOpenApiJson() throws IOException {
+InputStream is = 
getClass().getClassLoader().getResourceAsStream("openapi.json");
+return new String(is.readAllBytes(), StandardCharsets.UTF_8);

Review Comment:
   ```suggestion
   try (InputStream is = 
getClass().getClassLoader().getResourceAsStream("openapi.json")) {
   return new String(is.readAllBytes(), StandardCharsets.UTF_8);
   }
   ```



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

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

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



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

2022-09-22 Thread Apache Infrastructure


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



[camel-website-pub] branch asf-site updated (477b4cf4f3 -> 07a0629b32)

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

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


 discard 477b4cf4f3 Website updated to b0ee772fefea98f30349abad8ee8fe9291aec7d4
 discard b7096f412d Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 77bc508a85 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 07a0629b32 Website updated to e6c2e54a78e8eb1738c2c6066e3763bc6fa2dd62

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   (477b4cf4f3)
\
 N -- N -- N   refs/heads/asf-site (07a0629b32)

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

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

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


Summary of changes:
 .htaccess  |94 +-
 .well-known/security.txt   | 2 +-
 blog/1/01/vscode-atlasmap-release-0.2.1/index.html | 1 -
 blog/2019/05/RELEASE-2.24.0/index.html | 2 +-
 .../10/VSCode-LanguageSupport-0.0.28/index.html| 2 +-
 .../12/VSCode-LanguageSupport-0.0.29/index.html| 2 +-
 .../01/VSCode-LanguageSupport-0.0.30/index.html| 2 +-
 .../index.html | 2 +-
 blog/2022/09/camel-karavan-3.18.3/index.html   | 2 +-
 .../atlasMapCustomFileLocation.gif |   Bin
 .../09/vscode-atlasmap-release-0.2.1/index.html| 1 +
 blog/index.html| 2 +-
 blog/index.xml |26 +-
 blog/page/10/index.html| 2 +-
 blog/page/11/index.html| 2 +-
 blog/page/12/index.html| 2 +-
 blog/page/13/index.html| 2 +-
 blog/page/14/index.html| 2 +-
 blog/page/15/index.html| 2 +-
 blog/page/16/index.html| 2 +-
 blog/page/17/index.html| 2 +-
 blog/page/18/index.html| 2 +-
 blog/page/19/index.html| 2 +-
 blog/page/2/index.html | 2 +-
 blog/page/20/index.html| 2 +-
 blog/page/21/index.html| 2 +-
 blog/page/22/index.html| 2 +-
 blog/page/23/index.html| 2 +-
 blog/page/24/index.html| 2 +-
 blog/page/25/index.html| 2 +-
 blog/page/26/index.html| 2 +-
 blog/page/27/index.html| 2 +-
 blog/page/28/index.html| 2 +-
 blog/page/29/index.html| 2 +-
 blog/page/3/index.html | 2 +-
 blog/page/30/index.html| 2 +-
 blog/page/31/index.html| 2 +-
 blog/page/32/index.html| 2 +-
 blog/page/33/index.html| 2 +-
 blog/page/34/index.html| 2 +-
 blog/page/35/index.html| 2 +-
 blog/page/36/index.html| 2 +-
 blog/page/37/index.html| 2 +-
 blog/page/38/index.html| 2 +-
 blog/page/39/index.html| 2 +-
 blog/page/4/index.html | 2 +-
 blog/page/40/index.html| 2 +-
 blog/page/41/index.html| 2 +-
 blog/page/42/index.html| 2 +-
 blog/page/43/index.html| 2 +-
 blog/page/44/index.html| 2 +-
 blog/page/45/index.html| 2 +-
 blog/page/46/index.html| 2 +-
 blog/page/47/index.html| 2 +-
 blog/page/48/index.html| 2 +-
 blog/page/49/index.html| 2 +-
 

[GitHub] [camel] github-actions[bot] commented on pull request #8414: (chores) camel-atmos: fixed invalid link in documentation

2022-09-22 Thread GitBox


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

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


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

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

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



[GitHub] [camel] orpiske commented on pull request #8414: (chores) camel-atmos: fixed invalid link in documentation

2022-09-22 Thread GitBox


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

   We should probably backport this one to 3.14 and 3.18 so our documentation 
points to the correct place. I'll take care of that. 


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

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

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



[GitHub] [camel] orpiske opened a new pull request, #8414: (chores) camel-atmos: fixed invalid link in documentation

2022-09-22 Thread GitBox


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

   


-- 
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] zbendhiba opened a new pull request, #4129: Upgrade dependencies versions

2022-09-22 Thread GitBox


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

   


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #8413: (chores) camel-any23: removed duplicated code

2022-09-22 Thread GitBox


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

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


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

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

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



[GitHub] [camel-quarkus-examples] zhfeng opened a new pull request, #110: Fix jta-jpa example to enable transaction recovery explicitly

2022-09-22 Thread GitBox


zhfeng opened a new pull request, #110:
URL: https://github.com/apache/camel-quarkus-examples/pull/110

   Note that the `main` branch points at the latest stable Camel Quarkus 
release.
   Pull requests should be generally send against the `camel-quarkus-main` 
branch pointing at the current Camel Quarkus SNAPSHOT.


-- 
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-16994: camel-python - Support for py language as experiment at first.

2022-09-22 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 05dbb615c75 CAMEL-16994: camel-python - Support for py language as 
experiment at first.
05dbb615c75 is described below

commit 05dbb615c75c0b699516f561512a3882d0ce8b84
Author: Claus Ibsen 
AuthorDate: Thu Sep 22 15:51:51 2022 +0200

CAMEL-16994: camel-python - Support for py language as experiment at first.
---
 .../main/java/org/apache/camel/model/language/PythonExpression.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/PythonExpression.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/PythonExpression.java
index a9f342e069a..7311ce89c95 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/PythonExpression.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/PythonExpression.java
@@ -16,12 +16,12 @@
  */
 package org.apache.camel.model.language;
 
-import org.apache.camel.spi.Metadata;
-
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlRootElement;
 
+import org.apache.camel.spi.Metadata;
+
 /**
  * Evaluates a Python expression.
  */



[GitHub] [camel] orpiske opened a new pull request, #8413: (chores) camel-any23: removed duplicated code

2022-09-22 Thread GitBox


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

   


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #8412: CAMEL-17448: removed used dependencies in camel-activemq

2022-09-22 Thread GitBox


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

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


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

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

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



[GitHub] [camel] orpiske opened a new pull request, #8412: CAMEL-17448: removed used dependencies in camel-activemq

2022-09-22 Thread GitBox


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

   Also created CAMEL-18539 for the future.
   
   


-- 
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] zhfeng closed issue #4108: [Quarkus Main] Compatibility with Jandex 3

2022-09-22 Thread GitBox


zhfeng closed issue #4108: [Quarkus Main] Compatibility with Jandex 3
URL: https://github.com/apache/camel-quarkus/issues/4108


-- 
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] zhfeng closed issue #4100: Add crash recovery test in jta-jpa example

2022-09-22 Thread GitBox


zhfeng closed issue #4100: Add crash recovery test in jta-jpa example
URL: https://github.com/apache/camel-quarkus/issues/4100


-- 
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 antora to use released version of camel-kamelet docs otherwise website build fails.

2022-09-22 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-k.git


The following commit(s) were added to refs/heads/main by this push:
 new dfa6ae2bf Fix antora to use released version of camel-kamelet docs 
otherwise website build fails.
dfa6ae2bf is described below

commit dfa6ae2bf6f9dcdabdf5d6547990dd4055e4bfdd
Author: Claus Ibsen 
AuthorDate: Thu Sep 22 15:29:20 2022 +0200

Fix antora to use released version of camel-kamelet docs otherwise website 
build fails.
---
 docs/antora.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 4d51d0c46..428378a7b 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -33,7 +33,7 @@ asciidoc:
 requires: "'util=camel-website-util,ck=xref:js/ck.js'"
 prerelease: true
 camel-kamelets-version: 0.10.0 # Makefile KAMELET_CATALOG_REPO_BRANCH
-camel-kamelets-docs-version: 0.10.x # Makefile KAMELET_CATALOG_REPO_BRANCH
+camel-kamelets-docs-version: 0.9.x # Makefile KAMELET_CATALOG_REPO_BRANCH
 camel-k-runtime-version: 1.15.0 # Makefile RUNTIME_VERSION
 camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # 
Makefile BUNDLE_CAMEL_APIS
 # from camel-k-runtime parent pom:



[GitHub] [camel] oscerd merged pull request #8411: Update processor.adoc

2022-09-22 Thread GitBox


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


-- 
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: Update processor.adoc

2022-09-22 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 d073f429221 Update processor.adoc
d073f429221 is described below

commit d073f429221ac9909e6137efc1cda9e613dfeedc
Author: Michael R 
AuthorDate: Thu Sep 22 15:04:20 2022 +0200

Update processor.adoc

minor error in documentation as discussed in us...@camel.apache.org 
mailinglist
---
 docs/user-manual/modules/ROOT/pages/processor.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/processor.adoc 
b/docs/user-manual/modules/ROOT/pages/processor.adoc
index 34ac6b07a5d..d0d10d3d37a 100644
--- a/docs/user-manual/modules/ROOT/pages/processor.adoc
+++ b/docs/user-manual/modules/ROOT/pages/processor.adoc
@@ -25,7 +25,7 @@ Then you can easily call this processor from a Java such as:
 
 [source,java]
 
-from("activemq:myQueue").process(MyProcessor.class);
+from("activemq:myQueue").process(new MyProcessor());
 
 
 Notice that the processor is referred to by the class type `MyProcessor.class` 
in the route.
@@ -81,11 +81,11 @@ 
from("activemq:myQueue").process("#class:com.acme.MyProcessor");
 
 NOTE: For more details about the `#class:` prefix (and others) then see 
xref:property-binding.adoc[Property Binding].
 
-However in Java DSL you would often use the type safe way and provide the 
class type directly as previously shown:
+However in Java DSL you would often use the type safe way and instantiate the 
Processor directly as previously shown:
 
 [source,java]
 
-from("activemq:myQueue").process(MyProcessor.class);
+from("activemq:myQueue").process(new MyProcessor());
 
 
 



[GitHub] [camel] oscerd commented on pull request #8411: Update processor.adoc

2022-09-22 Thread GitBox


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

   Thanks


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

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

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



[camel-website] branch regen_bot updated (b0ee772f -> e6c2e54a)

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

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


from b0ee772f blogpost: Blog post for release of AtlasMap 0.2.1 (#904)
 add e6c2e54a Fix date in blog

No new revisions were added by this update.

Summary of changes:
 content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-spring-boot] branch main updated: CAMEL-16994: camel-python - Support for py language as experiment at first.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5621073455e CAMEL-16994: camel-python - Support for py language as 
experiment at first.
5621073455e is described below

commit 5621073455e3051c7167e18433de397874ba3945
Author: Claus Ibsen 
AuthorDate: Thu Sep 22 15:05:11 2022 +0200

CAMEL-16994: camel-python - Support for py language as experiment at first.
---
 .../camel/springboot/catalog/components/kafka.json |   2 +
 .../camel/springboot/catalog/languages.properties  |   1 +
 .../camel/springboot/catalog/languages/python.json |  23 +++
 .../camel-kafka-starter/src/main/docs/kafka.json   |   7 +
 .../springboot/KafkaComponentConfiguration.java|  16 ++
 components-starter/camel-python-starter/pom.xml|  48 +
 .../camel-python-starter/src/main/docs/python.json |  36 
 .../PythonLanguageAutoConfiguration.java   |  80 
 .../springboot/PythonLanguageConfiguration.java|  52 ++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.factories   |  19 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 components-starter/pom.xml |   1 +
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |  10 +
 16 files changed, 531 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index bdf4e7e7474..72f93a49e83 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -66,6 +66,7 @@
 "pollExceptionStrategy": { "kind": "property", "displayName": "Poll 
Exception Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.PollExceptionStrategy", "deprecated": false, 
"autowired": true, "secret": false, "description": "To use a custom strategy 
with the consumer to control how to handle exceptions thrown from the Kafka 
broker while pooling messages." },
 "subscribeConsumerBackoffInterval": { "kind": "property", "displayName": 
"Subscribe Consumer Backoff Interval", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 5000, 
"description": "The delay in millis seconds to wait before trying again to 
subscribe to the kafka broker." },
 "subscribeConsumerBackoffMaxAttempts": { "kind": "property", 
"displayName": "Subscribe Consumer Backoff Max Attempts", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Maximum number the kafka consumer will attempt 
to subscribe to the kafka broker, before eventually giving up and failing. 
Error during subscribing the consumer to the kafka top [...]
+"batchWithIndividualHeaders": { "kind": "property", "displayName": "Batch 
With Individual Headers", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "If this feature is 
enabled and a single element of a batch is an Exchang [...]
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
 "compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 

[GitHub] [camel] michael-salzburg opened a new pull request, #8411: Update processor.adoc

2022-09-22 Thread GitBox


michael-salzburg opened a new pull request, #8411:
URL: https://github.com/apache/camel/pull/8411

   minor error in documentation as discussed in us...@camel.apache.org 
mailinglist
   
   
   


-- 
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] zbendhiba commented on issue #4111: kamelet-chucknorris example project tests are failing

2022-09-22 Thread GitBox


zbendhiba commented on issue #4111:
URL: https://github.com/apache/camel-quarkus/issues/4111#issuecomment-1254988718

   Maybe use a mock service ?


-- 
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-website] branch main updated: Fix date in blog

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e6c2e54a Fix date in blog
e6c2e54a is described below

commit e6c2e54a78e8eb1738c2c6066e3763bc6fa2dd62
Author: Claus Ibsen 
AuthorDate: Thu Sep 22 14:58:02 2022 +0200

Fix date in blog
---
 content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md 
b/content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md
index 1a731ad8..13de3856 100644
--- a/content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md
+++ b/content/blog/2022/09/vscode-atlasmap-release-0.2.1/index.md
@@ -1,6 +1,6 @@
 ---
 title: "New release of VS Code AtlasMap 0.2.1"
-date: 2022-9-22
+date: 2022-09-22
 authors: [joshiraez]
 categories: ["Releases","Tooling"]
 preview: "New release of VS Code AtlasMap 0.2.1"



[GitHub] [camel-k] squakez closed issue #3375: `kamel promote` documentation

2022-09-22 Thread GitBox


squakez closed issue #3375: `kamel promote` documentation
URL: https://github.com/apache/camel-k/issues/3375


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



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

2022-09-22 Thread Apache Infrastructure


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



  1   2   3   >