[camel] branch main updated: camel-jbang - Upgrade spring boot and quarkus versions in export

2022-07-27 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 c776ddd4e87 camel-jbang - Upgrade spring boot and quarkus versions in 
export
c776ddd4e87 is described below

commit c776ddd4e87883a5c33b437526fab90756d19d9d
Author: Claus Ibsen 
AuthorDate: Thu Jul 28 07:53:12 2022 +0200

camel-jbang - Upgrade spring boot and quarkus versions in export
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 1727b6d6931..024b87908c7 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -73,7 +73,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String kameletsVersion;
 
 @CommandLine.Option(names = { "--spring-boot-version" }, description = 
"Spring Boot version",
-defaultValue = "2.7.0")
+defaultValue = "2.7.27")
 protected String springBootVersion;
 
 @CommandLine.Option(names = { "--quarkus-group-id" }, description = 
"Quarkus Platform Maven groupId",
@@ -85,7 +85,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String quarkusArtifactId;
 
 @CommandLine.Option(names = { "--quarkus-version" }, description = 
"Quarkus Platform version",
-defaultValue = "2.10.0.Final")
+defaultValue = "2.11.0.Final")
 protected String quarkusVersion;
 
 @CommandLine.Option(names = { "--maven-wrapper" }, defaultValue = "true",



[camel-karaf] branch main updated: Regen

2022-07-27 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 0bdf2d92 Regen
0bdf2d92 is described below

commit 0bdf2d924f01a3f245a7caac0f83c9948433eb58
Author: Claus Ibsen 
AuthorDate: Thu Jul 28 07:45:49 2022 +0200

Regen
---
 .../main/resources/org/apache/camel/catalog/karaf/languages/xpath.json   | 1 +
 .../main/resources/org/apache/camel/catalog/karaf/languages/xquery.json  | 1 +
 .../resources/org/apache/camel/catalog/karaf/languages/xtokenize.json| 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xpath.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xpath.json
index c3c87999..4153dabd 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xpath.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xpath.json
@@ -26,6 +26,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "label": 
"common", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xquery.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xquery.json
index 9588caae..d4c600a2 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xquery.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/languages/xquery.json
@@ -20,6 +20,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "configurationRef": { "kind": "attribute", "displayName": "Configuration 
Ref", "label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Reference to a saxon configuration instance in the registry to 
use for xquery (requires camel-saxon). This may be needed to add custom 
functions to a saxon configuration, so these custom functions can be used in 
xquery expressions." 

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

2022-07-27 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 b4a48dfa2c0 Regen
b4a48dfa2c0 is described below

commit b4a48dfa2c0f90af1c5d0f0d9046a44a1ac95c02
Author: Claus Ibsen 
AuthorDate: Thu Jul 28 07:44:46 2022 +0200

Regen
---
 .../apache/camel/springboot/catalog/languages/xpath.json   |  1 +
 .../apache/camel/springboot/catalog/languages/xquery.json  |  1 +
 .../camel/springboot/catalog/languages/xtokenize.json  |  1 +
 .../camel-saxon-starter/src/main/docs/saxon.json   |  6 ++
 .../xquery/springboot/XQueryLanguageConfiguration.java | 14 ++
 .../camel-xml-jaxp-starter/src/main/docs/xml-jaxp.json |  6 ++
 .../springboot/XMLTokenizeLanguageConfiguration.java   | 14 ++
 .../camel-xpath-starter/src/main/docs/xpath.json   |  6 ++
 .../xpath/springboot/XPathLanguageConfiguration.java   | 14 ++
 9 files changed, 63 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
index fb8f1e9af59..dcfaa43db69 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
@@ -26,6 +26,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "label": 
"common", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
index d7b4326921c..c99a69bf7db 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
@@ -20,6 +20,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as 

[camel-spring-boot] branch main updated: ✅ CXF Simple JAAS Test (#593)

2022-07-27 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 421e9cfacde ✅ CXF Simple JAAS Test (#593)
421e9cfacde is described below

commit 421e9cfacded78c26384be75c17edb30e27b16ee
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Thu Jul 28 07:33:47 2022 +0200

✅ CXF Simple JAAS Test (#593)
---
 components-starter/camel-cxf-soap-starter/pom.xml  |   5 +
 .../component/cxf/security/GreetingService.java|  25 +
 .../cxf/security/GreetingServiceImpl.java  |  28 +
 .../cxf/security/jaas/SimpleLoginModule.java   | 104 ++
 .../soap/springboot/WSSUsernameTokenHandler.java   |  85 ++
 .../cxf/soap/springboot/WSSUsernameTokenTest.java  | 122 +
 .../src/test/resources/routes/soap-security.xml|  49 +
 .../src/test/resources/simple-jaas.conf|  19 
 .../springboot/MllpMaxConcurrentConsumersTest.java |   2 +-
 .../MllpTcpClientProducerConnectionErrorTest.java  |   3 -
 10 files changed, 438 insertions(+), 4 deletions(-)

diff --git a/components-starter/camel-cxf-soap-starter/pom.xml 
b/components-starter/camel-cxf-soap-starter/pom.xml
index b6b231fe0dd..51dfaf401be 100644
--- a/components-starter/camel-cxf-soap-starter/pom.xml
+++ b/components-starter/camel-cxf-soap-starter/pom.xml
@@ -45,6 +45,11 @@
   ${cxf-version}
   test
 
+
+  org.apache.cxf
+  cxf-rt-ws-security
+  test
+
 
   org.apache.camel
   camel-cxf-common
diff --git 
a/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingService.java
 
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingService.java
new file mode 100644
index 000..d6312cc7988
--- /dev/null
+++ 
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingService.java
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.cxf.security;
+
+import javax.jws.WebService;
+
+@WebService
+public interface GreetingService {
+
+   String greet(String name);
+}
diff --git 
a/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingServiceImpl.java
 
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingServiceImpl.java
new file mode 100644
index 000..7e84b17865a
--- /dev/null
+++ 
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/GreetingServiceImpl.java
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.cxf.security;
+
+import javax.jws.WebService;
+
+@WebService(endpointInterface = 
"org.apache.camel.component.cxf.security.GreetingService")
+public class GreetingServiceImpl implements GreetingService {
+
+   @Override
+   public String greet(String name) {
+   return "Hello " + name;
+   }
+}
diff --git 
a/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/security/jaas/SimpleLoginModule.java
 

[GitHub] [camel-spring-boot] davsclaus merged pull request #593: ✅ CXF Simple JAAS Test

2022-07-27 Thread GitBox


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


-- 
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] 03/04: Upgrade to vertx 4.3.2

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

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

commit c2d7c111aa743ec5992f446ea9a21d584a5b203d
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:50:55 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c04e7ef8f00..ebc92dd2dca 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -534,7 +534,7 @@
 0.10.2
 3.1
 2.3
-4.3.1
+4.3.2
 0.7
 0.8.0
 3.6.0
diff --git a/parent/pom.xml b/parent/pom.xml
index 1935f8ec0fd..6e5a7f28c8b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -522,7 +522,7 @@
 0.10.2
 3.1
 2.3
-4.3.1
+4.3.2
 0.7
 3.6.0
 0.8.0



[camel] 04/04: CAMEL-18297: Languages with namespace support should be exposed in model

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

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

commit eef122d41b7e1748b904103d18721ed0af0c497c
Author: Claus Ibsen 
AuthorDate: Thu Jul 28 07:18:05 2022 +0200

CAMEL-18297: Languages with namespace support should be exposed in model
---
 .../generated/resources/org/apache/camel/catalog/languages/xpath.json   | 1 +
 .../generated/resources/org/apache/camel/catalog/languages/xquery.json  | 1 +
 .../resources/org/apache/camel/catalog/languages/xtokenize.json | 1 +
 .../src/generated/resources/org/apache/camel/catalog/models/xpath.json  | 1 +
 .../src/generated/resources/org/apache/camel/catalog/models/xquery.json | 1 +
 .../generated/resources/org/apache/camel/catalog/models/xtokenize.json  | 1 +
 .../generated/resources/org/apache/camel/language/xquery/xquery.json| 1 +
 .../src/generated/resources/org/apache/camel/language/xpath/xpath.json  | 1 +
 .../src/generated/resources/org/apache/camel/model/language/xpath.json  | 2 +-
 .../src/generated/resources/org/apache/camel/model/language/xquery.json | 2 +-
 .../generated/resources/org/apache/camel/model/language/xtokenize.json  | 2 +-
 .../java/org/apache/camel/model/language/NamespaceAwareExpression.java  | 2 ++
 .../resources/org/apache/camel/language/xtokenizer/xtokenize.json   | 2 +-
 13 files changed, 14 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
index fb5d1012d58..13b368cea1f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
@@ -26,6 +26,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "label": 
"common", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
index d35c7890054..3dc33727493 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
@@ -20,6 +20,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 

[camel] 01/04: CAMEL-18297: Languages with namespace support should be exposed in model

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

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

commit b61534b423d7e15f44bb29666d5f973cfd879f26
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:44:50 2022 +0200

CAMEL-18297: Languages with namespace support should be exposed in model
---
 .../org/apache/camel/model/language/xpath.json |  1 +
 .../org/apache/camel/model/language/xquery.json|  1 +
 .../org/apache/camel/model/language/xtokenize.json |  1 +
 .../model/language/NamespaceAwareExpression.java   | 32 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  | 15 -
 .../camel/language/xtokenizer/xtokenize.json   |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 ++
 .../generated/resources/schema/camel-yaml-dsl.json | 18 ++
 .../generated/resources/schema/camelYamlDsl.json   | 18 ++
 .../camel/dsl/yaml/XPathNamespaceTest.groovy   | 71 ++
 10 files changed, 172 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
index 26ea16c483a..8d126be2416 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
@@ -23,6 +23,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "required": 
false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
index dee4fd8e1b4..2fb4fe0ecea 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
@@ -17,6 +17,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "configurationRef": { "kind": "attribute", "displayName": "Configuration 
Ref", "label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Reference to a saxon 

[camel] branch camel-3.18.x updated (b5cee59b7cd -> eef122d41b7)

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

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


from b5cee59b7cd Upgrade to kubernetes 5.12.3
 new b61534b423d CAMEL-18297: Languages with namespace support should be 
exposed in model
 new 6a780a87cf8 Flaky test
 new c2d7c111aa7 Upgrade to vertx 4.3.2
 new eef122d41b7 CAMEL-18297: Languages with namespace support should be 
exposed in model

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


Summary of changes:
 camel-dependencies/pom.xml |  2 +-
 .../org/apache/camel/catalog/languages/xpath.json  |  1 +
 .../org/apache/camel/catalog/languages/xquery.json |  1 +
 .../apache/camel/catalog/languages/xtokenize.json  |  1 +
 .../org/apache/camel/catalog/models/xpath.json |  1 +
 .../org/apache/camel/catalog/models/xquery.json|  1 +
 .../org/apache/camel/catalog/models/xtokenize.json |  1 +
 .../org/apache/camel/language/xquery/xquery.json   |  1 +
 .../org/apache/camel/language/xpath/xpath.json |  1 +
 .../org/apache/camel/model/language/xpath.json |  1 +
 .../org/apache/camel/model/language/xquery.json|  1 +
 .../org/apache/camel/model/language/xtokenize.json |  1 +
 .../model/language/NamespaceAwareExpression.java   | 34 ++-
 .../DefaultAsyncProcessorAwaitManagerTest.java |  2 +
 .../java/org/apache/camel/xml/in/ModelParser.java  | 15 -
 .../camel/language/xtokenizer/xtokenize.json   |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 ++
 .../generated/resources/schema/camel-yaml-dsl.json | 18 ++
 .../generated/resources/schema/camelYamlDsl.json   | 18 ++
 .../camel/dsl/yaml/XPathNamespaceTest.groovy   | 71 ++
 parent/pom.xml |  2 +-
 21 files changed, 186 insertions(+), 6 deletions(-)
 create mode 100644 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/XPathNamespaceTest.groovy



[camel] 02/04: Flaky test

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

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

commit 6a780a87cf80cb12b29c1e2c18ca3f765ae39470
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:49:22 2022 +0200

Flaky test
---
 .../org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
index c8e605a33ce..e2c83526643 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
@@ -23,11 +23,13 @@ import 
org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager;
 import org.apache.camel.spi.AsyncProcessorAwaitManager;
 import org.apache.camel.support.DefaultExchange;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.core.Is.is;
 import static org.hamcrest.core.IsNull.nullValue;
 
+@Isolated
 public class DefaultAsyncProcessorAwaitManagerTest {
 
 private DefaultAsyncProcessorAwaitManager 
defaultAsyncProcessorAwaitManager;



[camel] 01/04: CAMEL-18297: Languages with namespace support should be exposed in model

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

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

commit f772a66f2b3379b8b348eb9fdd363a2a13b3313a
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:44:50 2022 +0200

CAMEL-18297: Languages with namespace support should be exposed in model
---
 .../org/apache/camel/model/language/xpath.json |  1 +
 .../org/apache/camel/model/language/xquery.json|  1 +
 .../org/apache/camel/model/language/xtokenize.json |  1 +
 .../model/language/NamespaceAwareExpression.java   | 32 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  | 15 -
 .../camel/language/xtokenizer/xtokenize.json   |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 ++
 .../generated/resources/schema/camel-yaml-dsl.json | 18 ++
 .../generated/resources/schema/camelYamlDsl.json   | 18 ++
 .../camel/dsl/yaml/XPathNamespaceTest.groovy   | 71 ++
 10 files changed, 172 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
index 26ea16c483a..8d126be2416 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
@@ -23,6 +23,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "required": 
false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
index dee4fd8e1b4..2fb4fe0ecea 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xquery.json
@@ -17,6 +17,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "configurationRef": { "kind": "attribute", "displayName": "Configuration 
Ref", "label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Reference to a saxon configuration 

[camel] 03/04: Upgrade to vertx 4.3.2

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

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

commit 6c3135840a23cde840602c3c9c72fadfe44d7cec
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:50:55 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a3649e2a9ed..830d9e87981 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -536,7 +536,7 @@
 0.10.2
 3.1
 2.3
-4.3.1
+4.3.2
 0.7
 0.8.0
 3.6.0
diff --git a/parent/pom.xml b/parent/pom.xml
index 06638c92a19..4f3e05cd085 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -523,7 +523,7 @@
 0.10.2
 3.1
 2.3
-4.3.1
+4.3.2
 0.7
 3.6.0
 0.8.0



[camel] 02/04: Flaky test

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

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

commit e1ba2c99d4a8a52c49c2127cbde3f3d719a41f97
Author: Claus Ibsen 
AuthorDate: Wed Jul 27 18:49:22 2022 +0200

Flaky test
---
 .../org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
index c8e605a33ce..e2c83526643 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultAsyncProcessorAwaitManagerTest.java
@@ -23,11 +23,13 @@ import 
org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager;
 import org.apache.camel.spi.AsyncProcessorAwaitManager;
 import org.apache.camel.support.DefaultExchange;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.core.Is.is;
 import static org.hamcrest.core.IsNull.nullValue;
 
+@Isolated
 public class DefaultAsyncProcessorAwaitManagerTest {
 
 private DefaultAsyncProcessorAwaitManager 
defaultAsyncProcessorAwaitManager;



[camel] 04/04: CAMEL-18297: Languages with namespace support should be exposed in model

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

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

commit a03e80af421abb453636f4ce2d4fe9ece791b9d5
Author: Claus Ibsen 
AuthorDate: Thu Jul 28 07:18:05 2022 +0200

CAMEL-18297: Languages with namespace support should be exposed in model
---
 .../generated/resources/org/apache/camel/catalog/languages/xpath.json   | 1 +
 .../generated/resources/org/apache/camel/catalog/languages/xquery.json  | 1 +
 .../resources/org/apache/camel/catalog/languages/xtokenize.json | 1 +
 .../src/generated/resources/org/apache/camel/catalog/models/xpath.json  | 1 +
 .../src/generated/resources/org/apache/camel/catalog/models/xquery.json | 1 +
 .../generated/resources/org/apache/camel/catalog/models/xtokenize.json  | 1 +
 .../generated/resources/org/apache/camel/language/xquery/xquery.json| 1 +
 .../src/generated/resources/org/apache/camel/language/xpath/xpath.json  | 1 +
 .../src/generated/resources/org/apache/camel/model/language/xpath.json  | 2 +-
 .../src/generated/resources/org/apache/camel/model/language/xquery.json | 2 +-
 .../generated/resources/org/apache/camel/model/language/xtokenize.json  | 2 +-
 .../java/org/apache/camel/model/language/NamespaceAwareExpression.java  | 2 ++
 .../resources/org/apache/camel/language/xtokenizer/xtokenize.json   | 2 +-
 13 files changed, 14 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
index c3c87999a04..4153dabd1b9 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
@@ -26,6 +26,7 @@
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety iss [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as i [...]
+"namespace": { "kind": "element", "displayName": "Namespace", "label": 
"common", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
index 9588caae43a..d4c600a2e79 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json
@@ -20,6 +20,7 @@
 "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the class name of the 
result type (type from output) The default result type is NodeSet" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 

[camel] branch main updated (a237a242cf4 -> a03e80af421)

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

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


from a237a242cf4 CAMEL-18310: (bug) Global SSL Context Params Force SSL for 
All HTTP Connections (#8057)
 new f772a66f2b3 CAMEL-18297: Languages with namespace support should be 
exposed in model
 new e1ba2c99d4a Flaky test
 new 6c3135840a2 Upgrade to vertx 4.3.2
 new a03e80af421 CAMEL-18297: Languages with namespace support should be 
exposed in model

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


Summary of changes:
 camel-dependencies/pom.xml |  2 +-
 .../org/apache/camel/catalog/languages/xpath.json  |  1 +
 .../org/apache/camel/catalog/languages/xquery.json |  1 +
 .../apache/camel/catalog/languages/xtokenize.json  |  1 +
 .../org/apache/camel/catalog/models/xpath.json |  1 +
 .../org/apache/camel/catalog/models/xquery.json|  1 +
 .../org/apache/camel/catalog/models/xtokenize.json |  1 +
 .../org/apache/camel/language/xquery/xquery.json   |  1 +
 .../org/apache/camel/language/xpath/xpath.json |  1 +
 .../org/apache/camel/model/language/xpath.json |  1 +
 .../org/apache/camel/model/language/xquery.json|  1 +
 .../org/apache/camel/model/language/xtokenize.json |  1 +
 .../model/language/NamespaceAwareExpression.java   | 34 ++-
 .../DefaultAsyncProcessorAwaitManagerTest.java |  2 +
 .../java/org/apache/camel/xml/in/ModelParser.java  | 15 -
 .../camel/language/xtokenizer/xtokenize.json   |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 ++
 .../generated/resources/schema/camel-yaml-dsl.json | 18 ++
 .../generated/resources/schema/camelYamlDsl.json   | 18 ++
 .../camel/dsl/yaml/XPathNamespaceTest.groovy   | 71 ++
 parent/pom.xml |  2 +-
 21 files changed, 186 insertions(+), 6 deletions(-)
 create mode 100644 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/XPathNamespaceTest.groovy



[camel-spring-boot] branch main updated: [create-pull-request] automated change

2022-07-27 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-spring-boot.git


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

commit 35d2fbd250d0e74486562c446730de7ff9d30eaa
Author: oscerd 
AuthorDate: Thu Jul 28 01:21:03 2022 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 84 +-
 1 file changed, 42 insertions(+), 42 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index cdcf0fa8c4a..d655e775a74 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4604,226 +4604,226 @@
   
 org.optaplanner
 optaplanner-benchmark
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-benchmark
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-constraint-drl
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-constraint-drl
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-constraint-streams-bavet
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-constraint-streams-bavet
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-constraint-streams-common
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-constraint-streams-common
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-constraint-streams-drools
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-constraint-streams-drools
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-core
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-core-impl
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-core-impl
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-distribution-internal
-8.24.1.Final
+8.25.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-docs
-8.24.1.Final
+8.25.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-examples
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-8.24.1.Final
+8.25.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-quarkus
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-benchmark
-8.24.1.Final
+8.25.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-benchmark-deployment
-8.24.1.Final
+8.25.0.Final
   
   
 

[GitHub] [camel-spring-boot] oscerd merged pull request #599: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-07-27 Thread GitBox


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


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

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

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



[GitHub] [camel] davsclaus commented on pull request #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


davsclaus commented on PR #8059:
URL: https://github.com/apache/camel/pull/8059#issuecomment-1197655960

   The GH action says there is a test error


-- 
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-07-27 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 2b1170a16a Updated CHANGELOG.md
2b1170a16a is described below

commit 2b1170a16a79ba344f466f8b5873b72e5ffac3b8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 03:42:48 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b66404986f..a533c8a63e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 
 **Merged pull requests:**
 
+- Upgrade Quarkus to 2.11.1.Final 
[\#3943](https://github.com/apache/camel-quarkus/pull/3943) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Next is 2.12.0 [\#3941](https://github.com/apache/camel-quarkus/pull/3941) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Delete potentially locked file on VM exit for Windows dev mode test 
[\#3940](https://github.com/apache/camel-quarkus/pull/3940) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Fix CamelMainRoutesIncludePatternWithAbsoluteFilePrefixDevModeTest on 
Windows [\#3939](https://github.com/apache/camel-quarkus/pull/3939) 
([jamesnetherton](https://github.com/jamesnetherton))



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

2022-07-27 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 9282bf5de Updated CHANGELOG.md
9282bf5de is described below

commit 9282bf5debacf48cb0d26fac2df2e162a7ece889
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 03:38:30 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2d61dced..639c013ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Trait owner.target-annotations is not propagated to K8S Services 
[\#3494](https://github.com/apache/camel-k/issues/3494)
 - Kamel install error on Kind 
[\#3483](https://github.com/apache/camel-k/issues/3483)
 - Integration cannot be run from github with different branch 
[\#3475](https://github.com/apache/camel-k/issues/3475)
 - `make images` is not building the binary 
[\#3474](https://github.com/apache/camel-k/issues/3474)
@@ -28,6 +29,7 @@
 - `make bundle` adds duplicate `replaces` to Camel K CSV 
[\#3321](https://github.com/apache/camel-k/issues/3321)
 - E2E repeated failure [\#3315](https://github.com/apache/camel-k/issues/3315)
 - Integrations, IntegrationKits, IntegrationPlatforms are not owned by 
Namespaces [\#3311](https://github.com/apache/camel-k/issues/3311)
+- kamel local build:failure while building project: exit status 1 
[\#3307](https://github.com/apache/camel-k/issues/3307)
 - Helm Chart for camel-k 1.9.2 is invalid 
[\#3300](https://github.com/apache/camel-k/issues/3300)
 - Our preference on defining multiple e2e tests 
[\#3298](https://github.com/apache/camel-k/issues/3298)
 - Kamel run default service nodePort is invalid 
[\#3296](https://github.com/apache/camel-k/issues/3296)
@@ -52,6 +54,7 @@
 - Route trait usage example 
[\#3146](https://github.com/apache/camel-k/issues/3146)
 - PDB trait usage example 
[\#3145](https://github.com/apache/camel-k/issues/3145)
 - Logging trait usage example 
[\#3143](https://github.com/apache/camel-k/issues/3143)
+- Camel K operator scaling documentation 
[\#3133](https://github.com/apache/camel-k/issues/3133)
 - Support operator hub bundle format in `make bundle` 
[\#3128](https://github.com/apache/camel-k/issues/3128)
 - hello yaml example output 
[\#3124](https://github.com/apache/camel-k/issues/3124)
 - E2E failing in release-1.8.x 
[\#3120](https://github.com/apache/camel-k/issues/3120)



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

2022-07-27 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-kafka-connector.git


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

commit 8a5ceeb700a8624e10fbe3397856a1a30fa21fe3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 03:33:18 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d84a1749..a8a473814 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,20 @@
 
 **Merged pull requests:**
 
+- \(chores\) More minor test fixes 
[\#1407](https://github.com/apache/camel-kafka-connector/pull/1407) 
([orpiske](https://github.com/orpiske))
+- \(chores\) itests-aws2: use the default test infra container 
[\#1406](https://github.com/apache/camel-kafka-connector/pull/1406) 
([orpiske](https://github.com/orpiske))
+- \(chores\) Multiple test fixes and improvements 
[\#1405](https://github.com/apache/camel-kafka-connector/pull/1405) 
([orpiske](https://github.com/orpiske))
+- Bump actions/upload-artifact from 2 to 3 
[\#1404](https://github.com/apache/camel-kafka-connector/pull/1404) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4 
[\#1403](https://github.com/apache/camel-kafka-connector/pull/1403) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump actions/checkout from 2.4.0 to 3.0.2 
[\#1402](https://github.com/apache/camel-kafka-connector/pull/1402) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump actions/cache from 1 to 3 
[\#1401](https://github.com/apache/camel-kafka-connector/pull/1401) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- \(chores\) ci: Added support for the deps review when updating deps in PRs 
[\#1400](https://github.com/apache/camel-kafka-connector/pull/1400) 
([orpiske](https://github.com/orpiske))
+- Bump postgresql from 42.2.14 to 42.3.3 in /parent 
[\#1399](https://github.com/apache/camel-kafka-connector/pull/1399) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- \(chores\) support Java 17 in the Maven Plugins IT job 
[\#1398](https://github.com/apache/camel-kafka-connector/pull/1398) 
([orpiske](https://github.com/orpiske))
+- \(chores\) ci: bump Java next builds to 18 
[\#1397](https://github.com/apache/camel-kafka-connector/pull/1397) 
([orpiske](https://github.com/orpiske))
+- \(chores\) ci: enable Java 17 builds on Github PRs 
[\#1396](https://github.com/apache/camel-kafka-connector/pull/1396) 
([orpiske](https://github.com/orpiske))
+- \(chores\) JDK 17: bump Groovy versions to allow build to work with JDK 17 
[\#1395](https://github.com/apache/camel-kafka-connector/pull/1395) 
([orpiske](https://github.com/orpiske))
+- Apache CI fixes / improvements 
[\#1394](https://github.com/apache/camel-kafka-connector/pull/1394) 
([orpiske](https://github.com/orpiske))
 - Updating Kafka terminology in doc 
[\#1367](https://github.com/apache/camel-kafka-connector/pull/1367) 
([valathsu](https://github.com/valathsu))
 - Issue/1360 
[\#1362](https://github.com/apache/camel-kafka-connector/pull/1362) 
([valdar](https://github.com/valdar))
 - Could 
org.apache.camel.kafkaconnector:camel-kafka-connector-catalog-descriptor-maven-plugin:1.1.0-SNAPSHOT
 drop off redundant dependencies? 
[\#1352](https://github.com/apache/camel-kafka-connector/pull/1352) 
([Celebrate-future](https://github.com/Celebrate-future))



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

2022-07-27 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 2750961090-826-c21cedcc-b41a-4504-a4d9-66e9509206d4
   * Camel Quarkus Commit: b394728f80f6f092f7fe70fdd4a59e645d2d8766
   
   * Quarkus Main Commit: Unknown
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2750961090


-- 
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-examples] tadayosi commented on a diff in pull request #64: Improve Kafka example

2022-07-27 Thread GitBox


tadayosi commented on code in PR #64:
URL: https://github.com/apache/camel-k-examples/pull/64#discussion_r931706761


##
generic-examples/kafka/sasl_ssl/SaslSSLKafkaProducer.java:
##
@@ -23,12 +23,12 @@
 public class SaslSSLKafkaProducer extends RouteBuilder {
   @Override
   public void configure() throws Exception {
-  log.info("About to start route: Timer -> Kafka ");
-  from("timer:foo")
-.routeId("FromTimer2Kafka")
-.setBody()
-  .simple("Message #${exchangeProperty.CamelTimerCounter}")
- .to("kafka:{{producer.topic}}")
-.log("Message correctly sent to the topic!");
+log.info("About to start route: Timer -> Kafka ");
+from("timer:foo")

Review Comment:
   This indentation can be better. Can we have something like this?
   ```
   from("timer:foo")
   .routeId("FromTimer2Kafka")
   .setBody()
   .simple("Message #${exchangeProperty.CamelTimerCounter}")
   .to("kafka:{{producer.topic}}")
   .log("Message correctly sent to the topic!");
   ```



##
generic-examples/kafka/README.md:
##
@@ -1,30 +1,52 @@
-# Kafka Camel K examples
+# Camel K with Kafka examples
 
-This example shows how Camel K can be used to connect to a Kafka broker.
+These examples show how to connect to a Kafka broker in a Camel K integration.
+
+You can find more information about Apache Camel and Apache Camel K on the 
[official Camel website](https://camel.apache.org).
+
+## Before you begin
+
+Read the general instructions in the [root README.md file](/README.md) for 
setting up your environment and the Kubernetes cluster before looking at this 
example.
+
+Make sure you've read the [installation 
instructions](https://camel.apache.org/camel-k/latest/installation/installation.html)
 for your specific
+cluster before starting the example.
+
+## Additional Requirements for running the examples
+**A Kafka broker**: handles the storage and passing of messages.
 
 ## Authentication to Kafka
 
-We have a dedicated section to show [how to authenticate Camel K to 
Kafka](./sasl_ssl/).
+To use Kafka with authentication, we have a dedicated section to show [how to 
authenticate Camel K to Kafka](./sasl_ssl/). \
+For a simple use case without client authentication, continue with this guide.
+
+## Understanding the example
+- [SampleKafkaConsumer.java](./SampleKafkaConsumer.java): contains a route 
that reads message from a kafka topic and logs the message
+- [application.properties](./application.properties): holds properties 
required to connect to kafka broker and read from topic.
 
 ## Simple usage
 
-To run this example first set-up Kafka on your k8s cluster.
-A convenient way to do so is by using the Strimzi project, if you are using 
minikube follow these instructions at https://strimzi.io/quickstarts/minikube/
+To run this example, first set-up Kafka on your k8s cluster.
+A convenient way to do so is by using the Strimzi project. Visit 
https://strimzi.io/quickstarts/ for set-up instructions. For the instructions 
on the linked site, it will suffice to only apply the Strimzi installation file 
and provision the kafka cluster.
 
-For convenience create a configmap to contain the properties:
+IMPORTANT: The `kafka.host` value in `application.properties` needs to be set 
to the CLUSTER-IP address of the my-cluster-kafka-bootstrap service in the 
kafka namespace. To do this run:
 ```
-kubectl create configmap kafka.props  
--from-file=examples/kafka/application.properties
+kafkaip=`kubectl get svc/my-cluster-kafka-bootstrap -n kafka 
-ojsonpath="{.spec.clusterIP}"`; sed -i "/kafka\.host/s/<.*>/$kafkaip/g" 
application.properties
+```
+
+Create a configmap to contain the properties:
+```
+kubectl create configmap kafka.props  --from-file=application.properties
 ```
 
-IMPORTANT: The kafka.host value in application.properties needs to be set to 
the CLUSTER-IP address of the my-cluster-kafka-bootstrap service in the kafka 
namespace:
- `kubectl get services -n kafka | grep my-cluster-kafka-bootstrap | awk 
'/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/ {print $3}'`
+
 
 Finally run this sample using the command:
 ```
-./kamel run examples/kafka/SampleKafkaConsumer.java 
--config=configmap:kafka.props
+kamel run SampleKafkaConsumer.java --config=configmap:kafka.props --dev

Review Comment:
   Here we don't specifically need `--dev`.



##
generic-examples/kafka/README.md:
##
@@ -1,30 +1,52 @@
-# Kafka Camel K examples
+# Camel K with Kafka examples
 
-This example shows how Camel K can be used to connect to a Kafka broker.
+These examples show how to connect to a Kafka broker in a Camel K integration.
+
+You can find more information about Apache Camel and Apache Camel K on the 
[official Camel website](https://camel.apache.org).
+
+## Before you begin
+
+Read the general instructions in the [root README.md file](/README.md) for 
setting up your environment and the Kubernetes cluster before looking at this 

[camel-karaf] branch automatic-periodic-sync updated (dabf3b21 -> 2e1c5106)

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

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


omit dabf3b21 [create-pull-request] automated change
 add 2e1c5106 [create-pull-request] automated change

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   (dabf3b21)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (2e1c5106)

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

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

No new revisions were added by this update.

Summary of changes:



[camel-spring-boot] branch automatic-periodic-sync updated (6187140a829 -> 93b2efa743a)

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

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


omit 6187140a829 [create-pull-request] automated change
 add 50c8cb51193 [create-pull-request] automated change
 add da607afcf40 CAMEL-18286: camel-lra-starter needs camel-servlet-starter 
to function. Thanks to Marco Carletti for reporting.
 add 93b2efa743a [create-pull-request] automated change

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   (6187140a829)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (93b2efa743a)

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

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

No new revisions were added by this update.

Summary of changes:
 components-starter/camel-lra-starter/pom.xml   |  4 ++
 tooling/camel-spring-boot-dependencies/pom.xml | 84 +-
 2 files changed, 46 insertions(+), 42 deletions(-)



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

2022-07-27 Thread GitBox


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

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


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

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

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



[GitHub] [camel-k] tadayosi commented on a diff in pull request #3493: fix(trait): camel to use a single properties file

2022-07-27 Thread GitBox


tadayosi commented on code in PR #3493:
URL: https://github.com/apache/camel-k/pull/3493#discussion_r931694257


##
e2e/global/common/kamelet_binding_test.go:
##
@@ -143,3 +172,29 @@ func createErrorProducerKamelet(ns string, name string) 
func() error {
 
return CreateKamelet(ns, name, flow, props, nil)
 }
+
+func createTimerKamelet(ns string, name string) func() error {

Review Comment:
   There is already `CreateTimerKamelet` in test_support.go. Should we still 
deplicate the func here?



-- 
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 release-1.8.x updated: Fix windows paths in --resource

2022-07-27 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.8.x by this push:
 new 978afb0f6 Fix windows paths in --resource
978afb0f6 is described below

commit 978afb0f6b1f313b8c28c18ac6390b444e5fade3
Author: mmajerni 
AuthorDate: Mon Jul 25 15:51:59 2022 +0200

Fix windows paths in --resource
---
 e2e/common/cli/dev_mode_test.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/e2e/common/cli/dev_mode_test.go b/e2e/common/cli/dev_mode_test.go
index 5ec290db4..85d587e9a 100644
--- a/e2e/common/cli/dev_mode_test.go
+++ b/e2e/common/cli/dev_mode_test.go
@@ -30,6 +30,7 @@ import (
"os"
"testing"
"time"
+   "path/filepath"
 
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
@@ -111,7 +112,7 @@ func TestRunDevMode(t *testing.T) {
 
file := util.MakeTempCopy(t, 
"../config/files/resource-file-location-route.groovy")
 
-   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
tmpFile.Name()))
+   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
filepath.ToSlash(tmpFile.Name(
kamelRun.SetOut(pipew)
 
logScanner := util.NewLogScanner(ctx, piper, 
`integration "resource-file-location-route" in phase Running`,
@@ -119,7 +120,7 @@ func TestRunDevMode(t *testing.T) {
 
args := os.Args
defer func() { os.Args = args }()
-   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", tmpFile.Name())}
+   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
filepath.ToSlash(tmpFile.Name()))}
go kamelRun.Execute()
 
Eventually(logScanner.IsFound(`integration 
"resource-file-location-route" in phase Running`), 
TestTimeoutMedium).Should(BeTrue())



[GitHub] [camel-k] tadayosi merged pull request #3484: [Backport] Fix windows paths in --resource

2022-07-27 Thread GitBox


tadayosi merged PR #3484:
URL: https://github.com/apache/camel-k/pull/3484


-- 
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 release-1.9.x updated: Fix windows paths in --resource

2022-07-27 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.9.x by this push:
 new c67ecccf3 Fix windows paths in --resource
c67ecccf3 is described below

commit c67ecccf3962d7b7d487bbf1949752785380e1a4
Author: mmajerni 
AuthorDate: Tue Jul 26 10:57:24 2022 +0200

Fix windows paths in --resource
---
 e2e/common/cli/dev_mode_test.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/e2e/common/cli/dev_mode_test.go b/e2e/common/cli/dev_mode_test.go
index 180b1565d..909377a96 100644
--- a/e2e/common/cli/dev_mode_test.go
+++ b/e2e/common/cli/dev_mode_test.go
@@ -30,6 +30,7 @@ import (
"os"
"testing"
"time"
+   "path/filepath"
 
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
@@ -123,7 +124,7 @@ func TestRunDevMode(t *testing.T) {
 
file := util.MakeTempCopy(t, 
"../config/files/resource-file-location-route.groovy")
 
-   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
tmpFile.Name()))
+   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
filepath.ToSlash(tmpFile.Name(
kamelRun.SetOut(pipew)
 
logScanner := util.NewLogScanner(ctx, piper, 
`integration "resource-file-location-route" in phase Running`,
@@ -131,7 +132,7 @@ func TestRunDevMode(t *testing.T) {
 
args := os.Args
defer func() { os.Args = args }()
-   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", tmpFile.Name())}
+   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
filepath.ToSlash(tmpFile.Name()))}
go kamelRun.Execute()
 
Eventually(logScanner.IsFound(`integration 
"resource-file-location-route" in phase Running`), 
TestTimeoutMedium).Should(BeTrue())



[GitHub] [camel-k] tadayosi merged pull request #3486: [Backport] Fix windows paths in --resource

2022-07-27 Thread GitBox


tadayosi merged PR #3486:
URL: https://github.com/apache/camel-k/pull/3486


-- 
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 windows paths in --resource

2022-07-27 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

tsato 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 8428f5155 Fix windows paths in --resource
8428f5155 is described below

commit 8428f5155ee8f2cfead46722609a9a31afc27265
Author: mmajerni 
AuthorDate: Tue Jul 26 10:54:26 2022 +0200

Fix windows paths in --resource
---
 e2e/namespace/install/cli/dev_mode_test.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/e2e/namespace/install/cli/dev_mode_test.go 
b/e2e/namespace/install/cli/dev_mode_test.go
index 96b8d1d1e..dd808e2c5 100644
--- a/e2e/namespace/install/cli/dev_mode_test.go
+++ b/e2e/namespace/install/cli/dev_mode_test.go
@@ -30,6 +30,7 @@ import (
"os"
"testing"
"time"
+   "path/filepath"
 
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
@@ -137,7 +138,7 @@ func TestRunDevMode(t *testing.T) {
 
file := util.MakeTempCopy(t, 
"files/resource-file-location-route.groovy")
 
-   kamelRun := KamelRunWithContext(ctx, operatorID, ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
tmpFile.Name()))
+   kamelRun := KamelRunWithContext(ctx, operatorID, ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
filepath.ToSlash(tmpFile.Name(
kamelRun.SetOut(pipew)
 
logScanner := util.NewLogScanner(ctx, piper, 
`integration "resource-file-location-route" in phase Running`,
@@ -150,7 +151,7 @@ func TestRunDevMode(t *testing.T) {
if globalTest {
os.Args = []string{"kamel", "run", "-n", ns, 
file, "--dev", "--resource", fmt.Sprintf("file:%s@/tmp/file.txt", 
tmpFile.Name())}
} else {
-   os.Args = []string{"kamel", "run", "-n", ns, 
"--operator-id", operatorID, file, "--dev", "--resource", 
fmt.Sprintf("file:%s@/tmp/file.txt", tmpFile.Name())}
+   os.Args = []string{"kamel", "run", "-n", ns, 
"--operator-id", operatorID, file, "--dev", "--resource", 
fmt.Sprintf("file:%s@/tmp/file.txt", filepath.ToSlash(tmpFile.Name()))}
}
 
go kamelRun.Execute()



[GitHub] [camel-k] tadayosi merged pull request #3485: Fix windows paths in --resource

2022-07-27 Thread GitBox


tadayosi merged PR #3485:
URL: https://github.com/apache/camel-k/pull/3485


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #326: VSCode URI not being formed correctly for JT400 component

2022-07-27 Thread GitBox


mgubaidullin closed issue #326: VSCode URI not being formed correctly for JT400 
component
URL: https://github.com/apache/camel-karavan/issues/326


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #365: Local setup

2022-07-27 Thread GitBox


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


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #366: Docker

2022-07-27 Thread GitBox


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


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

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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #394: BUG: When using the visual designer, it often inserts one or more empty array elements to the route list

2022-07-27 Thread GitBox


mgubaidullin commented on issue #394:
URL: https://github.com/apache/camel-karavan/issues/394#issuecomment-1197492314

   Starting from the next version Karavan won't support dependencies in 
modeline. They will be in application.properties, ex.
   
   `camel.jbang.dependencies=mvn:io.quarkus:quarkus-container-image-jib`
   
 


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #394: BUG: When using the visual designer, it often inserts one or more empty array elements to the route list

2022-07-27 Thread GitBox


mgubaidullin closed issue #394: BUG: When using the visual designer, it often 
inserts one or more empty array elements to the route list
URL: https://github.com/apache/camel-karavan/issues/394


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

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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #399: Not able to store data in mongodb

2022-07-27 Thread GitBox


mgubaidullin commented on issue #399:
URL: https://github.com/apache/camel-karavan/issues/399#issuecomment-1197490954

   Is this problem related to Karavan or the general Camel issue?


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #401: DoTry and DoCatch not working

2022-07-27 Thread GitBox


mgubaidullin closed issue #401: DoTry and DoCatch not working
URL: https://github.com/apache/camel-karavan/issues/401


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #407: REST configuration and service

2022-07-27 Thread GitBox


mgubaidullin closed issue #407: REST configuration and service
URL: https://github.com/apache/camel-karavan/issues/407


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

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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #425: Tekton-pipelines

2022-07-27 Thread GitBox


mgubaidullin commented on issue #425:
URL: https://github.com/apache/camel-karavan/issues/425#issuecomment-1197488349

   I beleive that Azure DevOps repo is a Git repo, so it should work in Tekton 
Pipelines if you configure Karavan secrets properly at 
https://github.com/apache/camel-karavan/blob/main/karavan-builder/openshift/karavan-secret.yaml


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

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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #424: How to change component name in a route

2022-07-27 Thread GitBox


mgubaidullin commented on issue #424:
URL: https://github.com/apache/camel-karavan/issues/424#issuecomment-1197486951

   In the next version if Description is not empty it will be shown instead of 
Component name


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

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

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



[GitHub] [camel-karavan] mgubaidullin closed issue #424: How to change component name in a route

2022-07-27 Thread GitBox


mgubaidullin closed issue #424: How to change component name in a route
URL: https://github.com/apache/camel-karavan/issues/424


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

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

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



[camel-karavan] branch main updated: Saas feature35 (#430)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 59b49ec  Saas feature35 (#430)
59b49ec is described below

commit 59b49ecc03346faa62a187098e6df81a66ac9b2e
Author: Marat Gubaidullin 
AuthorDate: Wed Jul 27 19:31:45 2022 -0400

Saas feature35 (#430)

* UI improvements

* Fix issue with Salesforce component URI
---
 karavan-app/src/main/webapp/src/index.css  |  4 ++
 karavan-core/package-lock.json |  4 +-
 karavan-core/src/core/api/ComponentApi.ts  | 21 +
 karavan-designer/src/App.tsx   | 53 +-
 karavan-designer/src/builder/BuilderPage.tsx   |  1 -
 karavan-designer/src/components/ComponentCard.tsx  |  2 +-
 karavan-designer/src/designer/KaravanDesigner.tsx  | 11 -
 .../src/designer/beans/BeanProperties.tsx  |  1 -
 karavan-designer/src/designer/karavan.css  | 23 +++---
 .../src/designer/rest/RestMethodSelector.tsx   |  4 +-
 .../src/designer/route/DslConnections.tsx  | 34 +++---
 karavan-designer/src/designer/route/DslElement.tsx | 11 ++---
 .../src/designer/route/DslSelector.tsx |  8 +++-
 .../src/designer/route/RouteDesigner.tsx   |  2 +-
 .../designer/route/property/DslPropertyField.tsx   | 23 ++
 .../route/property/KameletPropertyField.tsx|  2 +-
 .../designer/route/property/KubernetesSelector.tsx |  2 -
 karavan-designer/src/designer/utils/EventBus.ts|  8 +++-
 karavan-vscode/webview/builder/BuilderPage.tsx |  1 -
 .../webview/components/ComponentCard.tsx   |  2 +-
 20 files changed, 122 insertions(+), 95 deletions(-)

diff --git a/karavan-app/src/main/webapp/src/index.css 
b/karavan-app/src/main/webapp/src/index.css
index c8c1f77..e01f438 100644
--- a/karavan-app/src/main/webapp/src/index.css
+++ b/karavan-app/src/main/webapp/src/index.css
@@ -189,6 +189,10 @@
   margin: 0;
 }
 
+.karavan .project-page  .pf-c-label__icon {
+  height: 16px;
+}
+
 .karavan .action-cell {
   padding: 0;
 }
diff --git a/karavan-core/package-lock.json b/karavan-core/package-lock.json
index bc87afc..43fcd08 100644
--- a/karavan-core/package-lock.json
+++ b/karavan-core/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "karavan-core",
-  "version": "0.0.16",
+  "version": "3.18.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
 "": {
   "name": "karavan-core",
-  "version": "0.0.16",
+  "version": "3.18.0",
   "license": "Apache-2.0",
   "dependencies": {
 "@types/js-yaml": "^4.0.5",
diff --git a/karavan-core/src/core/api/ComponentApi.ts 
b/karavan-core/src/core/api/ComponentApi.ts
index e656978..da15fb7 100644
--- a/karavan-core/src/core/api/ComponentApi.ts
+++ b/karavan-core/src/core/api/ComponentApi.ts
@@ -76,7 +76,11 @@ export const ComponentApi = {
 const syntaxSeparators = ComponentApi.getSyntaxSeparators(syntax + 
'');
 let newUri = uri === name ? name + syntaxSeparators.join('') : uri;
 result.set(name, name);
-if (name === 'cxf') { // workaround for CXF component
+if (name === 'salesforce') { // workaround for salesforce component
+const parts = newUri.split(":");
+if (parts.length === 2) result.set("operationName", 
parts.at(1) || '').set("topicName", '')
+else if (parts.length === 3) result.set("operationName", 
parts.at(1) || '').set("topicName", parts.at(2) || '')
+} else if (name === 'cxf') { // workaround for CXF component
 const cxfParts = newUri.split(":");
 const firstPart = cxfParts.at(1);
 const secondPart = cxfParts.at(2);
@@ -94,7 +98,7 @@ export const ComponentApi = {
 result.set("systemName", systemName);
 result.set("objectPath", objectPath);
 result.set("type", type);
-} else { // workaround for CXF component end
+} else { // workarounds end
 syntaxParts.filter((x, i) => i > 0).forEach((part, index) => {
 if (index < syntaxParts.length - 1) {
 const startSeparator = syntaxSeparators[index];
@@ -173,20 +177,21 @@ export const ComponentApi = {
 buildComponentUri: (uri: string, pathParameter: string, 
pathParameterValue: string): string | undefined => {
 const name = ComponentApi.getComponentNameFromUri(uri);
 if (name) {
-// workaround for CXF component start
-if (name === 'cxf') {
+if (name === 'cxf') { // workaround for CXF component start
 if (pathParameter === 'beanId' && pathParameterValue && 
pathParameterValue.trim().length > 0) return "cxf:" + pathParameterValue;
 

[GitHub] [camel-karavan] mgubaidullin merged pull request #430: Saas feature35

2022-07-27 Thread GitBox


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


-- 
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] lburgazzoli commented on a diff in pull request #3480: fix: camel-k ignores changes to traits configured using annotations

2022-07-27 Thread GitBox


lburgazzoli commented on code in PR #3480:
URL: https://github.com/apache/camel-k/pull/3480#discussion_r931564222


##
pkg/trait/util.go:
##
@@ -320,3 +321,26 @@ func getBuilderTask(tasks []v1.Task) *v1.BuilderTask {
}
return nil
 }
+
+// Equals return if traits set using annotations have changed.
+func Equals(oldObject metav1.Object, newObject metav1.Object) bool {

Review Comment:
   pushed a  new version of the PR with better support for traits



-- 
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] KuthumiPepple opened a new pull request, #3495: migrate and improve kafka example

2022-07-27 Thread GitBox


KuthumiPepple opened a new pull request, #3495:
URL: https://github.com/apache/camel-k/pull/3495

   
   @Delawen @tadayosi This kafka example can be deleted. [Pull request link to 
improved example](https://github.com/apache/camel-k-examples/pull/64)
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


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

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

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



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

2022-07-27 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 (34cb0b5d76 -> f8d5f61b66)

2022-07-27 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 34cb0b5d76 Website updated to ff0e11161951dc9520f2da72df5da4bc2c0fc4a7
 discard c96d6f4ae2 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 9ee76a4c64 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new f8d5f61b66 Website updated to ff0e11161951dc9520f2da72df5da4bc2c0fc4a7

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   (34cb0b5d76)
\
 N -- N -- N   refs/heads/asf-site (f8d5f61b66)

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  |16 +-
 .well-known/security.txt   | 2 +-
 .../_images/kamelets/ogcapi-features-action.svg|69 +
 camel-kamelets/next/avro-deserialize-action.html   | 2 +-
 camel-kamelets/next/avro-serialize-action.html | 2 +-
 camel-kamelets/next/aws-cloudwatch-sink.html   | 2 +-
 camel-kamelets/next/aws-ddb-sink.html  | 2 +-
 camel-kamelets/next/aws-ddb-streams-source.html| 2 +-
 camel-kamelets/next/aws-ec2-sink.html  | 2 +-
 camel-kamelets/next/aws-eventbridge-sink.html  | 2 +-
 camel-kamelets/next/aws-kinesis-firehose-sink.html | 2 +-
 camel-kamelets/next/aws-kinesis-sink.html  | 2 +-
 camel-kamelets/next/aws-kinesis-source.html| 2 +-
 camel-kamelets/next/aws-lambda-sink.html   | 2 +-
 camel-kamelets/next/aws-redshift-sink.html | 2 +-
 camel-kamelets/next/aws-redshift-source.html   | 2 +-
 camel-kamelets/next/aws-s3-sink.html   | 2 +-
 camel-kamelets/next/aws-s3-source.html | 2 +-
 .../next/aws-s3-streaming-upload-sink.html | 2 +-
 camel-kamelets/next/aws-secrets-manager-sink.html  | 2 +-
 camel-kamelets/next/aws-ses-sink.html  | 2 +-
 camel-kamelets/next/aws-sns-fifo-sink.html | 2 +-
 camel-kamelets/next/aws-sns-sink.html  | 2 +-
 camel-kamelets/next/aws-sqs-batch-sink.html| 2 +-
 camel-kamelets/next/aws-sqs-fifo-sink.html | 2 +-
 camel-kamelets/next/aws-sqs-sink.html  | 2 +-
 camel-kamelets/next/aws-sqs-source.html| 2 +-
 camel-kamelets/next/aws-translate-action.html  | 2 +-
 camel-kamelets/next/azure-cosmosdb-source.html | 2 +-
 camel-kamelets/next/azure-eventhubs-sink.html  | 2 +-
 camel-kamelets/next/azure-eventhubs-source.html| 2 +-
 camel-kamelets/next/azure-functions-sink.html  | 2 +-
 camel-kamelets/next/azure-servicebus-sink.html | 2 +-
 camel-kamelets/next/azure-servicebus-source.html   | 2 +-
 .../next/azure-storage-blob-changefeed-source.html | 2 +-
 camel-kamelets/next/azure-storage-blob-sink.html   | 2 +-
 camel-kamelets/next/azure-storage-blob-source.html | 2 +-
 camel-kamelets/next/azure-storage-queue-sink.html  | 2 +-
 .../next/azure-storage-queue-source.html   | 2 +-
 camel-kamelets/next/beer-source.html   | 2 +-
 camel-kamelets/next/bitcoin-source.html| 2 +-
 camel-kamelets/next/caffeine-action.html   | 2 +-
 camel-kamelets/next/cassandra-sink.html| 2 +-
 camel-kamelets/next/cassandra-source.html  | 2 +-
 camel-kamelets/next/chuck-norris-source.html   | 2 +-
 camel-kamelets/next/chunk-template-action.html | 2 +-
 camel-kamelets/next/couchbase-sink.html| 2 +-
 camel-kamelets/next/cron-source.html   | 2 +-
 camel-kamelets/next/delay-action.html  | 2 +-
 camel-kamelets/next/dns-dig-action.html| 2 +-
 camel-kamelets/next/dns-ip-action.html | 2 +-
 camel-kamelets/next/dns-lookup-action.html | 2 +-
 camel-kamelets/next/drop-header-action.html| 2 +-
 camel-kamelets/next/drop-headers-action.html   | 2 +-
 camel-kamelets/next/dropbox-sink.html  | 2 +-
 camel-kamelets/next/dropbox-source.html| 2 +-
 

[camel-kamelets] branch regen_bot updated (66f259fe -> eace4030)

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

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


omit 66f259fe Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9
 add eace4030 Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9

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   (66f259fe)
\
 N -- N -- N   refs/heads/regen_bot (eace4030)

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

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

No new revisions were added by this update.

Summary of changes:



[camel-kamelets] branch main updated: Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9

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

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


The following commit(s) were added to refs/heads/main by this push:
 new eace4030 Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9
eace4030 is described below

commit eace4030dee73896520931696d9e5f93a8f1bb95
Author: oscerd 
AuthorDate: Wed Jul 27 17:59:20 2022 +

Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9

Signed-off-by: GitHub 
---
 docs/modules/ROOT/nav.adoc |   1 +
 .../kamelets/ogcapi-features-action.kamelet.yaml   | 124 +
 2 files changed, 125 insertions(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 1c9454c7..49abb682 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -144,6 +144,7 @@
 * xref:nats-sink.adoc[]
 * xref:nats-source.adoc[]
 * xref:nominatim-geocode-action.adoc[]
+* xref:ogcapi-features-action.adoc[]
 * xref:openai-classification-action.adoc[]
 * xref:openai-completion-action.adoc[]
 * xref:oracle-database-sink.adoc[]
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml
new file mode 100644
index ..08a1df73
--- /dev/null
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml
@@ -0,0 +1,124 @@
+# ---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: ogcapi-features-action
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjIxMDAiCiAgIGhlaWdodD0iMjEwMCIKICAgdmlld0JveD0iMCAwIDIxMDAgMjEwMCIKICAgdmVyc2lvbj0iMS4xIgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iY2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIiCiAgIGlkPSJzdmcxMTEwIgogICBzb2RpcG9kaTpkb2NuYW1lPSJPcGVuX0dlb3NwYXRpYWxfQ29uc29ydGl1bV9sb2dvLnN2Zy
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Geospatial"
+  labels:
+camel.apache.org/kamelet.type: "action"
+spec:
+  definition:
+title: "OGC Api Feature Get Item Action"
+description: |-
+  Returns the items of the collection provided of an OGC API Features 
server. 
+  The collection must be a valid collection name on the server.
+  
+  Query can be defined in the body too.
+  
+  See https://www.ogc.org/standards/ogcapi-features
+required:
+  - url
+  - collection
+type: object
+properties:
+  url:
+title: URL
+description: The URL to fetch for data
+type: string
+example: "https://emotional.byteroad.net;
+pattern: "^(http|https)://.*"
+  collection:
+title: "Collection"
+description: "Name of the collection we want to extract items from."
+type: string
+  bbox:
+title: "Bounding Box"
+description: "Bounding Box of the items we want to retrieve."
+example: "160.6,-55.95,-170,-25.89"
+default: "-180,-90,180,90"
+type: string
+  limit:
+title: "Limit"
+description: "Maximum number of items to retrieve. Must be a number 
between 1 and 10 000."
+type: integer
+default: 10
+  split:
+title: "Split by Feature"
+description: "When true, instead of returning the full geojson, split 
the message into each feature."
+type: boolean
+default: false
+x-descriptors:
+- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+  query:
+title: "Query"
+description: "Separated list by `&` of properties we want to query."
+example: 

[GitHub] [camel-kamelets] oscerd merged pull request #989: Generated sources regen

2022-07-27 Thread GitBox


oscerd merged PR #989:
URL: https://github.com/apache/camel-kamelets/pull/989


-- 
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-examples] KuthumiPepple opened a new pull request, #64: Improve Kafka example

2022-07-27 Thread GitBox


KuthumiPepple opened a new pull request, #64:
URL: https://github.com/apache/camel-k-examples/pull/64

   @tadayosi @Delawen I fixed a few errors and provided more info and context 
for the examples. The examples all run fine. Let me know if there's more to be 
done.


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

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

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



[camel-kamelets] branch regen_bot updated (3dea09f8 -> 66f259fe)

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

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


from 3dea09f8 Added AWS Eventbridge Sink Kamelet
 add 485ab7e2 New action that gets features from OGC API server. See 
https://www.ogc.org/standards/ogcapi-features
 add 438d54a2 feature(ogc-api): Allow query from body
 add 66f259fe Regen for commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/nav.adoc |   1 +
 kamelets/ogcapi-features-action.kamelet.yaml   | 124 +
 .../kamelets/ogcapi-features-action.kamelet.yaml   | 124 +
 3 files changed, 249 insertions(+)
 create mode 100644 kamelets/ogcapi-features-action.kamelet.yaml
 create mode 100644 
library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml



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

2022-07-27 Thread GitBox


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

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


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

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

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



[camel-kamelets] 02/02: feature(ogc-api): Allow query from body

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

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

commit 438d54a28700a96c0e5c55d4ae1dc026195df2e9
Author: Maria Arias de Reyna 
AuthorDate: Wed Jul 27 17:05:18 2022 +0200

feature(ogc-api): Allow query from body
---
 kamelets/ogcapi-features-action.kamelet.yaml | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/kamelets/ogcapi-features-action.kamelet.yaml 
b/kamelets/ogcapi-features-action.kamelet.yaml
index 191ba51d..08a1df73 100644
--- a/kamelets/ogcapi-features-action.kamelet.yaml
+++ b/kamelets/ogcapi-features-action.kamelet.yaml
@@ -33,6 +33,8 @@ spec:
   Returns the items of the collection provided of an OGC API Features 
server. 
   The collection must be a valid collection name on the server.
   
+  Query can be defined in the body too.
+  
   See https://www.ogc.org/standards/ogcapi-features
 required:
   - url
@@ -88,14 +90,14 @@ spec:
 from:
   uri: "kamelet:source"
   steps:
-  - set-body:
-  simple: ""
   - set-header:
   name: "Accept"
   constant: "application/geo+json"
   - set-header:
   name: "CamelHttpQuery"
-  simple: "limit={{limit}}={{bbox}}&{{?query}}"
+  simple: "limit={{limit}}={{bbox}}&{{?query}}&${body}"
+  - set-body:
+  simple: ""
   - to: 
   uri: "{{url}}/collections/{{collection}}/items"
   - remove-header:



[camel-kamelets] 01/02: New action that gets features from OGC API server. See https://www.ogc.org/standards/ogcapi-features

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

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

commit 485ab7e2ab960f8022545bdc62cd7b585a68ef7e
Author: Maria Arias de Reyna 
AuthorDate: Wed Jul 27 16:58:15 2022 +0200

New action that gets features from OGC API server.
See https://www.ogc.org/standards/ogcapi-features
---
 kamelets/ogcapi-features-action.kamelet.yaml | 122 +++
 1 file changed, 122 insertions(+)

diff --git a/kamelets/ogcapi-features-action.kamelet.yaml 
b/kamelets/ogcapi-features-action.kamelet.yaml
new file mode 100644
index ..191ba51d
--- /dev/null
+++ b/kamelets/ogcapi-features-action.kamelet.yaml
@@ -0,0 +1,122 @@
+# ---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: ogcapi-features-action
+  annotations:
+camel.apache.org/kamelet.support.level: "Preview"
+camel.apache.org/catalog.version: "main-SNAPSHOT"
+camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjIxMDAiCiAgIGhlaWdodD0iMjEwMCIKICAgdmlld0JveD0iMCAwIDIxMDAgMjEwMCIKICAgdmVyc2lvbj0iMS4xIgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iY2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIiCiAgIGlkPSJzdmcxMTEwIgogICBzb2RpcG9kaTpkb2NuYW1lPSJPcGVuX0dlb3NwYXRpYWxfQ29uc29ydGl1bV9sb2dvLnN2Zy
 [...]
+camel.apache.org/provider: "Apache Software Foundation"
+camel.apache.org/kamelet.group: "Geospatial"
+  labels:
+camel.apache.org/kamelet.type: "action"
+spec:
+  definition:
+title: "OGC Api Feature Get Item Action"
+description: |-
+  Returns the items of the collection provided of an OGC API Features 
server. 
+  The collection must be a valid collection name on the server.
+  
+  See https://www.ogc.org/standards/ogcapi-features
+required:
+  - url
+  - collection
+type: object
+properties:
+  url:
+title: URL
+description: The URL to fetch for data
+type: string
+example: "https://emotional.byteroad.net;
+pattern: "^(http|https)://.*"
+  collection:
+title: "Collection"
+description: "Name of the collection we want to extract items from."
+type: string
+  bbox:
+title: "Bounding Box"
+description: "Bounding Box of the items we want to retrieve."
+example: "160.6,-55.95,-170,-25.89"
+default: "-180,-90,180,90"
+type: string
+  limit:
+title: "Limit"
+description: "Maximum number of items to retrieve. Must be a number 
between 1 and 10 000."
+type: integer
+default: 10
+  split:
+title: "Split by Feature"
+description: "When true, instead of returning the full geojson, split 
the message into each feature."
+type: boolean
+default: false
+x-descriptors:
+- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+  query:
+title: "Query"
+description: "Separated list by `&` of properties we want to query."
+example: "property1=1=dos"
+default: ""
+type: string
+  types:
+in:
+  mediaType: text/plain
+out:
+  mediaType: application/json
+  dependencies:
+- "camel:core"
+- "camel:http"
+- "camel:kamelet"
+- "camel:jsonpath"
+- "camel:jackson"
+  template:
+from:
+  uri: "kamelet:source"
+  steps:
+  - set-body:
+  simple: ""
+  - set-header:
+  name: "Accept"
+  constant: "application/geo+json"
+  - set-header:
+  name: "CamelHttpQuery"
+  simple: "limit={{limit}}={{bbox}}&{{?query}}"
+  - to: 
+  uri: "{{url}}/collections/{{collection}}/items"
+  - remove-header:
+  name: "Accept"
+  - remove-header:
+  name: "CamelHttpQuery"
+  - convert-body-to:
+  type: 

[GitHub] [camel-kamelets] oscerd merged pull request #988: New action that gets features from OGC API server.

2022-07-27 Thread GitBox


oscerd merged PR #988:
URL: https://github.com/apache/camel-kamelets/pull/988


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

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

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



[camel-kamelets] branch main updated (3dea09f8 -> 438d54a2)

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

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


from 3dea09f8 Added AWS Eventbridge Sink Kamelet
 new 485ab7e2 New action that gets features from OGC API server. See 
https://www.ogc.org/standards/ogcapi-features
 new 438d54a2 feature(ogc-api): Allow query from body

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:
 kamelets/ogcapi-features-action.kamelet.yaml | 124 +++
 1 file changed, 124 insertions(+)
 create mode 100644 kamelets/ogcapi-features-action.kamelet.yaml



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

2022-07-27 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"}



[GitHub] [camel-quarkus] josephearl commented on issue #3879: Camel Quarkus 2.10.0 attempts to resolve properties for prod profile when running tests or in dev mode

2022-07-27 Thread GitBox


josephearl commented on issue #3879:
URL: https://github.com/apache/camel-quarkus/issues/3879#issuecomment-1197063715

   Thanks, can confirm updating to 2.11 has fixed this


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

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

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



[GitHub] [camel-karavan] davsclaus commented on issue #401: DoTry and DoCatch not working

2022-07-27 Thread GitBox


davsclaus commented on issue #401:
URL: https://github.com/apache/camel-karavan/issues/401#issuecomment-1197033980

   Its a bug in camel itself, will be fixed in 3.18.1 and newer releases.


-- 
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 (a2ca1f89 -> ff0e1116)

2022-07-27 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 a2ca1f89 Update index.md
 add ff0e1116 Camel Quarkus 2.11.0 Release Announcement

No new revisions were added by this update.

Summary of changes:
 antora-playbook-snippets/antora-playbook.yml   |   1 +
 .../camel-featured.jpeg| Bin
 .../2022/07/camel-quarkus-release-2.11.0/index.md  |  42 +
 content/releases/q/release-2.11.0.md   |  12 ++
 4 files changed, 55 insertions(+)
 copy content/blog/{2021/03/camel-quarkus-release-1.8.0 => 
2022/07/camel-quarkus-release-2.11.0}/camel-featured.jpeg (100%)
 create mode 100644 content/blog/2022/07/camel-quarkus-release-2.11.0/index.md
 create mode 100644 content/releases/q/release-2.11.0.md



[GitHub] [camel-kafka-connector] orpiske commented on pull request #1408: Upgrade to Camel 3.18.0

2022-07-27 Thread GitBox


orpiske commented on PR #1408:
URL: 
https://github.com/apache/camel-kafka-connector/pull/1408#issuecomment-1196980207

   @oscerd this is still pretty broken. The tests are failing because of this:
   
   ```
   Caused by: java.lang.IllegalStateException: Unsupported definition: 
ErrorHandlerBuilderRef[{{errorHandler}}]
at 
org.apache.camel.reifier.errorhandler.ErrorHandlerReifier.reifier(ErrorHandlerReifier.java:88)
 ~[camel-core-reifier-3.18.0.jar:3.18.0]
at 
org.apache.camel.impl.DefaultModelReifierFactory.createErrorHandler(DefaultModelReifierFactory.java:65)
 ~[camel-core-engine-3.18.0.jar:3.18.0]
at 
org.apache.camel.reifier.ProcessorReifier.wrapInErrorHandler(ProcessorReifier.java:754)
 ~[camel-core-reifier-3.18.0.jar:3.18.0]
   ```
   
   Hey @ffang would you mind a review on the CXF changes, please? 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-kafka-connector] 01/02: (chores) itests-couchbase: do not use deprecated service method

2022-07-27 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-kafka-connector.git

commit c11069535d04c0a187deef929032365c3008aaa1
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jul 27 17:01:27 2022 +0200

(chores) itests-couchbase: do not use deprecated service method
---
 .../camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
 
b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
index df5ed8f76..8c26ddd3c 100644
--- 
a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
+++ 
b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
@@ -64,7 +64,7 @@ import static org.junit.jupiter.api.Assertions.fail;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSinkCouchbaseITCase extends CamelSinkTestSupport {
 @RegisterExtension
-public static CouchbaseService service = 
CouchbaseServiceFactory.getService();
+public static CouchbaseService service = 
CouchbaseServiceFactory.createService();
 
 private static final Logger LOG = 
LoggerFactory.getLogger(CamelSinkCouchbaseITCase.class);
 



[camel-kafka-connector] 02/02: (chores) itests-azure-storage: re-enable test

2022-07-27 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-kafka-connector.git

commit 65fd1da6a6e12c39741d558ff3f3731d243f4195
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jul 27 17:04:43 2022 +0200

(chores) itests-azure-storage: re-enable test

The issue that caused the test to be disabled is fixed
---
 .../azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
 
b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
index 687b8178a..521b7f1d8 100644
--- 
a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
+++ 
b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
@@ -33,7 +33,6 @@ import 
org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueu
 import org.apache.camel.test.infra.common.TestUtils;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.Timeout;
@@ -41,7 +40,6 @@ import org.junit.jupiter.api.extension.RegisterExtension;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
-@Disabled(value = "Disabled due to issue #976")
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSourceAzureStorageQueueITCase extends CamelSourceTestSupport 
{
 @RegisterExtension



[camel-kafka-connector] branch main updated (e59c781b9 -> 65fd1da6a)

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

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


from e59c781b9 (chores) itests-aws2: use the default test infra container
 new c11069535 (chores) itests-couchbase: do not use deprecated service 
method
 new 65fd1da6a (chores) itests-azure-storage: re-enable test

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:
 .../azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java  | 2 --
 .../camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)



[GitHub] [camel-kafka-connector] orpiske merged pull request #1407: (chores) More minor test fixes

2022-07-27 Thread GitBox


orpiske merged PR #1407:
URL: https://github.com/apache/camel-kafka-connector/pull/1407


-- 
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: Camel Quarkus 2.11.0 Release Announcement

2022-07-27 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-website.git


The following commit(s) were added to refs/heads/main by this push:
 new ff0e1116 Camel Quarkus 2.11.0 Release Announcement
ff0e1116 is described below

commit ff0e11161951dc9520f2da72df5da4bc2c0fc4a7
Author: James Netherton 
AuthorDate: Tue Jul 26 11:51:27 2022 +0100

Camel Quarkus 2.11.0 Release Announcement
---
 antora-playbook-snippets/antora-playbook.yml   |   1 +
 .../camel-featured.jpeg| Bin 0 -> 625206 bytes
 .../2022/07/camel-quarkus-release-2.11.0/index.md  |  42 +
 content/releases/q/release-2.11.0.md   |  12 ++
 4 files changed, 55 insertions(+)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index bdf41a7c..8cc0868e 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -62,6 +62,7 @@ content:
 - url: https://github.com/apache/camel-quarkus.git
   branches:
 - main
+- 2.11.x
 - 2.10.x
 - 2.9.x
 - 2.8.x
diff --git 
a/content/blog/2022/07/camel-quarkus-release-2.11.0/camel-featured.jpeg 
b/content/blog/2022/07/camel-quarkus-release-2.11.0/camel-featured.jpeg
new file mode 100644
index ..36c23a02
Binary files /dev/null and 
b/content/blog/2022/07/camel-quarkus-release-2.11.0/camel-featured.jpeg differ
diff --git a/content/blog/2022/07/camel-quarkus-release-2.11.0/index.md 
b/content/blog/2022/07/camel-quarkus-release-2.11.0/index.md
new file mode 100644
index ..075c57c9
--- /dev/null
+++ b/content/blog/2022/07/camel-quarkus-release-2.11.0/index.md
@@ -0,0 +1,42 @@
+---
+title: "Camel Quarkus 2.11.0 Released"
+date: 2022-07-27
+authors: ["jamesnetherton"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.11.0 Released"
+summary: "Camel Quarkus 2.11.0 is released and aligns with Camel 3.18.0 and 
Quarkus 2.11.1.Final"
+---
+
+Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
+
+We are pleased to announce the 2.11.0 release of Camel Quarkus.
+It aligns with Camel 3.18.0 and Quarkus 2.11.1.Final.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.18.0
+
+Camel Quarkus 2.11.0 is aligned to Camel 3.18.0. Please refer to the [Camel 
3.18.0 announcement](/blog/2022/07/RELEASE-3.18.0/) and the [Camel 3.18 
migration guide](/manual/camel-3x-upgrade-guide-3_18.html) for more details 
about the 3.18 release.
+
+## Quarkus 2.11.1.Final
+
+Please refer to the [Quarkus 2.11.1.Final 
announcement](https://quarkus.io/blog/quarkus-2-11-1-final-released/) for more 
details.
+
+## New extensions
+
+* [DataSet](/camel-quarkus/2.11.x/reference/extensions/dataset.html)
+* [Hashicorp 
Vault](/camel-quarkus/2.11.x/reference/extensions/hashicorp-vault.html)
+* [JQ](/camel-quarkus/2.11.x/reference/extensions/jq.html)
+
+## Release notes
+
+Fixed issues:
+
+* [Milestone 
2.11.0](https://github.com/apache/camel-quarkus/milestone/29?closed=1)
+
+All commits:
+
+* 
[2.10.0..2.11.0](https://github.com/apache/camel-quarkus/compare/2.10.0...2.11.0)
+
+Migration guide:
+
+* [Migration from Camel Quarkus 2.10.0 to Camel Quarkus 
2.11.x](/camel-quarkus/2.11.x/migration-guide/2.11.0.html)
diff --git a/content/releases/q/release-2.11.0.md 
b/content/releases/q/release-2.11.0.md
new file mode 100644
index ..31cede3a
--- /dev/null
+++ b/content/releases/q/release-2.11.0.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-2.11.0/"
+date: 2022-07-27T10:00:00+01:00
+type: release-note
+version: "2.11.0"
+title: "Camel Quarkus release 2.11.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 29
+jdk: [11]
+---



[GitHub] [camel-website] jamesnetherton merged pull request #876: Camel Quarkus 2.11.0 Release Announcement

2022-07-27 Thread GitBox


jamesnetherton merged PR #876:
URL: https://github.com/apache/camel-website/pull/876


-- 
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 #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


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

   :x: Finished component verification: **1 component(s) test failed** out of 2 
component(s) tested


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

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

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



[GitHub] [camel-k] ruromero commented on issue #3494: Trait owner.target-annotations is not propagated to K8S Services

2022-07-27 Thread GitBox


ruromero commented on issue #3494:
URL: https://github.com/apache/camel-k/issues/3494#issuecomment-1196920549

   Here is an example of the CRD definition, for reference
   
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
 name: auth-hello-world
 annotations:
   test: my-test
   other: other-test
   spec:
   ...
 traits:
   owner:
 configuration:
   enabled: true
   targetAnnotations:
   - test
   - other
   ```


-- 
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] ruromero closed issue #3494: Trait owner.target-annotations is not propagated to K8S Services

2022-07-27 Thread GitBox


ruromero closed issue #3494: Trait owner.target-annotations is not propagated 
to K8S Services
URL: https://github.com/apache/camel-k/issues/3494


-- 
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] ruromero commented on issue #3494: Trait owner.target-annotations is not propagated to K8S Services

2022-07-27 Thread GitBox


ruromero commented on issue #3494:
URL: https://github.com/apache/camel-k/issues/3494#issuecomment-1196918593

   @squakez it seems I didn't define the integration resource properly. Yes it 
is working, sorry for the false alarm :sweat_smile:  


-- 
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 #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


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

   :x: Finished component verification: **1 component(s) test failed** out of 1 
component(s) tested


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

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

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



[camel] branch regen_bot updated (675be82766e -> a237a242cf4)

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

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


from 675be82766e Upgrade to kubernetes 5.12.3
 add a237a242cf4 CAMEL-18310: (bug) Global SSL Context Params Force SSL for 
All HTTP Connections (#8057)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/component/http/HttpComponent.java| 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)



[GitHub] [camel-website] jamesnetherton commented on a diff in pull request #876: Camel Quarkus 2.11.0 Release Announcement

2022-07-27 Thread GitBox


jamesnetherton commented on code in PR #876:
URL: https://github.com/apache/camel-website/pull/876#discussion_r931186008


##
content/blog/2022/07/camel-quarkus-release-2.11.0/index.md:
##
@@ -0,0 +1,42 @@
+---
+title: "Camel Quarkus 2.11.0 Released"
+date: 2022-07-27
+authors: ["jamesnetherton"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.11.0 Released"
+summary: "Camel Quarkus 2.11.0 is released and aligns with Camel 3.18.0 and 
Quarkus 2.11.0.Final"
+---
+
+Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
+
+We are pleased to announce the 2.11.0 release of Camel Quarkus.
+It aligns with Camel 3.18.0 and Quarkus 2.11.0.Final.

Review Comment:
   I updated the versions to reflect the new Quarkus 2.11 release.



-- 
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-website] jamesnetherton commented on a diff in pull request #876: Camel Quarkus 2.11.0 Release Announcement

2022-07-27 Thread GitBox


jamesnetherton commented on code in PR #876:
URL: https://github.com/apache/camel-website/pull/876#discussion_r931185630


##
content/blog/2022/07/camel-quarkus-release-2.11.0/index.md:
##
@@ -0,0 +1,42 @@
+---
+title: "Camel Quarkus 2.11.0 Released"
+date: 2022-07-27
+authors: ["jamesnetherton"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.11.0 Released"
+summary: "Camel Quarkus 2.11.0 is released and aligns with Camel 3.18.0 and 
Quarkus 2.11.0.Final"
+---
+
+Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
+
+We are pleased to announce the 2.11.0 release of Camel Quarkus.
+It aligns with Camel 3.18.0 and Quarkus 2.11.0.Final.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.18.0
+
+Camel Quarkus 2.11.0 is algined to Camel 3.18.0. Please refer to the [Camel 
3.18.0 announcement](/blog/2022/07/RELEASE-3.18.0/) and the [Camel 3.18 
migration guide](/manual/camel-3x-upgrade-guide-3_18.html) for more details 
about the 3.18 release.

Review Comment:
   Thanks for catching it. It's fixed 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-quarkus-examples] 01/01: Next is 2.12.0

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

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

commit b3f91f80fd186ba375f95745c9848499a885e2a1
Author: James Netherton 
AuthorDate: Wed Jul 27 16:08:39 2022 +0100

Next is 2.12.0
---
 aws-lambda/pom.xml| 10 +-
 file-bindy-ftp/pom.xml| 10 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 file-split-log-xml/pom.xml| 10 +-
 health/pom.xml| 10 +-
 http-log/pom.xml  | 10 +-
 jdbc-datasource/pom.xml   | 10 +-
 jta-jpa/pom.xml   | 10 +-
 kafka/pom.xml | 10 +-
 kamelet-chucknorris/pom.xml   | 12 ++--
 observability/pom.xml | 10 +-
 platform-http-security-keycloak/pom.xml   | 10 +-
 rest-json/pom.xml | 10 +-
 timer-log-kotlin/pom.xml  | 10 +-
 timer-log-main/pom.xml| 12 ++--
 timer-log/pom.xml | 10 +-
 17 files changed, 89 insertions(+), 89 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index d992f36..69b01db 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-2.11.0
+2.12.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
 2.11.1.Final
-
${quarkus.platform.version}
+
2.12.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 341d282..2948091 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-2.11.0
+2.12.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
 2.11.1.Final
-
${quarkus.platform.version}
+
2.12.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index 0a935cf..0b2ce22 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0
+app.kubernetes.io/version: 2.12.0-SNAPSHOT
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 2.11.0
+  app.kubernetes.io/version: 2.12.0-SNAPSHOT
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0
+app.kubernetes.io/version: 2.12.0-SNAPSHOT
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0
+app.kubernetes.io/version: 2.12.0-SNAPSHOT
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0
+app.kubernetes.io/version: 2.12.0-SNAPSHOT
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0
+app.kubernetes.io/version: 2.12.0-SNAPSHOT
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml 
b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index 0a935cf..0b2ce22 100644
--- a/file-bindy-ftp/src/main/kubernetes/openshift.yml
+++ b/file-bindy-ftp/src/main/kubernetes/openshift.yml
@@ -21,18 +21,18 @@ metadata:
   name: 

[camel-quarkus-examples] branch camel-quarkus-main updated (ac817ff -> b3f91f8)

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

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


omit ac817ff  Upgrade Quarkus to 2.10.1.Final
omit 7d59047  Add jta-jpa example
omit 87ecfdf  Reduce the number of timer-log examples
omit a535c57  Next is 2.11.0
 add db09930  Next is 2.11.0
 add 6befb8e  Reduce the number of timer-log examples
 add 6da7fd3  Add jta-jpa example
 add 8147621  Upgrade Quarkus to 2.10.1.Final
 add 09ee018  Upgrade to Quarkus Platform 2.11.1.Final
 add afde09b  Tag 2.11.0
 new b3f91f8  Next is 2.12.0

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   (ac817ff)
\
 N -- N -- N   refs/heads/camel-quarkus-main (b3f91f8)

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

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

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


Summary of changes:
 aws-lambda/pom.xml|  6 +++---
 file-bindy-ftp/pom.xml|  6 +++---
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 file-split-log-xml/pom.xml|  6 +++---
 health/pom.xml|  6 +++---
 http-log/pom.xml  |  6 +++---
 jdbc-datasource/pom.xml   |  6 +++---
 jta-jpa/pom.xml   |  6 +++---
 kafka/pom.xml |  6 +++---
 kamelet-chucknorris/pom.xml   |  6 +++---
 observability/pom.xml |  6 +++---
 platform-http-security-keycloak/pom.xml   |  6 +++---
 rest-json/pom.xml |  6 +++---
 timer-log-kotlin/pom.xml  |  6 +++---
 timer-log-main/pom.xml|  6 +++---
 timer-log/pom.xml |  6 +++---
 17 files changed, 57 insertions(+), 57 deletions(-)



[camel-quarkus-examples] branch 2.11.x created (now afde09b)

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

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


  at afde09b  Tag 2.11.0

No new revisions were added by this update.



[camel-quarkus-examples] tag 2.11.0 created (now afde09b)

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

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


  at afde09b  (commit)
No new revisions were added by this update.



[camel-quarkus-examples] branch main updated: Tag 2.11.0

2022-07-27 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-examples.git


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

commit afde09b60d2d50693e550a4b2b11d4e5f0c8fb40
Author: James Netherton 
AuthorDate: Wed Jul 27 16:06:27 2022 +0100

Tag 2.11.0
---
 aws-lambda/pom.xml|  2 +-
 file-bindy-ftp/pom.xml|  2 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 file-split-log-xml/pom.xml|  2 +-
 health/pom.xml|  2 +-
 http-log/pom.xml  |  2 +-
 jdbc-datasource/pom.xml   |  2 +-
 jta-jpa/pom.xml   |  2 +-
 kafka/pom.xml |  2 +-
 kamelet-chucknorris/pom.xml   |  2 +-
 observability/pom.xml |  2 +-
 platform-http-security-keycloak/pom.xml   |  2 +-
 rest-json/pom.xml |  2 +-
 timer-log-kotlin/pom.xml  |  2 +-
 timer-log-main/pom.xml|  2 +-
 timer-log/pom.xml |  2 +-
 17 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 5d44584..d992f36 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,7 +21,7 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-2.11.0-SNAPSHOT
+2.11.0
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index a8d638f..341d282 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,7 +22,7 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-2.11.0-SNAPSHOT
+2.11.0
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index 65806c0..0a935cf 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 2.11.0-SNAPSHOT
+  app.kubernetes.io/version: 2.11.0
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml 
b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index 65806c0..0a935cf 100644
--- a/file-bindy-ftp/src/main/kubernetes/openshift.yml
+++ b/file-bindy-ftp/src/main/kubernetes/openshift.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 2.11.0-SNAPSHOT
+  app.kubernetes.io/version: 2.11.0
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.11.0-SNAPSHOT
+app.kubernetes.io/version: 2.11.0
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 

[camel-kafka-connector] branch main updated: (chores) itests-aws2: use the default test infra container

2022-07-27 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-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
 new e59c781b9 (chores) itests-aws2: use the default test infra container
e59c781b9 is described below

commit e59c781b9676ba103d58912300d4ff87d92e88aa
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jul 27 15:18:27 2022 +0200

(chores) itests-aws2: use the default test infra container
---
 .../aws/v2/cw/sink/CamelSinkAWSCWITCase.java | 16 +---
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git 
a/tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelSinkAWSCWITCase.java
 
b/tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelSinkAWSCWITCase.java
index b14ac164c..e03bb7513 100644
--- 
a/tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelSinkAWSCWITCase.java
+++ 
b/tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelSinkAWSCWITCase.java
@@ -29,10 +29,7 @@ import 
org.apache.camel.kafkaconnector.common.test.CamelSinkTestSupport;
 import org.apache.camel.kafkaconnector.common.test.StringMessageProducer;
 import org.apache.camel.test.infra.aws.common.services.AWSService;
 import org.apache.camel.test.infra.aws2.clients.AWSSDKClientUtils;
-import org.apache.camel.test.infra.aws2.services.AWSLocalContainerService;
-import org.apache.camel.test.infra.aws2.services.AWSRemoteService;
 import org.apache.camel.test.infra.aws2.services.AWSServiceFactory;
-import org.apache.camel.test.infra.aws2.services.Service;
 import org.apache.camel.test.infra.common.TestUtils;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
@@ -57,11 +54,7 @@ public class CamelSinkAWSCWITCase extends 
CamelSinkTestSupport {
 
 @RegisterExtension
 public static AWSService awsService = AWSServiceFactory
-.builder()
-.addRemoteMapping(AWSRemoteService::new)
-.addLocalMapping(CustomAWSCloudWatchLocalContainerService::new)
-.withPropertyNameFormat("%s-service.instance.type")
-.build();
+.createCloudWatchService();
 
 private static final Logger LOG = 
LoggerFactory.getLogger(CamelSinkAWSCWITCase.class);
 
@@ -72,13 +65,6 @@ public class CamelSinkAWSCWITCase extends 
CamelSinkTestSupport {
 private volatile int received;
 private final int expect = 10;
 
-// Dimensions are broken in localstack implementation of CloudWatch 0.12.10
-private static class CustomAWSCloudWatchLocalContainerService extends 
AWSLocalContainerService {
-public CustomAWSCloudWatchLocalContainerService() {
-super("localstack/localstack:0.12.9.1", Service.CLOUD_WATCH);
-}
-}
-
 private static class CustomProducer extends StringMessageProducer {
 public CustomProducer(String bootstrapServer, String topicName, int 
count) {
 super(bootstrapServer, topicName, count);



[GitHub] [camel-kafka-connector] orpiske merged pull request #1406: (chores) itests-aws2: use the default test infra container

2022-07-27 Thread GitBox


orpiske merged PR #1406:
URL: https://github.com/apache/camel-kafka-connector/pull/1406


-- 
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-examples] 02/05: Reduce the number of timer-log examples

2022-07-27 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-examples.git

commit 6befb8ee0d35903a0be4853e64c84cfa28f09783
Author: James Netherton 
AuthorDate: Thu Jun 23 12:52:04 2022 +0100

Reduce the number of timer-log examples
---
 docs/modules/ROOT/attachments/examples.json|  15 --
 timer-log-cdi/README.adoc  |  60 -
 timer-log-cdi/pom.xml  | 280 
 .../src/main/java/org/acme/cdi/Configurations.java |  41 ---
 .../src/main/java/org/acme/cdi/TimerRoute.java |  54 
 .../src/main/resources/application.properties  |  27 --
 .../src/test/java/org/acme/cdi/TimerLogCdiIT.java  |  24 --
 .../test/java/org/acme/cdi/TimerLogCdiTest.java|  40 ---
 timer-log-spring/README.adoc   |  60 -
 timer-log-spring/pom.xml   | 284 
 .../src/main/java/org/acme/spring/Counter.java |  37 ---
 .../src/main/java/org/acme/spring/TimerRoute.java  |  48 
 .../src/main/resources/application.properties  |  33 ---
 .../java/org/acme/spring/TimerLogSpringIT.java |  24 --
 .../java/org/acme/spring/TimerLogSpringTest.java   |  39 ---
 timer-log-xml/README.adoc  |  61 -
 timer-log-xml/pom.xml  | 287 -
 .../src/main/java/org/acme/xml/DummyClass.java |  20 --
 .../src/main/java/org/acme/xml/package-info.java   |  19 --
 .../src/main/resources/application.properties  |  34 ---
 .../test/java/org/acme/xml/TimerLogXmlTest.java|  40 ---
 .../test/java/org/acme/xml/TimerLogXmlXmlIT.java   |  24 --
 timer-log/README.adoc  |  12 +-
 timer-log/pom.xml  |  12 +-
 .../acme/timer/log/ExchangeFormatterProducer.java  |  69 +
 .../main/java/org/acme/timer/log/GreetingBean.java |  25 +-
 .../main/java/org/acme/timer/log/TimerRoute.java   |   8 +-
 .../src/main/resources/application.properties  |   5 +
 .../src/main/resources/routes/my-routes.xml|   8 +-
 .../test/java/org/acme/timer/log/TimerLogTest.java |   8 +-
 30 files changed, 124 insertions(+), 1574 deletions(-)

diff --git a/docs/modules/ROOT/attachments/examples.json 
b/docs/modules/ROOT/attachments/examples.json
index 1302155..bfe2be9 100644
--- a/docs/modules/ROOT/attachments/examples.json
+++ b/docs/modules/ROOT/attachments/examples.json
@@ -1,9 +1,4 @@
 [
-  {
-"title": "Configure a Camel component using CDI",
-"description": "Demonstrates how to set-up a Camel component (the `log` 
component in this case) programmatically using CDI",
-"link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-cdi;
-  },
   {
 "title": "Connecting to a JDBC DataSource",
 "description": "Shows how to connect to a Database using Datastores.",
@@ -64,11 +59,6 @@
 "description": "Demonstrates how to create a REST service using the Camel 
REST DSL and Jackson.",
 "link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/rest-json;
   },
-  {
-"title": "Spring Dependency Injection",
-"description": "Shows how to use Spring Dependency Injection when defining 
routes on Camel Quarkus.",
-"link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-spring;
-  },
   {
 "title": "Timer Hello World",
 "description": "Uses the Camel timer component to output a Hello world 
message to the console",
@@ -78,10 +68,5 @@
 "title": "Tokenize a CSV file",
 "description": "Shows how to define a Camel route in XML for tokenizing a 
CSV a file.",
 "link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/file-split-log-xml;
-  },
-  {
-"title": "XML Hello World",
-"description": "Shows how to define Camel routes using XML.",
-"link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-xml;
   }
 ]
\ No newline at end of file
diff --git a/timer-log-cdi/README.adoc b/timer-log-cdi/README.adoc
deleted file mode 100644
index 4b41683..000
--- a/timer-log-cdi/README.adoc
+++ /dev/null
@@ -1,60 +0,0 @@
-= Configure a Camel component using CDI: A Camel Quarkus example
-:cq-example-description: An example that demonstrates how to set-up a Camel 
component (the `log` component in this case) programmatically using CDI
-
-{cq-description}
-
-TIP: Check the 
https://camel.apache.org/camel-quarkus/latest/first-steps.html[Camel Quarkus 
User guide] for prerequisites
-and other general information.
-
-== Start in the Development mode
-
-[source,shell]
-
-$ mvn clean compile quarkus:dev
-
-
-The above command compiles the project, starts the application and lets the 
Quarkus tooling watch for changes in your
-workspace. Any modifications in your project will automatically take effect in 
the running application.
-
-TIP: Please 

[camel-quarkus-examples] 04/05: Upgrade Quarkus to 2.10.1.Final

2022-07-27 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-examples.git

commit 8147621571e42c99c4fb26558bf31644ac7660b8
Author: James Netherton 
AuthorDate: Mon Jul 4 07:44:13 2022 +0100

Upgrade Quarkus to 2.10.1.Final
---
 aws-lambda/pom.xml  | 2 +-
 file-bindy-ftp/pom.xml  | 2 +-
 file-split-log-xml/pom.xml  | 2 +-
 health/pom.xml  | 2 +-
 http-log/pom.xml| 2 +-
 jdbc-datasource/pom.xml | 2 +-
 jta-jpa/pom.xml | 2 +-
 kafka/pom.xml   | 2 +-
 kamelet-chucknorris/pom.xml | 2 +-
 observability/pom.xml   | 2 +-
 platform-http-security-keycloak/pom.xml | 2 +-
 rest-json/pom.xml   | 2 +-
 timer-log-kotlin/pom.xml| 4 ++--
 timer-log-main/pom.xml  | 2 +-
 timer-log/pom.xml   | 2 +-
 15 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index e61b4b0..4336d5d 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,7 +27,7 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 40551e5..841c6bb 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 1a879ad..60457cf 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/health/pom.xml b/health/pom.xml
index 1178122..ce9e918 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Health Check
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 6020d83..cc62fa5 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: HTTP to Log
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index 75d4b9b..c300e4f 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: Jdbc - DatataSource - Log
 Camel Quarkus Example :: Connect to Database using 
Datasource
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 3a172b7..0db06be 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: JTA JPA
 Camel Quarkus Example :: JTA JPA
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 1.2.0
 1.0.1
diff --git a/kafka/pom.xml b/kafka/pom.xml
index ce6652f..a86df68 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Kafka
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 2cb2dca..626c667 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Kamelet Chuck Norris
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 
diff --git a/observability/pom.xml b/observability/pom.xml
index 537e242..3c3b217 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -29,7 +29,7 @@
 
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/platform-http-security-keycloak/pom.xml 
b/platform-http-security-keycloak/pom.xml
index 3426a84..1400943 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Platform HTTP Security 
Keycloak
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index f6fb1a9..9cce8e3 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Rest Json
 
 
-2.10.0.Final
+2.10.1.Final
 
2.11.0-SNAPSHOT
 
 io.quarkus
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 

[camel-quarkus-examples] 05/05: Upgrade to Quarkus Platform 2.11.1.Final

2022-07-27 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-examples.git

commit 09ee0180441cc3f0d223a62abb6b9bd92c1b1a9b
Author: James Netherton 
AuthorDate: Wed Jul 27 15:31:39 2022 +0100

Upgrade to Quarkus Platform 2.11.1.Final
---
 aws-lambda/pom.xml  | 10 +-
 file-bindy-ftp/pom.xml  | 10 +-
 file-split-log-xml/pom.xml  | 10 +-
 health/pom.xml  | 10 +-
 http-log/pom.xml| 10 +-
 jdbc-datasource/pom.xml | 10 +-
 jta-jpa/pom.xml | 10 +-
 kafka/pom.xml   | 10 +-
 kamelet-chucknorris/pom.xml | 12 ++--
 observability/pom.xml   | 10 +-
 platform-http-security-keycloak/pom.xml | 10 +-
 rest-json/pom.xml   | 10 +-
 timer-log-kotlin/pom.xml| 10 +-
 timer-log-main/pom.xml  | 12 ++--
 timer-log/pom.xml   | 10 +-
 15 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 4336d5d..5d44584 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,13 +27,13 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 841c6bb..a8d638f 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 60457cf..3bd9d95 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/health/pom.xml b/health/pom.xml
index ce9e918..f242d1f 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: Health Check
 
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/http-log/pom.xml b/http-log/pom.xml
index cc62fa5..88cda93 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: HTTP to Log
 
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index c300e4f..b856702 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,13 +25,13 @@
 Camel Quarkus :: Examples :: Jdbc - DatataSource - Log
 Camel Quarkus Example :: Connect to Database using 
Datasource
 
-2.10.1.Final
-
2.11.0-SNAPSHOT
+2.11.1.Final
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 2.17.1
 1.3.2
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 0db06be..ce872a2 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -25,15 +25,15 @@
 Camel Quarkus :: Examples :: JTA JPA
 Camel Quarkus Example :: JTA JPA
 
-2.10.1.Final
-

[camel-quarkus-examples] 03/05: Add jta-jpa example

2022-07-27 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-examples.git

commit 6da7fd3de765095627ff424f601681abf1f4c64f
Author: Zheng Feng 
AuthorDate: Sun Jun 26 22:33:51 2022 +0800

Add jta-jpa example
---
 docs/modules/ROOT/attachments/examples.json   |   5 +
 jta-jpa/README.adoc   | 166 +++
 jta-jpa/pom.xml   | 317 ++
 jta-jpa/src/main/java/org/acme/AuditLog.java  |  61 +
 jta-jpa/src/main/java/org/acme/CamelRoutes.java   |  62 +
 jta-jpa/src/main/resources/application.properties |  49 
 jta-jpa/src/test/java/org/acme/JtaIT.java |  23 ++
 jta-jpa/src/test/java/org/acme/JtaTest.java   |  62 +
 jta-jpa/src/test/resources/broker.xml |  44 +++
 9 files changed, 789 insertions(+)

diff --git a/docs/modules/ROOT/attachments/examples.json 
b/docs/modules/ROOT/attachments/examples.json
index bfe2be9..58fde5c 100644
--- a/docs/modules/ROOT/attachments/examples.json
+++ b/docs/modules/ROOT/attachments/examples.json
@@ -29,6 +29,11 @@
 "description": "Shows how to use Camel health-checks with Quarkus.",
 "link": "https://github.com/apache/camel-quarkus-examples/tree/main/health;
   },
+  {
+"title": "JTA and JPA",
+"description": "Shows how to run a Camel Quarkus application that supports 
JTA transactions on two external transactional resources: a database (MySQL) 
and a message broker (Artemis).",
+"link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/jta-jpa;
+  },
   {
 "title": "Kafka example ",
 "description": "Shows how to produce and consume messages in a Kafka 
topic, using Strimzi Operator",
diff --git a/jta-jpa/README.adoc b/jta-jpa/README.adoc
new file mode 100644
index 000..037ff4a
--- /dev/null
+++ b/jta-jpa/README.adoc
@@ -0,0 +1,166 @@
+= JTA and JPA: A Camel Quarkus example
+:cq-example-description: An example that shows how to run a Camel Quarkus 
application that supports JTA transactions on two external transactional 
resources: a database (MySQL) and a message broker (Artemis).
+
+{cq-description}
+
+We use Narayana as standalone JTA Transaction Manager implementation, and 
Hibernate as JPA Adapter.
+
+This example will connect to a database with the connection details defined in 
`application.properties`.
+If the example is run on Development mode and no database exists, Quarkus will 
create a matching database
+https://quarkus.io/guides/datasource#dev-services[as described here].
+
+TIP: Check the 
https://camel.apache.org/camel-quarkus/latest/first-steps.html[Camel Quarkus 
User guide] for prerequisites
+and other general information.
+
+NOTE: The Narayana `node.identifier` is very important when you scale up in 
the cloud environment. It must be unique for each node. You can set it by using 
`quarkus.transaction-manager.node-name` property which the default value is `1`.
+
+.Todo crash recovery issues
+- https://github.com/quarkiverse/quarkus-pooled-jms/issues/9[Add XA Recovery 
helper in quarkus-pooled-jms #9]
+- https://github.com/quarkusio/quarkus/issues/26160[Improve recovery manager 
in quarkus-narayana-jta extension #26160]
+
+== Start in the Development mode
+
+[source,shell]
+
+$ mvn clean compile quarkus:dev
+
+
+The above command compiles the project, starts the application and lets the 
Quarkus tooling watch for changes in your
+workspace. Any modifications in your project will automatically take effect in 
the running application.
+
+TIP: Please refer to the Development mode section of
+https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
+
+== Package and run the application
+
+Once you are done with developing you may want to package and run the 
application.
+
+TIP: Find more details about the JVM mode and Native mode in the Package and 
run section of
+https://camel.apache.org/camel-quarkus/latest/first-steps.html#_package_and_run_the_application[Camel
 Quarkus User guide]
+
+ External systems
+
+Start MySQL:
+[source, shell]
+
+docker run --name db-mysql \
+  -e MYSQL_ROOT_PASSWORD=root \
+  -d -p 3306:3306 mysql
+
+docker exec -it db-mysql mysql -uroot -proot -e \
+  "CREATE DATABASE testdb CHARACTER SET utf8mb4;
+   CREATE USER 'admin'@'%' IDENTIFIED WITH mysql_native_password BY 'admin';
+   GRANT ALL ON testdb.* TO 'admin'@'%';
+   GRANT XA_RECOVER_ADMIN on *.* to 'admin'@'%';
+   FLUSH PRIVILEGES;"
+
+
+Start Artemis:
+[source, shell]
+
+docker run --name artemis \
+  -e AMQ_USER=admin -e AMQ_PASSWORD=admin \
+  -d -p 61616:61616 \
+  quay.io/artemiscloud/activemq-artemis-broker
+
+
+ Prerequisites
+- Make sure `io.quarkus:quarkus-jdbc-mysql` has been added in `pom.xml`
+- Make sure `db-mysql` and `artemis` has been started and ready for servicing
+- Edit 

[camel-quarkus-examples] 01/05: Next is 2.11.0

2022-07-27 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-examples.git

commit db0993002371de339849e0798a38edef9dcc53bc
Author: Zheng Feng 
AuthorDate: Thu Jun 23 08:36:42 2022 +0800

Next is 2.11.0
---
 aws-lambda/pom.xml| 10 +-
 file-bindy-ftp/pom.xml| 10 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++--
 file-split-log-xml/pom.xml| 10 +-
 health/pom.xml| 10 +-
 http-log/pom.xml  | 10 +-
 jdbc-datasource/pom.xml   | 10 +-
 kafka/pom.xml | 10 +-
 kamelet-chucknorris/pom.xml   | 12 ++--
 observability/pom.xml | 10 +-
 platform-http-security-keycloak/pom.xml   | 10 +-
 rest-json/pom.xml | 10 +-
 timer-log-cdi/pom.xml | 10 +-
 timer-log-kotlin/pom.xml  | 10 +-
 timer-log-main/pom.xml| 12 ++--
 timer-log-spring/pom.xml  | 10 +-
 timer-log-xml/pom.xml | 10 +-
 timer-log/pom.xml | 10 +-
 19 files changed, 99 insertions(+), 99 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 9e3e7e4..e61b4b0 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-2.10.0
+2.11.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
 2.10.0.Final
-
${quarkus.platform.version}
+
2.11.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 7bde982..40551e5 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-2.10.0
+2.11.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
 2.10.0.Final
-
${quarkus.platform.version}
+
2.11.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index f2607e8..65806c0 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.10.0
+app.kubernetes.io/version: 2.11.0-SNAPSHOT
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 2.10.0
+  app.kubernetes.io/version: 2.11.0-SNAPSHOT
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.10.0
+app.kubernetes.io/version: 2.11.0-SNAPSHOT
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.10.0
+app.kubernetes.io/version: 2.11.0-SNAPSHOT
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.10.0
+app.kubernetes.io/version: 2.11.0-SNAPSHOT
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 2.10.0
+app.kubernetes.io/version: 2.11.0-SNAPSHOT
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml 
b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index f2607e8..65806c0 100644
--- 

[camel-quarkus-examples] branch main updated (48f1638 -> 09ee018)

2022-07-27 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-examples.git


from 48f1638  Tag 2.10.0
 new db09930  Next is 2.11.0
 new 6befb8e  Reduce the number of timer-log examples
 new 6da7fd3  Add jta-jpa example
 new 8147621  Upgrade Quarkus to 2.10.1.Final
 new 09ee018  Upgrade to Quarkus Platform 2.11.1.Final

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:
 aws-lambda/pom.xml |   4 +-
 docs/modules/ROOT/attachments/examples.json|  20 +-
 file-bindy-ftp/pom.xml |   4 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  |  12 +-
 file-bindy-ftp/src/main/kubernetes/openshift.yml   |  12 +-
 file-split-log-xml/pom.xml |   4 +-
 health/pom.xml |   4 +-
 http-log/pom.xml   |   4 +-
 jdbc-datasource/pom.xml|   4 +-
 jta-jpa/README.adoc| 166 
 {jdbc-datasource => jta-jpa}/pom.xml   |  62 -
 jta-jpa/src/main/java/org/acme/AuditLog.java   |  61 +
 jta-jpa/src/main/java/org/acme/CamelRoutes.java|  62 +
 .../src/main/resources/application.properties  |  34 ++-
 .../src/test/java/org/acme/JtaIT.java  |   5 +-
 .../src/test/java/org/acme/JtaTest.java|  51 ++--
 jta-jpa/src/test/resources/broker.xml  |  44 
 kafka/pom.xml  |   4 +-
 kamelet-chucknorris/pom.xml|   6 +-
 observability/pom.xml  |   4 +-
 platform-http-security-keycloak/pom.xml|   4 +-
 rest-json/pom.xml  |   4 +-
 timer-log-cdi/README.adoc  |  60 -
 timer-log-cdi/pom.xml  | 280 
 .../src/main/java/org/acme/cdi/Configurations.java |  41 ---
 .../src/main/java/org/acme/cdi/TimerRoute.java |  54 
 .../src/main/resources/application.properties  |  27 --
 .../test/java/org/acme/cdi/TimerLogCdiTest.java|  40 ---
 timer-log-kotlin/pom.xml   |   6 +-
 timer-log-main/pom.xml |   6 +-
 timer-log-spring/README.adoc   |  60 -
 timer-log-spring/pom.xml   | 284 
 .../src/main/java/org/acme/spring/Counter.java |  37 ---
 .../src/main/java/org/acme/spring/TimerRoute.java  |  48 
 .../java/org/acme/spring/TimerLogSpringIT.java |  24 --
 .../java/org/acme/spring/TimerLogSpringTest.java   |  39 ---
 timer-log-xml/README.adoc  |  61 -
 timer-log-xml/pom.xml  | 287 -
 .../src/main/java/org/acme/xml/DummyClass.java |  20 --
 .../src/main/java/org/acme/xml/package-info.java   |  19 --
 .../src/main/resources/application.properties  |  34 ---
 .../test/java/org/acme/xml/TimerLogXmlTest.java|  40 ---
 .../test/java/org/acme/xml/TimerLogXmlXmlIT.java   |  24 --
 timer-log/README.adoc  |  12 +-
 timer-log/pom.xml  |  16 +-
 .../acme/timer/log/ExchangeFormatterProducer.java  |  69 +
 .../main/java/org/acme/timer/log/GreetingBean.java |  25 +-
 .../main/java/org/acme/timer/log/TimerRoute.java   |   8 +-
 .../src/main/resources/application.properties  |   5 +
 .../src/main/resources/routes/my-routes.xml|   8 +-
 .../test/java/org/acme/timer/log/TimerLogTest.java |   8 +-
 51 files changed, 616 insertions(+), 1601 deletions(-)
 create mode 100644 jta-jpa/README.adoc
 copy {jdbc-datasource => jta-jpa}/pom.xml (84%)
 create mode 100644 jta-jpa/src/main/java/org/acme/AuditLog.java
 create mode 100644 jta-jpa/src/main/java/org/acme/CamelRoutes.java
 rename {timer-log-spring => jta-jpa}/src/main/resources/application.properties 
(55%)
 rename timer-log-cdi/src/test/java/org/acme/cdi/TimerLogCdiIT.java => 
jta-jpa/src/test/java/org/acme/JtaIT.java (92%)
 copy jdbc-datasource/src/test/java/org/acme/jdbc/JdbcDataSourceTest.java => 
jta-jpa/src/test/java/org/acme/JtaTest.java (51%)
 create mode 100644 jta-jpa/src/test/resources/broker.xml
 delete mode 100644 timer-log-cdi/README.adoc
 delete mode 100644 timer-log-cdi/pom.xml
 delete mode 100644 timer-log-cdi/src/main/java/org/acme/cdi/Configurations.java
 delete mode 100644 timer-log-cdi/src/main/java/org/acme/cdi/TimerRoute.java
 delete mode 100644 timer-log-cdi/src/main/resources/application.properties
 delete mode 100644 

[GitHub] [camel-quarkus-examples] jamesnetherton merged pull request #96: Upgrade to Quarkus Platform 2.11.1.Final

2022-07-27 Thread GitBox


jamesnetherton merged PR #96:
URL: https://github.com/apache/camel-quarkus-examples/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



[GitHub] [camel-kamelets] Delawen commented on pull request #988: New action that gets features from OGC API server.

2022-07-27 Thread GitBox


Delawen commented on PR #988:
URL: https://github.com/apache/camel-kamelets/pull/988#issuecomment-1196879479

   This is not a source because there is no default "timestamp" parameter from 
which to query only the last results. 


-- 
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] Delawen opened a new pull request, #988: New action that gets features from OGC API server.

2022-07-27 Thread GitBox


Delawen opened a new pull request, #988:
URL: https://github.com/apache/camel-kamelets/pull/988

   See https://www.ogc.org/standards/ogcapi-features
   
   You can either call for a full geoJSON with all the results or iterate over 
each result using the `split` parameter.
   
   This is a new geospatial API standard that replaces WFS servers.
   
   Kamelet Binding used to test:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
 name: integration
   spec:
 source:
   ref:
 apiVersion: camel.apache.org/v1alpha1
 name: timer-source
 kind: Kamelet
   properties:
 period: '500'
 message: 'NONLD_AREA=0.0=Croydon'
 steps:
 - ref:
 apiVersion: camel.apache.org/v1alpha1
 name: ogcapi-features-action
 kind: Kamelet
   properties:
 collection: activity_level_ldn
 url: https://emotional.byteroad.net/
 sink:
   ref:
 apiVersion: camel.apache.org/v1alpha1
 name: log-sink
 kind: Kamelet
   properties:
 showAll: true
   
   ```


-- 
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 #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


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

   :x: Finished component verification: **1 component(s) test failed** out of 1 
component(s) tested


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

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

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



[camel] branch regen_bot updated (d3603a32ccc -> 675be82766e)

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

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


from d3603a32ccc CAMEL-18288: camel-yaml-dsl - Try .. Catch did not work
 add 675be82766e Upgrade to kubernetes 5.12.3

No new revisions were added by this update.

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



[GitHub] [camel] tdiesler commented on a diff in pull request #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


tdiesler commented on code in PR #8059:
URL: https://github.com/apache/camel/pull/8059#discussion_r931148496


##
components/camel-hyperledger-aries/src/main/java/org/apache/camel/converter/aries/ConnectionRecordConverter.java:
##
@@ -0,0 +1,70 @@
+/*

Review Comment:
   Fixed



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



svn commit: r55998 - in /release/camel/camel-quarkus: 2.10.0/ 2.11.0/ 2.11.0/apache-camel-quarkus-2.11.0-src.zip 2.11.0/apache-camel-quarkus-2.11.0-src.zip.asc 2.11.0/apache-camel-quarkus-2.11.0-src.z

2022-07-27 Thread jamesnetherton
Author: jamesnetherton
Date: Wed Jul 27 14:38:12 2022
New Revision: 55998

Log:
Apache Camel Quarkus 2.11.0 released artifacts

Added:
release/camel/camel-quarkus/2.11.0/
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip   
(with props)
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.asc

release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.sha512
Removed:
release/camel/camel-quarkus/2.10.0/

Added: release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip
--
svn:mime-type = application/octet-stream

Added: 
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.asc
==
--- release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.asc 
(added)
+++ release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.asc 
Wed Jul 27 14:38:12 2022
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE6yNzJrQjDCjWD461r1rK8KHocpIFAmLaX1IACgkQr1rK8KHo
+cpIEQQgAhgCf+153A2c3/SWRa/fY3W8xYT6uveT4mnGX8hUDR51FCQJ2hzQUoVr8
+VD0ETqC9MedSXu5HSw688ay32XQwuk8G5gmLGwMXJRmqMGYDLipYjmQ1IOTSxx/j
+61nfMdxc6G08iP6obXHnvUyh8CKBiwcGsScZl7oIICJUwLbE7XVswTYrwkLufu/d
+3JtqRWUklHWrIke8P8OZP28ZnUMH3OD7tWAkg919TFo+PnpDHB1W4JSQmsMc6leu
+QdRXU3/UPcO+QVvvjjECzzGACjEw8pZxRgk0+PD0oljSeJb/0qza0H5yOREVNHcZ
+LQ3o4jF1ba8CqM8q+OeZslrlMr4sgw==
+=LX8/
+-END PGP SIGNATURE-

Added: 
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.sha512
==
--- 
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.sha512 
(added)
+++ 
release/camel/camel-quarkus/2.11.0/apache-camel-quarkus-2.11.0-src.zip.sha512 
Wed Jul 27 14:38:12 2022
@@ -0,0 +1 @@
+0a0d667d8b87c2cafa47862ec14ec51d61f70eb5cb30914104de66f5944666e6baf23cf0ca746403857c7386dedaf48c904e0b78a8ef0c5ba74a804206a0d38b
  apache-camel-quarkus-2.11.0-src.zip




[GitHub] [camel] davsclaus commented on a diff in pull request #8059: CAMEL-18315: camel-hyperledger-aries - Add support for single tenancy…

2022-07-27 Thread GitBox


davsclaus commented on code in PR #8059:
URL: https://github.com/apache/camel/pull/8059#discussion_r931137049


##
components/camel-hyperledger-aries/src/main/java/org/apache/camel/converter/aries/ConnectionRecordConverter.java:
##
@@ -0,0 +1,70 @@
+/*

Review Comment:
   There is a duplicated license header here



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

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

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



  1   2   3   >