[camel-quarkus] branch main updated: Fix name of bean in the CDI documentation

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

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


The following commit(s) were added to refs/heads/main by this push:
 new aae6f27770 Fix name of bean in the CDI documentation
aae6f27770 is described below

commit aae6f277708687f9c540e1c074042073f5bc162d
Author: Zineb Bendhiba 
AuthorDate: Mon Dec 12 20:23:50 2022 +0100

Fix name of bean in the CDI documentation
---
 docs/modules/ROOT/pages/user-guide/cdi.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/user-guide/cdi.adoc 
b/docs/modules/ROOT/pages/user-guide/cdi.adoc
index a3322672f2..ef97787072 100644
--- a/docs/modules/ROOT/pages/user-guide/cdi.adoc
+++ b/docs/modules/ROOT/pages/user-guide/cdi.adoc
@@ -170,10 +170,10 @@ public class CamelRoute extends RouteBuilder {
 @Override
 public void configure() {
 from("direct:named")
-.bean("namedBean", "hello");
+.bean("myNamedBean", "hello");
 /* ... which is an equivalent of the following: */
 from("direct:named")
-.to("bean:namedBean?method=hello");
+.to("bean:myNamedBean?method=hello");
 }
 }
 



[GitHub] [camel-quarkus] zbendhiba merged pull request #4335: Fix name of bean in the CDI documentation

2022-12-12 Thread GitBox


zbendhiba merged PR #4335:
URL: https://github.com/apache/camel-quarkus/pull/4335


-- 
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 jakarta/rewrite updated (e036db932b3 -> 3a81853ed1c)

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch jakarta/rewrite
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard e036db932b3 Reenable git commands
 discard 152b3acb5ea Rewrite script
 add 7c8e2ef8d72 CAMEL-18802: properties function to support looking up key 
first before apply function. base64 function needs this.
 add 08c10d09ed5 camel-jbang - camel get count
 add f42fd708d0c Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae 
(#8868)
 add 030fa614957 (chores) camel-test-infra-kafka: add support for static 
Kafka containers with authentication
 add 222fcd02f70 (chores) camel-kafka: improve the ability to test for 
connection state
 add 5fd8af3fe0d (chores) camel-kafka: added invalid auth handling tests
 add 701f09b8a15 [CAMEL-18783]camel-cxf - avoid referring Singleton bean 
instance(CxfEndpoint) while changing its state in different URIs
 add b41cc7718c1 (chores) camel-test-infra-kafka: ensure proper formatting 
for the SASL JaaS configuration
 add 31a66d9f6be CAMEL-18796: prevent close exceptions from leaking
 add 1b51d50fef9 CAMEL-18796: added manual test case / verification
 add abe6c59a342 Regen for commit 701f09b8a15eb1c7c92881be86dc02ad640de86c
 add 50c8937a961 (chores) documentation: cleanup the first sections of the 
getting started
 add 8c877f8d5c8 CAMEL-18797: camel-sql - Only fetch parameter count if 
really needed. Thanks to John Taylor for the patch.
 add 5c1f9e8214b Upgrade h2 database for testing
 add 10321393eff Fix Flaky Tests Caused by JSON permutations (#8875)
 add d7fe34c5b55 [Hyperledger-Aries] Add support for service=didexchange 
(#8859)
 add dbad3af30bd CAMEL-18807: camel-yaml-dsl - Using method call in filter 
EIP not working. This was a general bug in predicates vs expression reifier in 
camel-core.
 add bb55d5082a2 Fix website build when adding new components for Spring 
Boot
 add c8025d66910 (chores) documentation: initial cleanup of fundamentals
 add fb8f0ccd914 (chores) documentation: fixes some typos and cleanup 
redundant terms
 add 964484d00e5 camel-jbang - Add catalog have since column which also can 
be filtered.
 add a065884e7c3 (chores) doc: fixed broken link
 add 946e16927de (chores) camel-route-parser: replace raw empty list by 
generic one
 add 0afb5291664 (chores) camel-jira: replace raw empty list by generic one
 add 89568edf252 (chores) camel-kafka: replace raw empty list by generic one
 add 3391380d649 (chores) camel-openapi-java: replace raw empty map by 
generic one
 add 9b4fba1a816 (chores) camel-sql: replace raw empty list by generic one
 add 905baaad68d (chores) camel-swagger-java: replace raw empty map by 
generic one
 add e633eff463f (chores) camel-xj: replace raw empty list by generic one
 add c2493072545 (chores) documentation: add a section about creating the 
project
 add 91b73784025 (chores) replace raw empty collections by generic one 
(#8880)
 add b4390dcce4c Upgrade AWS SDK v2 to version 2.18.35
 add 8c1b1f7d8ed Sync deps
 add 29b81cfb1e9 Fixed adoc xrefs
 add 13f2df2568e Polished
 add 7455a739fc1 CAMEL-18802: camel-jbang - Automatic download camel-base64 
if used as properties function.
 add 7555bb0658d camel-jbang - Upgrade to Kamelets 0.10.0
 add c59a51d932e (chores) documentation: complement documentation about 
understanding the sample project
 add 7022968603c CAMEL-18802: Endpoints using optional parameters should 
skip parameter if parameter is using resource loader such as base64.
 add d29fb108e46 camel-kafka: prevent exceptions in close from leaking 
(CAMEL-18796)
 add dbe7d528c76 [Camel-18808] add support for 
CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)
 add a40040d5403 CAMEL-18808: Regen
 add 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)
 add 007416de1b2 CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema
 add 70e2897f80f CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
 add 178de9c8fc3 Regen
 add e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
 add ef2a60f00a5 Rewrite script
 add 3a81853ed1c Reenable git commands

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   (e036db932b3)
\
 N -- N -- N   refs/heads/jakarta/rewrite (3a81853ed1c)

You should already have received notification emails for all of the O
revisions, and so the fo

[camel] 01/05: Rewrite script

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch jakarta/rewritten
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ef2a60f00a5e72861383d1cdb3b0224a9fcd845b
Author: Guillaume Nodet 
AuthorDate: Wed Nov 30 19:08:41 2022 +0100

Rewrite script
---
 jakarta/rewrite.java | 568 +++
 1 file changed, 568 insertions(+)

diff --git a/jakarta/rewrite.java b/jakarta/rewrite.java
new file mode 100755
index 000..bc55ad48238
--- /dev/null
+++ b/jakarta/rewrite.java
@@ -0,0 +1,568 @@
+///usr/bin/env jbang "$0" "$@" ; exit $?
+//DEPS info.picocli:picocli:4.5.0
+
+import java.io.IOError;
+import java.io.IOException;
+import java.io.InterruptedIOException;
+import java.nio.charset.MalformedInputException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.nio.file.StandardOpenOption;
+import java.util.List;
+import java.util.Map;
+import java.util.Objects;
+import java.util.concurrent.Callable;
+import java.util.regex.Pattern;
+import java.util.stream.Stream;
+
+import picocli.CommandLine;
+import picocli.CommandLine.Command;
+import picocli.CommandLine.Option;
+import picocli.CommandLine.Parameters;
+
+@Command(name = "rewrite")
+class rewrite implements Callable {
+
+public static void main(String... args) throws Exception {
+int exitCode = new CommandLine(new rewrite()).execute(args);
+System.exit(exitCode);
+}
+
+
+@Override
+public Integer call() throws Exception {
+// Rebase on top of main
+// exec("git", "checkout", "jakarta-rewrite");
+// Create/reset branch 'rewritten'
+// exec("git", "checkout", "-B", "jakarta-rewritten", 
"jakarta-rewrite");
+
+// Switch version to 4.0.0-SNAPSHOT
+System.out.println("Switch version to 4.0.0-SNAPSHOT");
+try (Stream files = Files.walk(Paths.get("."))) {
+files.forEach(p -> {
+String name = p.getFileName().toString();
+if (name.equals("pom.xml")) {
+regex(p, "3\\.20\\.0-SNAPSHOT", 
"4.0.0-SNAPSHOT");
+} else if (p.toString().contains("/src/generated/resources/")) 
{
+if (name.endsWith(".properties")) {
+regex(p, "version=3.20.0-SNAPSHOT", 
"version=4.0.0-SNAPSHOT");
+} else if (name.endsWith(".json")) {
+regex(p, "\"version\": \"3\\.20\\.0-SNAPSHOT\"", 
"\"version\": \"4.0.0-SNAPSHOT\"");
+}
+}
+});
+}
+
+// Remove OSGi support
+System.out.println("Remove OSGi support");
+try (Stream files = Files.walk(Paths.get("."))) {
+files
+.filter(p -> p.getFileName().toString().equals("pom.xml"))
+.forEach(p -> regex(p, 
+" *<([^>]+-version-range)>[^<]+ *\n", "",
+" *<(camel\\.osgi\\.[^>]+)(>[^<]+| *\\/>) *\n", 
"",
+" * *\n", "",
+" 
*<(plugin|pluginExecutionFilter)>\\s*org.apache.camel\\s*camel-bundle-plugin[\\s\\S]*?
 *\n", "",
+" *init *\n", ""
+));
+}
+regex(Paths.get("components/camel-jasypt/pom.xml"), 
".*?\\s*", "");
+
+// Switch to javax.annotation.processing.Generated
+System.out.println("Switch to javax.annotation.processing.Generated");
+try (Stream files = Files.walk(Paths.get("."))) {
+files
+.filter(p -> {
+String name = p.getFileName().toString();
+return name.endsWith(".java") || name.endsWith(".txt") || 
name.endsWith(".vm");
+})
+.forEach(p -> regex(p, 
+"javax.annotation.Generated", 
"javax.annotation.processing.Generated"
+));
+}
+
+// Add support for jakarta in checkstyle
+System.out.println("Add support for jakarta in checkstyle");
+try (Stream files = Stream.of(
+"pom.xml", 
+"etc/pom.xml", 
+
"buildingtools/src/main/resources/camel-checkstyle.xml").map(Paths::get)) {
+files.forEach(p -> regex(p, 
+"java;javax;org.w3c;org.xml;w3c;", 
"java;jakarta;javax;org.w3c;org.xml;w3c;",
+"java,javax,org.w3c,org.xml,junit", 
"java,jakarta,javax,org.w3c,org.xml,junit"
+));
+}
+
+// Switch javax packages to jakarta
+System.out.println("Switch javax packages to jakarta");
+try (Stream files = Files.walk(Paths.get("."))) {
+files
+.filter(p ->
+p.getFileName().toString().endsWith(".java") && 
!p.toString().equals("jakarta/rewrite.java")
+|| p.getFileName(

[camel] 04/05: Migration to Jetty 11

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch jakarta/rewritten
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d28f20c2e7fe23c7c0715a8fdb011aafaa70c0f3
Author: Vladimir V. Bychkov 
AuthorDate: Mon Nov 14 09:56:27 2022 +0100

Migration to Jetty 11

(cherry picked from commit 5e57bb6cc86bfdbc474f91fc2c152cb0fc03a9ff)
---
 .../org/apache/camel/catalog/components/jetty.json |  4 +-
 .../camel/component/cometd/CometdComponent.java|  2 +-
 .../services/org/apache/camel/other.properties |  2 +-
 .../src/generated/resources/jetty-common.json  |  2 +-
 .../component/jetty/CamelContinuationServlet.java  | 70 +++---
 .../camel/component/jetty/JettyHttpComponent.java  | 23 ++-
 .../camel/component/jetty/MultiPartFilter.java |  2 +-
 .../JettyHttp11EndpointUriFactory.java}|  4 +-
 .../JettyHttpComponent11Configurer.java}   | 13 ++--
 .../JettyHttpEndpoint11Configurer.java}| 13 ++--
 .../services/org/apache/camel/component/jetty  |  2 +-
 .../org/apache/camel/configurer/jetty-component|  2 +-
 .../org/apache/camel/configurer/jetty-endpoint |  2 +-
 .../services/org/apache/camel/send-dynamic/jetty   |  2 +-
 .../org/apache/camel/urifactory/jetty-endpoint |  2 +-
 .../camel/component/{jetty9 => jetty11}/jetty.json |  4 +-
 .../camel-jetty/src/main/docs/jetty-component.adoc |  4 +-
 .../{jetty9 => jetty11}/AttachmentHttpBinding.java | 11 ++--
 .../CamelInputStreamContentProvider.java   |  2 +-
 .../{jetty9 => jetty11}/HttpSendDynamicAware.java  |  2 +-
 .../JettyContentExchange11.java}   |  6 +-
 .../JettyHttpComponent11.java} | 10 ++--
 .../JettyHttpEndpoint11.java}  | 12 ++--
 .../jetty/JettyComponentMuteExceptionTest.java |  6 +-
 .../jetty/JettyHttpEndpointDisconnectTest.java |  5 +-
 .../jetty/TwoCamelContextWithJettyRouteTest.java   | 10 ++--
 .../async/JettyAsyncContinuationTimeoutTest.java   |  2 +-
 .../jetty/JettyComponentSpringConfiguredTest.xml   |  2 +-
 .../apache/camel/component/jetty/jetty-https.xml   |  2 +-
 .../tracing/decorators/JettySpanDecorator.java |  2 +-
 .../component/websocket/WebsocketComponent.java|  2 +-
 .../component/ComponentsBuilderFactory.java|  2 +-
 .../dsl/JettyComponentBuilderFactory.java  |  6 +-
 .../src/generated/resources/metadata.json  |  2 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  4 +-
 .../dsl/JettyHttpEndpointBuilderFactory.java   |  8 +--
 .../infra/jetty/services/JettyEmbeddedService.java |  2 +-
 37 files changed, 130 insertions(+), 121 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jetty.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jetty.json
