[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #4404: testing defaultCredentialProvider with local stack #440

2023-01-19 Thread GitBox


jamesnetherton commented on code in PR #4404:
URL: https://github.com/apache/camel-quarkus/pull/4404#discussion_r1082200687


##
integration-test-groups/aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwTest.java:
##
@@ -234,11 +237,51 @@ public void customClient() {
 RestAssured.given()
 .contentType("application/x-www-form-urlencoded; 
charset=utf-8")
 .header("customClientName", "customClient")
+.header("returnExceptionMessage", true)
 .formParams(data)
 .post("/aws2-cw/send-metric-map/" + namespace)
 .then()
 .statusCode(200)
 .body(is("CloudWatchClientMock"));
 }
 
+//test can be executed only if mock backend is used and no 
defsaultCredentialsprovider is defined inm the system

Review Comment:
   Nitpick - Typos `defsaultCredentialsprovider` & `inm`.



-- 
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 (2da62aa6e9a -> 573868961d9)

2023-01-19 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 2da62aa6e9a Upgrade spring ws 4.0.1
 add 645306c101d Add pom

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

2023-01-19 Thread GitBox


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

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


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

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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #3741: Test `aws-secrets-manager` extension with Localstack

2023-01-19 Thread GitBox


jamesnetherton closed issue #3741: Test `aws-secrets-manager` extension with 
Localstack
URL: https://github.com/apache/camel-quarkus/issues/3741


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

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

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



[GitHub] [camel-quarkus] jamesnetherton merged pull request #3815: Test aws-secrets-manager extension with Localstack #3741

2023-01-19 Thread GitBox


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


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

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

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



[camel-quarkus] branch main updated (8a5e4a21d1 -> cf21d5a0ba)

2023-01-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


from 8a5e4a21d1 Updated CHANGELOG.md
 add cf21d5a0ba Test aws-secrets-manager extension with Localstack #3741

No new revisions were added by this update.

Summary of changes:
 integration-tests-jvm/aws-secrets-manager/pom.xml  |   9 ++
 .../manager/it/AwsSecretsManagerResource.java  |  84 +--
 .../secrets/manager/it/AwsSecretsManagerTest.java  | 161 -
 .../it/AwsSecretsManagerTestEnvCustomizer.java |  21 ++-
 ...quarkus.test.support.aws2.Aws2TestEnvCustomizer |   1 +
 .../test/support/aws2/Aws2TestEnvContext.java  |  10 ++
 6 files changed, 269 insertions(+), 17 deletions(-)
 copy 
integration-test-groups/aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwTestEnvCustomizer.java
 => 
integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerTestEnvCustomizer.java
 (54%)
 create mode 100644 
integration-tests-jvm/aws-secrets-manager/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer



[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2023-01-19 Thread GitBox


jamesnetherton commented on PR #3370:
URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1398030054

   @JiriOndrusek can you update 
`camel-quarkus-integration-tests-support-sql-derby` to 2.17.0-SNAPSHOT and we 
can merge this.


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

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

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



[GitHub] [camel-kafka-connector] mundrusatish opened a new issue, #1504: camel-https-kafka-connector support for multiple HTTPS endpoints

2023-01-19 Thread GitBox


mundrusatish opened a new issue, #1504:
URL: https://github.com/apache/camel-kafka-connector/issues/1504

   Hello,
   
   We have a use case to consume messages from Kafka and sink to 2 API 
endpoints based on condition of success of first endpoint API and sent to 2nd 
endpoint. 
   
   Property for configuring the API endpoint "camel.sink.path.httpUri", however 
it does not have properties to allow for multiple APIs.
   Can we use enterprise integration patterns in camel kafka connectors? if yes 
do we have any reference example project. Please share.
   
   Do we have any OOTB conversions and transformations available in camel kafka 
connector project.
   
   Thanks,
   Satish


-- 
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] gzurowski commented on pull request #9173: Update dependencies for Spring Boot 2.7.8 update

2023-01-19 Thread GitBox


gzurowski commented on PR #9173:
URL: https://github.com/apache/camel/pull/9173#issuecomment-1398027135

   > Oh I forgot you also need to make the same changes to parent/pom.xml file.
   
   This is addressed in #9175.


-- 
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] gzurowski opened a new pull request, #9175: Spring boot 2.7.8 parent dependencies

2023-01-19 Thread GitBox


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

   Updating parent dependencies for the Spring Boot update to version 2.7.8 
(see #711).


-- 
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/01: Update parent dependencies for Spring Boot 2.7.8 update

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch spring-boot-2.7.8-parent-deps
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1c009454acd3a869c83dbf1e7e99953546021a8f
Author: Gregor Zurowski 
AuthorDate: Fri Jan 20 08:42:03 2023 +0100

Update parent dependencies for Spring Boot 2.7.8 update
---
 parent/pom.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index da8a1a4f443..2f2c86395c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,7 +181,7 @@
 2.7
 2.17.1
 1.1.2
-2.3.31
+2.3.32
 
1.1.1
 
1.0
 
1.0
@@ -252,7 +252,7 @@
 70.1
 2.12.0
 1.6.0
-13.0.10.Final
+13.0.15.Final
 2.22
 20.0
 1.10
@@ -391,7 +391,7 @@
 3.2.3
 
3.0.0-M4
 3.3.1
-4.2.14
+4.2.15
 1.10.2
 2.0.1
 3.0.1
@@ -415,7 +415,7 @@
 1.0.0.Beta4
 1.0.1
 0.4.0
-4.1.86.Final
+4.1.87.Final
 2.0.5
 
1.0.69
 9.22
@@ -503,7 +503,7 @@
 5.3.24
 2.4.7
 5.7.6
-3.1.4
+3.1.5
 1.5
 3.14.9
 1.17.2
@@ -546,7 +546,7 @@
 1.2
 1.14
 2.2.3
-2.9.0
+2.9.1
 1.1.4c
 1.4.20
 
0.13.0



[camel] branch spring-boot-2.7.8-parent-deps created (now 1c009454acd)

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 1c009454acd Update parent dependencies for Spring Boot 2.7.8 update

This branch includes the following new commits:

 new 1c009454acd Update parent dependencies for Spring Boot 2.7.8 update

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




[GitHub] [camel-quarkus] JiriOndrusek closed pull request #1723: 1672 as2 too much time second attempt

2023-01-19 Thread GitBox


JiriOndrusek closed pull request #1723: 1672 as2 too much time second attempt
URL: https://github.com/apache/camel-quarkus/pull/1723


-- 
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] JiriOndrusek commented on pull request #1723: 1672 as2 too much time second attempt

2023-01-19 Thread GitBox


JiriOndrusek commented on PR #1723:
URL: https://github.com/apache/camel-quarkus/pull/1723#issuecomment-1398020335

   Because of the fact that currently native build takes slightly over 6 mins 
(`Finished generating 
'camel-quarkus-integration-test-as2-2.16.0-SNAPSHOT-runner' in 6m 16s.`) and 
because the optimization proposed by this PR can not be used -> limiting 
algorithms reduces the testing coverage, Im closing theis PR. Issue is still 
opened, therefore if needed, new optimization attempt may be done. 
   The current better results are probably achieved by the newer quarkus bits 
`2.16.0.Final`. (in the time of creating this PR the version was `1.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-quarkus] jamesnetherton commented on a diff in pull request #4428: Ref #4426: Support CSimple expressions with all DSLs

2023-01-19 Thread GitBox


jamesnetherton commented on code in PR #4428:
URL: https://github.com/apache/camel-quarkus/pull/4428#discussion_r1082178286


##
extensions-support/language/deployment/src/main/java/org/apache/camel/quarkus/support/language/deployment/LanguageSupportProcessor.java:
##
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.quarkus.support.language.deployment;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import io.quarkus.bootstrap.classloading.QuarkusClassLoader;
+import io.quarkus.deployment.annotations.BuildProducer;
+import io.quarkus.deployment.annotations.BuildStep;
+import org.apache.camel.builder.RouteBuilder;
+import org.apache.camel.quarkus.core.CamelConfig;
+import 
org.apache.camel.quarkus.core.deployment.spi.CamelRoutesBuilderClassBuildItem;
+import org.apache.camel.quarkus.support.language.deployment.dm.DryModeLanguage;
+import org.apache.camel.quarkus.support.language.deployment.dm.DryModeMain;
+import org.jboss.logging.Logger;
+
+class LanguageSupportProcessor {
+
+private static final Logger LOG = 
Logger.getLogger(LanguageSupportProcessor.class);
+
+@BuildStep
+void extractExpressions(CamelConfig config, 
List routesBuilderClasses,
+BuildProducer producer) throws Exception {
+final ClassLoader loader = 
Thread.currentThread().getContextClassLoader();
+if (!(loader instanceof QuarkusClassLoader)) {
+throw new IllegalStateException(
+QuarkusClassLoader.class.getSimpleName() + " expected as 
the context class loader");
+}
+final List> routeBuilderClasses = new 
ArrayList<>(routesBuilderClasses.size());
+for (CamelRoutesBuilderClassBuildItem routesBuilderClass : 
routesBuilderClasses) {
+final String className = 
routesBuilderClass.getDotName().toString();
+final Class cl = loader.loadClass(className);
+
+if (RouteBuilder.class.isAssignableFrom(cl)) {
+routeBuilderClasses.add(cl);
+} else {
+LOG.warnf("CSimple language expressions occurring in %s won't 
be compiled at build time", cl);

Review Comment:
   Nitpick - Should we remove `CSimple` from the log message?



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

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

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



[camel] branch camel-3.18.x updated: [Minor] Apply formatter

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new a0c3c0237bf [Minor] Apply formatter
a0c3c0237bf is described below

commit a0c3c0237bf165fc0ab92418758567bedca7fe66
Author: Gregor Zurowski 
AuthorDate: Fri Jan 20 07:35:46 2023 +

[Minor] Apply formatter
---
 .../org/apache/camel/component/file/remote/SftpConfiguration.java | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
index cca314e163c..57fd9c9d969 100644
--- 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
+++ 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
@@ -373,8 +373,8 @@ public class SftpConfiguration extends 
RemoteFileConfiguration {
 
 /**
  * Set a comma separated list of algorithms supported for the server host 
key. Some examples include:
- * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not
- * specified the default list from JSCH will be used.
+ * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not specified the default list
+ * from JSCH will be used.
  */
 public void setServerHostKeys(String serverHostKeys) {
 this.serverHostKeys = serverHostKeys;
@@ -386,8 +386,8 @@ public class SftpConfiguration extends 
RemoteFileConfiguration {
 
 /**
  * Set a comma separated list of public key accepted algorithms. Some 
examples include:
- * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521.  
If not
- * specified the default list from JSCH will be used.
+ * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not specified the default list
+ * from JSCH will be used.
  */
 public void setPublicKeyAcceptedAlgorithms(String 
publicKeyAcceptedAlgorithms) {
 this.publicKeyAcceptedAlgorithms = publicKeyAcceptedAlgorithms;



[GitHub] [camel-quarkus] zhfeng opened a new pull request, #4433: Fix #4128 add a dependabot to upgrade quarkiverse versions

2023-01-19 Thread GitBox


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

   


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

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

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



[GitHub] [camel] davsclaus commented on pull request #9173: Update dependencies for Spring Boot 2.7.8 update

2023-01-19 Thread GitBox


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

   Oh I forgot you also need to make the same changes to parent/pom.xml 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

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



[GitHub] [camel] davsclaus merged pull request #9174: Add pom

2023-01-19 Thread GitBox


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


-- 
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: Add pom

2023-01-19 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 645306c101d Add pom
AuthorDate: Fri Jan 20 02:15:35 2023 -0500

Add pom
 org.apache.camel
 camel-core-all
+pom
 ${project.version}
 
 



[GitHub] [camel-quarkus] zhfeng opened a new pull request, #4432: Fix #4193 to ban com.github.stephenc.jcip:jcip-annotations

2023-01-19 Thread GitBox


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

   


-- 
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] aadish2020 commented on issue #3991: camel k bypassing maven settings.xml when using proxy

2023-01-19 Thread GitBox


aadish2020 commented on issue #3991:
URL: https://github.com/apache/camel-k/issues/3991#issuecomment-1397979787

   > Would you mind posting the trace where we should see the proxy information 
(opportunely anonymized, of course). Something like:
   > 
   > ```
   > camel-k-operator-68f44c469-lzg5p camel-k-operator 
{"level":"error","ts":1674131672.0795956,"logger":"camel-k.maven.build","msg":"[ERROR]
 Some problems were encountered while processing the POMs:\n[ERROR] 
Non-resolvable import POM: Could not transfer artifact 
org.apache.camel.k:camel-k-runtime-bom:pom:1.16.0 from/to repository-000 
(http://my-repo): transfer failed for 
http://my-repo/org/apache/camel/k/camel-k-runtime-bom/1.16.0/camel-k-runtime-bom-1.16.0.pom,
 proxy: ProxyInfo{host='my-proxy', userName='null', port=80, type='http', 
nonProxyHosts='null'} @ line 15, column 19\n[ERROR] 
'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-log:jar is missing. @ line 25, column 
17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-timer:jar is missing. @ line 29, column 
17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.k:camel-k-runtime:jar is missing. @ line 33, column 
17\n[ERROR] 'dependencies.dependency.versi
 on' for org.apache.camel.quarkus:camel-quarkus-java-joor-dsl:jar is missing. @ 
line 37, column 17\n @ 
","stacktrace":"github.com/apache/camel-k/pkg/util/log.Logger.Error\n\tgithub.com/apache/camel-k/pkg/util/log/log.go:75\ngithub.com/apache/camel-k/pkg/util/maven.normalizeLog\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:83\ngithub.com/apache/camel-k/pkg/util/maven.mavenLogHandler\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:54\ngithub.com/apache/camel-k/pkg/util.scan\n\tgithub.com/apache/camel-k/pkg/util/command.go:77\ngithub.com/apache/camel-k/pkg/util.RunAndLog.func1\n\tgithub.com/apache/camel-k/pkg/util/command.go:56\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.1.0/errgroup/errgroup.go:75"}
   > ```
   > 
   > It would be good to have in both scenarios you've described, thanks!
   
   Sure @squakez 
   
   For the scenario where I am using settings.xml with Proxy, the error output 
is 
   
```{"level":"info","ts":1674195734.4286594,"logger":"camel-k.maven.build","msg":"Apache
 Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)"}
   
{"level":"info","ts":1674195734.428734,"logger":"camel-k.maven.build","msg":"Maven
 home: /usr/share/maven"}
   
{"level":"info","ts":1674195734.428738,"logger":"camel-k.maven.build","msg":"Java
 version: 11.0.16, vendor: Eclipse Adoptium, runtime: /opt/mandrel"}
   
{"level":"info","ts":1674195734.4287417,"logger":"camel-k.maven.build","msg":"Default
 locale: en_US, platform encoding: UTF-8"}
   
{"level":"info","ts":1674195734.4287455,"logger":"camel-k.maven.build","msg":"OS
 name: \"linux\", version: \"3.10.0-1160.71.1.el7.x86_64\", arch: \"amd64\", 
family: \"unix\""}
   
{"level":"info","ts":1674195735.8285153,"logger":"camel-k.maven.build","msg":"Scanning
 for projects..."}
   
{"level":"error","ts":1674195736.390869,"logger":"camel-k.maven.build","msg":"[ERROR]
 Some problems were encountered while processing the POMs:\n[ERROR] 
Non-resolvable import POM: Could not find artifact 
org.apache.camel.k:camel-k-runtime-bom:pom:1.16.0 in central 
(https://repo.maven.apache.org/maven2) @ line 15, column 19\n[ERROR] 
'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-core:jar is missing. @ line 25, column 
17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-kafka:jar is missing. @ line 29, column 
17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-kamelet:jar is missing. @ line 33, 
column 17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-knative:jar is missing. @ line 37, 
column 17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.k:camel-k-knative-impl:jar is missing. @ line 41, column 
17\n[ERROR] 'dependencies.depe
 ndency.version' for org.apache.camel.k:camel-k-runtime:jar is missing. @ line 
45, column 17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-platform-http:jar is missing. @ line 54, 
column 17\n[ERROR] 'dependencies.dependency.version' for 
org.apache.camel.quarkus:camel-quarkus-yaml-dsl:jar is missing. @ line 58, 
column 17\n @ 
","stacktrace":"github.com/apache/camel-k/pkg/util/log.Logger.Error\n\tgithub.com/apache/camel-k/pkg/util/log/log.go:75\ngithub.com/apache/camel-k/pkg/util/maven.normalizeLog\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:83\ngithub.com/apache/camel-k/pkg/util/maven.mavenLogHandler\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:54\ngithub.com/apache/camel-k/pkg/util.scan\n\tgithub.com/apache/camel-k/pkg/util/command.go:77\ngithub.com/apache/camel-k/pkg/util.RunAndLog.func1\n\tgithub.com/apache/camel-k/pkg/util/c

[GitHub] [camel-kamelets] tadayosi commented on issue #1244: Provide a way to pass Kamelets arbitrary parameters so that users don't need to extend predefined Kamelets so often

2023-01-19 Thread GitBox


tadayosi commented on issue #1244:
URL: 
https://github.com/apache/camel-kamelets/issues/1244#issuecomment-1397978465

   @oscerd What do you think about this feature request?
   
   One difficulty with implementing such a feature is that there are multiple 
endpoints in a single Kamelet, so we need to devise a good notation to specify 
which internal endpoints to apply the passed parameters.
   
   So for example in a KameletBinding with `kafka-source` (notice `extensions`):
   
   ```yaml
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
 name: kafka-source-binding
   spec:
 source:
   ref:
 kind: Kamelet
 apiVersion: camel.apache.org/v1alpha1
 name: kafka-source
   properties:
 bootstrapServers: "The Bootstrap Servers"
 password: "The Password"
 topic: "The Topic Names"
 user: "The Username"
   extensions:
 from:
   endpointOptions: "groupId=my-consumergroup&consumsersCount=4"
 step.1:
   endpointOptions: "..."
 step.2:
   endpointOptions: "..."
 sink:
   ref:
 kind: KafkaTopic
 apiVersion: kafka.strimzi.io/v1beta1
 name: my-topic
   ```


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

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

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



[GitHub] [camel-kamelets] tadayosi opened a new issue, #1244: Provide a way to pass Kamelets arbitrary parameters so that users don't need to extend predefined Kamelets so often

2023-01-19 Thread GitBox


tadayosi opened a new issue, #1244:
URL: https://github.com/apache/camel-kamelets/issues/1244

   A Kamelet has a predefined set of properties that are opinionatedly chosen 
for ease of use, but oftentimes we later find that there are some more 
properties needed for the common usages of a Kamelet. In such case, right now 
the only ways users can do are either 1) extending the Kamelet by themselves 
from the predefined one, or 2) requesting to add the parameters and waiting for 
the next release. If Kamelets can provide a generic way to pass arbitrary 
parameters to the internal Camel endpoints as an advanced configuration option, 
then it can give users a faster workaround while waiting for the Kamelet to 
officially support the parameters.


-- 
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-spring-boot] branch main updated: [create-pull-request] automated change

2023-01-19 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 b2e4eb4ac68 [create-pull-request] automated change
b2e4eb4ac68 is described below

commit b2e4eb4ac68d739c876b6f398525381b20cac1a5
Author: oscerd 
AuthorDate: Fri Jan 20 01:25:44 2023 +

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

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index cf70a29afce..4a6fca3dadb 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3648,11 +3648,6 @@
 camel-spring-batch
 4.0.0-SNAPSHOT
   
-  
-org.apache.camel
-camel-spring-integration
-4.0.0-SNAPSHOT
-  
   
 org.apache.camel
 camel-spring-jdbc
@@ -4312,12 +4307,12 @@
   
 org.eclipse.rdf4j
 rdf4j-model
-3.7.4
+4.2.2
   
   
 org.eclipse.rdf4j
 rdf4j-rio-api
-3.7.4
+4.2.2
   
   
 org.junit-pioneer



[GitHub] [camel-spring-boot] oscerd merged pull request #712: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-01-19 Thread GitBox


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


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

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

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



[GitHub] [camel-quarkus] zhfeng commented on pull request #4431: Fix #4122 to use io.quarkiverse.cxf:quarkus-cxf-saaj

2023-01-19 Thread GitBox


zhfeng commented on PR #4431:
URL: https://github.com/apache/camel-quarkus/pull/4431#issuecomment-1397913073

   `quarkiverse-cxf.version` in `2.13.x` is 1.5.10. So I think it could be good 
to backport?


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

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

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



[GitHub] [camel-quarkus] zhfeng opened a new pull request, #4431: Fix #4122 to use io.quarkiverse.cxf:quarkus-cxf-saaj

2023-01-19 Thread GitBox


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

   


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

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

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



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

2023-01-19 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 8a5e4a21d1 Updated CHANGELOG.md
8a5e4a21d1 is described below

commit 8a5e4a21d1cb686e3636a58fc423b8aab5ca0bde
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 03:19:51 2023 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 90 +---
 1 file changed, 50 insertions(+), 40 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c48e751ee6..b61f97fc15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,50 +2,20 @@
 
 ## [Unreleased](https://github.com/apache/camel-quarkus/tree/HEAD)
 
-[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.13.2...HEAD)
-
-**Implemented enhancements:**
-
-- Create serialization/deserialization helper instead of json mediatype 
[\#4353](https://github.com/apache/camel-quarkus/issues/4353)
-
-**Fixed bugs:**
-
-- Multiple test methods do not work in a class extending 
CamelQuarkusTestSupport  
[\#4362](https://github.com/apache/camel-quarkus/issues/4362)
-- \[Quarkus 2.14.0\] OptaPlanner tests fail to start 
[\#4116](https://github.com/apache/camel-quarkus/issues/4116)
-
-**Closed issues:**
-
-- Make the csimple extension agnostic to build systems 
[\#4416](https://github.com/apache/camel-quarkus/issues/4416)
-- JavaShell DSL support 
[\#4413](https://github.com/apache/camel-quarkus/issues/4413)
-- js-dsl - Improve the interoperability with Java code 
[\#4407](https://github.com/apache/camel-quarkus/issues/4407)
-- Kotlin DSL native support 
[\#4392](https://github.com/apache/camel-quarkus/issues/4392)
-- Test framework - problem when global RouteBuilder is used 
[\#4381](https://github.com/apache/camel-quarkus/issues/4381)
-- Groovy DSL native support 
[\#4379](https://github.com/apache/camel-quarkus/issues/4379)
-- Tika: Enable test testImagePng 
[\#4371](https://github.com/apache/camel-quarkus/issues/4371)
-- Java jOOR DSL native support 
[\#4358](https://github.com/apache/camel-quarkus/issues/4358)
-- Aws2: Allow testing of useDefaultCredentialsProvider 
[\#4346](https://github.com/apache/camel-quarkus/issues/4346)
-- Split package warning 
[\#4330](https://github.com/apache/camel-quarkus/issues/4330)
-- Depend on quarkus-minio-native instead of quarkus-minio to be able to create 
Minio clients programmatically 
[\#4328](https://github.com/apache/camel-quarkus/issues/4328)
-- Google-bigquery test sqlCrudOperations fails with real account on branch 
2.13.x [\#4304](https://github.com/apache/camel-quarkus/issues/4304)
-- \[Camel 3.20.0\] SmallRye Fault Tolerance 5.6.0 not compattible with Camel 
3.20.0 [\#4298](https://github.com/apache/camel-quarkus/issues/4298)
-- \[Camel 3.20.0\] Remove JSONata dependency override 
[\#4294](https://github.com/apache/camel-quarkus/issues/4294)
-- perf-regression: write the report to disk 
[\#4263](https://github.com/apache/camel-quarkus/issues/4263)
-- \[Camel 3.20\] CamelContext must be specified on: KeyStoreParameters 
[\#4248](https://github.com/apache/camel-quarkus/issues/4248)
-- Platform-http : add integration tests for reverse proxy feature  \(Camel 
3.18.3\) [\#4246](https://github.com/apache/camel-quarkus/issues/4246)
-- \[Quarkus 2.15.0\] SmallRye Fault Tolerance 5.6.0 not compattible with Camel 
3.19.0 [\#4225](https://github.com/apache/camel-quarkus/issues/4225)
-- \[Camel 3.20\] xml integration tests is failing on native build 
[\#4216](https://github.com/apache/camel-quarkus/issues/4216)
-- Expand AWS CW test coverage 
[\#4196](https://github.com/apache/camel-quarkus/issues/4196)
-- Improve test coverage for scheduler component 
[\#4175](https://github.com/apache/camel-quarkus/issues/4175)
-- Splunk: tests are failing after the upgrade of Splunk in Camel 
[\#4085](https://github.com/apache/camel-quarkus/issues/4085)
-- perf-regression: PerfRegressionIT should use `java.home` system property for 
the java executable location 
[\#4023](https://github.com/apache/camel-quarkus/issues/4023)
-- CVE-2022-26612: Apache Hadoop: Arbitrary file write in 
FileUtil\#unpackEntries on Windows 
[\#3763](https://github.com/apache/camel-quarkus/issues/3763)
-- Increase telegram test coverage 
[\#3562](https://github.com/apache/camel-quarkus/issues/3562)
+[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.16.0...HEAD)
 
 **Merged pull requests:**
 
+- fix the release doc 
[\#4430](https://github.com/apache/camel-quarkus/pull/4430) 
([aldettinger](https://github.com/aldettinger))
+- Next is 2.17.0-SNAPSHOT 
[\#4429](https://github.com/apache/camel-quarkus/pull/4429) 
([aldettinger](https://github.com/aldettinger))
+- Restore ability to test command mode runners 
[\#4427](https://github.com/apache/camel-quarkus/pull/4427) 
([jamesnetherton](https://gi

[GitHub] [camel-quarkus] zhfeng commented on issue #4071: Re-use enforcer config from Quarkus

2023-01-19 Thread GitBox


zhfeng commented on issue #4071:
URL: https://github.com/apache/camel-quarkus/issues/4071#issuecomment-1397871992

   We need to wait for maven-enforcer-plugin 3.2.0 release


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

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

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



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

2023-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 11d6e6c5cbc5e6e3cf6346d0dd5d9fc1ca0d1778
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 03:07:00 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c619c3d7b..687b387cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Salesforce sink update 
[\#1500](https://github.com/apache/camel-kafka-connector/issues/1500)
 - Unable to set `password` for `camel-sjms2-kafka-connector` 
[\#1491](https://github.com/apache/camel-kafka-connector/issues/1491)
 - Upgrade to Camel-Kamelets 0.8.1 
[\#1372](https://github.com/apache/camel-kafka-connector/issues/1372)
 



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

2023-01-19 Thread GitBox


zhfeng closed issue #4123: Move org.apache.cxf.xjc-utils:cxf-xjc-runtime BOM 
entry to quarkus-cxf-bom
URL: https://github.com/apache/camel-quarkus/issues/4123


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

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

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



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

2023-01-19 Thread GitBox


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

   I think it has been fixed in `2.14.0`


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

2023-01-19 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 3964185004-1002-8caf38a6-0b53-491c-800e-f639dd090864
   * Camel Quarkus Commit: fcaa90de5fc9ab2f1586b4690596504556e9060a
   
   * Quarkus Main Commit: Unknown
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3964185004


-- 
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 (04e925e6e87 -> 474fbba28ac)

2023-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit 04e925e6e87 [create-pull-request] automated change
 add a104f27f406 [create-pull-request] automated change
 add 32df65d138e Fix Kuberneter AutoConfiguration and tests (#709)
 add 7817c373930 Fix catalog tests
 add 7d4eee5d503 Fix platform-http tests
 add b440c6c6809 Fix failing test due to SB3 update
 add 474fbba28ac [create-pull-request] automated change

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

 * -- * -- B -- O -- O -- O   (04e925e6e87)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (474fbba28ac)

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

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

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/SpringBootRuntimeProviderTest.java  | 8 
 springframework.boot.autoconfigure.AutoConfiguration.imports | 2 +-
 components-starter/camel-platform-http-starter/pom.xml   | 8 +---
 .../http/springboot/JettyCustomPlatformHttpConsumer.java | 6 +++---
 .../org/apache/camel/component/sql/SqlTransactedRouteTest.java   | 4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml   | 9 ++---
 6 files changed, 13 insertions(+), 24 deletions(-)



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #712: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-01-19 Thread GitBox


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

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


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

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

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



[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #4428: Ref #4426: Support CSimple expressions with all DSLs

2023-01-19 Thread GitBox


zhfeng commented on code in PR #4428:
URL: https://github.com/apache/camel-quarkus/pull/4428#discussion_r1082029244


##
extensions-support/language/pom.xml:
##
@@ -0,0 +1,37 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-extensions-support
+2.16.0-SNAPSHOT

Review Comment:
   same as above



##
extensions-support/language/deployment/pom.xml:
##
@@ -0,0 +1,65 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-support-language-parent
+2.16.0-SNAPSHOT

Review Comment:
   It should be `2.17-SNAPSHOT` now



##
extensions-support/language/runtime/pom.xml:
##
@@ -0,0 +1,65 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-support-language-parent
+2.16.0-SNAPSHOT
+../pom.xml
+
+
+camel-quarkus-support-language
+Camel Quarkus :: Support :: Language :: Runtime
+
+
+2.16.0
+2.16.0

Review Comment:
   2.17.0



##
extensions-support/language/runtime/pom.xml:
##
@@ -0,0 +1,65 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.camel.quarkus
+camel-quarkus-support-language-parent
+2.16.0-SNAPSHOT

Review Comment:
   same as above



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

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

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



[camel-k] branch release-1.11.x updated: chore: changelog automatic update

2023-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.11.x by this push:
 new bf36dd96c chore: changelog automatic update
bf36dd96c is described below

commit bf36dd96cfba8bad3687cd444026191c4c1e579a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 00:55:08 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc660fbcc..0edc73eb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Multi tenancy operator flaky test 
[\#3988](https://github.com/apache/camel-k/issues/3988)
 - unable to set null-like default for non-required Kamelet property 
[\#3986](https://github.com/apache/camel-k/issues/3986)
 - Smoke test error TestKameletBindingScale 
[\#3959](https://github.com/apache/camel-k/issues/3959)
 - Nightly smoke test failure for Kamelets 
[\#3957](https://github.com/apache/camel-k/issues/3957)



[camel-k] branch release-1.10.x updated: chore: changelog automatic update

2023-01-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.10.x by this push:
 new 5eca39d99 chore: changelog automatic update
5eca39d99 is described below

commit 5eca39d990b0fab98ccfa78b90931f3807aa2296
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 00:55:02 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc660fbcc..0edc73eb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Multi tenancy operator flaky test 
[\#3988](https://github.com/apache/camel-k/issues/3988)
 - unable to set null-like default for non-required Kamelet property 
[\#3986](https://github.com/apache/camel-k/issues/3986)
 - Smoke test error TestKameletBindingScale 
[\#3959](https://github.com/apache/camel-k/issues/3959)
 - Nightly smoke test failure for Kamelets 
[\#3957](https://github.com/apache/camel-k/issues/3957)



[camel-k] branch main updated: chore: changelog automatic update

2023-01-19 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 16c39482c chore: changelog automatic update
16c39482c is described below

commit 16c39482cb3f43b051c72dc6d89c7c6835d629c6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 00:55:10 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc660fbcc..0edc73eb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Multi tenancy operator flaky test 
[\#3988](https://github.com/apache/camel-k/issues/3988)
 - unable to set null-like default for non-required Kamelet property 
[\#3986](https://github.com/apache/camel-k/issues/3986)
 - Smoke test error TestKameletBindingScale 
[\#3959](https://github.com/apache/camel-k/issues/3959)
 - Nightly smoke test failure for Kamelets 
[\#3957](https://github.com/apache/camel-k/issues/3957)



[GitHub] [camel-k] github-actions[bot] commented on issue #3459: Camel-K initContainer

2023-01-19 Thread GitBox


github-actions[bot] commented on issue #3459:
URL: https://github.com/apache/camel-k/issues/3459#issuecomment-1397773924

   This issue has been automatically marked as stale due to 90 days of 
inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply 
write any comment.
   Thanks for your contributions!


-- 
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/github.com/spf13/viper-1.15.0 created (now 97b898307)

2023-01-19 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/github.com/spf13/viper-1.15.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 97b898307 chore(deps): bump github.com/spf13/viper from 1.14.0 to 
1.15.0

No new revisions were added by this update.



[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3995: chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0

2023-01-19 Thread GitBox


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

   Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 
to 1.15.0.
   
   Release notes
   Sourced from https://github.com/spf13/viper/releases";>github.com/spf13/viper's 
releases.
   
   v1.15.0
   
   What's Changed
   Exciting New Features 🎉
   
   feat: add multiple endpoints support for remote by https://github.com/mozartz";>@​mozartz in https://github-redirect.dependabot.com/spf13/viper/pull/1464";>spf13/viper#1464
   
   Enhancements 🚀
   
   Add DocBlock to WatchConfig by https://github.com/glebik000";>@​glebik000 in https://github-redirect.dependabot.com/spf13/viper/pull/1467";>spf13/viper#1467
   
   Breaking Changes đź› 
   
   Drop YAML v2 and TOML v1 by https://github.com/sagikazarmark";>@​sagikazarmark in https://github-redirect.dependabot.com/spf13/viper/pull/1493";>spf13/viper#1493
   Drop support for Go 1.16 by https://github.com/sagikazarmark";>@​sagikazarmark in https://github-redirect.dependabot.com/spf13/viper/pull/1494";>spf13/viper#1494
   
   Dependency Updates ⬆️
   
   build(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.3 by https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1465";>spf13/viper#1465
   build(deps): bump github.com/magiconair/properties from 1.8.6 to 1.8.7 
by https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1475";>spf13/viper#1475
   build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.5 to 2.0.6 by 
https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1466";>spf13/viper#1466
   build(deps): bump mheap/github-action-required-labels from 2 to 3 by https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1482";>spf13/viper#1482
   build(deps): bump github.com/subosito/gotenv from 1.4.1 to 1.4.2 by https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1488";>spf13/viper#1488
   build(deps): bump github.com/sagikazarmark/crypt from 0.8.0 to 0.9.0 by 
https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/spf13/viper/pull/1490";>spf13/viper#1490
   
   New Contributors
   
   https://github.com/choar816";>@​choar816 made 
their first contribution in https://github-redirect.dependabot.com/spf13/viper/pull/1481";>spf13/viper#1481
   https://github.com/lol768";>@​lol768 made their 
first contribution in https://github-redirect.dependabot.com/spf13/viper/pull/1485";>spf13/viper#1485
   https://github.com/mozartz";>@​mozartz made 
their first contribution in https://github-redirect.dependabot.com/spf13/viper/pull/1464";>spf13/viper#1464
   https://github.com/glebik000";>@​glebik000 made 
their first contribution in https://github-redirect.dependabot.com/spf13/viper/pull/1467";>spf13/viper#1467
   
   Full Changelog: https://github.com/spf13/viper/compare/v1.14.0...v1.15.0";>https://github.com/spf13/viper/compare/v1.14.0...v1.15.0
   
   
   
   Commits
   
   https://github.com/spf13/viper/commit/518241257478c557633ab36e474dfcaeb9a3c623";>5182412
 Add DocBlock to WatchConfig (https://github-redirect.dependabot.com/spf13/viper/issues/1467";>#1467)
   https://github.com/spf13/viper/commit/0755477020c2dffa85bdf3ff0d2f4402e8c53971";>0755477
 feat: add multiple endpoints support for remote
   https://github.com/spf13/viper/commit/a7ad8cfcc498bf931c250cbfef65e320c98f707d";>a7ad8cf
 build(deps): bump github.com/sagikazarmark/crypt from 0.8.0 to 0.9.0
   https://github.com/spf13/viper/commit/63630c2fcdf434d40a9396b7678b1d8e020288bc";>63630c2
 build(deps): bump github.com/subosito/gotenv from 1.4.1 to 1.4.2
   https://github.com/spf13/viper/commit/996ab102144b89fff3318a57e780d62717bcedf8";>996ab10
 ci: update golangci-lint
   https://github.com/spf13/viper/commit/982460e8e1b44e809b2b7d666a65d13aede436ce";>982460e
 feat!: drop Go 1.16 support
   https://github.com/spf13/viper/commit/2f5cb62e1fa7874e7044f825095c79155a7776c4";>2f5cb62
 ci: cleanup tags
   https://github.com/spf13/viper/commit/77fc1c3084ea7064db16816828cca7af47c04410";>77fc1c3
 feat!: drop toml v1 support
   https://github.com/spf13/viper/commit/e42b933dbe09a4dca670a89fa98a55dddec014c0";>e42b933
 feat!: drop yaml v2 support
   https://github.com/spf13/viper/commit/9e46b7652ff9b483ba5fde5932a6729d6921b3fa";>9e46b76
 build(deps): bump mheap/github-action-required-labels from 2 to 3
   Additional commits viewable in https://github.com/spf13/viper/compare/v1.14.0...v1.15.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.14.0&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-secu

[GitHub] [camel-quarkus] aldettinger merged pull request #4429: Next is 2.17.0-SNAPSHOT

2023-01-19 Thread GitBox


aldettinger merged PR #4429:
URL: https://github.com/apache/camel-quarkus/pull/4429


-- 
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 #9174: Add pom

2023-01-19 Thread GitBox


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

   :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] cunningt opened a new pull request, #9174: Add pom

2023-01-19 Thread GitBox


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

   Add pom type to the camel-core-all entry in parent/pom.xml


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

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

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



[camel-quarkus] branch main updated: Restore ability to test command mode runners

2023-01-19 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger 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 14f2e9b84a Restore ability to test command mode runners
14f2e9b84a is described below

commit 14f2e9b84a215fdaad5991eb03839cb93bc633b5
Author: James Netherton 
AuthorDate: Thu Jan 19 14:30:24 2023 +

Restore ability to test command mode runners
---
 .../java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java| 4 ++--
 .../quarkus/main/unknown/args/fail/MainUnknownArgumentFailTest.java   | 4 ++--
 .../main/unknown/args/ignore/MainUnknownArgumentIgnoreTest.java   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
 
b/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
index 0d7b9e2ecf..3cc8a2bb9d 100644
--- 
a/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
+++ 
b/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
@@ -24,15 +24,15 @@ import java.util.concurrent.TimeoutException;
 import org.apache.camel.quarkus.test.support.process.QuarkusProcessExecutor;
 import org.apache.camel.util.StringHelper;
 import org.assertj.core.api.Assertions;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.zeroturnaround.exec.InvalidExitValueException;
 import org.zeroturnaround.exec.ProcessResult;
 import org.zeroturnaround.exec.StartedProcess;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
-@Disabled("https://github.com/apache/camel-quarkus/issues/4218";)
+@DisabledIfSystemProperty(named = "quarkus.runner", matches = ".*runner.jar", 
disabledReason = "https://github.com/apache/camel-quarkus/issues/4218";)
 public class CommandModeTest {
 
 @Test
diff --git 
a/integration-tests/main-unknown-args-fail/src/test/java/org/apache/camel/quarkus/main/unknown/args/fail/MainUnknownArgumentFailTest.java
 
b/integration-tests/main-unknown-args-fail/src/test/java/org/apache/camel/quarkus/main/unknown/args/fail/MainUnknownArgumentFailTest.java
index 6298b84050..53eaf5e5d2 100644
--- 
a/integration-tests/main-unknown-args-fail/src/test/java/org/apache/camel/quarkus/main/unknown/args/fail/MainUnknownArgumentFailTest.java
+++ 
b/integration-tests/main-unknown-args-fail/src/test/java/org/apache/camel/quarkus/main/unknown/args/fail/MainUnknownArgumentFailTest.java
@@ -21,14 +21,14 @@ import java.util.concurrent.TimeoutException;
 
 import io.quarkus.test.junit.QuarkusTest;
 import org.apache.camel.quarkus.test.support.process.QuarkusProcessExecutor;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.zeroturnaround.exec.ProcessResult;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
+@DisabledIfSystemProperty(named = "quarkus.runner", matches = ".*runner.jar", 
disabledReason = "https://github.com/apache/camel-quarkus/issues/4218";)
 @QuarkusTest
-@Disabled("https://github.com/apache/camel-quarkus/issues/4218";)
 public class MainUnknownArgumentFailTest {
 
 @Test
diff --git 
a/integration-tests/main-unknown-args-ignore/src/test/java/org/apache/camel/quarkus/main/unknown/args/ignore/MainUnknownArgumentIgnoreTest.java
 
b/integration-tests/main-unknown-args-ignore/src/test/java/org/apache/camel/quarkus/main/unknown/args/ignore/MainUnknownArgumentIgnoreTest.java
index 3db467f8ce..268d18b979 100644
--- 
a/integration-tests/main-unknown-args-ignore/src/test/java/org/apache/camel/quarkus/main/unknown/args/ignore/MainUnknownArgumentIgnoreTest.java
+++ 
b/integration-tests/main-unknown-args-ignore/src/test/java/org/apache/camel/quarkus/main/unknown/args/ignore/MainUnknownArgumentIgnoreTest.java
@@ -21,14 +21,14 @@ import java.util.concurrent.TimeoutException;
 
 import io.quarkus.test.junit.QuarkusTest;
 import org.apache.camel.quarkus.test.support.process.QuarkusProcessExecutor;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.zeroturnaround.exec.ProcessResult;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
+@DisabledIfSystemProperty(named = "quarkus.runner", matches = ".*runner.jar", 
disabledReason = "https://github.com/apache/camel-quarkus/issues/4218";)
 @QuarkusTest
-@Disabled("https://github.com/apache/camel-quarkus/issues/4218";)
 public class MainUnknownArgumentIgnoreTest {
 
 @Test



[GitHub] [camel-quarkus] aldettinger merged pull request #4427: Restore ability to test command mode runners

2023-01-19 Thread GitBox


aldettinger merged PR #4427:
URL: https://github.com/apache/camel-quarkus/pull/4427


-- 
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, #627: Update AWS deployment to support spring-boot

2023-01-19 Thread GitBox


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

   - Update the YAML based AWS deployment to support spring-boot


-- 
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 (52e7af16553 -> 2da62aa6e9a)

2023-01-19 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 52e7af16553 Regen SBOMs
 add 2da62aa6e9a Upgrade spring ws 4.0.1

No new revisions were added by this update.

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



[camel] branch regen_bot updated (7d7d7808063 -> 52e7af16553)

2023-01-19 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 7d7d7808063 Upgrade Plexus Archiver to version 4.6.1
 add 734c0bdc78e CAMEL-18951 - Introducing SBOM generation - Don't run on 
all modules - Thanks Christofer Dutz
 add 92372ba8375 CAMEL-18951 - Introducing SBOM generation - Don't run on 
all modules - Thanks Christofer Dutz
 add 52e7af16553 Regen SBOMs

No new revisions were added by this update.

Summary of changes:
 camel-sbom/camel-sbom.json | 2897 
 camel-sbom/camel-sbom.xml  | 2118 ++--
 pom.xml|1 +
 3 files changed, 2790 insertions(+), 2226 deletions(-)



[camel-spring-boot] branch camel-spring-boot-3.20.x updated: Update to Spring Boot 2.7.8 (#711)

2023-01-19 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.20.x by 
this push:
 new 5baae54841c Update to Spring Boot 2.7.8 (#711)
5baae54841c is described below

commit 5baae54841c9cf116de9d0e5cb3358fc431330e2
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 19:39:12 2023 +0100

Update to Spring Boot 2.7.8 (#711)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4403f0dd54c..0f47f48cff9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.7
+2.7.8
 
 
 3.20.2-SNAPSHOT



[GitHub] [camel-spring-boot] davsclaus merged pull request #711: Update to Spring Boot 2.7.8

2023-01-19 Thread GitBox


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


-- 
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 camel-spring-boot-3.18.x updated: Update to Spring Boot 2.7.8 (#711)

2023-01-19 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by 
this push:
 new f3e9a724c27 Update to Spring Boot 2.7.8 (#711)
f3e9a724c27 is described below

commit f3e9a724c2771251629f08e686eda7226b4bcc02
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 19:39:12 2023 +0100

Update to Spring Boot 2.7.8 (#711)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a799e53ec9..91abbfd6060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.7
+2.7.8
 
 
 3.18.5-SNAPSHOT



[camel] branch camel-3.18.x updated: Update dependencies for Spring Boot 2.7.8 (#9173)

2023-01-19 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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new 58f1cc4a35e Update dependencies for Spring Boot 2.7.8 (#9173)
58f1cc4a35e is described below

commit 58f1cc4a35e87de1cf055dae6eeb4981fa75aa30
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 19:38:49 2023 +0100

Update dependencies for Spring Boot 2.7.8 (#9173)
---
 camel-dependencies/pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 864ae611957..14c8cf29641 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -196,7 +196,7 @@
 1.15.0
 2.7
 2.17.1
-2.3.31
+2.3.32
 1.1.2
 
1.1.1
 
1.0
@@ -403,7 +403,7 @@
 3.2.3
 
3.0.0-M4
 3.3.1
-4.2.13
+4.2.15
 1.10.2
 2.0.1
 
3.0
@@ -428,7 +428,7 @@
 1.0.0.Beta4
 1.0.1
 2.0.5
-4.1.85.Final
+4.1.87.Final
 
1.0.69
 9.22
 3.4.4
@@ -557,7 +557,7 @@
 1.2
 1.14
 2.2.3
-2.9.0
+2.9.1
 1.1.4c
 1.4.20
 
0.13.0



[GitHub] [camel] davsclaus merged pull request #9173: Update dependencies for Spring Boot 2.7.8 update

2023-01-19 Thread GitBox


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


-- 
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: Upgrade spring ws 4.0.1

2023-01-19 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 2da62aa6e9a Upgrade spring ws 4.0.1
2da62aa6e9a is described below

commit 2da62aa6e9a9c4852f047fccd60a3c372ba878ff
Author: Claus Ibsen 
AuthorDate: Thu Jan 19 19:30:48 2023 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index ec974e19133..22ee44e45c1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -483,7 +483,7 @@
 6.0.4
 3.0.0
 6.0.1
-4.0.0
+4.0.1
 1.5
 3.14.9
 1.17.2
diff --git a/parent/pom.xml b/parent/pom.xml
index fa44331673c..a26ea4f3cf7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -478,7 +478,7 @@
 6.0.4
 3.0.0
 6.0.1
-4.0.0
+4.0.1
 1.5
 3.14.9
 1.17.2



[GitHub] [camel-k] andreaTP opened a new pull request, #3994: [proposal] Publish a generated extension using jbang and jitpack

2023-01-19 Thread GitBox


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

   
   
   Hi all and thanks for the amazing and widely used project!
   
   For some time we are delivering a [`java-generator` from 
CRD](https://github.com/fabric8io/kubernetes-client/blob/master/doc/java-generation-from-CRD.md)
 as part of the fabric8 kubernetes-client project.
   We are dissatisfied with the [current "extensions" 
mechanism](https://github.com/fabric8io/kubernetes-client/tree/master/extensions/camel-k)
 and, sometimes, we struggle to keep it up to date and maintained.
   
   Here I'm proposing a possible implementation of the automation needed in 
this repository to publish a package functionally equivalent to the current 
extension but with close to zero maintenance involved.
   
   You can check the resulting artifacts built from my fork: 
https://jitpack.io/#andreaTP/camel-k/0.0.2-SNAPSHOT
   
   I'm happy to receive feedback on all the pieces, the automation(`jbang` and 
`jitpack`), the generated code, where to publish etc.
   
   cc. @lburgazzoli @manusa
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


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

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

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



[camel] 02/03: CAMEL-18951 - Introducing SBOM generation - Don't run on all modules - Thanks Christofer Dutz

2023-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 92372ba8375fd81fc5b097be6efa768ddc73c01a
Author: Andrea Cosentino 
AuthorDate: Thu Jan 19 18:50:33 2023 +0100

CAMEL-18951 - Introducing SBOM generation - Don't run on all modules - 
Thanks Christofer Dutz

Signed-off-by: Andrea Cosentino 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 985620280fd..4e44924d6eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -854,9 +854,9 @@
org.cyclonedx
cyclonedx-maven-plugin
${cyclonedx-maven-plugin-version}
+   false

 camel-sbom
-false






[camel] 01/03: CAMEL-18951 - Introducing SBOM generation - Don't run on all modules - Thanks Christofer Dutz

2023-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 734c0bdc78e048ef8e64230b866813d2a24cc2ce
Author: Andrea Cosentino 
AuthorDate: Thu Jan 19 18:38:24 2023 +0100

CAMEL-18951 - Introducing SBOM generation - Don't run on all modules - 
Thanks Christofer Dutz

Signed-off-by: Andrea Cosentino 
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5b71c54ebcc..985620280fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,6 +856,7 @@
${cyclonedx-maven-plugin-version}

 camel-sbom
+false






[camel] branch main updated (7d7d7808063 -> 52e7af16553)

2023-01-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


from 7d7d7808063 Upgrade Plexus Archiver to version 4.6.1
 new 734c0bdc78e CAMEL-18951 - Introducing SBOM generation - Don't run on 
all modules - Thanks Christofer Dutz
 new 92372ba8375 CAMEL-18951 - Introducing SBOM generation - Don't run on 
all modules - Thanks Christofer Dutz
 new 52e7af16553 Regen SBOMs

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


Summary of changes:
 camel-sbom/camel-sbom.json | 2897 
 camel-sbom/camel-sbom.xml  | 2118 ++--
 pom.xml|1 +
 3 files changed, 2790 insertions(+), 2226 deletions(-)



[GitHub] [camel] gzurowski opened a new pull request, #9173: Update dependencies for Spring Boot 2.7.8 update

2023-01-19 Thread GitBox


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

   The change updates the dependencies to support the Spring Boot 2.7.8 update: 
https://github.com/apache/camel-spring-boot/pull/711.


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

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

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



[GitHub] [camel-k] squakez commented on pull request #3993: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


squakez commented on PR #3993:
URL: https://github.com/apache/camel-k/pull/3993#issuecomment-1397364407

   New attempt... :crossed_fingers: 


-- 
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 update-deps-for-spring-boot-2.7.8 created (now b5caef6701f)

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch update-deps-for-spring-boot-2.7.8
in repository https://gitbox.apache.org/repos/asf/camel.git


  at b5caef6701f Update dependencies for Spring Boot 2.7.8

This branch includes the following new commits:

 new b5caef6701f Update dependencies for Spring Boot 2.7.8

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




[camel] 01/01: Update dependencies for Spring Boot 2.7.8

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch update-deps-for-spring-boot-2.7.8
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b5caef6701fcc8e27c5eca1cce1b39c60d10263b
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 18:37:38 2023 +0100

Update dependencies for Spring Boot 2.7.8
---
 camel-dependencies/pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 864ae611957..14c8cf29641 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -196,7 +196,7 @@
 1.15.0
 2.7
 2.17.1
-2.3.31
+2.3.32
 1.1.2
 
1.1.1
 
1.0
@@ -403,7 +403,7 @@
 3.2.3
 
3.0.0-M4
 3.3.1
-4.2.13
+4.2.15
 1.10.2
 2.0.1
 
3.0
@@ -428,7 +428,7 @@
 1.0.0.Beta4
 1.0.1
 2.0.5
-4.1.85.Final
+4.1.87.Final
 
1.0.69
 9.22
 3.4.4
@@ -557,7 +557,7 @@
 1.2
 1.14
 2.2.3
-2.9.0
+2.9.1
 1.1.4c
 1.4.20
 
0.13.0



[GitHub] [camel-spring-boot] davsclaus commented on pull request #711: Update to Spring Boot 2.7.8

2023-01-19 Thread GitBox


davsclaus commented on PR #711:
URL: 
https://github.com/apache/camel-spring-boot/pull/711#issuecomment-1397337869

   @gzurowski if you have time then check these dependency upgrades from SB 
2.7.8 and find them in the camel core project and try to upgrade the same or 
higher version
   
   https://github.com/spring-projects/spring-boot/releases/tag/v2.7.8
   
   such as micrometer, netty, etc.


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

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

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



[camel-spring-boot] branch update-spring-boot-2.7.8 updated (51c947e7032 -> 03e2c2dfd1a)

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 discard 51c947e7032 Update to Spring Boot 2.7.8
 new 03e2c2dfd1a Update to Spring Boot 2.7.8

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   (51c947e7032)
\
 N -- N -- N   refs/heads/update-spring-boot-2.7.8 (03e2c2dfd1a)

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

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

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


Summary of changes:
 pom.xml | 156 +---
 1 file changed, 50 insertions(+), 106 deletions(-)



[camel-spring-boot] 01/01: Update to Spring Boot 2.7.8

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 03e2c2dfd1a143d19b7215124dd43fbe2efff08c
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 18:16:10 2023 +0100

Update to Spring Boot 2.7.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a799e53ec9..91abbfd6060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.7
+2.7.8
 
 
 3.18.5-SNAPSHOT



[camel-spring-boot] 01/01: Update to Spring Boot 2.7.8

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 51c947e70324b9c214e366ee9552b8b9ae8e5139
Author: Gregor Zurowski 
AuthorDate: Thu Jan 19 18:13:28 2023 +0100

Update to Spring Boot 2.7.8
---
 pom.xml | 158 +++-
 1 file changed, 107 insertions(+), 51 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a799e53ec9..b4d9f23b3ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,22 +2,31 @@
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0
 
 
@@ -108,7 +117,7 @@
 false
 
 
-2.7.7
+2.7.8
 
 
 3.18.5-SNAPSHOT
@@ -201,7 +210,7 @@
 
@@ -431,7 +440,8 @@
 
file,http
 
target/derby.log
 
${java.awt.headless}
-
${basedir}/target/test-classes/logging.properties
+
+
${basedir}/target/test-classes/logging.properties
 
 
target/
 
@@ -475,7 +485,8 @@
 
 setup.eclipse
 
+  files
+for modules -->
 
 
${basedir}/../workspace
 true
@@ -532,62 +543,106 @@
 
 
 
-
-
-
+
+
+
 
 
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
 
 
-
+
 
-
-
+
+
 
 
 
-
-
+
+
 
-
+
 
 
-
-
+
+
 
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
 
 
-
+
 
 
-
+
 
- 

[camel-spring-boot] branch update-spring-boot-2.7.8 created (now 51c947e7032)

2023-01-19 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 51c947e7032 Update to Spring Boot 2.7.8

This branch includes the following new commits:

 new 51c947e7032 Update to Spring Boot 2.7.8

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




[camel-quarkus] branch 4426/csimple-all-dsl-support updated (af623f42ff -> 78db699a80)

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


omit af623f42ff Ref #4426: Support CSimple expressions with all DSLs
 add 78db699a80 Ref #4426: Support CSimple expressions with all DSLs

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   (af623f42ff)
\
 N -- N -- N   refs/heads/4426/csimple-all-dsl-support (78db699a80)

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:
 .../modules/ROOT/pages/reference/extensions/csimple.adoc | 16 
 extensions/csimple/runtime/src/main/doc/limitations.adoc |  6 ++
 2 files changed, 18 insertions(+), 4 deletions(-)



[camel-website-pub] branch asf-site updated (0b100818 -> e019b0ec)

2023-01-19 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 0b100818 Website updated to 848559763a54fb5a04a74eb5103c0bb6b2556173
 discard 7da431c3 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new e545e0c4 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new e019b0ec Website updated to 17efeed0c22520c2d504b4144de2229d6757c6bc

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   (0b100818)
\
 N -- N -- N   refs/heads/asf-site (e019b0ec)

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  |86 +-
 .well-known/security.txt   | 2 +-
 blog/2020/06/camel-k-release-1.0.0/index.html  | 2 +-
 blog/2020/12/Camel37-Whatsnew/index.html   | 4 +-
 blog/2022/07/camel-k-monitoring-ops/index.html | 2 +-
 camel-core/working-with-camel-core/index.html  | 2 +-
 camel-k/next/apis/camel-k.html | 2 +-
 camel-k/next/apis/kamelets.html| 2 +-
 camel-k/next/architecture/architecture.html| 2 +-
 camel-k/next/architecture/cr/build.html| 2 +-
 camel-k/next/architecture/cr/camel-catalog.html| 2 +-
 camel-k/next/architecture/cr/integration-kit.html  | 2 +-
 .../next/architecture/cr/integration-platform.html | 2 +-
 camel-k/next/architecture/cr/integration.html  | 2 +-
 camel-k/next/architecture/operator.html| 2 +-
 camel-k/next/architecture/runtime.html | 2 +-
 camel-k/next/architecture/traits.html  | 2 +-
 camel-k/next/cli/cli.html  | 2 +-
 camel-k/next/cli/file-based-config.html| 2 +-
 camel-k/next/cli/modeline.html | 2 +-
 .../next/configuration/build-time-properties.html  | 2 +-
 camel-k/next/configuration/components.html | 2 +-
 camel-k/next/configuration/configuration.html  | 2 +-
 camel-k/next/configuration/dependencies.html   | 2 +-
 camel-k/next/configuration/http-proxy.html | 2 +-
 camel-k/next/configuration/maven.html  | 2 +-
 camel-k/next/configuration/multi-architecture.html | 2 +-
 camel-k/next/configuration/runtime-config.html | 2 +-
 camel-k/next/configuration/runtime-properties.html | 2 +-
 camel-k/next/configuration/runtime-resources.html  | 2 +-
 camel-k/next/contributing/developers.html  | 2 +-
 camel-k/next/contributing/e2e.html | 2 +-
 .../next/contributing/local-deployment-olm.html| 2 +-
 camel-k/next/contributing/local-development.html   | 4 +-
 camel-k/next/index.html| 4 +-
 camel-k/next/installation/advanced/knative.html| 2 +-
 camel-k/next/installation/advanced/kustomize.html  | 2 +-
 camel-k/next/installation/advanced/multi.html  | 2 +-
 camel-k/next/installation/advanced/resources.html  | 2 +-
 camel-k/next/installation/installation.html| 2 +-
 camel-k/next/installation/platform/crc.html| 2 +-
 .../next/installation/platform/digitalocean.html   | 2 +-
 camel-k/next/installation/platform/gke.html| 2 +-
 camel-k/next/installation/platform/iks.html| 2 +-
 camel-k/next/installation/platform/k3s.html| 2 +-
 camel-k/next/installation/platform/kind.html   | 2 +-
 camel-k/next/installation/platform/minikube.html   | 2 +-
 camel-k/next/installation/platform/openshift.html  | 2 +-
 .../next/installation/registry/digitalocean.html   | 2 +-
 camel-k/next/installation/registry/dockerhub.html  | 2 +-
 camel-k/next/installation/registry/gcr.html| 2 +-
 camel-k/next/installation/registry/github.html | 2 +-
 camel-k/next/installation/registry/icr.html| 2 +-
 camel-k/next/installation/registry/k3s.html| 2 +-
 camel-k/next/installation/registry/registry.html   | 2 +-
 .../kamelets/kameletbindings-error-handler.html| 2 +-
 camel-k/next/kam

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

2023-01-19 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"}



[GitHub] [camel-quarkus] essobedo commented on issue #1588: CoAP native support

2023-01-19 Thread GitBox


essobedo commented on issue #1588:
URL: https://github.com/apache/camel-quarkus/issues/1588#issuecomment-1397278457

   Hi
   
   > Hi @ppalaga . I'm looking into CoAP support in Quarkus and stumbled upon 
this issue in the process.
   > 
   > I have some questions here, the first one being whether this issue is 
still valid seeing as it was created more than 2 years ago. I see that there 
seems to be some sort of CoAP support in the quarkus-camel "world" 
(https://camel.apache.org/camel-quarkus/next/reference/extensions/coap.html) so 
I'm wondering whether this issue is not covered by the extension. Also, what do 
you mean when you say "native support"?
   
   Yes it is still valid, the extension exists but only for JVM mode not yet 
for native mode
   
   > Second question is (and I hope you forgive me for using this issue as a 
support forum) whether you can point me toward any further information about 
actually using this extension... or in other words, how to get a simple CoAP 
enabled server, based on Quarkus, up and running? Maybe I'm looking more for 
how to use Camel in Quarkus in general, I'm not sure, but I'm taking my first 
steps here and admit that I'm a bit lost in this jungle.
   
   You can ask your question on the dedicated Zulip stream 
https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus 
   


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

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

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



[camel-quarkus] branch main updated: fix the release doc

2023-01-19 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger 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 d541082891 fix the release doc
d541082891 is described below

commit d54108289137d60a2988f3b7b7a0d600847ca6ce
Author: aldettinger 
AuthorDate: Thu Jan 19 17:16:24 2023 +0100

fix the release doc
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 604d339a2d..58cf754cfd 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -131,10 +131,8 @@ $ mvn release:update-versions -DautoVersionSubmodules=true 
-DdevelopmentVersion=
 $ sed -i 
"s|[^<]*|$NEXT_RELEASE|"
 tooling/create-extension-templates/runtime-pom.xml
 $ sed -i 
"s|[^<]*|$NEXT_RELEASE|"
 tooling/create-extension-templates/runtime-pom.xml
 $ mvn cq:sync-versions -N
-$ (cd extensions/qute && mvn clean install -Dquickly) # to regen the # Qute 
Camel component metadata
-$ mvn clean install -DskipTests -Dquarkus.build.skip # regenerate flattened 
boms
-$ git add -A
-$ git commit -m "Next is $NEXT_RELEASE"
+$ mvn clean install -Dquickly # to regen the Qute Camel component metadata + 
flattened boms
+$ git commit -am "Next is $NEXT_SNAPSHOT"
 # Send a pull request
 
 



[GitHub] [camel-quarkus] aldettinger merged pull request #4430: fix the release doc

2023-01-19 Thread GitBox


aldettinger merged PR #4430:
URL: https://github.com/apache/camel-quarkus/pull/4430


-- 
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] StFS commented on issue #1588: CoAP native support

2023-01-19 Thread GitBox


StFS commented on issue #1588:
URL: https://github.com/apache/camel-quarkus/issues/1588#issuecomment-1397246032

   Hi @ppalaga . I'm looking into CoAP support in Quarkus and stumbled upon 
this issue in the process.
   
   I have some questions here, the first one being whether this issue is still 
valid seeing as it was created more than 2 years ago. I see that there seems to 
be some sort of CoAP support in the quarkus-camel "world" 
(https://camel.apache.org/camel-quarkus/next/reference/extensions/coap.html) so 
I'm wondering whether this issue is not covered by the extension. Also, what do 
you mean when you say "native support"?
   
   Second question is (and I hope you forgive me for using this issue as a 
support forum) whether you can point me toward any further information about 
actually using this extension... or in other words, how to get a simple CoAP 
enabled server, based on Quarkus, up and running? Maybe I'm looking more for 
how to use Camel in Quarkus in general, I'm not sure, but I'm taking my first 
steps here and admit that I'm a bit lost in this jungle.


-- 
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] davsclaus commented on pull request #4428: Ref #4426: Support CSimple expressions with all DSLs

2023-01-19 Thread GitBox


davsclaus commented on PR #4428:
URL: https://github.com/apache/camel-quarkus/pull/4428#issuecomment-1397237964

   Nice to see the dry run as this can be used for other kind of optimizations


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

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

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



[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4430: fix the release doc

2023-01-19 Thread GitBox


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

   


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

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

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



[camel-website] branch main updated: Fix website build

2023-01-19 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 17efeed0 Fix website build
17efeed0 is described below

commit 17efeed0c22520c2d504b4144de2229d6757c6bc
Author: Claus Ibsen 
AuthorDate: Thu Jan 19 17:13:19 2023 +0100

Fix website build
---
 tests/redirect.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/redirect.sh b/tests/redirect.sh
index c3c2b9b7..a12ef22f 100755
--- a/tests/redirect.sh
+++ b/tests/redirect.sh
@@ -153,10 +153,10 @@ test "$BASE_URL/components/next" 301 
"$BASE_URL/components/next/"
 test "$BASE_URL/components/next/" 200
 test "$BASE_URL/components/latest" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}"
 test "$BASE_URL/components/latest/" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/"
-test "$BASE_URL/components/activemq-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html"
-test "$BASE_URL/components/latest/activemq-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html"
-test "$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html" 200
-test "$BASE_URL/components/next/activemq-component.html" 200
+test "$BASE_URL/components/jms-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html"
+test "$BASE_URL/components/latest/jms-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html"
+test "$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html" 200
+test "$BASE_URL/components/next/jms-component.html" 200
 
 test "$BASE_URL/camel-spring-boot" 302 
"$BASE_URL/camel-spring-boot/${COMPONENTS_VERSION}/"
 test "$BASE_URL/camel-spring-boot/" 302 
"$BASE_URL/camel-spring-boot/${COMPONENTS_VERSION}/"



[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4429: Next is 2.17.0-SNAPSHOT

2023-01-19 Thread GitBox


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

   


-- 
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 4426/csimple-all-dsl-support updated (45f523d53b -> af623f42ff)

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


omit 45f523d53b Ref #4426: Support CSimple expressions with all DSL
 add af623f42ff Ref #4426: Support CSimple expressions with all DSLs

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   (45f523d53b)
\
 N -- N -- N   refs/heads/4426/csimple-all-dsl-support (af623f42ff)

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

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

No new revisions were added by this update.

Summary of changes:



[camel-quarkus] branch 4426/csimple-all-dsl-support updated (b536b82395 -> 45f523d53b)

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard b536b82395 Ref #4426: Support CSimple expressions with all DSL
 add 45f523d53b Ref #4426: Support CSimple expressions with all DSL

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   (b536b82395)
\
 N -- N -- N   refs/heads/4426/csimple-all-dsl-support (45f523d53b)

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:
 extensions/csimple/runtime/src/main/doc/limitations.adoc | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)



[camel-quarkus] branch 4426/csimple-all-dsl-support updated (fb21d14998 -> b536b82395)

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


omit fb21d14998 Ref #4426: Support CSimple expressions with all DSL
 add 455961945c Restore azure-grouped native testing
 add 4cafa52720 Add camel-console extension Fixes #4274
 add f1fd5b5450 upgrade quarkiverse-* versions
 add 09a7de02ae Fix camel-console documentation xref
 add b536b82395 Ref #4426: Support CSimple expressions with all DSL

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   (fb21d14998)
\
 N -- N -- N   refs/heads/4426/csimple-all-dsl-support (b536b82395)

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|13 +
 docs/modules/ROOT/examples/others/console.yml  |13 +
 docs/modules/ROOT/nav.adoc | 1 +
 .../extensions/{debug.adoc => console.adoc}|22 +-
 .../console}/deployment/pom.xml|12 +-
 .../console/deployment/ConsoleProcessor.java}  | 8 +-
 .../jsh-dsl => extensions-jvm/console}/pom.xml | 6 +-
 .../console}/runtime/pom.xml   |15 +-
 .../main/resources/META-INF/quarkus-extension.yaml | 6 +-
 extensions-jvm/pom.xml | 1 +
 integration-tests-jvm/{barcode => console}/pom.xml |15 +-
 .../component/console/it/ConsoleResource.java} |14 +-
 .../quarkus/component/console/it/ConsoleTest.java} | 8 +-
 integration-tests-jvm/pom.xml  | 1 +
 integration-tests/azure-grouped/pom.xml| 3 +-
 .../src/main/resources/routes/my-routes.yaml   | 4 +-
 pom.xml|10 +-
 poms/bom/pom.xml   |10 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 12819 ++-
 .../src/main/generated/flattened-reduced-pom.xml   |65 +-
 .../generated/flattened-reduced-verbose-pom.xml|   547 +-
 .../quarkus/maven/UpdateExtensionDocPageMojo.java  | 8 +-
 22 files changed, 6939 insertions(+), 6662 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/others/console.yml
 copy docs/modules/ROOT/pages/reference/extensions/{debug.adoc => console.adoc} 
(63%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/deployment/pom.xml (84%)
 copy 
extensions-jvm/{barcode/deployment/src/main/java/org/apache/camel/quarkus/component/barcode/deployment/BarcodeProcessor.java
 => 
console/deployment/src/main/java/org/apache/camel/quarkus/component/console/deployment/ConsoleProcessor.java}
 (88%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/pom.xml (89%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/runtime/pom.xml (87%)
 copy extensions-jvm/{groovy => 
console}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (92%)
 copy integration-tests-jvm/{barcode => console}/pom.xml (84%)
 copy 
integration-tests-jvm/{aws-xray/src/main/java/org/apache/camel/quarkus/component/aws/xray/it/AwsXrayResource.java
 => 
console/src/main/java/org/apache/camel/quarkus/component/console/it/ConsoleResource.java}
 (80%)
 copy 
integration-tests-jvm/{chunk/src/test/java/org/apache/camel/quarkus/component/chunk/it/ChunkTest.java
 => 
console/src/test/java/org/apache/camel/quarkus/component/console/it/ConsoleTest.java}
 (86%)



[GitHub] [camel-quarkus] essobedo commented on issue #2083: jOOR language native support

2023-01-19 Thread GitBox


essobedo commented on issue #2083:
URL: https://github.com/apache/camel-quarkus/issues/2083#issuecomment-1397203493

   Waiting for https://github.com/apache/camel-quarkus/pull/4428


-- 
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] essobedo commented on issue #4426: Support CSimple expressions with all DSL

2023-01-19 Thread GitBox


essobedo commented on issue #4426:
URL: https://github.com/apache/camel-quarkus/issues/4426#issuecomment-1397202520

   The corresponding PR https://github.com/apache/camel-quarkus/pull/4428


-- 
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] essobedo opened a new pull request, #4428: Ref #4426: Support CSimple expressions with all DSL

2023-01-19 Thread GitBox


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

   fixes #4426 
   
   ## Motivation
   
   So far we can only use CSimple expressions with the Java DSL and the XML 
DSL, the idea of this task is to propose a more generic approach in order to 
support all the existing DSL.
   
   ## Modifications:
   
   * Add the new extension `support-language` that does a dry run to collect 
all the expressions and produces `ExpressionBuildItem`
   * Rewrite the way the CSimple expressions are extracted to leverage the 
result of the expression extractor
   * Deprecate `CSimpleConfig` in favor of `ExpressionConfig`
   * Add a Yaml file to the CSimple integration test to show that it also works 
with the Yaml DSL 
   * Update the documentation about the limitations
   
   ## Result
   
   The CSimple expressions can now be used with all DSLs, the only drawback 
with this new approach is the fact that it adds some log entries of type:
   ```
   2023-01-19 16:36:31,779 INFO  [org.apa.cam.mai.MainSupport] (build-10) 
Expression Extractor 3.20.1 is starting
   2023-01-19 16:36:32,214 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(build-10) Apache Camel 3.20.1 (Expression Extractor) is starting
   2023-01-19 16:36:32,216 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(build-10) Routes startup (started:0)
   2023-01-19 16:36:32,217 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(build-10) Apache Camel 3.20.1 (Expression Extractor) started in 128ms 
(build:22ms init:104ms start:2ms)
   2023-01-19 16:36:32,218 INFO  [org.apa.cam.mai.MainSupport] (build-10) 
Waiting until complete: Duration max 1 seconds
   2023-01-19 16:36:33,223 INFO  [org.apa.cam.mai.MainSupport] (build-10) 
Duration max seconds triggering shutdown of the JVM
   2023-01-19 16:36:33,223 INFO  [org.apa.cam.mai.MainSupport] (build-10) 
Expression Extractor 3.20.1 shutdown
   ```


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

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

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



[GitHub] [camel-quarkus] aldettinger commented on issue #4012: perf-regression: collect report at each staging release

2023-01-19 Thread GitBox


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

   ```
Camel Quarkus Throughput Performance Increase Compared to Previous Version  
  
Camel Quarkus version  |  Duration  |   JVM req/s [%increase]   |  Native 
req/s [%increase]  |  Status  |
   
--
   2.15.0  |   10m  |  38922.37 req/s [+0.00%]  |   
22605.97 req/s [+0.00%]  |  OK  |
   2.16.0  |   10m  |  39248.04 req/s [+0.84%]  |   
22543.42 req/s [-0.28%]  |  OK  |
   
   ```


-- 
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 4426/csimple-all-dsl-support created (now fb21d14998)

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at fb21d14998 Ref #4426: Support CSimple expressions with all DSL

This branch includes the following new commits:

 new fb21d14998 Ref #4426: Support CSimple expressions with all DSL

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




[camel-quarkus] 01/01: Ref #4426: Support CSimple expressions with all DSL

2023-01-19 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fb21d149983b2e9b132282a147e584a3bf2a97fe
Author: Nicolas Filotto 
AuthorDate: Thu Jan 19 16:39:42 2023 +0100

Ref #4426: Support CSimple expressions with all DSL
---
 catalog/pom.xml|  26 
 .../ROOT/pages/reference/extensions/core.adoc  |   4 +-
 .../org/apache/camel/quarkus/core/CamelConfig.java |  19 +++
 .../language}/deployment/pom.xml   |  12 +-
 .../language/deployment/ExpressionBuildItem.java   |  43 +++---
 .../deployment/LanguageSupportProcessor.java   |  87 +
 .../language/deployment/dm/DryModeComponent.java   |  41 ++
 .../deployment/dm/DryModeComponentResolver.java|  39 ++
 .../language/deployment/dm/DryModeEndpoint.java|  76 +++
 .../language/deployment/dm/DryModeInjector.java|  65 +
 .../language/deployment/dm/DryModeLanguage.java|  98 ++
 .../deployment/dm/DryModeLanguageResolver.java |  43 ++
 .../language/deployment/dm/DryModeMain.java|  83 
 .../language}/pom.xml  |  40 ++
 .../language/runtime}/pom.xml  |  22 ++--
 .../main/resources/META-INF/quarkus-extension.yaml |  27 
 extensions-support/pom.xml |   1 +
 extensions/csimple/deployment/pom.xml  |   4 +
 .../csimple/deployment/CSimpleProcessor.java   | 145 +++--
 .../csimple/deployment/CSimpleXmlProcessor.java|  59 -
 extensions/csimple/runtime/pom.xml |   4 +
 .../csimple/runtime/src/main/doc/limitations.adoc  |  13 +-
 integration-tests/csimple/pom.xml  |  17 +++
 .../component/csimple/it/CSimpleResource.java  |   8 ++
 .../src/main/resources/application.properties  |   2 +-
 .../src/main/resources/routes/my-routes.yaml   |  21 +++
 .../quarkus/component/csimple/it/CSimpleTest.java  |  14 +-
 poms/bom/pom.xml   |  10 ++
 poms/bom/src/main/generated/flattened-full-pom.xml |  10 ++
 .../src/main/generated/flattened-reduced-pom.xml   |  10 ++
 .../generated/flattened-reduced-verbose-pom.xml|  10 ++
 31 files changed, 726 insertions(+), 327 deletions(-)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 5b741c77b4..4ce7b13aa3 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -3698,6 +3698,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-support-dsl
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-support-google-cloud
@@ -3776,6 +3789,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-support-language
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-support-mail
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index f1c2fa5ef3..04ea0d7962 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -252,9 +252,9 @@ If `true`, basic classes are registered for serialization; 
otherwise basic class
 | `boolean`
 | `false`
 
-|icon:lock[title=Fixed at build time] 
[[quarkus.camel.csimple.on-build-time-analysis-failure]]`link:#quarkus.camel.csimple.on-build-time-analysis-failure[quarkus.camel.csimple.on-build-time-analysis-failure]`
+|icon:lock[title=Fixed at build time] 
[[quarkus.camel.expression.on-build-time-analysis-failure]]`link:#quarkus.camel.expression.on-build-time-analysis-failure[quarkus.camel.expression.on-build-time-analysis-failure]`
 
-What to do if it is not possible to extract CSimple expressions from a route 
definition at build time.
+What to do if it is not possible to extract expressions from a route 
definition at build time.
 | `org.apache.camel.quarkus.core.CamelConfig.FailureRemedy`
 | `warn`
 
diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
index 9c62934b18..cedb3bf6e2 100644
--- 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
@@ -63,9 +63,16 @@ public clas

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4218: ClassNotFoundException: org.graalvm.nativeimage.ImageInfo

2023-01-19 Thread GitBox


jamesnetherton commented on issue #4218:
URL: https://github.com/apache/camel-quarkus/issues/4218#issuecomment-1397116067

   Proposed a workaround for testing in 
https://github.com/apache/camel-quarkus/pull/4427 to just run the native runner.
   
   Seems the assumption made by 
https://github.com/quarkusio/quarkus/commit/2ae0c0ee442d692706df1104c412276fe5573e8b,
 is that if you build a native application, you're not interested in executing 
the runnable JAR (which seems fair). 


-- 
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] essobedo opened a new issue, #4426: Support CSimple expressions with all DSL

2023-01-19 Thread GitBox


essobedo opened a new issue, #4426:
URL: https://github.com/apache/camel-quarkus/issues/4426

   So far we can only use CSimple expressions with the Java DSL and the XML 
DSL, the idea of this task is to propose a more generic approach in order to 
support all the existing DSL.


-- 
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 (71f054e1721 -> 7d7d7808063)

2023-01-19 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 71f054e1721 Upgrade Maven Archiver to version 3.6.0
 add 7d7d7808063 Upgrade Plexus Archiver to version 4.6.1

No new revisions were added by this update.

Summary of changes:
 tooling/parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel] branch regen_bot updated (2b87709db17 -> 71f054e1721)

2023-01-19 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 2b87709db17 Sync deps
 add 71f054e1721 Upgrade Maven Archiver to version 3.6.0

No new revisions were added by this update.

Summary of changes:
 tooling/parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-k] squakez commented on pull request #3993: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


squakez commented on PR #3993:
URL: https://github.com/apache/camel-k/pull/3993#issuecomment-1397075244

   @oscerd @lburgazzoli I've tested this locally and it works. Let's wait the 
checks to confirm this is not breaking something else.


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

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

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



[GitHub] [camel-k] squakez opened a new pull request, #3993: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


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

   
   
   Supersede #3983 
   Closes #3980 
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


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

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

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



[GitHub] [camel-k] squakez closed pull request #3983: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


squakez closed pull request #3983: [1.10.x] fix: reconciliation loops behaviors
URL: https://github.com/apache/camel-k/pull/3983


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

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

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



[GitHub] [camel-k] squakez commented on pull request #3983: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


squakez commented on PR #3983:
URL: https://github.com/apache/camel-k/pull/3983#issuecomment-1397070207

   I may have a working solution (cherry picking from cherry pick...). Closing 
this and opening a new PR shortly.


-- 
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 (64be9cf477f -> 2b87709db17)

2023-01-19 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 64be9cf477f Regen for commit 11af21abf9cd6aa55b308eecf7da23e88d2f528b
 add 091dcc4f637 Upgrade RDF4J to version 4.2.2
 add 2b87709db17 Sync deps

No new revisions were added by this update.

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



[GitHub] [camel-k] squakez commented on pull request #3983: [1.10.x] fix: reconciliation loops behaviors

2023-01-19 Thread GitBox


squakez commented on PR #3983:
URL: https://github.com/apache/camel-k/pull/3983#issuecomment-1397042356

   @oscerd @lburgazzoli unfortunately this backport is not as easy as I 
thought. We had worked quite a lot in version 1.11 on the controller logic 
before this fix, so it seems we should bring in quite a lot to have a fully 
functional version. Not sure at this stage how to proceed.


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