index 932d1f3b777..5003ce42d7a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jetty.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jetty.json
@@ -3,12 +3,12 @@
 "kind": "component",
 "name": "jetty",
 "title": "Jetty",
-"description": "Expose HTTP endpoints using Jetty 9.",
+"description": "Expose HTTP endpoints using Jetty 11.",
 "deprecated": false,
 "deprecationNote": "",
 "firstVersion": "1.2.0",
 "label": "http",
-"javaType": "org.apache.camel.component.jetty9.JettyHttpComponent9",
+"javaType": "org.apache.camel.component.jetty11.JettyHttpComponent9",
 "supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-jetty",
diff --git 
a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdComponent.java
 
b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdComponent.java
index 12f5338d5d3..f0d61e77b52 100644
--- 
a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdComponent.java
+++ 
b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdComponent.java
@@ -233,7 +233,7 @@ public class CometdComponent extends DefaultComponent 
implements SSLContextParam
 sslParams = retrieveGlobalSslContextParameters();
 }
 
-SslContextFactory sslContextFactory = new SslContextFactory();
+SslContextFactory.Server sslContextFactory = new 
SslContextFactory.Server();
 sslContextFactory.setEndpointIdentificationAlgorithm(null);
 if (sslParams != null) {
 
sslContextFactory.setSslContext(sslParams.createSSLContext(getCamelContext()));
diff --git 
a/components/camel-jetty-common/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-jetty-common/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 4bd0b14e0b8..2f8523a0a41 100644
--- 
a/components/camel

[camel] 02/05: Reenable git commands

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch jakarta/rewritten
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3a81853ed1c5dd130f87168efcd0fa00b48c1468
Author: Guillaume Nodet 
AuthorDate: Thu Dec 8 14:01:19 2022 +0100

Reenable git commands
---
 jakarta/rewrite.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/jakarta/rewrite.java b/jakarta/rewrite.java
index bc55ad48238..a8232d0f842 100755
--- a/jakarta/rewrite.java
+++ b/jakarta/rewrite.java
@@ -33,9 +33,10 @@ class rewrite implements Callable {
 @Override
 public Integer call() throws Exception {
 // Rebase on top of main
-// exec("git", "checkout", "jakarta-rewrite");
+exec("git", "checkout", "jakarta/rewrite");
+exec("git", "rebase", "origin/main");
 // Create/reset branch 'rewritten'
-// exec("git", "checkout", "-B", "jakarta-rewritten", 
"jakarta-rewrite");
+exec("git", "checkout", "-B", "jakarta/rewritten", "jakarta/rewrite");
 
 // Switch version to 4.0.0-SNAPSHOT
 System.out.println("Switch version to 4.0.0-SNAPSHOT");



[camel] 05/05: Fix salesforce component

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch jakarta/rewritten
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a675d5ffa58e55add9ecebc09a7393f321d573c9
Author: Guillaume Nodet 
AuthorDate: Wed Dec 7 11:46:38 2022 +0100

Fix salesforce component

(cherry picked from commit eda15c498fb3834996924607e353ecb1e37cffcc)
---
 .../salesforce/codegen/AbstractSalesforceExecution.java |  2 +-
 .../camel-salesforce/camel-salesforce-component/pom.xml | 12 +---
 .../camel/component/salesforce/SalesforceComponent.java |  6 +++---
 .../camel/component/salesforce/SalesforceConsumer.java  |  6 --
 .../component/salesforce/SalesforceHttpClient.java  | 13 ++---
 .../salesforce/internal/client/AbstractClientBase.java  |  9 +
 .../internal/client/DefaultAnalyticsApiClient.java  |  2 +-
 .../internal/client/DefaultBulkApiClient.java   |  2 +-
 .../internal/client/DefaultBulkApiV2Client.java |  2 +-
 .../internal/client/DefaultCompositeApiClient.java  |  2 +-
 .../DefaultCompositeSObjectCollectionsApiClient.java|  2 +-
 .../salesforce/internal/client/DefaultRawClient.java|  4 ++--
 .../salesforce/internal/client/DefaultRestClient.java   |  2 +-
 .../internal/client/SalesforceSecurityHandler.java  | 17 +
 .../salesforce/internal/streaming/ReplayExtension.java  |  4 ++--
 .../internal/streaming/SubscriptionHelper.java  | 13 +
 .../component/salesforce/BulkApiIntegrationTest.java| 10 --
 .../component/salesforce/HttpProxyIntegrationTest.java  | 10 --
 .../component/salesforce/RestApiIntegrationTest.java| 17 +
 .../component/salesforce/SalesforceConsumerTest.java|  6 --
 .../salesforce/internal/SessionIntegrationTest.java |  2 +-
 .../internal/client/AbstractClientBaseTest.java |  4 ++--
 22 files changed, 80 insertions(+), 67 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-codegen/src/main/java/org/apache/camel/component/salesforce/codegen/AbstractSalesforceExecution.java
 
b/components/camel-salesforce/camel-salesforce-codegen/src/main/java/org/apache/camel/component/salesforce/codegen/AbstractSalesforceExecution.java
index db6eeb356a3..a7cf151ebb3 100644
--- 
a/components/camel-salesforce/camel-salesforce-codegen/src/main/java/org/apache/camel/component/salesforce/codegen/AbstractSalesforceExecution.java
+++ 
b/components/camel-salesforce/camel-salesforce-codegen/src/main/java/org/apache/camel/component/salesforce/codegen/AbstractSalesforceExecution.java
@@ -203,7 +203,7 @@ public abstract class AbstractSalesforceExecution {
 
 // set ssl context parameters
 try {
-final SslContextFactory sslContextFactory = new 
SslContextFactory();
+final SslContextFactory.Client sslContextFactory = new 
SslContextFactory.Client();
 
sslContextFactory.setSslContext(sslContextParameters.createSSLContext(camelContext));
 
 SecurityUtils.adaptToIBMCipherNames(sslContextFactory);
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index ba5cd7ed55c..fd92b08a72f 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -108,18 +108,8 @@
 
 
 org.cometd.java
-cometd-java-client-websocket-jetty
+cometd-java-client-http-jetty
 ${cometd-java-client-version}
-
-
-org.eclipse.jetty
-*
-
-
-org.slf4j
-slf4j-api
-
-
 
 
 org.apache.commons
diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java
index 6fac729d865..8659ba42e1a 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java
@@ -391,7 +391,7 @@ public class SalesforceComponent extends DefaultComponent 
implements SSLContextP
 .orElseGet(() -> 
Optional.ofNullable(retrieveGlobalSslContextParameters())
 .orElseGet(() -> new SSLContextParameters()));
 
-final SslContextFactory sslContextFactory = new 
SslContextFactory();
+final SslContextFactory.Client sslContextFactory = new 
SslContextFactory.Client();
  

[camel] branch jakarta/rewritten updated (b84cdac91d9 -> a675d5ffa58)

2022-12-12 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch jakarta/rewritten
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard b84cdac91d9 Regen
 discard 3d65da38a13 Fix salesforce component
 discard 094fdadca77 Migration to Jetty 11
 discard 3ff86cbbf20 Switch to jakarta namespace
omit 152b3acb5ea Rewrite script
 add 7c8e2ef8d72 CAMEL-18802: properties function to support looking up key 
first before apply function. base64 function needs this.
 add 08c10d09ed5 camel-jbang - camel get count
 add f42fd708d0c Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae 
(#8868)
 add 030fa614957 (chores) camel-test-infra-kafka: add support for static 
Kafka containers with authentication
 add 222fcd02f70 (chores) camel-kafka: improve the ability to test for 
connection state
 add 5fd8af3fe0d (chores) camel-kafka: added invalid auth handling tests
 add 701f09b8a15 [CAMEL-18783]camel-cxf - avoid referring Singleton bean 
instance(CxfEndpoint) while changing its state in different URIs
 add b41cc7718c1 (chores) camel-test-infra-kafka: ensure proper formatting 
for the SASL JaaS configuration
 add 31a66d9f6be CAMEL-18796: prevent close exceptions from leaking
 add 1b51d50fef9 CAMEL-18796: added manual test case / verification
 add abe6c59a342 Regen for commit 701f09b8a15eb1c7c92881be86dc02ad640de86c
 add 50c8937a961 (chores) documentation: cleanup the first sections of the 
getting started
 add 8c877f8d5c8 CAMEL-18797: camel-sql - Only fetch parameter count if 
really needed. Thanks to John Taylor for the patch.
 add 5c1f9e8214b Upgrade h2 database for testing
 add 10321393eff Fix Flaky Tests Caused by JSON permutations (#8875)
 add d7fe34c5b55 [Hyperledger-Aries] Add support for service=didexchange 
(#8859)
 add dbad3af30bd CAMEL-18807: camel-yaml-dsl - Using method call in filter 
EIP not working. This was a general bug in predicates vs expression reifier in 
camel-core.
 add bb55d5082a2 Fix website build when adding new components for Spring 
Boot
 add c8025d66910 (chores) documentation: initial cleanup of fundamentals
 add fb8f0ccd914 (chores) documentation: fixes some typos and cleanup 
redundant terms
 add 964484d00e5 camel-jbang - Add catalog have since column which also can 
be filtered.
 add a065884e7c3 (chores) doc: fixed broken link
 add 946e16927de (chores) camel-route-parser: replace raw empty list by 
generic one
 add 0afb5291664 (chores) camel-jira: replace raw empty list by generic one
 add 89568edf252 (chores) camel-kafka: replace raw empty list by generic one
 add 3391380d649 (chores) camel-openapi-java: replace raw empty map by 
generic one
 add 9b4fba1a816 (chores) camel-sql: replace raw empty list by generic one
 add 905baaad68d (chores) camel-swagger-java: replace raw empty map by 
generic one
 add e633eff463f (chores) camel-xj: replace raw empty list by generic one
 add c2493072545 (chores) documentation: add a section about creating the 
project
 add 91b73784025 (chores) replace raw empty collections by generic one 
(#8880)
 add b4390dcce4c Upgrade AWS SDK v2 to version 2.18.35
 add 8c1b1f7d8ed Sync deps
 add 29b81cfb1e9 Fixed adoc xrefs
 add 13f2df2568e Polished
 add 7455a739fc1 CAMEL-18802: camel-jbang - Automatic download camel-base64 
if used as properties function.
 add 7555bb0658d camel-jbang - Upgrade to Kamelets 0.10.0
 add c59a51d932e (chores) documentation: complement documentation about 
understanding the sample project
 add 7022968603c CAMEL-18802: Endpoints using optional parameters should 
skip parameter if parameter is using resource loader such as base64.
 add d29fb108e46 camel-kafka: prevent exceptions in close from leaking 
(CAMEL-18796)
 add dbe7d528c76 [Camel-18808] add support for 
CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)
 add a40040d5403 CAMEL-18808: Regen
 add 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)
 add 007416de1b2 CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema
 add 70e2897f80f CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
 add 178de9c8fc3 Regen
 add e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
 new ef2a60f00a5 Rewrite script
 new 3a81853ed1c Reenable git commands
 new 67ecb1ad247 Switch to jakarta namespace
 new d28f20c2e7f Migration to Jetty 11
 new a675d5ffa58 Fix salesforce component

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 rep

[camel-karaf] branch camel-karaf-3.20.x created (now 05540530)

2022-12-12 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 05540530 [create-pull-request] automated change

No new revisions were added by this update.



[camel-spring-boot] branch camel-spring-boot-3.20.x created (now ac753b48e5d)

2022-12-12 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch camel-spring-boot-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at ac753b48e5d [create-pull-request] automated change

No new revisions were added by this update.



[camel] branch camel-3.20.x created (now e69455a727a)

2022-12-12 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.

No new revisions were added by this update.



[camel-k] branch main updated: chore: regen resources

2022-12-12 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 d8c09314c chore: regen resources
d8c09314c is described below

commit d8c09314cee15afca9e523737a87ca64c31a5ffe
Author: Tadayoshi Sato 
AuthorDate: Tue Dec 13 15:36:50 2022 +0900

chore: regen resources
---
 pkg/resources/resources.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 093f55b28..8b4b6cfc6 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -172,7 +172,7 @@ var assets = func() http.FileSystem {
modTime:  time.Time{},
uncompressedSize: 2752,
 
-   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x98\x61\x4f\x2b\xe7\xe4\x0c\x4c\xd6\xca\xc6\x20\xcc\x66\xb4\xa7\xa8\x69\x17\x76\x8b\x76\xb7\xd3\xdd\x86\x25\xbf\x3e\x6a\x83\x19\x60\x3e\x92\x89\x46\x8a\x4f\xd8\x55\xf5\xea\xd5\x7b\xd5\x36\x21\x86\xef\x77\x05\x21\xbe\x0a\x4e\xca\x52\x01\xa7\xe1\x2a\x42\xd2\x30\x5e\x11\x72\xbd\x76\x3b\x66\x08\xf7\xba\x55\x05\x73\x42\x2b\x7c\x48\xf2\xfb\x8f\x68\x55\x41\x06\x5a\x
 [...]
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x98\x61\x4f\x2b\xe7\xe4\x0c\x4c\xd6\xca\xc6\x20\xcc\x66\xb4\xa7\xa8\x69\x17\x76\x8b\x76\xb7\xd3\xdd\x86\x25\xbf\x3e\x6a\x83\x19\x60\x3e\x92\x89\x46\x8a\x4f\xd8\x55\xf5\xea\xd5\x7b\xd5\x36\x21\x86\xef\x77\x05\x21\xbe\x0a\x4e\xca\x52\x01\xa7\xe1\x2a\x42\xd2\x30\x5e\x11\x72\xbd\x76\x3b\x66\x08\xf7\xba\x55\x05\x73\x42\x2b\x7c\x48\xf2\xfb\x8f\x68\x55\x41\x06\x5a\x
 [...]
},
"/manager/operator-service-account.yaml": 
&vfsgen۰CompressedFileInfo{
name: "operator-service-account.yaml",



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

2022-12-12 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-karaf.git


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

commit 0554053090d18fca2cafa88b08093c781e3de416
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 13 01:03:57 2022 +

[create-pull-request] automated change
---
 .../org/apache/camel/catalog/karaf/components/azure-storage-blob.json| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
index c8b075d5..2c793a29 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
 "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"com.azure.storage.blob.models.LeaseStatusType", "enum": [ "locked", "unlocked" 
], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Status of the lease on the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#LEASE_STATUS" },



[GitHub] [camel-karaf] oscerd merged pull request #225: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-12-12 Thread GitBox


oscerd merged PR #225:
URL: https://github.com/apache/camel-karaf/pull/225


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

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

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



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

2022-12-12 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 ac753b48e5d [create-pull-request] automated change
ac753b48e5d is described below

commit ac753b48e5deec849c86261ced5e1d0d7a130a04
Author: oscerd 
AuthorDate: Tue Dec 13 01:03:38 2022 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/azure-storage-blob.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 732c0ea049e..e9c0781951e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
 "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"com.azure.storage.blob.models.LeaseStatusType", "enum": [ "locked", "unlocked" 
], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Status of the lease on the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#LEASE_STATUS" },



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

2022-12-12 Thread GitBox


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


-- 
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: chore(build): clean up staging repo for 1.11.0 release

2022-12-12 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 4281ab0e8 chore(build): clean up staging repo for 1.11.0 release
4281ab0e8 is described below

commit 4281ab0e8bed4583e965bc07f3f60eebcd96fa41
Author: Tadayoshi Sato 
AuthorDate: Tue Dec 13 13:36:53 2022 +0900

chore(build): clean up staging repo for 1.11.0 release
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 22e0d8b8d..b6583c8a0 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -75,7 +75,7 @@ OPM := opm
 # Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
 
-STAGING_RUNTIME_REPO := 
https://repository.apache.org/content/repositories/orgapachecamel-1499
+STAGING_RUNTIME_REPO :=
 
 # Define here the repo containing the default Kamelet catalog (if any)
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git



[camel-kafka-connector] branch automatic-periodic-sync updated (6e352610a -> 4e83d6564)

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

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


from 6e352610a Updated CHANGELOG.md
 add 8c1714d60 Point Camel Kamelets 0.10.0
 add 6b3715bde Aligned CKC to Camel-Kamelets 0.10.0
 add c1e5b4052 Fixed tests and dependencies for camel 3.19 and kamelets 
catalog 0.10.0
 add e3122a7ae chore: regen.
 add 4e83d6564 Updated CHANGELOG.md

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md   |   2 +
 .../camel-aws-cloudtrail-source-source.json|  64 ++
 ...n => camel-aws-ddb-experimental-sink-sink.json} |  53 ++---
 .../camel-aws-kinesis-source-source.json   |   2 +-
 .../connectors/camel-aws-s3-cdc-source-source.json | 105 ++
 ...> camel-aws-s3-experimental-source-source.json} |  69 ---
 .../connectors/camel-aws-s3-source-source.json |   2 +-
 .../connectors/camel-aws-sqs-source-source.json|   9 +-
 .../camel-azure-eventhubs-sink-sink.json   |   2 +-
 ...camel-azure-storage-blob-cdc-source-source.json |  70 +++
 ...zure-storage-blob-changefeed-source-source.json |   7 +
 .../camel-azure-storage-blob-source-source.json|  23 ++-
 .../camel-azure-storage-queue-source-source.json   |   2 +-
 .../camel-chuck-norris-source-source.json  |   2 +-
 .../resources/connectors/camel-ftp-sink-sink.json  |   7 +
 .../connectors/camel-ftp-source-source.json|   7 +
 .../resources/connectors/camel-ftps-sink-sink.json |   7 +
 .../connectors/camel-ftps-source-source.json   |   7 +
 .../camel-google-functions-sink-sink.json  |   2 +-
 .../camel-google-storage-cdc-source-source.json|  65 ++
 .../camel-kafka-not-secured-sink-sink.json |   2 +-
 .../connectors/camel-kafka-ssl-source-source.json  |  14 +-
 .../resources/connectors/camel-log-sink-sink.json  |  69 +++
 .../resources/connectors/camel-mail-sink-sink.json |   7 -
 .../connectors/camel-mariadb-source-source.json|   7 +
 .../connectors/camel-mysql-source-source.json  |   7 +
 .../connectors/camel-postgresql-source-source.json |   7 +
 .../connectors/camel-salesforce-source-source.json |  35 
 .../resources/connectors/camel-scp-sink-sink.json  |  26 +++
 .../resources/connectors/camel-sftp-sink-sink.json |  47 -
 .../connectors/camel-sftp-source-source.json   |  47 -
 .../connectors/camel-sqlserver-sink-sink.json  |  14 ++
 .../connectors/camel-sqlserver-source-source.json  |  21 ++
 .../connectors/camel-timer-source-source.json  |   6 +
 .../resources/descriptors/connectors.properties|   6 +
 .../pom.xml|  14 +-
 .../descriptors/connector-source.properties|   1 +
 .../camel-aws-cloudtrail-source-source.json|  64 ++
 .../src/main/assembly/package.xml  |   0
 ...lAwscloudtrailsourceSourceConnector.properties} |   6 +-
 .../CamelAwscloudtrailsourceSourceConnector.java}  |   9 +-
 ...elAwscloudtrailsourceSourceConnectorConfig.java |  76 +++
 .../CamelAwscloudtrailsourceSourceTask.java}   |   9 +-
 .../src/main/resources/META-INF/LICENSE.txt|   0
 .../src/main/resources/META-INF/NOTICE.txt |   0
 .../kamelets/aws-cloudtrail-source.kamelet.yaml|  90 +
 .../pom.xml|   5 -
 .../CamelAwscloudwatchsinkSinkConnector.java   |   3 +-
 .../CamelAwscloudwatchsinkSinkConnectorConfig.java |   3 +-
 .../CamelAwscloudwatchsinkSinkTask.java|   3 +-
 .../kamelets/aws-cloudwatch-sink.kamelet.yaml  |   3 +-
 .../pom.xml|  17 +-
 .../descriptors/connector-sink.properties  |   1 +
 .../camel-aws-ddb-experimental-sink-sink.json  |  53 ++---
 .../src/main/assembly/package.xml  |   0
 ...AwsddbexperimentalsinkSinkConnector.properties} |   8 +-
 .../CamelAwsddbexperimentalsinkSinkConnector.java} |   9 +-
 ...lAwsddbexperimentalsinkSinkConnectorConfig.java |  84 
 .../CamelAwsddbexperimentalsinkSinkTask.java}  |   9 +-
 .../src/main/resources/META-INF/LICENSE.txt|   0
 .../src/main/resources/META-INF/NOTICE.txt |   0
 .../aws-ddb-experimental-sink.kamelet.yaml}|  40 ++--
 .../camel-aws-ddb-sink-kafka-connector/pom.xml |  11 +-
 .../awsddbsink/CamelAwsddbsinkSinkConnector.java   |   3 +-
 .../CamelAwsddbsinkSinkConnectorConfig.java|   3 +-
 .../awsddbsink/CamelAwsddbsinkSinkTask.java|   3 +-
 .../resources/kamelets/aws-ddb-sink.kamelet.yaml   |   5 +-
 .../pom.xml|   5 -
 .../CamelAwsddbstreamssourceSourceConnector.java   |   3 +-
 ...elAwsddbstreamssourceSourceConnectorConfig.java |   3 +-
 .../CamelAwsddbstreamssourceSourceTask.java|   3 +-
 .../kamelets/aws-ddb-streams-source.kamelet.yaml

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

2022-12-12 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 d1cf13 Updated CHANGELOG.md
d1cf13 is described below

commit d1cf13e3029604c91029812bc81cf456bad3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 13 03:20:59 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a3d30ab8b..4bee706a04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Merged pull requests:**
 
+- Next is 2.16.0 [\#4333](https://github.com/apache/camel-quarkus/pull/4333) 
([zbendhiba](https://github.com/zbendhiba))
 - Upgrade to quarkus-cxf 1.7.1 
[\#4331](https://github.com/apache/camel-quarkus/pull/4331) 
([ppalaga](https://github.com/ppalaga))
 - Updating librairies 
[\#4329](https://github.com/apache/camel-quarkus/pull/4329) 
([zbendhiba](https://github.com/zbendhiba))
 - tidy up of jms extension documentation 
[\#4327](https://github.com/apache/camel-quarkus/pull/4327) 
([zhfeng](https://github.com/zhfeng))



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

2022-12-12 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 3ec568615 Updated CHANGELOG.md
3ec568615 is described below

commit 3ec568615418a40abd674a6f9c8579c83d304be2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 13 03:16:07 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ece935cc..577435fb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,16 @@
 
 **Closed issues:**
 
+- Saga example failing with version \> 1.10 
[\#3869](https://github.com/apache/camel-k/issues/3869)
+- Release 1.11.0 [\#3837](https://github.com/apache/camel-k/issues/3837)
+- E2E - Isolate native tests into a dedicated workflow and put each test with 
a separate job in the workflow 
[\#3777](https://github.com/apache/camel-k/issues/3777)
+- Apache sync not working 
[\#3734](https://github.com/apache/camel-k/issues/3734)
+- OPC UA server not reachable from client 
[\#3580](https://github.com/apache/camel-k/issues/3580)
 - How to run a Camel process as a cron job \(other than a timer\) 
[\#3576](https://github.com/apache/camel-k/issues/3576)
 - `kamel uninstall` should also delete leases 
[\#3473](https://github.com/apache/camel-k/issues/3473)
 - failed: could not pull base image image adoptopenjdk/openjdk11:slim: 
https://auth.docker.io/token dial tcp: i/o timeout 
[\#3425](https://github.com/apache/camel-k/issues/3425)
+- Kamel `bind` step index unclear 
[\#2586](https://github.com/apache/camel-k/issues/2586)
+- Migrate the PodDisruptionBudget trait to `policy/v1` API 
[\#2206](https://github.com/apache/camel-k/issues/2206)
 
 ## [v1.11.0](https://github.com/apache/camel-k/tree/v1.11.0) (2022-12-07)
 



[GitHub] [camel-karavan] mrinalsharma closed issue #552: Support Redis Cache

2022-12-12 Thread GitBox


mrinalsharma closed issue #552: Support Redis Cache
URL: https://github.com/apache/camel-karavan/issues/552


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

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

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



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

2022-12-12 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 3681686720-964-5c7bcf11-93e9-4ec7-bfe9-0ddbc36a8be1
   * Camel Quarkus Commit: 060c08ea4562f772811728cb0506a73fed7ae61d
   
   * Quarkus Main Commit: Unknown
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3681686720


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

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

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



[camel-karaf] branch automatic-periodic-sync updated (9858f273 -> 239f3361)

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

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


from 9858f273 CAMEL-18770: add blueprint archetype information
 add 9f635368 CAMEL-18787: Use the elasticsearch-java ServiceMix bundle 
(#221)
 add 239f3361 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/karaf/components/azure-storage-blob.json  | 1 +
 platforms/karaf/features/src/main/resources/features.xml   | 3 +--
 pom.xml| 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)



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

2022-12-12 Thread GitBox


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

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


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

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

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



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

2022-12-12 Thread GitBox


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

   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



[camel-spring-boot] branch automatic-periodic-sync updated (c38b36b45dd -> a0589e2d1bf)

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


from c38b36b45dd [CAMEL-18729]update 
WSAContextUtils.DECOUPLED_ENDPOINT_BASE_PROPERTY in the WSRMTest
 add 10e5746cfe4 Fixed Flaky Test Caused by JSON permutations (#682)
 add a0589e2d1bf [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components/azure-storage-blob.json  | 1 +
 .../camel/component/gson/springboot/GsonMarshalExclusionTest.java| 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)



[GitHub] [camel-k] github-actions[bot] closed issue #3580: OPC UA server not reachable from client

2022-12-12 Thread GitBox


github-actions[bot] closed issue #3580: OPC UA server not reachable from client
URL: https://github.com/apache/camel-k/issues/3580


-- 
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] dependabot[bot] opened a new pull request, #3895: chore(deps): bump go.uber.org/multierr from 1.8.0 to 1.9.0

2022-12-12 Thread GitBox


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

   Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.8.0 
to 1.9.0.
   
   Release notes
   Sourced from https://github.com/uber-go/multierr/releases";>go.uber.org/multierr's 
releases.
   
   v1.9.0
   
   
   Add AppendFunc that allow passsing functions to similar to
   AppendInvoke.
   
   
   Bump up yaml.v3 dependency to 3.0.1.
   
   
   
   
   
   Changelog
   Sourced from https://github.com/uber-go/multierr/blob/master/CHANGELOG.md";>go.uber.org/multierr's
 changelog.
   
   v1.9.0 (2022-12-12)
   
   
   Add AppendFunc that allow passsing functions to similar to
   AppendInvoke.
   
   
   Bump up yaml.v3 dependency to 3.0.1.
   
   
   
   
   
   Commits
   
   https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602";>39ca40c
 Prepare release v1.9.0 (https://github-redirect.dependabot.com/uber-go/multierr/issues/68";>#68)
   https://github.com/uber-go/multierr/commit/445999037311d4b33da9ece1730660e666862821";>4459990
 Add a shorthand for AppendInvoke (https://github-redirect.dependabot.com/uber-go/multierr/issues/65";>#65)
   https://github.com/uber-go/multierr/commit/80b07a745f5713f11d24360b1e0863eef98ac842";>80b07a7
 Document named return constraint for defer (https://github-redirect.dependabot.com/uber-go/multierr/issues/63";>#63)
   https://github.com/uber-go/multierr/commit/492b79245a002e8b252b719453c36a7e4516b70a";>492b792
 Test and lint against Go 1.19 (https://github-redirect.dependabot.com/uber-go/multierr/issues/62";>#62)
   https://github.com/uber-go/multierr/commit/aa8f15f0a1acb41ddcce1ee03b917d0fd9bb014a";>aa8f15f
 Upgrade to yaml.v3 3.0.1 (https://github-redirect.dependabot.com/uber-go/multierr/issues/60";>#60)
   https://github.com/uber-go/multierr/commit/f46d400df055a6da0925264e3b6532563ece7236";>f46d400
 Use append instead of copy to clone slices (https://github-redirect.dependabot.com/uber-go/multierr/issues/58";>#58)
   https://github.com/uber-go/multierr/commit/6fede5ccb33ebb0dbc001cfb3220566db7614acb";>6fede5c
 CI: Test against Go 1.17/1.18 (https://github-redirect.dependabot.com/uber-go/multierr/issues/57";>#57)
   See full diff in https://github.com/uber-go/multierr/compare/v1.8.0...v1.9.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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



[camel-k] branch dependabot/go_modules/go.uber.org/multierr-1.9.0 created (now 2ac254f10)

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

github-bot pushed a change to branch 
dependabot/go_modules/go.uber.org/multierr-1.9.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 2ac254f10 chore(deps): bump go.uber.org/multierr from 1.8.0 to 1.9.0

No new revisions were added by this update.



[camel] branch regen_bot updated (178de9c8fc3 -> e69455a727a)

2022-12-12 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 178de9c8fc3 Regen
 add e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



[camel] branch regen_bot updated (0cfed306b8b -> 178de9c8fc3)

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

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


omit 0cfed306b8b Regen for commit 70e2897f80fbe807a6c19b82df2a13ff606547ef
 add 178de9c8fc3 Regen

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   (0cfed306b8b)
\
 N -- N -- N   refs/heads/regen_bot (178de9c8fc3)

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:



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

2022-12-12 Thread GitBox


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


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

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

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



[camel] branch main created (now e69455a727a)

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

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


  at e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.

No new revisions were added by this update.



[camel] branch regen_bot updated (4aaa0d6c762 -> 0cfed306b8b)

2022-12-12 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 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)
 add 007416de1b2 CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema
 add 70e2897f80f CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
 add 0cfed306b8b Regen for commit 70e2897f80fbe807a6c19b82df2a13ff606547ef

No new revisions were added by this update.

Summary of changes:
 .../dsl/yaml/common/YamlDeserializerSupport.java   |  12 +++
 .../RouteConfigurationDefinitionDeserializer.java  | 101 ++---
 .../generated/resources/schema/camel-yaml-dsl.json |  90 +-
 .../generated/resources/schema/camelYamlDsl.json   |  87 +-
 .../camel/dsl/yaml/RouteConfigurationTest.groovy   | 100 ++--
 5 files changed, 201 insertions(+), 189 deletions(-)



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

2022-12-12 Thread GitBox


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

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


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

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

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



[camel] branch main updated: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.

2022-12-12 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 e69455a727a CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.
e69455a727a is described below

commit e69455a727ac7a68acbcb894d6139413cd3b8b7b
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 22:07:26 2022 +0100

CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml 
schema. Fixed route-configuration to be correct.
---
 docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc 
b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
index f97bb2746e7..f784eb92c9a 100644
--- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
+++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
@@ -240,7 +240,8 @@ When using YAML DSL then you can code your route 
configurations in YAML files as
 [source,yaml]
 
 - route-configuration:
-- id: "yamlError"
+id: "yamlError"
+on-exception:
 - on-exception:
 handled:
   constant: "true"
@@ -385,7 +386,8 @@ And in YAML DSL:
 [source,yaml]
 
 - route-configuration:
-- precondition: "{{activate}}"
+precondition: "{{activate}}"
+on-exception:
 - on-exception:
 exception:
   - "java.lang.IllegalArgumentException"



[camel-spring-boot-examples] branch main updated: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.

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


The following commit(s) were added to refs/heads/main by this push:
 new ae6e2bd  CAMEL-18748: camel-yaml-dsl - Add missing route-configuration 
in yaml schema. Fixed route-configuration to be correct.
ae6e2bd is described below

commit ae6e2bdfa771a2a80383dd6e5cef6ec2e7e46f03
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 22:03:43 2022 +0100

CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml 
schema. Fixed route-configuration to be correct.
---
 routes-configuration/src/main/resources/myerror/yaml-error.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/routes-configuration/src/main/resources/myerror/yaml-error.yaml 
b/routes-configuration/src/main/resources/myerror/yaml-error.yaml
index 44c0824..2ae8c64 100644
--- a/routes-configuration/src/main/resources/myerror/yaml-error.yaml
+++ b/routes-configuration/src/main/resources/myerror/yaml-error.yaml
@@ -16,7 +16,8 @@
 ## ---
 
 - route-configuration:
-- id: "yamlError"
+id: "yamlError"
+on-exception:
 - on-exception:
 handled:
   constant: "true"



[camel-examples] branch main updated: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.

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


The following commit(s) were added to refs/heads/main by this push:
 new 696d313e CAMEL-18748: camel-yaml-dsl - Add missing route-configuration 
in yaml schema. Fixed route-configuration to be correct.
696d313e is described below

commit 696d313ef98ad5ecca658fefd829fab574ca8ed0
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 22:01:34 2022 +0100

CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml 
schema. Fixed route-configuration to be correct.
---
 .../routes-configuration/src/main/resources/myerror/yaml-error.yaml| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml 
b/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
index 44c08247..2ae8c64b 100644
--- a/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
+++ b/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
@@ -16,7 +16,8 @@
 ## ---
 
 - route-configuration:
-- id: "yamlError"
+id: "yamlError"
+on-exception:
 - on-exception:
 handled:
   constant: "true"



[camel] branch main updated: Regen

2022-12-12 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 178de9c8fc3 Regen
178de9c8fc3 is described below

commit 178de9c8fc36e1c477cd05cc31200483e509e3d3
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 21:56:47 2022 +0100

Regen
---
 .../yaml/deserializers/RouteConfigurationDefinitionDeserializer.java  | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
index 996bd7abd49..eefeb01df99 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
@@ -27,16 +27,12 @@ import 
org.apache.camel.model.InterceptSendToEndpointDefinition;
 import org.apache.camel.model.OnCompletionDefinition;
 import org.apache.camel.model.OnExceptionDefinition;
 import org.apache.camel.model.RouteConfigurationDefinition;
-import org.apache.camel.model.RouteTemplateParameterDefinition;
 import org.apache.camel.spi.annotations.YamlIn;
 import org.apache.camel.spi.annotations.YamlProperty;
 import org.apache.camel.spi.annotations.YamlType;
 import org.snakeyaml.engine.v2.nodes.MappingNode;
 import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
-import org.snakeyaml.engine.v2.nodes.SequenceNode;
-
-import java.util.List;
 
 @YamlIn
 @YamlType(



[camel] branch main updated (4aaa0d6c762 -> 70e2897f80f)

2022-12-12 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 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)
 new 007416de1b2 CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema
 new 70e2897f80f CAMEL-18748: camel-yaml-dsl - Add missing 
route-configuration in yaml schema. Fixed route-configuration to be correct.

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:
 .../dsl/yaml/common/YamlDeserializerSupport.java   |  12 +++
 .../RouteConfigurationDefinitionDeserializer.java  | 103 ++---
 .../generated/resources/schema/camel-yaml-dsl.json |  90 +-
 .../generated/resources/schema/camelYamlDsl.json   |  87 +
 .../camel/dsl/yaml/RouteConfigurationTest.groovy   | 100 ++--
 5 files changed, 204 insertions(+), 188 deletions(-)



[camel] 01/02: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema

2022-12-12 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 007416de1b218b279d5804624be93ce0db696f96
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 20:16:54 2022 +0100

CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema
---
 .../deserializers/RouteConfigurationDefinitionDeserializer.java | 2 ++
 .../src/generated/resources/schema/camel-yaml-dsl.json  | 6 ++
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json | 3 +++
 3 files changed, 11 insertions(+)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
index 4aa56069f53..528358bda93 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
@@ -27,6 +27,7 @@ import 
org.apache.camel.model.InterceptSendToEndpointDefinition;
 import org.apache.camel.model.OnCompletionDefinition;
 import org.apache.camel.model.OnExceptionDefinition;
 import org.apache.camel.model.RouteConfigurationDefinition;
+import org.apache.camel.spi.annotations.YamlIn;
 import org.apache.camel.spi.annotations.YamlProperty;
 import org.apache.camel.spi.annotations.YamlType;
 import org.snakeyaml.engine.v2.nodes.MappingNode;
@@ -34,6 +35,7 @@ import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
 import org.snakeyaml.engine.v2.nodes.SequenceNode;
 
+@YamlIn
 @YamlType(
   inline = true,
   types = org.apache.camel.model.RouteConfigurationDefinition.class,
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json
index 68cc7020f88..155ff485ef4 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json
@@ -8217,6 +8217,12 @@
   "onException" : {
 "$ref" : 
"#/items/definitions/org.apache.camel.model.OnExceptionDefinition"
   },
+  "route-configuration" : {
+"$ref" : 
"#/items/definitions/org.apache.camel.model.RouteConfigurationDefinition"
+  },
+  "routeConfiguration" : {
+"$ref" : 
"#/items/definitions/org.apache.camel.model.RouteConfigurationDefinition"
+  },
   "route" : {
 "$ref" : "#/items/definitions/org.apache.camel.model.RouteDefinition"
   },
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
index 13b4e3c94a1..37f021f463b 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
@@ -8112,6 +8112,9 @@
   "onException" : {
 "$ref" : 
"#/items/definitions/org.apache.camel.model.OnExceptionDefinition"
   },
+  "routeConfiguration" : {
+"$ref" : 
"#/items/definitions/org.apache.camel.model.RouteConfigurationDefinition"
+  },
   "route" : {
 "$ref" : "#/items/definitions/org.apache.camel.model.RouteDefinition"
   },



[camel] 02/02: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.

2022-12-12 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 70e2897f80fbe807a6c19b82df2a13ff606547ef
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 21:50:57 2022 +0100

CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml 
schema. Fixed route-configuration to be correct.
---
 .../dsl/yaml/common/YamlDeserializerSupport.java   |  12 +++
 .../RouteConfigurationDefinitionDeserializer.java  | 101 ++---
 .../generated/resources/schema/camel-yaml-dsl.json |  84 -
 .../generated/resources/schema/camelYamlDsl.json   |  84 -
 .../camel/dsl/yaml/RouteConfigurationTest.groovy   | 100 ++--
 5 files changed, 193 insertions(+), 188 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
index a8f0d0632f8..c5a9f3c1300 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
@@ -279,6 +279,13 @@ public class YamlDeserializerSupport {
 return answer;
 }
 
+public static  List asList(Node node, Class type) throws 
YamlDeserializationException {
+List answer = new ArrayList<>();
+asCollection(node, type, answer);
+
+return answer;
+}
+
 public static  Set asFlatSet(Node node, Class type) throws 
YamlDeserializationException {
 Set answer = new HashSet<>();
 asFlatCollection(node, type, answer);
@@ -291,6 +298,11 @@ public class YamlDeserializerSupport {
 asCollection(node, type, collection, true);
 }
 
+public static  void asCollection(Node node, Class type, 
Collection collection)
+throws YamlDeserializationException {
+asCollection(node, type, collection, false);
+}
+
 private static  void asCollection(Node node, Class type, 
Collection collection, boolean flat)
 throws YamlDeserializationException {
 if (node.getNodeType() != NodeType.SEQUENCE) {
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
index 528358bda93..996bd7abd49 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
@@ -27,6 +27,7 @@ import 
org.apache.camel.model.InterceptSendToEndpointDefinition;
 import org.apache.camel.model.OnCompletionDefinition;
 import org.apache.camel.model.OnExceptionDefinition;
 import org.apache.camel.model.RouteConfigurationDefinition;
+import org.apache.camel.model.RouteTemplateParameterDefinition;
 import org.apache.camel.spi.annotations.YamlIn;
 import org.apache.camel.spi.annotations.YamlProperty;
 import org.apache.camel.spi.annotations.YamlType;
@@ -35,9 +36,11 @@ import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
 import org.snakeyaml.engine.v2.nodes.SequenceNode;
 
+import java.util.List;
+
 @YamlIn
 @YamlType(
-  inline = true,
+  inline = false,
   types = org.apache.camel.model.RouteConfigurationDefinition.class,
   order = YamlDeserializerResolver.ORDER_DEFAULT,
   nodes = { "route-configuration", "routeConfiguration" },
@@ -67,60 +70,52 @@ public class RouteConfigurationDefinitionDeserializer 
extends YamlDeserializerBa
 final RouteConfigurationDefinition target = newInstance();
 
 final YamlDeserializationContext dc = getDeserializationContext(node);
-final SequenceNode sn = asSequenceNode(node);
-for (Node item : sn.getValue()) {
-final MappingNode bn = asMappingNode(item);
-setDeserializationContext(item, dc);
+final MappingNode bn = asMappingNode(node);
+setDeserializationContext(node, dc);
 
-for (NodeTuple tuple : bn.getValue()) {
-final String key = asText(tuple.getKeyNode());
-final Node val = tuple.getValueNode();
-switch (key) {
-case "id": {
-target.setId(asText(val));
-break;
-}
-case "precondition":
-target.setPrecondition(asTe

[camel-kamelets-examples] branch main updated: Add error handler example

2022-12-12 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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new daf43f6  Add error handler example
daf43f6 is described below

commit daf43f68dc0c532788a8b93fd19c4e8d7c065daa
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 21:53:05 2022 +0100

Add error handler example
---
 jbang/error-handler/README.adoc| 60 ++
 jbang/error-handler/foo-configuration.yaml | 11 ++
 jbang/error-handler/foo.yaml   | 11 ++
 3 files changed, 82 insertions(+)

diff --git a/jbang/error-handler/README.adoc b/jbang/error-handler/README.adoc
new file mode 100644
index 000..1de292b
--- /dev/null
+++ b/jbang/error-handler/README.adoc
@@ -0,0 +1,60 @@
+== Error Handler
+
+This example shows in YAML DSL how to use route configuration to setup error 
handling.
+
+=== Install JBang
+
+First install JBang according to https://www.jbang.dev
+
+When JBang is installed then you should be able to run from a shell:
+
+[source,sh]
+
+$ jbang --version
+
+
+This will output the version of JBang.
+
+To run this example you can either install Camel on JBang via:
+
+[source,sh]
+
+$ jbang app install camel@apache/camel
+
+
+Which allows to run CamelJBang with `camel` as shown below.
+
+=== How to run
+
+Then you can run this example using:
+
+[source,sh]
+
+$ camel run *
+
+
+Or run with JBang using the longer command line (without installing camel as 
app in JBang):
+
+[source,sh]
+
+$ jbang camel@apache/camel run *
+
+
+=== Run directly from github
+
+The example can also be run directly by referring to the github URL as shown:
+
+[source,sh]
+
+$ jbang camel@apache/camel run 
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/error-handler
+
+
+=== Help and contributions
+
+If you hit any problem using Camel or have some feedback, then please
+https://camel.apache.org/community/support/[let us know].
+
+We also love contributors, so
+https://camel.apache.org/community/contributing/[get involved] :-)
+
+The Camel riders!
diff --git a/jbang/error-handler/foo-configuration.yaml 
b/jbang/error-handler/foo-configuration.yaml
new file mode 100644
index 000..48b7db6
--- /dev/null
+++ b/jbang/error-handler/foo-configuration.yaml
@@ -0,0 +1,11 @@
+# camel-k: language=yaml
+
+# route configuration
+
+- route-configuration:
+error-handler:
+  dead-letter-channel:
+deadLetterUri: "log:dead"
+redeliveryPolicy: 
+  maximumRedeliveries: 5
+  retryAttemptedLogLevel: WARN
diff --git a/jbang/error-handler/foo.yaml b/jbang/error-handler/foo.yaml
new file mode 100644
index 000..3001ef6
--- /dev/null
+++ b/jbang/error-handler/foo.yaml
@@ -0,0 +1,11 @@
+# camel-k: language=yaml
+
+# Write your routes here, for example:
+- from:
+uri: "timer:yaml"
+parameters:
+  period: "1000"
+steps:
+  - throwException:
+  exceptionType: "java.lang.IllegalArgumentException"
+  message: "Forced error"



[GitHub] [camel-karavan] mrinalsharma commented on issue #556: All the steps locks

2022-12-12 Thread GitBox


mrinalsharma commented on issue #556:
URL: https://github.com/apache/camel-karavan/issues/556#issuecomment-1347224767

   This is in karavan-app


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

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

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



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

2022-12-12 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/repos/repos#update-a-repository"}



[camel-website-pub] branch asf-site updated (276ac628ff -> 4daa98bbbc)

2022-12-12 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 276ac628ff Website updated to ce4ebd257be4bbf08ada9619bc5fd98d25395bd5
 discard c0a1777c13 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 4c6a67968a Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 4daa98bbbc Website updated to 598edbaaf78b0eb165f4a3968201142129210415

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   (276ac628ff)
\
 N -- N -- N   refs/heads/asf-site (4daa98bbbc)

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 |50 +-
 .well-known/security.txt  | 2 +-
 community/user-stories/index.html | 2 +-
 site-manifest.json| 2 +-
 sitemap-camel-core.xml| 8 +-
 sitemap-camel-k.xml   |  1376 ++---
 sitemap-camel-kafka-connector.xml |  2184 +++
 sitemap-camel-kamelets.xml|  2252 +++
 sitemap-camel-karaf.xml   |   114 +-
 sitemap-camel-quarkus.xml |  6152 +--
 sitemap-camel-spring-boot.xml |88 +-
 sitemap-components.xml| 11408 ++--
 sitemap-manual.xml|   404 +-
 13 files changed, 12021 insertions(+), 12021 deletions(-)



[GitHub] [camel] lmolkova commented on pull request #8713: CAMEL-18661: Make span current and clear scope properly for async processing

2022-12-12 Thread GitBox


lmolkova commented on PR #8713:
URL: https://github.com/apache/camel/pull/8713#issuecomment-1347197269

   @bvahdat  thank you! it should be fixed now.
   
   @davsclaus I removed notifications from everywhere except 
`CamelInternalProcessor` and yes, everything seems to be working. 
   
   Do you have in mind any scenarios I can run to validate to make sure I 
didn't miss something? I tried to cover what I can think of in 
[CurrentSpanTests](https://github.com/apache/camel/blob/afa146b06db478d8f359d6778fd921f419a466f2/components/camel-opentelemetry/src/test/java/org/apache/camel/opentelemetry/CurrentSpanTests.java).
 
   
   
   
   


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

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

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



[GitHub] [camel-quarkus] zbendhiba opened a new pull request, #4335: Fix name of bean in the CDI documentation

2022-12-12 Thread GitBox


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

   


-- 
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: Update user-stories.md

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 598edbaa Update user-stories.md
598edbaa is described below

commit 598edbaaf78b0eb165f4a3968201142129210415
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 19:47:34 2022 +0100

Update user-stories.md
---
 content/community/user-stories.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/community/user-stories.md 
b/content/community/user-stories.md
index c1ea4244..50bd95a1 100644
--- a/content/community/user-stories.md
+++ b/content/community/user-stories.md
@@ -48,6 +48,7 @@ This page is intended as a place to collect user stories and 
feedback on Apache
 |[Rayvens](http://ibm.biz/rayvens) | Built on Apache Camel, Rayvens enables 
data scientists to interface with hundreds of data services with little effort 
to consume, process, and produce events and data in real time. |
 |[Huawei Cloud 
ROMA](https://www.huaweicloud.com/en-us/product/roma.html)|Apache camel powers 
the runtime engine for [Huawei Cloud 
ROMA](https://www.huaweicloud.com/en-us/product/roma.html) which is a 
commercial iPaaS offering by Huawei Cloud. ROMA integrates data, services, 
messages and devices under one unified platform which enables it's customers to 
hook up systems spanning across multiple Paas, Saas and cloud services.|
 |[ModusBox PortX](https://modusbox.com/portx-platform/)|PortX, the Integration 
Platform as a Service (IPaaS) for financial institutions, is built on the open 
source Apache Camel framework.|
+|[Guidewire Integration 
Framework](https://www.guidewire.com/blog/technology/cloud-integration-framework-the-right-tools-for-the-job/)|
 Integration Gateway is an open framework for developing integration apps that 
bridge Guidewire APIs with external apps and services. It is based on Apache 
Camel.| 
 {{< /table >}}
 
 ## Developer Tooling



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

2022-12-12 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/repos/repos#update-a-repository"}



[camel-website-pub] branch asf-site updated (b7bfcaa9fb -> 276ac628ff)

2022-12-12 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 b7bfcaa9fb Website updated to ce4ebd257be4bbf08ada9619bc5fd98d25395bd5
 discard 60d0048bb0 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new c0a1777c13 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 276ac628ff Website updated to ce4ebd257be4bbf08ada9619bc5fd98d25395bd5

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   (b7bfcaa9fb)
\
 N -- N -- N   refs/heads/asf-site (276ac628ff)

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  |12 +-
 .well-known/security.txt   | 2 +-
 camel-core/getting-started/index.html  |31 +-
 .../3.18.x/azure-storage-blob-component.html   | 2 +-
 components/next/azure-storage-blob-component.html  | 2 +-
 site-manifest.json | 2 +-
 sitemap-camel-core.xml | 8 +-
 sitemap-camel-k.xml|  1376 +--
 sitemap-camel-kafka-connector.xml  |  2184 ++--
 sitemap-camel-kamelets.xml |  2252 ++--
 sitemap-camel-karaf.xml|   114 +-
 sitemap-camel-quarkus.xml  |  6152 +-
 sitemap-camel-spring-boot.xml  |88 +-
 sitemap-components.xml | 11408 +--
 sitemap-manual.xml |   404 +-
 15 files changed, 12031 insertions(+), 12006 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #8885: Backport resume API fix

2022-12-12 Thread GitBox


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

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


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

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

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



[camel-kameleon] branch main updated: Upgrade to latest quarkus and camel-kamelets

2022-12-12 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-kameleon.git


The following commit(s) were added to refs/heads/main by this push:
 new b93fd66  Upgrade to latest quarkus and camel-kamelets
b93fd66 is described below

commit b93fd66d4de2dc4be0eb6b0e3a611a1ad060f234
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 19:28:20 2022 +0100

Upgrade to latest quarkus and camel-kamelets
---
 pom.xml  | 6 +++---
 src/main/resources/kameleon.json | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62d7c72..506e199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,14 +33,14 @@ under the License.
 11
 UTF-8
 
UTF-8
-2.14.1.Final
+2.14.3.Final
 
quarkus-universe-bom
 io.quarkus
-2.14.1.Final
+2.14.3.Final
 3.0.0-M5
 2.14.0
 3.18.4
-0.9.3
+0.10.0
 3.8.5
 
 
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index cc8f913..84420d7 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -78,7 +78,7 @@
   "suffix": "",
   "javaVersions": ["11", "17"],
   "defaultJava": "11",
-  "runtimeVersion": "2.14.1.Final",
+  "runtimeVersion": "2.14.3.Final",
   "archetypeGroupId": "io.quarkus",
   "archetypeArtifactId": "quarkus-maven-plugin"
 }



[GitHub] [camel-karavan] dependabot[bot] closed pull request #547: Bump express from 4.17.2 to 4.18.2 in /karavan-designer

2022-12-12 Thread GitBox


dependabot[bot] closed pull request #547: Bump express from 4.17.2 to 4.18.2 in 
/karavan-designer
URL: https://github.com/apache/camel-karavan/pull/547


-- 
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] dependabot[bot] commented on pull request #547: Bump express from 4.17.2 to 4.18.2 in /karavan-designer

2022-12-12 Thread GitBox


dependabot[bot] commented on PR #547:
URL: https://github.com/apache/camel-karavan/pull/547#issuecomment-1347001518

   Looks like express is up-to-date now, so this is no longer needed.


-- 
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] dependabot[bot] commented on pull request #544: Bump qs and express in /karavan-designer

2022-12-12 Thread GitBox


dependabot[bot] commented on PR #544:
URL: https://github.com/apache/camel-karavan/pull/544#issuecomment-1347000850

   Looks like these dependencies are up-to-date now, so this is no longer 
needed.


-- 
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] dependabot[bot] closed pull request #544: Bump qs and express in /karavan-designer

2022-12-12 Thread GitBox


dependabot[bot] closed pull request #544: Bump qs and express in 
/karavan-designer
URL: https://github.com/apache/camel-karavan/pull/544


-- 
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] dependabot[bot] closed pull request #535: Bump minimatch from 3.0.4 to 3.1.2 in /karavan-core

2022-12-12 Thread GitBox


dependabot[bot] closed pull request #535: Bump minimatch from 3.0.4 to 3.1.2 in 
/karavan-core
URL: https://github.com/apache/camel-karavan/pull/535


-- 
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] dependabot[bot] commented on pull request #535: Bump minimatch from 3.0.4 to 3.1.2 in /karavan-core

2022-12-12 Thread GitBox


dependabot[bot] commented on PR #535:
URL: https://github.com/apache/camel-karavan/pull/535#issuecomment-1346997061

   Looks like minimatch is up-to-date now, so this is no longer needed.


-- 
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: Bump lib versions

2022-12-12 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 bd0141f  Bump lib versions
bd0141f is described below

commit bd0141ff50cbba1eb213f524e0f66196b9a83be0
Author: Marat Gubaidullin 
AuthorDate: Mon Dec 12 13:14:25 2022 -0500

Bump lib versions
---
 karavan-core/package-lock.json |  12 +-
 karavan-designer/package-lock.json | 435 -
 2 files changed, 285 insertions(+), 162 deletions(-)

diff --git a/karavan-core/package-lock.json b/karavan-core/package-lock.json
index d345480..30a51fb 100644
--- a/karavan-core/package-lock.json
+++ b/karavan-core/package-lock.json
@@ -820,9 +820,9 @@
   "dev": true
 },
 "node_modules/minimatch": {
-  "version": "3.0.4",
-  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz";,
-  "integrity": 
"sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+  "version": "3.1.2",
+  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz";,
+  "integrity": 
"sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
   "dev": true,
   "dependencies": {
 "brace-expansion": "^1.1.7"
@@ -1941,9 +1941,9 @@
   "dev": true
 },
 "minimatch": {
-  "version": "3.0.4",
-  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz";,
-  "integrity": 
"sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+  "version": "3.1.2",
+  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz";,
+  "integrity": 
"sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
   "dev": true,
   "requires": {
 "brace-expansion": "^1.1.7"
diff --git a/karavan-designer/package-lock.json 
b/karavan-designer/package-lock.json
index 8779b9c..2bb7763 100644
--- a/karavan-designer/package-lock.json
+++ b/karavan-designer/package-lock.json
@@ -4749,29 +4749,32 @@
   "integrity": 
"sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
 },
 "node_modules/body-parser": {
-  "version": "1.19.1",
-  "resolved": 
"https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz";,
-  "integrity": 
"sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==",
+  "version": "1.20.1",
+  "resolved": 
"https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz";,
+  "integrity": 
"sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
   "dependencies": {
-"bytes": "3.1.1",
+"bytes": "3.1.2",
 "content-type": "~1.0.4",
 "debug": "2.6.9",
-"depd": "~1.1.2",
-"http-errors": "1.8.1",
+"depd": "2.0.0",
+"destroy": "1.2.0",
+"http-errors": "2.0.0",
 "iconv-lite": "0.4.24",
-"on-finished": "~2.3.0",
-"qs": "6.9.6",
-"raw-body": "2.4.2",
-"type-is": "~1.6.18"
+"on-finished": "2.4.1",
+"qs": "6.11.0",
+"raw-body": "2.5.1",
+"type-is": "~1.6.18",
+"unpipe": "1.0.0"
   },
   "engines": {
-"node": ">= 0.8"
+"node": ">= 0.8",
+"npm": "1.2.8000 || >= 1.4.16"
   }
 },
 "node_modules/body-parser/node_modules/bytes": {
-  "version": "3.1.1",
-  "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz";,
-  "integrity": 
"sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
+  "version": "3.1.2",
+  "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz";,
+  "integrity": 
"sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
   "engines": {
 "node": ">= 0.8"
   }
@@ -4784,6 +4787,14 @@
 "ms": "2.0.0"
   }
 },
+"node_modules/body-parser/node_modules/depd": {
+  "version": "2.0.0",
+  "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz";,
+  "integrity": 
"sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+  "engines": {
+"node": ">= 0.8"
+  }
+},
 "node_modules/body-parser/node_modules/iconv-lite": {
   "version": "0.4.24",
   "resolved": 
"https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz";,
@@ -4798,7 +4809,7 @@
 "node_modules/body-parser/node_modules/ms": {
   "version": "2.0.0",
   "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz";,
-  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+  "integrity": 
"sha512-Tpp

[camel] branch regen_bot updated (a40040d5403 -> 4aaa0d6c762)

2022-12-12 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 a40040d5403 CAMEL-18808: Regen
 add 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/test/infra/aws2/services/AWSContainer.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)



[GitHub] [camel-karavan] mgubaidullin commented on issue #556: All the steps locks

2022-12-12 Thread GitBox


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

   in Karavan-designer, karavan-app or karavan-vscode ?


-- 
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 4220/camel-swift-extension updated (31b9478455 -> a7b9531315)

2022-12-12 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4220/camel-swift-extension
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


omit 31b9478455 Ref #4220: Add the camel-swift extension
 add 38651728b6 Next is 2.16.0
 add a7b9531315 Ref #4220: Add the camel-swift extension

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   (31b9478455)
\
 N -- N -- N   refs/heads/4220/camel-swift-extension (a7b9531315)

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:
 catalog/pom.xml|2 +-
 docs/pom.xml   |2 +-
 .../caffeine-lrucache/deployment/pom.xml   |2 +-
 extensions-core/caffeine-lrucache/pom.xml  |2 +-
 extensions-core/caffeine-lrucache/runtime/pom.xml  |2 +-
 extensions-core/core-cloud/deployment/pom.xml  |2 +-
 extensions-core/core-cloud/pom.xml |2 +-
 extensions-core/core-cloud/runtime/pom.xml |2 +-
 extensions-core/core/deployment/pom.xml|2 +-
 extensions-core/core/pom.xml   |2 +-
 extensions-core/core/runtime/pom.xml   |2 +-
 extensions-core/http-common/deployment/pom.xml |2 +-
 extensions-core/http-common/pom.xml|2 +-
 extensions-core/http-common/runtime/pom.xml|2 +-
 extensions-core/pom.xml|2 +-
 .../reactive-executor/deployment/pom.xml   |2 +-
 extensions-core/reactive-executor/pom.xml  |2 +-
 extensions-core/reactive-executor/runtime/pom.xml  |2 +-
 .../threadpoolfactory-vertx/deployment/pom.xml |2 +-
 extensions-core/threadpoolfactory-vertx/pom.xml|2 +-
 .../threadpoolfactory-vertx/runtime/pom.xml|2 +-
 extensions-core/xml-io-dsl/deployment/pom.xml  |2 +-
 extensions-core/xml-io-dsl/pom.xml |2 +-
 extensions-core/xml-io-dsl/runtime/pom.xml |2 +-
 extensions-core/xml-jaxb/deployment/pom.xml|2 +-
 extensions-core/xml-jaxb/pom.xml   |2 +-
 extensions-core/xml-jaxb/runtime/pom.xml   |2 +-
 extensions-core/xml-jaxp/deployment/pom.xml|2 +-
 extensions-core/xml-jaxp/pom.xml   |2 +-
 extensions-core/xml-jaxp/runtime/pom.xml   |2 +-
 extensions-core/yaml-dsl/deployment/pom.xml|2 +-
 extensions-core/yaml-dsl/pom.xml   |2 +-
 extensions-core/yaml-dsl/runtime/pom.xml   |2 +-
 extensions-jvm/asn1/deployment/pom.xml |2 +-
 extensions-jvm/asn1/pom.xml|2 +-
 extensions-jvm/asn1/runtime/pom.xml|2 +-
 extensions-jvm/asterisk/deployment/pom.xml |2 +-
 extensions-jvm/asterisk/pom.xml|2 +-
 extensions-jvm/asterisk/runtime/pom.xml|2 +-
 extensions-jvm/atmos/deployment/pom.xml|2 +-
 extensions-jvm/atmos/pom.xml   |2 +-
 extensions-jvm/atmos/runtime/pom.xml   |2 +-
 .../aws-secrets-manager/deployment/pom.xml |2 +-
 extensions-jvm/aws-secrets-manager/pom.xml |2 +-
 extensions-jvm/aws-secrets-manager/runtime/pom.xml |2 +-
 extensions-jvm/aws-xray/deployment/pom.xml |2 +-
 extensions-jvm/aws-xray/pom.xml|2 +-
 extensions-jvm/aws-xray/runtime/pom.xml|2 +-
 extensions-jvm/azure-cosmosdb/deployment/pom.xml   |2 +-
 extensions-jvm/azure-cosmosdb/pom.xml  |2 +-
 extensions-jvm/azure-cosmosdb/runtime/pom.xml  |2 +-
 extensions-jvm/azure-key-vault/deployment/pom.xml  |2 +-
 extensions-jvm/azure-key-vault/pom.xml |2 +-
 extensions-jvm/azure-key-vault/runtime/pom.xml |2 +-
 extensions-jvm/azure-servicebus/deployment/pom.xml |2 +-
 extensions-jvm/azure-servicebus/pom.xml|2 +-
 extensions-jvm/azure-servicebus/runtime/pom.xml|2 +-
 .../azure-storage-datalake/deployment/pom.xml  |2 +-
 extensions-jvm/azure-storage-datalake/pom.xml  |2 +-
 .../azure-storage-datalake/runtime/pom.xml |2 +-
 extensions-jvm/barcode/deployment/pom.xml  |2 +-
 extensions-jvm/barcode/pom.xml |2 +-
 extensions-

[GitHub] [camel-karavan] mgubaidullin commented on issue #558: Goal of karavan-operator

2022-12-12 Thread GitBox


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

   It would be a great if Karavan Operator could detect (automagically or 
through karavan.yaml CRD) kubernetes service like Amazon EKS and behave 
accordingly.


-- 
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 #558: Goal of karavan-operator

2022-12-12 Thread GitBox


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

   1. To simplify installation process. Two files (karavan.yaml + 
karavan-secret.yaml) vs dozen files
   2. To simplify upgrade process (when Karavan be mature enough to support 
upgrade) 
   3. Next capabilities
   
   https://user-images.githubusercontent.com/1379213/207119570-0c098353-ec30-4ffe-9005-dc8928baf4c3.png";>
   


-- 
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 4220/camel-swift-extension updated (01a77d0467 -> 31b9478455)

2022-12-12 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4220/camel-swift-extension
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 01a77d0467 Ref #4220: Add the camel-swift extension
 add 761295da13 Fix #4317 to update jms documentation for pooling and XA 
support (#4323)
 add e57a645b07 Updated CHANGELOG.md
 add 10d92c0ab2 Upgrade to quarkus-cxf 1.7.0; Rely on jakarta.jws-api, 
jakarta.xml.soap-api and jakarta.xml.ws-api managed in Quarkiverse CXF #4321
 add 04d388799c Upgrade to Quarkus 2.15.0.Final
 add d013382c3a tidy up of jms extension documentation (#4327)
 add 5cce55475b Bump Quarkiverse Artemis to 2.0.3
 add cfc0c6f3c7 Bump Quarkus jgit to 2.3.0
 add acc4bfd597 Bump Quarkus Minio to 1.0.5
 add 660b051a4a Bump Quarkus pooled jms to 1.0.7
 add cb0fbba1e0 Regenerate the JMS doc page
 add c89584d54e Upgrade to quarkus-cxf 1.7.1; ban 
org.apache.geronimo.javamail:geronimo-javamail_1.4_mail
 add 36161f2150 Updated CHANGELOG.md
 add 31b9478455 Ref #4220: Add the camel-swift extension

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   (01a77d0467)
\
 N -- N -- N   refs/heads/4220/camel-swift-extension (31b9478455)

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:
 CHANGELOG.md   |  61 ++-
 .../ROOT/pages/reference/extensions/jms.adoc   |  30 ++
 extensions/jms/runtime/src/main/doc/usage.adoc |  29 ++
 integration-tests/soap/pom.xml |   4 -
 pom.xml|  16 +-
 poms/bom-test/pom.xml  |   5 -
 poms/bom/pom.xml   |  22 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 547 +++--
 .../src/main/generated/flattened-reduced-pom.xml   | 131 +++--
 .../generated/flattened-reduced-verbose-pom.xml| 547 +++--
 10 files changed, 778 insertions(+), 614 deletions(-)



[camel] branch regen_bot updated (de02fbe57ce -> a40040d5403)

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

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


 discard de02fbe57ce Regen for commit dbe7d528c760c438434b00264687dc65253bd306
 add a40040d5403 CAMEL-18808: Regen

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

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:
 .../builder/endpoint/dsl/BlobEndpointBuilderFactory.java  | 15 +++
 1 file changed, 15 insertions(+)



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

2022-12-12 Thread GitBox


github-actions[bot] closed pull request #8886: Generated sources regen
URL: https://github.com/apache/camel/pull/8886


-- 
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] mrinalsharma opened a new issue, #558: Goal of karavan-operator

2022-12-12 Thread GitBox


mrinalsharma opened a new issue, #558:
URL: https://github.com/apache/camel-karavan/issues/558

   why an operator was created when YAML files were doing the job and give more 
flexibility? Should the operator be updated to support AWS too?


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

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

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



[GitHub] [camel-karavan] mrinalsharma commented on issue #552: Support Redis Cache

2022-12-12 Thread GitBox


mrinalsharma commented on issue #552:
URL: https://github.com/apache/camel-karavan/issues/552#issuecomment-1346939291

   You are right, Integrators don't care about react or Quarkus as the 
application is built using the language and container platform. I had the 
opinion to give the option to switch caching in case Infinispan is not a 
preferred caching solution for the company.  it's a component that stays 
outside of the app and not all the cloud providers give a managed option.
   
   I think we can close this ticket for now and re-open it in the future if the 
need comes.


-- 
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] opened a new pull request, #8886: Generated sources regen

2022-12-12 Thread GitBox


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

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


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

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

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



[camel] branch regen_bot updated (d29fb108e46 -> de02fbe57ce)

2022-12-12 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 d29fb108e46 camel-kafka: prevent exceptions in close from leaking 
(CAMEL-18796)
 add dbe7d528c76 [Camel-18808] add support for 
CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)
 add de02fbe57ce Regen for commit dbe7d528c760c438434b00264687dc65253bd306

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-blob.json |  1 +
 .../azure/storage/blob/azure-storage-blob.json |  1 +
 .../azure/storage/blob/BlobConstants.java  |  7 -
 .../azure/storage/blob/BlobStreamAndLength.java|  7 +++--
 .../storage/blob/client/BlobClientWrapper.java | 10 +--
 .../storage/blob/integration/BlobOperationsIT.java | 33 ++
 6 files changed, 54 insertions(+), 5 deletions(-)



[GitHub] [camel-karavan] mgubaidullin commented on issue #552: Support Redis Cache

2022-12-12 Thread GitBox


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

   Karavan is toolkit for Integrator to help them create and deploy 
integrations. 
   
   1. Changing technologies behind Karavan (react, Quarkus, Infinispan, etc) 
gives no values to Integrators
   2. To support Redis and Infinspan we need to implements an abstraction layer 
between application and cache. Lot of work and no value for Integrators
   3. To support Redis and Infinspan we need to implement Redis configuration 
support in Operator. Again lots of work with no value for Integrators.


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

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

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



[camel] branch main updated: CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains kinesis-mock (#8884)

2022-12-12 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto 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 4aaa0d6c762 CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains 
kinesis-mock (#8884)
4aaa0d6c762 is described below

commit 4aaa0d6c7627c97ae75d31ea63ccf212f4a0c4c0
Author: Nicolas Filotto 
AuthorDate: Mon Dec 12 18:21:38 2022 +0100

CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains kinesis-mock (#8884)

## Motivation

The test `Kinesis2ConsumerHealthCustomClientTest systematically` fails on 
Jenkins due to a rate limit issue caused by an incomplete docker image of 
LocalStack.

## Modifications:

* Upgrade the version of the docker image of LocalStack to the most recent 
version that contains kinesis-mock
---
 .../java/org/apache/camel/test/infra/aws2/services/AWSContainer.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
 
b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
index d37ca43c055..3cd64d19254 100644
--- 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
+++ 
b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
@@ -37,8 +37,7 @@ import 
software.amazon.awssdk.auth.credentials.AwsCredentialsProvider;
  */
 public class AWSContainer extends GenericContainer {
 
-// Keep using 1.1.0 as long as 
https://github.com/localstack/localstack/issues/7103 is not fixed and released.
-public static final String LOCALSTACK_CONTAINER = 
"localstack/localstack:1.1.0";
+public static final String LOCALSTACK_CONTAINER = 
"localstack/localstack:1.3.0";
 
 private static final Logger LOG = 
LoggerFactory.getLogger(AWSLocalContainerService.class);
 private static final int SERVICE_PORT = 4566;



[GitHub] [camel] essobedo merged pull request #8884: CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains kinesis-mock

2022-12-12 Thread GitBox


essobedo merged PR #8884:
URL: https://github.com/apache/camel/pull/8884


-- 
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] mrinalsharma commented on issue #552: Support Redis Cache

2022-12-12 Thread GitBox


mrinalsharma commented on issue #552:
URL: https://github.com/apache/camel-karavan/issues/552#issuecomment-1346897884

   So the goal of Infinispan is to pass on deploy commands and status from Dev 
karavan to test/prod Karavan? To achieve this why do we need to lock with 
Infinispan? 


-- 
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 #8885: Backport resume API fix

2022-12-12 Thread GitBox


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

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


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

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

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



[camel] 01/02: [Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)

2022-12-12 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 b57a75d0ee349017442cc3e9fe7f95ed9a591bf7
Author: Jussi Wallin 
AuthorDate: Mon Dec 12 18:41:59 2022 +0200

[Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in 
uploadBlockBlob operation (#8881)

* CAMEL-18808: add BLOB_SIZE support to uploadBlockBlob operation

This commit adds support for the CamelAzureStorageBlobBlobSize-header in 
the producers uploadBlockBlob -operation.

This is necessary to allow a user to upload blobs from streams that do not 
support mark and reset, e.g. a FileInputStream.

* CAMEL-18808: separate the consumer and producer blob size headers

Separate the two headers to mitigate a propagation of the header from a 
consumer to a subsequent producer.

Also remove the header at the end of the uploadBlockBlob -operation to 
avoid affecting any following uploads.

* CAMEL_18808: fix formatting

* CAMEL-18808: move header removal to more intuitive spot
---
 .../azure/storage/blob/azure-storage-blob.json |  1 +
 .../azure/storage/blob/BlobConstants.java  |  7 -
 .../azure/storage/blob/BlobStreamAndLength.java|  7 +++--
 .../storage/blob/client/BlobClientWrapper.java | 10 +--
 .../storage/blob/integration/BlobOperationsIT.java | 33 ++
 5 files changed, 53 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
index 6d296819229..9ebf681a396 100644
--- 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
+++ 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
 "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": 

[camel] branch camel-3.18.x updated (6f5240f6d70 -> f32e54e8813)

2022-12-12 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 6f5240f6d70 CAMEL-18796: prevent close exceptions from leaking
 new b57a75d0ee3 [Camel-18808] add support for 
CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)
 new f32e54e8813 CAMEL-18808: Regen

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:
 .../catalog/components/azure-storage-blob.json |  1 +
 .../azure/storage/blob/azure-storage-blob.json |  1 +
 .../azure/storage/blob/BlobConstants.java  |  7 -
 .../azure/storage/blob/BlobStreamAndLength.java|  7 +++--
 .../storage/blob/client/BlobClientWrapper.java | 10 +--
 .../storage/blob/integration/BlobOperationsIT.java | 33 ++
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   | 15 ++
 7 files changed, 69 insertions(+), 5 deletions(-)



[camel] 02/02: CAMEL-18808: Regen

2022-12-12 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 f32e54e88136ea0d22f894bb57d77eba304ceccf
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 17:58:10 2022 +0100

CAMEL-18808: Regen
---
 .../camel/catalog/components/azure-storage-blob.json  |  1 +
 .../builder/endpoint/dsl/BlobEndpointBuilderFactory.java  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
index 6d296819229..9ebf681a396 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
 "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"com.azure.storage.blob.models.LeaseStatusType", "enum": [ "locked", "unlocked" 
], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Status of the lease on the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#LEASE_STATUS" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
index 3e8ab6862ce..5e08b6ff9bb 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
@@ -2959,6 +2959,21 @@ public interface BlobEndpointBuilderFactory {
 return "AzureStorageBlobBlobSize";
 }
 
+/**
+ * When uploading a blob with the uploadBlockBlob-operation this can be
+ * used to tell the client what the length of an InputStream is.
+ * 
+ * The option is 

[camel] branch main updated: CAMEL-18808: Regen

2022-12-12 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 a40040d5403 CAMEL-18808: Regen
a40040d5403 is described below

commit a40040d540301cf40ddcead712e356e747cd1c27
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 17:58:10 2022 +0100

CAMEL-18808: Regen
---
 .../camel/catalog/components/azure-storage-blob.json  |  1 +
 .../builder/endpoint/dsl/BlobEndpointBuilderFactory.java  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
index c8b075d593e..2c793a29dda 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
 "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"com.azure.storage.blob.models.LeaseStatusType", "enum": [ "locked", "unlocked" 
], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Status of the lease on the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#LEASE_STATUS" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
index 3e8ab6862ce..5e08b6ff9bb 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
@@ -2959,6 +2959,21 @@ public interface BlobEndpointBuilderFactory {
 return "AzureStorageBlobBlobSize";
 }
 
+/**
+ * When uploading a blob with the uploadBlockBlob-op

[GitHub] [camel-karavan] mgubaidullin commented on issue #557: YAML Line number in CamelDefinition

2022-12-12 Thread GitBox


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

   1. We can create custom YAML parcer (lot of work now and then)
   2. We can contribute this feature into js-yaml that we use for parsing


-- 
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 opened a new issue, #557: YAML Line number in CamelDefinition

2022-12-12 Thread GitBox


mgubaidullin opened a new issue, #557:
URL: https://github.com/apache/camel-karavan/issues/557

   To implement Visual Debugger 
https://github.com/apache/camel-karavan/issues/151 we need to have a line 
numbers for elements parsed from YAML DSL file


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #8884: CAMEL-18660: Upgrade LocalStack to 1.3.0 that contains kinesis-mock

2022-12-12 Thread GitBox


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

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


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

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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #552: Support Redis Cache

2022-12-12 Thread GitBox


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

   Companies that already adopted GitOps practices and has their own ArgoCD or 
similar products in place could replace the bottom part of deployment pipeline.


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

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

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



[GitHub] [camel-quarkus] zbendhiba merged pull request #4333: Next is 2.16.0

2022-12-12 Thread GitBox


zbendhiba merged PR #4333:
URL: https://github.com/apache/camel-quarkus/pull/4333


-- 
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 #552: Support Redis Cache

2022-12-12 Thread GitBox


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

   Karavan design by environments
   
   ![Screen Shot 2022-12-12 at 11 41 07 
AM](https://user-images.githubusercontent.com/1379213/207102624-bda644b5-b279-44e4-af14-9f5f16957ebe.png)
   
   
   ![Screen Shot 2022-12-12 at 11 41 49 
AM](https://user-images.githubusercontent.com/1379213/207102758-a07cb752-1523-4bb3-b5d9-62824fd5a0d5.png)
   
   The main idea is to propagate not code but an immutable image between 
environments.
   


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

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

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



[camel] branch main updated: [Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)

2022-12-12 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 dbe7d528c76 [Camel-18808] add support for 
CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation (#8881)
dbe7d528c76 is described below

commit dbe7d528c760c438434b00264687dc65253bd306
Author: Jussi Wallin 
AuthorDate: Mon Dec 12 18:41:59 2022 +0200

[Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in 
uploadBlockBlob operation (#8881)

* CAMEL-18808: add BLOB_SIZE support to uploadBlockBlob operation

This commit adds support for the CamelAzureStorageBlobBlobSize-header in 
the producers uploadBlockBlob -operation.

This is necessary to allow a user to upload blobs from streams that do not 
support mark and reset, e.g. a FileInputStream.

* CAMEL-18808: separate the consumer and producer blob size headers

Separate the two headers to mitigate a propagation of the header from a 
consumer to a subsequent producer.

Also remove the header at the end of the uploadBlockBlob -operation to 
avoid affecting any following uploads.

* CAMEL_18808: fix formatting

* CAMEL-18808: move header removal to more intuitive spot
---
 .../azure/storage/blob/azure-storage-blob.json |  1 +
 .../azure/storage/blob/BlobConstants.java  |  7 -
 .../azure/storage/blob/BlobStreamAndLength.java|  7 +++--
 .../storage/blob/client/BlobClientWrapper.java | 10 +--
 .../storage/blob/integration/BlobOperationsIT.java | 33 ++
 5 files changed, 53 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
index c8b075d593e..2c793a29dda 100644
--- 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
+++ 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
@@ -68,6 +68,7 @@
 "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
 "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
 "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+"CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
 "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
 "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constant

[GitHub] [camel] davsclaus merged pull request #8881: [Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation

2022-12-12 Thread GitBox


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


-- 
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 (7022968603c -> d29fb108e46)

2022-12-12 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 7022968603c CAMEL-18802: Endpoints using optional parameters should 
skip parameter if parameter is using resource loader such as base64.
 add d29fb108e46 camel-kafka: prevent exceptions in close from leaking 
(CAMEL-18796)

No new revisions were added by this update.

Summary of changes:
 .../processor/resume/kafka/SingleNodeKafkaResumeStrategy.java | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)



[GitHub] [camel-quarkus-examples] llowinge commented on a diff in pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


llowinge commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046071228


##
observability/pom.xml:
##
@@ -106,6 +106,10 @@
 io.opentelemetry
 opentelemetry-exporter-logging
 
+
+io.quarkus
+quarkus-opentelemetry-exporter-otlp

Review Comment:
   Ok, lets close this one.



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

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

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



[GitHub] [camel-quarkus-examples] llowinge closed pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


llowinge closed pull request #124: Fix opentelemetry exporter
URL: https://github.com/apache/camel-quarkus-examples/pull/124


-- 
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 #8881: [Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation

2022-12-12 Thread GitBox


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

   ### Components tested:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 1 | 1 | 0 | 2 |


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

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

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



[GitHub] [camel-quarkus-examples] zbendhiba commented on a diff in pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


zbendhiba commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046062061


##
observability/pom.xml:
##
@@ -106,6 +106,10 @@
 io.opentelemetry
 opentelemetry-exporter-logging
 
+
+io.quarkus
+quarkus-opentelemetry-exporter-otlp

Review Comment:
   okay that's make sense. Yes go ahead



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

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

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



[GitHub] [camel-quarkus-examples] llowinge commented on a diff in pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


llowinge commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046057531


##
observability/pom.xml:
##
@@ -106,6 +106,10 @@
 io.opentelemetry
 opentelemetry-exporter-logging
 
+
+io.quarkus
+quarkus-opentelemetry-exporter-otlp

Review Comment:
   Running with CQ `2.13.4.Final`. Can i send this MR to `2.13.x` ? 



-- 
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] mrinalsharma opened a new issue, #556: All the steps locks

2022-12-12 Thread GitBox


mrinalsharma opened a new issue, #556:
URL: https://github.com/apache/camel-karavan/issues/556

   With the latest code, all the route steps lock after moving out of the 
designer view and then coming back to the designer view.
   
![image](https://user-images.githubusercontent.com/3838113/207097807-dfa822c0-e4ca-4ffb-a6fd-d62a640c0139.png)
   
   The generated .yaml definition looks like
   ```
   - dslName: RouteDefinition
 stepName: route
 from:
   uri: 'quartz:foo?cron={{myCron}}'
   steps:
 - uri: 'bean:myBean?method=hello'
   dslName: ToDefinition
   stepName: to
   inArray: true
   inSteps: true
 - dslName: LogDefinition
   stepName: log
   message: '${body}'
   inArray: true
   inSteps: true
 - uri: 'bean:myBean?method=bye'
   dslName: ToDefinition
   stepName: to
   inArray: true
   inSteps: true
 - dslName: LogDefinition
   stepName: log
   message: '${body}'
   inArray: true
   inSteps: true
 - dslName: LoopDefinition
   stepName: loop
   expression:
 dslName: ExpressionDefinition
 stepName: expression
   inArray: true
   inSteps: true
   dslName: FromDefinition
   stepName: from
 id: foo
   ```


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

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

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



[camel] branch regen_bot updated (c59a51d932e -> 7022968603c)

2022-12-12 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 c59a51d932e (chores) documentation: complement documentation about 
understanding the sample project
 add 7022968603c CAMEL-18802: Endpoints using optional parameters should 
skip parameter if parameter is using resource loader such as base64.

No new revisions were added by this update.

Summary of changes:
 .../OptionalPropertyPlaceholderTest.java   | 23 ++
 .../org/apache/camel/util/ResourceHelperTest.java  | 11 +++
 .../org/apache/camel/support/EndpointHelper.java   | 15 --
 3 files changed, 47 insertions(+), 2 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #8881: [Camel-18808] add support for CamelAzureStorageBlobBlobUploadSize in uploadBlockBlob operation

2022-12-12 Thread GitBox


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

   ### Components tested:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 1 | 1 | 0 | 2 |


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

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

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



[GitHub] [camel-quarkus-examples] zbendhiba commented on a diff in pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


zbendhiba commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046037603


##
observability/pom.xml:
##
@@ -106,6 +106,10 @@
 io.opentelemetry
 opentelemetry-exporter-logging
 
+
+io.quarkus
+quarkus-opentelemetry-exporter-otlp

Review Comment:
   Are you sure you're running with 2.14 ?
   It seems that this config is still 
https://quarkus.io/guides/opentelemetry#configuration-reference
   otherwise, we need to open an issue for Quarkus 



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

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

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



[GitHub] [camel-quarkus-examples] zbendhiba commented on a diff in pull request #124: Fix opentelemetry exporter

2022-12-12 Thread GitBox


zbendhiba commented on code in PR #124:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/124#discussion_r1046037603


##
observability/pom.xml:
##
@@ -106,6 +106,10 @@
 io.opentelemetry
 opentelemetry-exporter-logging
 
+
+io.quarkus
+quarkus-opentelemetry-exporter-otlp

Review Comment:
   Are you sure you're running with 2.14 ?
   It seems that this config is still available according to 2.14 docs 
https://quarkus.io/guides/opentelemetry#configuration-reference
   otherwise, we need to open an issue for Quarkus 



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

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

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



  1   2   3   >