[GitHub] [camel-k] squakez opened a new issue, #3308: Add a `kamel install --publish-strategy-option`

2022-05-26 Thread GitBox


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

   We don't have a direct way to fill the PublishStrategyOptions. It would be 
nice to include it in the `kamel install` as an option.
   
   We should also transform the `kaniko-build-cache` option to fit into the new 
model.
   
   _Originally posted by @squakez in 
https://github.com/apache/camel-k/issues/1238#issuecomment-1139295649_


-- 
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-k] squakez commented on issue #1238: Multi-architecture support

2022-05-26 Thread GitBox


squakez commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1139295649

   Nice, that fits perfectly into the design. I think those parameters must be 
provided by the user editing the IntegrationPlatform (manually) ie `kubectl 
edit ip`. A nice addition would be to transform that `kaniko-build-cache` into 
something generic, so we can manage any PublishStrategyOptions option. I'm 
creating a follow up issue for that. For now, I guess that the manual editing 
of the IntegrationPlatform would be enough for the scope.


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

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

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



[GitHub] [camel-k] tadayosi commented on issue #3307: kamel local build:failure while building project: exit status 1

2022-05-26 Thread GitBox


tadayosi commented on issue #3307:
URL: https://github.com/apache/camel-k/issues/3307#issuecomment-1139274362

   Have a look at the doc:
   https://camel.apache.org/camel-k/1.9.x/running/local.html
   
   In short, `kamel local build` requires at least `--image` option to run. I 
agree the message is not user-friendly. There's an issue for it: #3028


-- 
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 #7681: [CAMEL-18146] Fixes bug in caml-kafka SslEndpointAlgorithm config

2022-05-26 Thread GitBox


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

   This is not good to set option to an empty value like that, instead we 
should add a special value that is regarded as no algorightm, such as `"none"` 
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-quarkus] branch main updated: Updated CHANGELOG.md

2022-05-26 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 a4781adcfe Updated CHANGELOG.md
a4781adcfe is described below

commit a4781adcfe336589c707e86763fff9893c121210
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 27 03:39:37 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e3f2a1e8a..170f7d37eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
 - Switch from OpenTracing to OpenTelemetry in observability example 
[\#3784](https://github.com/apache/camel-quarkus/issues/3784)
 - Support camel-debug component 
[\#3775](https://github.com/apache/camel-quarkus/issues/3775)
 - \[Camel 3.17.0\] Restore `jakarta-mail-version` placeholder in 
`jakarta.mail.version` property 
[\#3771](https://github.com/apache/camel-quarkus/issues/3771)
+- Intermittent failure of FHIR integration tests `SocketTimeoutException` 
[\#3746](https://github.com/apache/camel-quarkus/issues/3746)
 - URL to the Kafka brokers must be configured with the brokers option in 
native mode \(continued\) 
[\#3742](https://github.com/apache/camel-quarkus/issues/3742)
 - \[Camel 3.17.0\] Property placeholder resolution is broken 
[\#3739](https://github.com/apache/camel-quarkus/issues/3739)
 - Use WireMock for xchange tests 
[\#3724](https://github.com/apache/camel-quarkus/issues/3724)
@@ -42,6 +43,7 @@
 
 **Merged pull requests:**
 
+- Add zhfeng key [\#3814](https://github.com/apache/camel-quarkus/pull/3814) 
([zhfeng](https://github.com/zhfeng))
 - Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty 
[\#3811](https://github.com/apache/camel-quarkus/pull/3811) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Reinitialize ActiveMQ IdGenerator at runtime to ensure generated id 
uniqueness [\#3808](https://github.com/apache/camel-quarkus/pull/3808) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Create an Azure Key Vault Extension 
[\#3806](https://github.com/apache/camel-quarkus/pull/3806) 
([oscerd](https://github.com/oscerd))



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

2022-05-26 Thread GitBox


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 2393822056-660-2cb21824-a92a-4826-a2e0-d520694591a1
   * Camel Quarkus Commit: 10090d9ec844305a79f45720a8e99b80a5953ebd
   
   * Camel Main Commit: 0b0a7ff97a3941bd5b4377574564bbc107d46f0a
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2393822056


-- 
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 (b356fc6835b -> 5d41e64b10a)

2022-05-26 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 b356fc6835b [create-pull-request] automated change
 add 68cb1e8cb3f [create-pull-request] automated change
 add 5d41e64b10a Regen

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

 * -- * -- B -- O -- O -- O   (b356fc6835b)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (5d41e64b10a)

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/components/milo-client.json  |  1 +
 .../camel/springboot/catalog/components/milo-server.json  |  2 +-
 components-starter/camel-milo-starter/src/main/docs/milo.json |  4 ++--
 .../server/springboot/MiloServerComponentConfiguration.java   | 11 ++-
 .../milo/server/springboot/MiloServerComponentConverter.java  |  4 ++--
 5 files changed, 12 insertions(+), 10 deletions(-)



[camel-karaf] branch automatic-periodic-sync updated (1b421be9 -> 05e86e50)

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

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


omit 1b421be9 [create-pull-request] automated change
 add ebafb5cb [create-pull-request] automated change
 add 05e86e50 CAMEL-18144: Upgrade to Milo 0.6.6

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   (1b421be9)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (05e86e50)

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:
 .../karaf/features/src/main/resources/features.xml | 33 --
 pom.xml|  1 -
 2 files changed, 34 deletions(-)



[GitHub] [camel-k] github-actions[bot] commented on issue #3031: Camel Pluggable Properties Source Feature: How to provide credentials for different cloud providers

2022-05-26 Thread GitBox


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

   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



[GitHub] [camel] github-actions[bot] commented on pull request #7681: [CAMEL-18146] Fixes bug in caml-kafka SslEndpointAlgorithm config

2022-05-26 Thread GitBox


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

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


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #7681: [CAMEL-18146] Fixes bug in caml-kafka SslEndpointAlgorithm config

2022-05-26 Thread GitBox


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

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


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

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

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



[GitHub] [camel] jakemehring opened a new pull request, #7681: [CAMEL-18146] Fixes bug in caml-kafka SslEndpointAlgorithm config

2022-05-26 Thread GitBox


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

   Allows this property to be an empty string so that server host name 
verification can be disabled.
   
   
   - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/main/CONTRIBUTING.md


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

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

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



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

2022-05-26 Thread Apache Infrastructure


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



[camel-website] branch regen_bot updated (957b021e -> 6e7a1b3f)

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

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


from 957b021e Regen for commit 0f8aabd6fc98cdbec7829e569a0c860551c01e2a
 add 6e7a1b3f Add Roalands knative talk

No new revisions were added by this update.

Summary of changes:
 content/community/articles.md | 101 +-
 1 file changed, 51 insertions(+), 50 deletions(-)



[camel-website] branch main updated: Add Roalands knative talk

2022-05-26 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 6e7a1b3f Add Roalands knative talk
6e7a1b3f is described below

commit 6e7a1b3f8127d15a6f1d57e07462d0cd2c5a8daa
Author: Claus Ibsen 
AuthorDate: Thu May 26 19:50:14 2022 +0200

Add Roalands knative talk
---
 content/community/articles.md | 101 +-
 1 file changed, 51 insertions(+), 50 deletions(-)

diff --git a/content/community/articles.md b/content/community/articles.md
index 027e5ea9..bcd42e6d 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -4,56 +4,57 @@ title: "Articles"
 
 ## Camel Videos
 
-*   [How to create and deploy an integration via Camel K using 
Kaoto](https://www.youtube.com/watch?v=55G-sbgVQtM) Short video to show how to 
use Kaoto to create and deploy a hello world Kamelet Binding.
-*   [Evolution from ESB to Cloud-native API 
Integration](https://www.youtube.com/watch?v=o1O0kQtk7I8) ApacheCon 2021 by 
Andre Sluczka and Jeff Bruns talking about how they adapted to a lightweight 
cloud-native integration strategy based on Apache’s new Camel K framework.
-*   [From Camel to Kamelets: new connectors for event-driven 
applications](https://www.youtube.com/watch?v=xVL1gJ5AJVg) ApacheCon 2021 by 
Nicola Ferraro introducing Kamelets as connectors for event driven systems. In 
his talk Nicola presents two demos and show how easy you can build your own 
Kamelets and contribute them to Apache Camel.
-*   [Getting further with Apache Camel on 
Quarkus](https://www.youtube.com/watch?v=tn3cdZM8SrI) ApacheCon 2021 by 
Alenandre Gallice covering how great Camel and Quarkus work together, and how 
to build cloud native Camel microservices and finally how to run this on 
Kubernetes and Knative
-*   [Apache Camel 3: the next generation of enterprise 
integration](https://www.youtube.com/watch?v=OIkJWf7eXUc) ApacheCon 2021 by 
Claus Ibsen and Andrea Cosentino with introduction to Apache Camel v3 and what 
we have done to make Camel great for cloud native integrations
-*   [Testing Kamelets - Verify event sources and sinks with 
YAKS](https://www.youtube.com/watch?v=mIfmMFOgdbI) ApacheCon 2021 by Christoph 
Deppisch how to test Apache Camel Kamelet event sink/source's with YAKS testing 
framework
-*   [The Evolution of Apachel Camel 3 in Cloud Age - Roan Brasil Monteiro and 
Bruno Kaufmann](https://www.youtube.com/watch?v=7TyyBcMe5Lc) 45 min from July 
2021 (english) talking about the main news about Apache Camel 3 and how to 
design a good architecture with this framework. 
-*   [Integrating systems in the age of Quarkus and 
Camel](https://www.youtube.com/watch?v=b7FxG2mKop8) 45 min webinar from May 
2021 by Claus Ibsen, with quick overview of Camel 3 projects and then focus on 
Camel Quarkus, Camel K and Kamelets. Mix of slides and live demos (yes with a 
demo not working perfect)
-*   [OCB: Integration in 
OpenShift](https://www.youtube.com/watch?v=5dDsVmS9HKk) 1 hour introductory 
presentation from May 2021 by Zineb Bendhiba, Rachel Jordan-McGeever, and María 
Arias de Reyna about Camel, Camel Quarkus, Camel K and Kamelets.
-*   [Formula 1 telemetry processing using Kafka Streams - DevConf.CZ 
2021](https://www.youtube.com/watch?v=OkXlSb4vfDk) - 25 min presentation from 
April 2021 by Paolo Patierno and Thomas Cooper talking about how they capture 
metrics from F1 computer game and stream into Kafka using Camel.
-*   [Whats new with Apache Camel 3 | JCon Peru 
2020](https://www.youtube.com/watch?v=phGWE6QqDwc) - 55 min presentation from 
October 2020 by Claus Ibsen and Andrea Cosentino presenting whats new in Camel 
3 and primary focused on latest innovations with Camel K, Camel Quarkus and 
Camel Kafka Connector.
-*   [Serverless Integration on Kubernetes with Apache Camel K | KubeCon EU 
2020](https://www.youtube.com/watch?v=beJOCndVfaU) - 35 min presentation from 
August 2020 by Nicola Ferraro presenting Camel K on Kubernetes with Knative at 
KubeCon conference.
-*   [Camel 3 : Integration in the Kubernetes and Serverless era | 
BarcelonaJUG](https://www.crowdcast.io/e/camel-3--integration-in/1) - 90 min 
webinar from July 2020, by Claus and Andrea giving overview of Camel 3, and 
focusing on the most exicing innovations with CamelK, Camel Quarkus and Camel 
Kafka Connector with live demos, and QA at the end.
-*   [Event-driven serverless applications with Camel K | DevNation Tech 
Talk](https://www.youtube.com/watch?v=hlUzLC71nAM) - 40 min video from July 
2020, by Luca and Nicola presenting Camel K and how Camel fits in the event 
driven & serverless world with a live demo that shows this all together. 
-*   [What’s new with Apache Camel 3? | DevNation Tech 
Talk](https://www.youtube.com/watch?v=HS8fPyCkgyU) - 35 min video from June 
2020, by Claus and Andrea giving an 

[GitHub] [camel-quarkus-examples] llowinge commented on a diff in pull request #91: [closes #3805] Add platform HTTP security example

2022-05-26 Thread GitBox


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


##
platform-http-security/README.adoc:
##
@@ -0,0 +1,272 @@
+= Platform HTTP security with Keycloak: A Camel Quarkus example
+:cq-example-description: An example that shows how to secure platform HTTP 
with Kyecloak

Review Comment:
   Thanks, resolved.



##
platform-http-security/pom.xml:
##
@@ -0,0 +1,329 @@
+
+
+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
+
+camel-quarkus-examples-platform-http-security
+org.apache.camel.quarkus.examples
+2.10.0-SNAPSHOT
+
+Camel Quarkus :: Examples :: Platform HTTP Security
+Camel Quarkus Example :: Platform HTTP Security
+
+
+2.9.0.Final
+
2.10.0-SNAPSHOT
+
+io.quarkus
+
quarkus-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
+
+UTF-8
+
UTF-8
+11
+11
+
${maven.compiler.target}
+
${maven.compiler.source}
+
+2.17.1
+1.3.2
+3.8.0
+3.2.0
+3.1.0
+2.22.2
+3.0
+
+
+
+
+
+
+${quarkus.platform.group-id}
+${quarkus.platform.artifact-id}
+${quarkus.platform.version}
+pom
+import
+
+
+${camel-quarkus.platform.group-id}
+${camel-quarkus.platform.artifact-id}
+${camel-quarkus.platform.version}
+pom
+import
+
+
+
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-microprofile-health
+
+
+org.apache.camel.quarkus
+camel-quarkus-platform-http
+
+
+org.apache.camel.quarkus
+camel-quarkus-log

Review Comment:
   Thanks, resolved.



##
platform-http-security/README.adoc:
##
@@ -0,0 +1,273 @@
+= Platform HTTP security with Keycloak: A Camel Quarkus example
+:cq-example-description: An example that shows how to secure platform HTTP 
with Kyecloak
+
+{cq-description}
+
+TIP: Check the 
https://camel.apache.org/camel-quarkus/latest/first-steps.html[Camel Quarkus 
User guide] for prerequisites
+and other general information.
+
+
+== Prerequisites
+
+The example application requires a Keycloak instance.
+
+You do not need to provide the Keycloak instance yourself
+as long as you play with the example code in dev mode (a.k.a. `mvn 
quarkus:dev` - read more 
https://quarkus.io/guides/getting-started#development-mode[here]
+or as long as you only run the supplied tests (`mvn test`).
+In those situations, Quarkus tooling starts a Keycloak image for you via 
https://quarkus.io/guides/security-openid-connect-dev-services[Quarkus Dev 
Services]
+and it also configures the application so that you do not need touch anything 
in `application.properties`.
+
+[[users-configuration]]
+=== Users configuration
+In all scenarios which we will cover, we will need two users `boss` (with role 
`admin-role` and password `boss-pass`) and `employee` (with role `regular-role` 
and password `employee-pass`). Employee user can be authenticated and access 
secured HTTP endpoints and boss user can in addition access also restricted 
HTTP resources.
+
+== Start in Development mode
+=== Run the app with Keycloak instance
+Run the application in development mode with Keycloak client credentials 
secret of your choice (see environment variable 
`QUARKUS_OIDC_CREDENTIALS_SECRET`) which will be used later on.
+
+TIP: If you want to use another running instance, in dev mode. Change `%prod` 
profile to `%dev` property `quarkus.oidc.auth-server-url` in 
`src/main/resources/application.properties`.
+
+[source,shell]
+
+$ export QUARKUS_OIDC_CREDENTIALS_SECRET=abcdefghijklmnopqrstuvwxyz # You can 
change it as you wish
+$ mvn clean compile quarkus:dev
+
+
+The above command compiles the project, starts the application, starts 
Keycloak instance via Dev Services and lets the Quarkus tooling watch for 
changes in your
+workspace. Any modifications in your project will automatically take effect in 
the running application.
+
+TIP: Please refer to the Development mode section of
+https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
+
+Now you can move on to <> section with assumption that 
`KEYCLOAK_URL=http://localhost:8082` and `APP_URL=http://localhost:8080`.
+
+[[playground]]
+=== Playground
+First thing you need to do is to obtain Bearer token from the running Keycloak 
instance for each created user. Save those tokens for further authentication.
+
+For employee user (extract value from 

[GitHub] [camel-k] robertonav20 commented on issue #1238: Multi-architecture support

2022-05-26 Thread GitBox


robertonav20 commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1138768091

   Ok thanks, i understand your advice and i fix the code just like this.
   
   ```
   type BuildahTask struct {
BaseTask`json:",inline"`
PublishTask `json:",inline"`
// The platform of build image
Platform string `json:"baseImage,omitempty"`
// log more information
Verbose *bool `json:"verbose,omitempty"`
   }
   
   case v1.IntegrationPlatformBuildPublishStrategyBuildah:
var platform string
var found bool
if platform, found = 
e.Platform.Status.Build.PublishStrategyOptions[builder.BuildahPlatform]; !found 
{
platform = platforms.DefaultSpec().OS + "/" + 
platforms.DefaultSpec().Architecture + "/" + platforms.DefaultSpec().Variant
}
   
e.BuildTasks = append(e.BuildTasks, v1.Task{Buildah: {
Platform: platform,
BaseTask: v1.BaseTask{
Name: "buildah",
},
PublishTask: v1.PublishTask{
Image:getImageName(e),
Registry: e.Platform.Status.Build.Registry,
},
Verbose: t.Verbose,
}})
   ```
   In this way you can manage the platform of image if you want, just fill 
`PublishStrategyOptions` with the correct paramater from outside.
   
   But, i don't understand how to works `PublishStrategyOptions`, for kaniko i 
found this code inside `install.go`
   
   ```
   kanikoBuildCacheFlag := cobraCmd.Flags().Lookup("kaniko-build-cache")
   if kanikoBuildCacheFlag.Changed {

platform.Spec.Build.PublishStrategyOptions[builder.KanikoBuildCacheEnabled] = 
strconv.FormatBool(o.KanikoBuildCache)
   }
   ```
   
   If i undertstand well, with install command you can pass 
`kaniko-build-cache` parameter and to set the PublishStrategyOptions, right?
   There is another way to fill `PublishStrategyOptions`?
   How do you thing to manage the `platform` parameter for buildah?
   
   Thanks in advance!  


-- 
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 issue #3307: kamel local build:failure while building project: exit status 1

2022-05-26 Thread GitBox


squakez commented on issue #3307:
URL: https://github.com/apache/camel-k/issues/3307#issuecomment-1138733458

   is `@OverRide` a typo?


-- 
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] x2361 opened a new issue, #3307: kamel local build:failure while building project: exit status 1

2022-05-26 Thread GitBox


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

   The kamel local build command report a message without any detail. 
   Is there any way to see the detail log to show the progress of building flow?
   Hard to step forward with just a exit code. 
   Following is the source code and command lines, thanks a lot.
   
   S:~/study-kamel$ cat hello.java
   // camel-k: language=java
   
   import org.apache.camel.builder.RouteBuilder;
   
   public class hello extends RouteBuilder {
 @Override
 public void configure() throws Exception {
   
 // Write your routes here, for example:
 from("timer:java?period=1000")
   .routeId("java")
   .setBody()
 .simple("Hello Camel K from ${routeId}")
   .to("log:info");
   
 }
   }
   
   S:~/study-kamel$ kamel local inspect hello.java
   dependencies:
   camel:timer
   camel:log
   mvn:org.apache.camel.quarkus:camel-quarkus-java-joor-dsl
   
   S:~/study-kamel$ kamel local build hello.java
   failure while building project: exit status 1
   
   


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

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

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



[camel-karavan] branch main updated: Version 0.0.16 (#356)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 50d0ea0  Version 0.0.16 (#356)
50d0ea0 is described below

commit 50d0ea0f2a91798995392710af2c1025c0ddb143
Author: Marat Gubaidullin 
AuthorDate: Thu May 26 10:50:45 2022 -0400

Version 0.0.16 (#356)
---
 karavan-app/pom.xml  |  2 +-
 karavan-app/src/main/webapp/package.json |  2 +-
 karavan-designer/package.json|  2 +-
 karavan-generator/pom.xml|  2 +-
 karavan-vscode/package.json  |  2 +-
 karavan-vscode/src/utils.ts  | 52 +---
 6 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index ea2e1c8..7932f8e 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -18,7 +18,7 @@
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
 4.0.0
 org.apache.camel.karavan
-0.0.15
+0.0.16
 karavan
 
 3.8.1
diff --git a/karavan-app/src/main/webapp/package.json 
b/karavan-app/src/main/webapp/package.json
index d7c065c..d5a8f95 100644
--- a/karavan-app/src/main/webapp/package.json
+++ b/karavan-app/src/main/webapp/package.json
@@ -1,6 +1,6 @@
 {
   "name": "karavan",
-  "version": "0.0.15",
+  "version": "0.0.16",
   "private": true,
   "scripts": {
 "copy-designer": "cp -r ../../../../karavan-designer/src/designer src && 
cp -r ../../../../karavan-designer/src/kamelets src && cp -r 
../../../../karavan-designer/src/components src && cp -r 
../../../../karavan-designer/src/eip src",
diff --git a/karavan-designer/package.json b/karavan-designer/package.json
index 02aa7fa..55bb3f5 100644
--- a/karavan-designer/package.json
+++ b/karavan-designer/package.json
@@ -1,6 +1,6 @@
 {
   "name": "karavan-designer",
-  "version": "0.0.15",
+  "version": "0.0.16",
   "license": "Apache-2.0",
   "scripts": {
 "start": "react-scripts start",
diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 23d2b4e..310d67e 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -19,7 +19,7 @@
 4.0.0
 org.apache.camel.karavan
 karavan-generator
-0.0.15
+0.0.16
 
 3.8.1
 true
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 69caad9..2fbcba2 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -4,7 +4,7 @@
   "displayName": "Karavan",
   "icon": "icons/karavan.png",
   "description": "Apache Camel Mastering Tool",
-  "version": "0.0.15",
+  "version": "0.0.16",
   "license": "Apache-2.0",
   "preview": true,
   "bugs": {
diff --git a/karavan-vscode/src/utils.ts b/karavan-vscode/src/utils.ts
index 3cd2682..0765cce 100644
--- a/karavan-vscode/src/utils.ts
+++ b/karavan-vscode/src/utils.ts
@@ -1,12 +1,12 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
+ * 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
+ * the License.  You may obtain a copy of the License at
  *
- *  http://www.apache.org/licenses/LICENSE-2.0
+ *      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,
@@ -20,7 +20,7 @@ import * as path from "path";
 import * as shell from 'shelljs';
 import { CamelDefinitionYaml } from "karavan-core/lib/api/CamelDefinitionYaml";
 
-export function save(relativePath: string, text: string){
+export function save(relativePath: string, text: string) {
 if (vscode.workspace.workspaceFolders) {
 const uriFolder: vscode.Uri = vscode.workspace.workspaceFolders[0].uri;
 const uriFile: vscode.Uri = vscode.Uri.file(path.join(uriFolder.path, 
relativePath));
@@ -30,7 +30,7 @@ export function save(relativePath: string, text: string){
 }
 }
 
-export function deleteFile(fullPath: string){
+export function deleteFile(fullPath: string) {
 if (vscode.workspace.workspaceFolders) {
 fs.rmSync(path.resolve(fullPath));
 }
@@ -38,7 +38,7 @@ export function deleteFile(fullPath: string){
 
 export function getRalativePath(fullPath: string): string {
 const root = vscode.workspace.workspaceFolders ? 
vscode.workspace.workspaceFolders[0].uri.path : "";
-const normalizedRoot = vscode.Uri.file(root).fsPath ;
+const normalizedRoot = vscode.Uri.file(root).fsPath;
 const relativePath = 

[GitHub] [camel-karavan] mgubaidullin merged pull request #356: Version 0.0.16

2022-05-26 Thread GitBox


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


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

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

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



[GitHub] [camel-quarkus-examples] jamesnetherton commented on a diff in pull request #91: [closes #3805] Add platform HTTP security example

2022-05-26 Thread GitBox


jamesnetherton commented on code in PR #91:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/91#discussion_r882702250


##
docs/modules/ROOT/attachments/examples.json:
##
@@ -54,6 +54,11 @@
 "description": "Demonstrates how to add support for metrics, health checks 
and distributed tracing",
 "link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/observability;
   },
+  {
+"title": "Platform HTTP security",
+"description": "Demonstrates how to secure platform HTTP with Kyecloak",

Review Comment:
   Maybe change the title to `Platform HTTP security with Keycloak`.
   
   Also there's a typo in the description`Kyecloak`.



##
platform-http-security/README.adoc:
##
@@ -0,0 +1,272 @@
+= Platform HTTP security with Keycloak: A Camel Quarkus example
+:cq-example-description: An example that shows how to secure platform HTTP 
with Kyecloak

Review Comment:
   Typo `Kyecloak`



##
platform-http-security/pom.xml:
##
@@ -0,0 +1,329 @@
+
+
+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
+
+camel-quarkus-examples-platform-http-security
+org.apache.camel.quarkus.examples
+2.10.0-SNAPSHOT
+
+Camel Quarkus :: Examples :: Platform HTTP Security
+Camel Quarkus Example :: Platform HTTP Security
+
+
+2.9.0.Final
+
2.10.0-SNAPSHOT
+
+io.quarkus
+
quarkus-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
+
+UTF-8
+
UTF-8
+11
+11
+
${maven.compiler.target}
+
${maven.compiler.source}
+
+2.17.1
+1.3.2
+3.8.0
+3.2.0
+3.1.0
+2.22.2
+3.0
+
+
+
+
+
+
+${quarkus.platform.group-id}
+${quarkus.platform.artifact-id}
+${quarkus.platform.version}
+pom
+import
+
+
+${camel-quarkus.platform.group-id}
+${camel-quarkus.platform.artifact-id}
+${camel-quarkus.platform.version}
+pom
+import
+
+
+
+
+
+
+org.apache.camel.quarkus
+camel-quarkus-microprofile-health
+
+
+org.apache.camel.quarkus
+camel-quarkus-platform-http
+
+
+org.apache.camel.quarkus
+camel-quarkus-log

Review Comment:
   I guess we don't need `log` or `direct` extensions? If not, the dependencies 
can be removed.



##
platform-http-security/README.adoc:
##
@@ -0,0 +1,273 @@
+= Platform HTTP security with Keycloak: A Camel Quarkus example
+:cq-example-description: An example that shows how to secure platform HTTP 
with Kyecloak
+
+{cq-description}
+
+TIP: Check the 
https://camel.apache.org/camel-quarkus/latest/first-steps.html[Camel Quarkus 
User guide] for prerequisites
+and other general information.
+
+
+== Prerequisites
+
+The example application requires a Keycloak instance.
+
+You do not need to provide the Keycloak instance yourself
+as long as you play with the example code in dev mode (a.k.a. `mvn 
quarkus:dev` - read more 
https://quarkus.io/guides/getting-started#development-mode[here]
+or as long as you only run the supplied tests (`mvn test`).
+In those situations, Quarkus tooling starts a Keycloak image for you via 
https://quarkus.io/guides/security-openid-connect-dev-services[Quarkus Dev 
Services]
+and it also configures the application so that you do not need touch anything 
in `application.properties`.
+
+[[users-configuration]]
+=== Users configuration
+In all scenarios which we will cover, we will need two users `boss` (with role 
`admin-role` and password `boss-pass`) and `employee` (with role `regular-role` 
and password `employee-pass`). Employee user can be authenticated and access 
secured HTTP endpoints and boss user can in addition access also restricted 
HTTP resources.
+
+== Start in Development mode
+=== Run the app with Keycloak instance
+Run the application in development mode with Keycloak client credentials 
secret of your choice (see environment variable 
`QUARKUS_OIDC_CREDENTIALS_SECRET`) which will be used later on.
+
+TIP: If you want to use another running instance, in dev mode. Change `%prod` 
profile to `%dev` property `quarkus.oidc.auth-server-url` in 
`src/main/resources/application.properties`.
+
+[source,shell]
+
+$ export QUARKUS_OIDC_CREDENTIALS_SECRET=abcdefghijklmnopqrstuvwxyz # You can 
change it as you wish
+$ mvn clean compile quarkus:dev
+
+
+The above command compiles the project, starts the application, starts 
Keycloak instance via Dev Services and lets the Quarkus tooling watch for 
changes in your
+workspace. Any 

[GitHub] [camel-quarkus-examples] llowinge opened a new pull request, #91: [closes #3805] Add platform HTTP security example

2022-05-26 Thread GitBox


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

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


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

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

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



[GitHub] [camel-k] squakez commented on issue #1915: not able to use json: MethodNotFoundException

2022-05-26 Thread GitBox


squakez commented on issue #1915:
URL: https://github.com/apache/camel-k/issues/1915#issuecomment-1138564928

   Please, feel free to open a new issue with any new request.


-- 
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 (9b8c1204de3 -> 9ca5e4c2128)

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

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


 discard 9b8c1204de3 Regen for commit 1ab6c6f5713ac6823c1e33cf6cfd78a7954e013d
 add 9ca5e4c2128 Regen for commit e027444242cc85c4f7f8306856679e4ac042b301

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   (9b8c1204de3)
\
 N -- N -- N   refs/heads/regen_bot (9ca5e4c2128)

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

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

No new revisions were added by this update.

Summary of changes:



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

2022-05-26 Thread GitBox


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


-- 
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 (d515981df8d -> 9b8c1204de3)

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

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


omit d515981df8d Regen for commit e027444242cc85c4f7f8306856679e4ac042b301
 add 1ab6c6f5713 Polished
 add 9b8c1204de3 Regen for commit 1ab6c6f5713ac6823c1e33cf6cfd78a7954e013d

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   (d515981df8d)
\
 N -- N -- N   refs/heads/regen_bot (9b8c1204de3)

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:
 .../integration/SecretsManagerRotateSecretProducerLocalstackIT.java  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



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

2022-05-26 Thread GitBox


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

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


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

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

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



[camel-kamelets] branch regen_bot updated (f87774cf -> 28e22266)

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

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


from f87774cf Point to 3.17.x for main
 add 28e22266 Upgrade Classgraph to version 4.8.147

No new revisions were added by this update.

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



[camel-kamelets] branch main updated: Upgrade Classgraph to version 4.8.147

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 28e22266 Upgrade Classgraph to version 4.8.147
28e22266 is described below

commit 28e2226605ec60fe568a064774d7901d97ad2803
Author: Andrea Cosentino 
AuthorDate: Thu May 26 14:18:22 2022 +0200

Upgrade Classgraph to version 4.8.147
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0df578b..47f77aae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 5.12.1
 2.11.0
 5.8.1
-4.8.146
+4.8.147
 
 
 



[GitHub] [camel-kamelets] oscerd merged pull request #939: Upgrade Classgraph to version 4.8.147

2022-05-26 Thread GitBox


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


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

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

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



[camel-kamelets] branch classgraph-147 created (now e39471cb)

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

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


  at e39471cb Upgrade Classgraph to version 4.8.147

This branch includes the following new commits:

 new e39471cb Upgrade Classgraph to version 4.8.147

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-kamelets] 01/01: Upgrade Classgraph to version 4.8.147

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

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

commit e39471cbf24b31fa4dec02c2cc3aa66daa4738cc
Author: Andrea Cosentino 
AuthorDate: Thu May 26 14:18:22 2022 +0200

Upgrade Classgraph to version 4.8.147
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0df578b..47f77aae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 5.12.1
 2.11.0
 5.8.1
-4.8.146
+4.8.147
 
 
 



[GitHub] [camel-kafka-connector] oscerd commented on issue #1374: camel kafka jira connector Oauth config missing?

2022-05-26 Thread GitBox


oscerd commented on issue #1374:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1374#issuecomment-1138486710

   Yes, it's possible to use the old one.


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

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

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



[camel] branch main updated: Regen for commit e027444242cc85c4f7f8306856679e4ac042b301

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 9ca5e4c2128 Regen for commit e027444242cc85c4f7f8306856679e4ac042b301
9ca5e4c2128 is described below

commit 9ca5e4c212824f150fd906ef389929b08d874f84
Author: oscerd 
AuthorDate: Thu May 26 11:53:50 2022 +

Regen for commit e027444242cc85c4f7f8306856679e4ac042b301

Signed-off-by: GitHub 
---
 .../dsl/MiloClientEndpointBuilderFactory.java  | 97 ++
 1 file changed, 97 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
index 90cdfd65d47..986f3f75931 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MiloClientEndpointBuilderFactory.java
@@ -281,6 +281,39 @@ public interface MiloClientEndpointBuilderFactory {
 doSetProperty("node", node);
 return this;
 }
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointConsumerBuilder omitNullValues(
+boolean omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointConsumerBuilder omitNullValues(
+String omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
 /**
  * The sampling interval in milliseconds.
  * 
@@ -1060,6 +1093,39 @@ public interface MiloClientEndpointBuilderFactory {
 doSetProperty("node", node);
 return this;
 }
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointProducerBuilder omitNullValues(
+boolean omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointProducerBuilder omitNullValues(
+String omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
 /**
  * The sampling interval in milliseconds.
  * 
@@ -1774,6 +1840,37 @@ public interface MiloClientEndpointBuilderFactory {
 doSetProperty("node", node);
 return this;
 }
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointBuilder omitNullValues(boolean 
omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
+/**
+ * Omit notifications in case of null values.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: true
+ * Group: common
+ * 
+ * @param omitNullValues the value to set
+ * @return the dsl builder
+ */
+default MiloClientEndpointBuilder omitNullValues(String 
omitNullValues) {
+doSetProperty("omitNullValues", omitNullValues);
+return this;
+}
 /**
   

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

2022-05-26 Thread GitBox


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


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

2022-05-26 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 1ab6c6f5713 Polished
1ab6c6f5713 is described below

commit 1ab6c6f5713ac6823c1e33cf6cfd78a7954e013d
Author: Claus Ibsen 
AuthorDate: Thu May 26 13:55:02 2022 +0200

Polished
---
 .../integration/SecretsManagerRotateSecretProducerLocalstackIT.java  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerRotateSecretProducerLocalstackIT.java
 
b/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerRotateSecretProducerLocalstackIT.java
index dd7f3e303bc..78de64d767b 100644
--- 
a/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerRotateSecretProducerLocalstackIT.java
+++ 
b/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerRotateSecretProducerLocalstackIT.java
@@ -47,7 +47,7 @@ public class SecretsManagerRotateSecretProducerLocalstackIT 
extends AwsSecretsMa
 }
 });
 
-CreateSecretResponse resultGet = (CreateSecretResponse) 
exchange.getIn().getBody();
+CreateSecretResponse resultGet = (CreateSecretResponse) 
exchange.getMessage().getBody();
 assertNotNull(resultGet);
 
 exchange = template.request("direct:rotateSecret", new Processor() {
@@ -57,7 +57,8 @@ public class SecretsManagerRotateSecretProducerLocalstackIT 
extends AwsSecretsMa
 }
 });
 
-RotateSecretResponse resultRotate = (RotateSecretResponse) 
exchange.getIn().getBody();
+RotateSecretResponse resultRotate = (RotateSecretResponse) 
exchange.getMessage().getBody();
+assertNotNull(resultRotate);
 assertTrue(resultRotate.sdkHttpResponse().isSuccessful());
 assertEquals("TestSecret4", resultRotate.name());
 



[camel] branch regen_bot updated (02daf818b71 -> d515981df8d)

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

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


omit 02daf818b71 Regen for commit 4f90b883230375d98afeedf733afc5c5447c10c6
 add 20ebbb23d80 CAMEL-18144: Upgrade to Milo 0.6.6
 add e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd
 add d515981df8d Regen for commit e027444242cc85c4f7f8306856679e4ac042b301

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   (02daf818b71)
\
 N -- N -- N   refs/heads/regen_bot (d515981df8d)

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:
 .../ROOT/pages/camel-3x-upgrade-guide-3_17.adoc|  4 -
 .../ROOT/pages/camel-3x-upgrade-guide-3_18.adoc| 11 +++
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc |  1 +
 .../dsl/MiloClientEndpointBuilderFactory.java  | 97 ++
 4 files changed, 109 insertions(+), 4 deletions(-)
 create mode 100644 
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc



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

2022-05-26 Thread GitBox


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

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


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

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

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



[camel] 01/01: Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

2022-05-26 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 e027444242cc85c4f7f8306856679e4ac042b301
Author: davsclaus 
AuthorDate: Thu May 26 10:56:04 2022 +

Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/milo-client.json  | 1 +
 .../resources/org/apache/camel/catalog/components/milo-server.json  | 2 +-
 .../builder/component/dsl/MiloServerComponentBuilderFactory.java| 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
index 83aec39aee5..18ca6075d1c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
@@ -64,6 +64,7 @@
 "method": { "kind": "parameter", "displayName": "Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The method definition (see Method ID)" },
 "monitorFilterType": { "kind": "parameter", "displayName": "Monitor Filter 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.milo.client.MonitorFilterType", "enum": 
[ "dataChangeFilter" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "description": "Monitor 
Filter T [...]
 "node": { "kind": "parameter", "displayName": "Node", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The node definition (see Node ID)" },
+"omitNullValues": { "kind": "parameter", "displayName": "Omit Null 
Values", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Omit notifications in case of null 
values" },
 "samplingInterval": { "kind": "parameter", "displayName": "Sampling 
Interval", "group": "common", "label": "", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0.0", "description": "The sampling interval 
in milliseconds" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
index e8dbdc9c4a8..746d0521fe3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
@@ -35,7 +35,7 @@
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "certificate": { "kind": "property", "displayName": "Certificate", 
"group": "security", "label": "security", "required": false, 

[camel] branch main created (now e027444242c)

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

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


  at e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

This branch includes the following new commits:

 new e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

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] oscerd merged pull request #7678: Generated sources regen

2022-05-26 Thread GitBox


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


-- 
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 (c39e8d39512 -> 02daf818b71)

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

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


omit c39e8d39512 Regen for commit 20ebbb23d80297e4f3027cece7ca3dc178b9af45
omit 20ebbb23d80 CAMEL-18144: Upgrade to Milo 0.6.6
 add 02daf818b71 Regen for commit 4f90b883230375d98afeedf733afc5c5447c10c6

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   (c39e8d39512)
\
 N -- N -- N   refs/heads/regen_bot (02daf818b71)

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/camel-3x-upgrade-guide-3_17.adoc   |  4 
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc   | 11 ---
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc|  1 -
 3 files changed, 4 insertions(+), 12 deletions(-)
 delete mode 100644 
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc



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

2022-05-26 Thread GitBox


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

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


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

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

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



[camel] 01/01: Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

2022-05-26 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 e027444242cc85c4f7f8306856679e4ac042b301
Author: davsclaus 
AuthorDate: Thu May 26 10:56:04 2022 +

Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/milo-client.json  | 1 +
 .../resources/org/apache/camel/catalog/components/milo-server.json  | 2 +-
 .../builder/component/dsl/MiloServerComponentBuilderFactory.java| 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
index 83aec39aee5..18ca6075d1c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
@@ -64,6 +64,7 @@
 "method": { "kind": "parameter", "displayName": "Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The method definition (see Method ID)" },
 "monitorFilterType": { "kind": "parameter", "displayName": "Monitor Filter 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.milo.client.MonitorFilterType", "enum": 
[ "dataChangeFilter" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "description": "Monitor 
Filter T [...]
 "node": { "kind": "parameter", "displayName": "Node", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The node definition (see Node ID)" },
+"omitNullValues": { "kind": "parameter", "displayName": "Omit Null 
Values", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Omit notifications in case of null 
values" },
 "samplingInterval": { "kind": "parameter", "displayName": "Sampling 
Interval", "group": "common", "label": "", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0.0", "description": "The sampling interval 
in milliseconds" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
index e8dbdc9c4a8..746d0521fe3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
@@ -35,7 +35,7 @@
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "certificate": { "kind": "property", "displayName": "Certificate", 
"group": "security", "label": "security", "required": false, 

[camel] branch main created (now e027444242c)

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

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


  at e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

This branch includes the following new commits:

 new e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

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] oscerd merged pull request #7677: Generated sources regen

2022-05-26 Thread GitBox


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


-- 
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 (d6afa7b2523 -> c39e8d39512)

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

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


omit d6afa7b2523 Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd
 add 4f90b883230 CAMEL-18144: Upgrade to Milo 0.6.6
 add 20ebbb23d80 CAMEL-18144: Upgrade to Milo 0.6.6
 add c39e8d39512 Regen for commit 20ebbb23d80297e4f3027cece7ca3dc178b9af45

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

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml|  2 +-
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc   | 11 +++
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc|  1 +
 parent/pom.xml|  2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc



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

2022-05-26 Thread GitBox


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

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


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

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

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



[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-26 Thread GitBox


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

   Merged manually here 
https://github.com/apache/camel-quarkus/commit/7e4f5b12586db9e67e3e7aeb9dd7c26f787d0899.


-- 
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 pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-26 Thread GitBox


jamesnetherton closed pull request #3804: Aws SQS: Remove unnecessary headers 
from the test because of CAMEL-18…
URL: https://github.com/apache/camel-quarkus/pull/3804


-- 
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 camel-main updated (5be50bdd70 -> 10090d9ec8)

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

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


omit 5be50bdd70 Upgrade Camel to 3.18.0
 add 5631d86f69 Updated CHANGELOG.md
 add 13cef38ca8 Add debug JVM only extension
 add d465a84e9f Use WireMock for xchange tests
 add 5186a6f51f Add migration guide for the 2.10.0 release
 add c2bf48213c Updated CHANGELOG.md
 add 1b158916bd Create an Azure Key Vault Extension
 add f117bdeb41 Reinitialize ActiveMQ IdGenerator at runtime to ensure 
generated id uniqueness
 add 0b5bb7b142 Updated CHANGELOG.md
 add 14aef85f2b Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
 add 1431d7fb09 Updated CHANGELOG.md
 add 0b0a7ff97a Add zhfeng key (#3814)
 new 7e4f5b1258 Aws SQS: Remove unnecessary headers from the test because 
of CAMEL-18123 #3803
 new 10090d9ec8 Upgrade Camel to 3.18.0

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

 * -- * -- B -- O -- O -- O   (5be50bdd70)
\
 N -- N -- N   refs/heads/camel-main (10090d9ec8)

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:
 CHANGELOG.md   |  11 +++
 KEYS   |  55 +++
 catalog/pom.xml|  13 +++
 .../ROOT/examples/components/azure-key-vault.yml   |  13 +++
 docs/modules/ROOT/examples/others/debug.yml|  13 +++
 docs/modules/ROOT/nav.adoc |   2 +
 .../modules/ROOT/pages/migration-guide/2.10.0.adoc |  28 ++
 docs/modules/ROOT/pages/migration-guide/index.adoc |   1 +
 .../reference/extensions/azure-key-vault.adoc  |  35 +++
 .../ROOT/pages/reference/extensions/debug.adoc |  35 +++
 .../camel/quarkus/core/FastCamelContext.java   |   2 +-
 extensions-jvm/azure-key-vault/deployment/pom.xml  |  63 +
 .../vault/deployment/AzureKeyVaultProcessor.java   |  46 +
 extensions-jvm/azure-key-vault/pom.xml |  39 
 extensions-jvm/azure-key-vault/runtime/pom.xml | 100 
 .../main/resources/META-INF/quarkus-extension.yaml |  32 +++
 extensions-jvm/debug/deployment/pom.xml|  83 
 .../component/debug/deployment/DebugProcessor.java |  53 +++
 .../component/debug/deployment/DebugResource.java  |  40 
 .../component/debug/deployment/DebugTest.java  |  51 ++
 extensions-jvm/debug/pom.xml   |  39 
 extensions-jvm/debug/runtime/pom.xml   | 104 +
 .../main/resources/META-INF/quarkus-extension.yaml |  32 +++
 extensions-jvm/pom.xml |   2 +
 .../deployment/ReactorNettySupportProcessor.java   |   2 -
 .../activemq/deployment/ActiveMQProcessor.java |   7 ++
 .../component/aws2/sqs/it/Aws2SqsResource.java |  12 +--
 .../azure-key-vault}/pom.xml   |  71 ++
 .../azure/key/vault/it/AzureKeyVaultResource.java  |  51 ++
 .../azure/key/vault/it/AzureKeyVaultTest.java  |  34 +++
 .../debug}/pom.xml |  52 ++-
 .../quarkus/component/debug/it/DebugResource.java  |  43 +
 .../quarkus/component/debug/it/DebugTest.java  |  38 
 integration-tests-jvm/pom.xml  |   2 +
 integration-tests/compression-grouped/pom.xml  |  10 +-
 integration-tests/xchange/README.adoc  |  18 
 integration-tests/xchange/pom.xml  |   4 +
 .../component/xchange/it/XchangeResource.java  |  49 --
 .../xchange/it/XchangeBinanceTestResource.java |  45 +
 .../xchange/it/XchangeKrakenTestResource.java  |  45 +
 .../quarkus/component/xchange/it/XchangeTest.java  |   6 +-
 ...pairs-3a81de1f-2691-412e-8896-3bac2239f07d.json |   1 +
 ...ssets-23a47848-dae8-4bdb-9ac7-851012c5b102.json |   1 +
 ...einfo-41fc7d67-259d-4bf2-944d-8a00f9c2370a.json |   1 +
 ...pairs-3a81de1f-2691-412e-8896-3bac2239f07d.json |  29 ++
 ...ssets-23a47848-dae8-4bdb-9ac7-851012c5b102.json |  29 ++
 

[camel-quarkus] 01/02: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18123 #3803

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

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

commit 7e4f5b12586db9e67e3e7aeb9dd7c26f787d0899
Author: JiriOndrusek 
AuthorDate: Mon May 23 13:51:36 2022 +0200

Aws SQS: Remove unnecessary headers from the test because of CAMEL-18123 
#3803
---
 .../camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git 
a/integration-test-groups/aws2/aws2-sqs/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java
 
b/integration-test-groups/aws2/aws2-sqs/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java
index 44ad89506c..65ea892b2a 100644
--- 
a/integration-test-groups/aws2/aws2-sqs/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java
+++ 
b/integration-test-groups/aws2/aws2-sqs/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java
@@ -81,10 +81,8 @@ public class Aws2SqsResource {
 @DELETE
 @Produces(MediaType.TEXT_PLAIN)
 public Response purgeQueue(@PathParam("queueName") String queueName) 
throws Exception {
-producerTemplate.sendBodyAndHeader(componentUri(queueName) + 
"?operation=purgeQueue",
-null,
-Sqs2Constants.SQS_QUEUE_PREFIX,
-queueName);
+producerTemplate.sendBody(componentUri(queueName) + 
"?operation=purgeQueue",
+null);
 return Response.ok().build();
 }
 
@@ -148,10 +146,8 @@ public class Aws2SqsResource {
 @DELETE
 @Produces(MediaType.TEXT_PLAIN)
 public Response deleteQueue(@PathParam("queueName") String queueName) 
throws Exception {
-producerTemplate.sendBodyAndHeader(componentUri(queueName) + 
"?operation=deleteQueue",
-null,
-Sqs2Constants.SQS_QUEUE_PREFIX,
-queueName);
+producerTemplate.sendBody(componentUri(queueName) + 
"?operation=deleteQueue",
+null);
 return Response.ok().build();
 }
 



[camel-quarkus] 02/02: Add extension camel-quarkus-support-google-cloud

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

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

commit 763b5087f12cd3c3c80e660e8eeb2f7bb29a0fe8
Author: James Netherton 
AuthorDate: Thu May 26 10:21:09 2022 +0100

Add extension camel-quarkus-support-google-cloud
---
 .../google-cloud}/deployment/pom.xml   | 17 -
 .../google-cloud}/pom.xml  | 44 ++
 .../google-cloud/runtime}/pom.xml  | 34 +
 .../DefaultHttpTransportFactorySubstitutions.java  | 34 +
 .../main/resources/META-INF/quarkus-extension.yaml | 28 ++
 extensions-support/pom.xml |  1 +
 extensions/google-bigquery/deployment/pom.xml  |  4 ++
 extensions/google-bigquery/runtime/pom.xml |  4 ++
 extensions/google-pubsub/deployment/pom.xml|  4 ++
 extensions/google-pubsub/runtime/pom.xml   |  4 ++
 extensions/google-storage/deployment/pom.xml   |  4 ++
 extensions/google-storage/runtime/pom.xml  |  4 ++
 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 +
 16 files changed, 163 insertions(+), 59 deletions(-)

diff --git a/extensions/google-storage/deployment/pom.xml 
b/extensions-support/google-cloud/deployment/pom.xml
similarity index 80%
copy from extensions/google-storage/deployment/pom.xml
copy to extensions-support/google-cloud/deployment/pom.xml
index 7dacea4bb2..befc1b2562 100644
--- a/extensions/google-storage/deployment/pom.xml
+++ b/extensions-support/google-cloud/deployment/pom.xml
@@ -18,32 +18,30 @@
 
 -->
 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-google-storage-parent
+camel-quarkus-support-google-cloud-parent
 2.10.0-SNAPSHOT
-../pom.xml
 
+4.0.0
 
-camel-quarkus-google-storage-deployment
-Camel Quarkus :: Google Storage :: Deployment
+camel-quarkus-support-google-cloud-deployment
+Camel Quarkus :: Support :: Google Cloud :: Deployment
 
 
 
-org.apache.camel.quarkus
-camel-quarkus-core-deployment
+io.quarkus
+quarkus-core-deployment
 
 
 org.apache.camel.quarkus
-camel-quarkus-google-storage
+camel-quarkus-support-google-cloud
 
 
 
 
 
 
-org.apache.maven.plugins
 maven-compiler-plugin
 
 
@@ -57,5 +55,4 @@
 
 
 
-
 
diff --git a/extensions/google-storage/deployment/pom.xml 
b/extensions-support/google-cloud/pom.xml
similarity index 51%
copy from extensions/google-storage/deployment/pom.xml
copy to extensions-support/google-cloud/pom.xml
index 7dacea4bb2..b85c90940a 100644
--- a/extensions/google-storage/deployment/pom.xml
+++ b/extensions-support/google-cloud/pom.xml
@@ -18,44 +18,22 @@
 
 -->
 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-google-storage-parent
+camel-quarkus-extensions-support
 2.10.0-SNAPSHOT
 ../pom.xml
 
 
-camel-quarkus-google-storage-deployment
-Camel Quarkus :: Google Storage :: Deployment
-
-
-
-org.apache.camel.quarkus
-camel-quarkus-core-deployment
-
-
-org.apache.camel.quarkus
-camel-quarkus-google-storage
-
-
-
-
-
-
-org.apache.maven.plugins
-maven-compiler-plugin
-
-
-
-io.quarkus
-
quarkus-extension-processor
-${quarkus.version}
-
-
-
-
-
-
+4.0.0
+
+camel-quarkus-support-google-cloud-parent
+Camel Quarkus :: Support :: Google Cloud
+pom
+
+deployment
+runtime
+
 
 
diff --git a/extensions/google-pubsub/deployment/pom.xml 
b/extensions-support/google-cloud/runtime/pom.xml
similarity index 73%
copy from extensions/google-pubsub/deployment/pom.xml
copy to extensions-support/google-cloud/runtime/pom.xml
index d8c01e42f5..2400cba445 100644
--- 

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

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

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

commit f8be2f8e98ac7654744d6b03bceca5e44ce3ea0f
Author: James Netherton 
AuthorDate: Fri Apr 29 07:22:18 2022 +0100

Upgrade Quarkus to 2.10.0.CR1
---
 docs/antora.yml|  6 +++---
 extensions/arangodb/deployment/pom.xml |  4 
 extensions/arangodb/runtime/pom.xml|  4 
 .../component/csimple/deployment/CSimpleProcessor.java |  2 +-
 pom.xml| 14 +-
 poms/bom/pom.xml   |  5 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 11 ---
 poms/bom/src/main/generated/flattened-reduced-pom.xml  |  9 +++--
 .../src/main/generated/flattened-reduced-verbose-pom.xml   |  9 +++--
 9 files changed, 48 insertions(+), 16 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 52da876ace..353e06fc79 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,9 +31,9 @@ asciidoc:
 target-maven-version: 3.8.4 # replace ${target-maven-version}
 camel-version: 3.17.0 # replace ${camel.version}
 camel-docs-version: 3.17.x # replace ${camel.docs.components.version}
-quarkus-version: 2.9.0.Final # replace ${quarkus.version}
-graalvm-version: 22.0.0.2 # replace ${graalvm.version}
-graalvm-docs-version: 22.0
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
+graalvm-version: 22.1.0 # replace ${graalvm.version}
+graalvm-docs-version: 22.1
 # attributes used in xrefs to other Antora components
 cq-camel-components: 3.17.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
diff --git a/extensions/arangodb/deployment/pom.xml 
b/extensions/arangodb/deployment/pom.xml
index 48ac3932b8..e117787d6b 100644
--- a/extensions/arangodb/deployment/pom.xml
+++ b/extensions/arangodb/deployment/pom.xml
@@ -34,6 +34,10 @@
 org.apache.camel.quarkus
 camel-quarkus-core-deployment
 
+
+org.apache.camel.quarkus
+
camel-quarkus-support-httpclient-deployment
+
 
 org.apache.camel.quarkus
 camel-quarkus-arangodb
diff --git a/extensions/arangodb/runtime/pom.xml 
b/extensions/arangodb/runtime/pom.xml
index 564e98035a..da0d141c45 100644
--- a/extensions/arangodb/runtime/pom.xml
+++ b/extensions/arangodb/runtime/pom.xml
@@ -40,6 +40,10 @@
 org.apache.camel.quarkus
 camel-quarkus-core
 
+
+org.apache.camel.quarkus
+camel-quarkus-support-httpclient
+
 
 org.apache.camel
 camel-arangodb
diff --git 
a/extensions/csimple/deployment/src/main/java/org/apache/camel/quarkus/component/csimple/deployment/CSimpleProcessor.java
 
b/extensions/csimple/deployment/src/main/java/org/apache/camel/quarkus/component/csimple/deployment/CSimpleProcessor.java
index 15db109c34..80e6714ab0 100644
--- 
a/extensions/csimple/deployment/src/main/java/org/apache/camel/quarkus/component/csimple/deployment/CSimpleProcessor.java
+++ 
b/extensions/csimple/deployment/src/main/java/org/apache/camel/quarkus/component/csimple/deployment/CSimpleProcessor.java
@@ -312,7 +312,7 @@ class CSimpleProcessor {
 projectDir.resolve("src/main/java").toFile(),
 csimpleClassesDir.toFile(),
 StandardCharsets.UTF_8.name(),
-Collections.emptyList(),
+Collections.emptyMap(),
 null,
 "11",
 "11",
diff --git a/pom.xml b/pom.xml
index 34cfaca94f..bbe5ab7e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 2.3.0
 1.0.2
 1.0.3
-2.9.0.Final
+999-SNAPSHOT
 
3.0.0
 0.34.0
 
@@ -86,13 +86,15 @@
 1.111
 
0.14.1
 
${grpc-google-auth-library-version}
-22.0.0.2
-1.45.1
+22.1.0
+1.46.0
+4.0
+${hadoop3-version}
 ${hapi-version}
 ${hapi-fhir-version}
 ${hbase-version}
 4.2.0-incubating
-13.0.9.Final
+13.0.10.Final
 ${influx-java-driver-version}
 1.9.13
 ${jackson1.version}
@@ -118,11 +120,13 @@
 1.11.3
 2.4.14.Final
 ${squareup-okio-version}
+0.25.0
 3.19.3
 
${reactor-netty-version}
 2.5.0
 1.5.3
-
3.15.0
+2.12.15
+
3.16.0
 ${spring5-version}
 ${snakeyaml-version}
 1.4.0
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 2e13dce14b..43e9860ddb 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -9455,6 +9455,11 @@
 reactor-netty
 

[camel-quarkus] branch quarkus-main updated (63aef1820e -> 763b5087f1)

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

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


 discard 63aef1820e Upgrade Quarkus to 2.10.0.CR1
 add f117bdeb41 Reinitialize ActiveMQ IdGenerator at runtime to ensure 
generated id uniqueness
 add 0b5bb7b142 Updated CHANGELOG.md
 add 14aef85f2b Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
 add 1431d7fb09 Updated CHANGELOG.md
 add 0b0a7ff97a Add zhfeng key (#3814)
 new f8be2f8e98 Upgrade Quarkus to 2.10.0.CR1
 new 763b5087f1 Add extension camel-quarkus-support-google-cloud

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   (63aef1820e)
\
 N -- N -- N   refs/heads/quarkus-main (763b5087f1)

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:
 CHANGELOG.md   |  5 ++
 KEYS   | 55 ++
 .../deployment/pom.xml |  8 ++--
 .../{bouncycastle => google-cloud}/pom.xml | 10 ++--
 .../{httpclient => google-cloud}/runtime/pom.xml   | 22 -
 .../DefaultHttpTransportFactorySubstitutions.java  | 34 +
 .../main/resources/META-INF/quarkus-extension.yaml |  7 +--
 extensions-support/pom.xml |  1 +
 .../deployment/ReactorNettySupportProcessor.java   |  2 -
 .../activemq/deployment/ActiveMQProcessor.java |  7 +++
 extensions/arangodb/deployment/pom.xml |  4 ++
 extensions/arangodb/runtime/pom.xml|  4 ++
 extensions/google-bigquery/deployment/pom.xml  |  4 ++
 extensions/google-bigquery/runtime/pom.xml |  4 ++
 extensions/google-pubsub/deployment/pom.xml|  4 ++
 extensions/google-pubsub/runtime/pom.xml   |  4 ++
 extensions/google-storage/deployment/pom.xml   |  4 ++
 extensions/google-storage/runtime/pom.xml  |  4 ++
 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 
 22 files changed, 197 insertions(+), 26 deletions(-)
 copy extensions-support/{commons-logging => google-cloud}/deployment/pom.xml 
(87%)
 copy extensions-support/{bouncycastle => google-cloud}/pom.xml (92%)
 copy extensions-support/{httpclient => google-cloud}/runtime/pom.xml (80%)
 create mode 100644 
extensions-support/google-cloud/runtime/src/main/java/org/apache/camel/quarkus/support/google/cloud/graal/DefaultHttpTransportFactorySubstitutions.java
 copy extensions-support/{ahc => 
google-cloud}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (87%)



[camel] branch main updated: Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e027444242c Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd
e027444242c is described below

commit e027444242cc85c4f7f8306856679e4ac042b301
Author: davsclaus 
AuthorDate: Thu May 26 10:56:04 2022 +

Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/milo-client.json  | 1 +
 .../resources/org/apache/camel/catalog/components/milo-server.json  | 2 +-
 .../builder/component/dsl/MiloServerComponentBuilderFactory.java| 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
index 83aec39aee5..18ca6075d1c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-client.json
@@ -64,6 +64,7 @@
 "method": { "kind": "parameter", "displayName": "Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The method definition (see Method ID)" },
 "monitorFilterType": { "kind": "parameter", "displayName": "Monitor Filter 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.milo.client.MonitorFilterType", "enum": 
[ "dataChangeFilter" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "description": "Monitor 
Filter T [...]
 "node": { "kind": "parameter", "displayName": "Node", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The node definition (see Node ID)" },
+"omitNullValues": { "kind": "parameter", "displayName": "Omit Null 
Values", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Omit notifications in case of null 
values" },
 "samplingInterval": { "kind": "parameter", "displayName": "Sampling 
Interval", "group": "common", "label": "", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0.0", "description": "The sampling interval 
in milliseconds" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
index e8dbdc9c4a8..746d0521fe3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milo-server.json
@@ -35,7 +35,7 @@
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a 

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

2022-05-26 Thread GitBox


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


-- 
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 (d264793aa97 -> d6afa7b2523)

2022-05-26 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 d264793aa97 Upgrades
 add 71f4773eca0 Milo 0.6.6
 add 9ac7a51272c CAMEL-18144: Upgrade to Milo 0.6.6
 add d6afa7b2523 Regen for commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |  2 +-
 .../camel/catalog/components/milo-client.json  |  1 +
 .../camel/catalog/components/milo-server.json  |  2 +-
 components/camel-milo/pom.xml  | 12 ++
 .../milo/client/MiloClientEndpointConfigurer.java  |  6 +++
 .../milo/client/MiloClientEndpointUriFactory.java  |  3 +-
 .../milo/server/MiloServerComponentConfigurer.java |  4 +-
 .../camel/component/milo/client/milo-client.json   |  1 +
 .../camel/component/milo/server/milo-server.json   |  2 +-
 .../component/milo/client/MiloClientConsumer.java  |  7 +++
 .../component/milo/client/MiloClientEndpoint.java  | 14 ++
 .../milo/client/internal/SubscriptionManager.java  |  4 +-
 .../component/milo/server/MiloServerComponent.java | 17 
 .../milo/server/internal/CamelNamespace.java   | 30 +
 .../milo/server/internal/CamelServerItem.java  | 50 ++
 .../component/milo/AbstractMiloServerTest.java |  2 +-
 .../MiloClientCachingConnectionManagerTest.java| 11 -
 .../milo/MonitorItemMultiConnectionsCertTest.java  | 14 ++
 .../milo/MonitorItemMultiConnectionsTest.java  | 14 ++
 .../camel/component/milo/MonitorItemTest.java  | 32 +++---
 .../camel/component/milo/ReadValuesClientTest.java | 14 ++
 .../camel/component/milo/WriteClientTest.java  | 14 ++
 .../component/milo/browse/BrowseServerTest.java| 14 ++
 .../camel/component/milo/call/CallClientTest.java  | 33 +-
 .../component/milo/call/MockCamelNamespace.java| 28 +---
 .../camel/component/milo/client/NodeIdTest.java| 14 ++
 .../component/milo/converter/ConverterTest.java| 14 ++
 .../component/milo/server/ServerLocalTest.java | 12 +-
 .../server/ServerSetCertificateManagerTest.java| 14 ++
 .../milo/server/ServerSetSecurityPoliciesTest.java | 14 ++
 .../dsl/MiloServerComponentBuilderFactory.java |  6 +--
 parent/pom.xml |  2 +-
 32 files changed, 342 insertions(+), 65 deletions(-)



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

2022-05-26 Thread GitBox


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

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


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

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

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



[camel] branch main updated: CAMEL-18144: Upgrade to Milo 0.6.6

2022-05-26 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 20ebbb23d80 CAMEL-18144: Upgrade to Milo 0.6.6
20ebbb23d80 is described below

commit 20ebbb23d80297e4f3027cece7ca3dc178b9af45
Author: Claus Ibsen 
AuthorDate: Thu May 26 12:52:44 2022 +0200

CAMEL-18144: Upgrade to Milo 0.6.6
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc   |  4 
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc   | 11 +++
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc|  1 +
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
index 3df507b91be..f47296b3975 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
@@ -238,10 +238,6 @@ Notice how we must use `depends-on="VerySimple-context"` 
in the `cxf:cxfEndpoint
 
 
 
-=== camel-karaf
-
-The `camel-milo` feature has been removed.
-
 === Deprecated Components
 
 The following components that had been marked as deprecated, were removed in 
this release:
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc
new file mode 100644
index 000..55287f244a9
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc
@@ -0,0 +1,11 @@
+= Apache Camel 3.x Upgrade Guide
+
+This document is for helping you upgrade your Apache Camel application
+from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then 
you should follow the guides
+from both 3.0 to 3.1 and 3.1 to 3.2.
+
+== Upgrading Camel 3.17 to 3.18
+
+=== camel-karaf
+
+The `camel-milo` feature has been removed.
diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
index a81f7142bed..300013ac4b1 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
@@ -26,3 +26,4 @@ You can find upgrade guide for each release in the following 
pages:
 - xref:camel-3x-upgrade-guide-3_15.adoc[Upgrade guide 3.14 -> 3.15]
 - xref:camel-3x-upgrade-guide-3_16.adoc[Upgrade guide 3.15 -> 3.16]
 - xref:camel-3x-upgrade-guide-3_17.adoc[Upgrade guide 3.16 -> 3.17]
+- xref:camel-3x-upgrade-guide-3_17.adoc[Upgrade guide 3.17 -> 3.18]



[camel] branch main updated: CAMEL-18144: Upgrade to Milo 0.6.6

2022-05-26 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 4f90b883230 CAMEL-18144: Upgrade to Milo 0.6.6
4f90b883230 is described below

commit 4f90b883230375d98afeedf733afc5c5447c10c6
Author: Claus Ibsen 
AuthorDate: Thu May 26 12:51:49 2022 +0200

CAMEL-18144: Upgrade to Milo 0.6.6
---
 camel-dependencies/pom.xml   | 2 +-
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc | 4 
 parent/pom.xml   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2674df36cc0..53fb29c03fc 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -403,7 +403,7 @@
 2.0.1
 
3.0
 3.0.1
-26.0-jre
+31.1-jre
 0.6.6
 2.1.5
 0.3.4
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
index f47296b3975..3df507b91be 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
@@ -238,6 +238,10 @@ Notice how we must use `depends-on="VerySimple-context"` 
in the `cxf:cxfEndpoint
 
 
 
+=== camel-karaf
+
+The `camel-milo` feature has been removed.
+
 === Deprecated Components
 
 The following components that had been marked as deprecated, were removed in 
this release:
diff --git a/parent/pom.xml b/parent/pom.xml
index 5e5885c1a7c..bf6db2947b1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -391,7 +391,7 @@
 3.0.1
 
3.0
 0.6.6
-26.0-jre
+31.1-jre
 2.1.5
 0.3.4
 0.9.5



[camel-karaf] branch main updated: CAMEL-18144: Upgrade to Milo 0.6.6

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 05e86e50 CAMEL-18144: Upgrade to Milo 0.6.6
05e86e50 is described below

commit 05e86e50d088a4a3664c07e6164e6f0e98f4472c
Author: Claus Ibsen 
AuthorDate: Thu May 26 12:50:32 2022 +0200

CAMEL-18144: Upgrade to Milo 0.6.6
---
 .../karaf/features/src/main/resources/features.xml | 33 --
 pom.xml|  1 -
 2 files changed, 34 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index feb5fa4d..5ea68858 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1504,39 +1504,6 @@
 mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}
 mvn:org.apache.camel/camel-micrometer/${project.version}
   
-  
-camel-core
-mvn:org.javassist/javassist/${javassist-version}
-mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.reflections/${reflections-bundle-version}
-mvn:com.codepoetics/protonpack/${protonpack-version}
-mvn:io.dropwizard.metrics/metrics-core/${metrics-version}
-mvn:org.jooq/jool/${jool-version}
-mvn:com.google.code.findbugs/jsr305/${google-findbugs-jsr305-version}
-mvn:com.google.code.findbugs/annotations/${google-findbugs-annotations2-version}
-mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-milo-version}
-mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle-milo-version}
 
-mvn:org.bouncycastle/bcmail-jdk15on/${bouncycastle-milo-version}

-mvn:io.netty/netty-common/${netty-version}
-mvn:io.netty/netty-buffer/${netty-version}
-mvn:io.netty/netty-resolver/${netty-version}
-mvn:io.netty/netty-transport/${netty-version}
-mvn:io.netty/netty-handler/${netty-version}
-mvn:io.netty/netty-codec/${netty-version}
-mvn:io.netty/netty-codec-http/${netty-version}
-mvn:io.netty/netty-tcnative-classes/${netty-tcnative-classes-version}
-wrap:mvn:com.digitalpetri.fsm/strict-machine/${digitalpetri-fsm-client}
-wrap:mvn:com.digitalpetri.netty/netty-channel-fsm/${digitalpetri-netty-client}
-mvn:com.google.guava/guava/${milo-guava-version}
-mvn:org.eclipse.milo/stack-core/${milo-version}
-mvn:org.eclipse.milo/stack-server/${milo-version}
-mvn:org.eclipse.milo/stack-client/${milo-version}
-mvn:org.eclipse.milo/sdk-core/${milo-version}
-mvn:org.eclipse.milo/sdk-server/${milo-version}
-mvn:org.eclipse.milo/bsd-parser-core/${milo-version}
-mvn:org.eclipse.milo/sdk-client/${milo-version}
-mvn:org.eclipse.milo/bsd-parser-gson/${milo-version}
-mvn:org.apache.camel/camel-milo/${project.version}
-  
   
 camel-core
 mvn:org.apache.mina/mina-core/${mina-version}
diff --git a/pom.xml b/pom.xml
index 28201f5a..d3bc15a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,6 @@
 
12.10.0_1
 20.0
 
3.1
-1.61
 5.2_4
 2.4.0
 2.12.3



[GitHub] [camel-k] mwmahlberg commented on issue #1915: not able to use json: MethodNotFoundException

2022-05-26 Thread GitBox


mwmahlberg commented on issue #1915:
URL: https://github.com/apache/camel-k/issues/1915#issuecomment-1138379674

   @squakez I think it would be helpful to show how to enable the 
`CamelJacksonEnableTypeConverter` in the YAML DSL. I know it would be for me ;)


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

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

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



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

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

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


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

commit 5d41e64b10ae9fa9ca671132ef9ce4be8abd7974
Author: Claus Ibsen 
AuthorDate: Thu May 26 12:16:18 2022 +0200

Regen
---
 .../camel/springboot/catalog/components/milo-client.json  |  1 +
 .../camel/springboot/catalog/components/milo-server.json  |  2 +-
 components-starter/camel-milo-starter/src/main/docs/milo.json |  4 ++--
 .../server/springboot/MiloServerComponentConfiguration.java   | 11 ++-
 .../milo/server/springboot/MiloServerComponentConverter.java  |  4 ++--
 5 files changed, 12 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
index 66c5da9c0cb..64208a33b5c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
@@ -64,6 +64,7 @@
 "method": { "kind": "parameter", "displayName": "Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The method definition (see Method ID)" },
 "monitorFilterType": { "kind": "parameter", "displayName": "Monitor Filter 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.milo.client.MonitorFilterType", "enum": 
[ "dataChangeFilter" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "description": "Monitor 
Filter T [...]
 "node": { "kind": "parameter", "displayName": "Node", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The node definition (see Node ID)" },
+"omitNullValues": { "kind": "parameter", "displayName": "Omit Null 
Values", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Omit notifications in case of null 
values" },
 "samplingInterval": { "kind": "parameter", "displayName": "Sampling 
Interval", "group": "common", "label": "", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0.0", "description": "The sampling interval 
in milliseconds" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-server.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-server.json
index ff678566c53..fcfb89e4820 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-server.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-server.json
@@ -35,7 +35,7 @@
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 

[GitHub] [camel] davsclaus closed pull request #7672: [CAMEL-18144] Milo 0.6.6

2022-05-26 Thread GitBox


davsclaus closed pull request #7672: [CAMEL-18144] Milo 0.6.6
URL: https://github.com/apache/camel/pull/7672


-- 
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 #7672: [CAMEL-18144] Milo 0.6.6

2022-05-26 Thread GitBox


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

   Thanks I have merged this manually with checkstyle and other fixes


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

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

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



[camel] 01/02: Milo 0.6.6

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

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

commit 71f4773eca00e7d25b565e3a508610efc9bb11bd
Author: Klug Andreas (CI/XDM1) 
AuthorDate: Wed May 25 15:54:26 2022 +0200

Milo 0.6.6
---
 camel-dependencies/pom.xml |  2 +-
 components/camel-milo/pom.xml  | 12 +
 .../component/milo/client/MiloClientConsumer.java  |  9 +++-
 .../component/milo/client/MiloClientEndpoint.java  | 16 ++-
 .../milo/client/internal/SubscriptionManager.java  |  4 +-
 .../component/milo/server/MiloServerComponent.java | 17 +++
 .../milo/server/internal/CamelNamespace.java   | 38 ++-
 .../milo/server/internal/CamelServerItem.java  | 55 +-
 .../component/milo/AbstractMiloServerTest.java |  2 +-
 .../MiloClientCachingConnectionManagerTest.java| 11 -
 .../milo/MonitorItemMultiConnectionsCertTest.java  | 16 ++-
 .../milo/MonitorItemMultiConnectionsTest.java  | 16 ++-
 .../camel/component/milo/MonitorItemTest.java  | 38 +++
 .../camel/component/milo/ReadValuesClientTest.java | 16 ++-
 .../camel/component/milo/WriteClientTest.java  | 18 ++-
 .../component/milo/browse/BrowseServerTest.java| 16 ++-
 .../camel/component/milo/call/CallClientTest.java  | 33 -
 .../component/milo/call/MockCamelNamespace.java| 30 
 .../camel/component/milo/client/NodeIdTest.java| 16 ++-
 .../component/milo/converter/ConverterTest.java| 16 ++-
 .../component/milo/server/ServerLocalTest.java | 14 +-
 .../server/ServerSetCertificateManagerTest.java| 16 ++-
 .../milo/server/ServerSetSecurityPoliciesTest.java | 16 ++-
 23 files changed, 348 insertions(+), 79 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 78b2c318694..2674df36cc0 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -404,7 +404,7 @@
 
3.0
 3.0.1
 26.0-jre
-0.3.7
+0.6.6
 2.1.5
 0.3.4
 0.9.5
diff --git a/components/camel-milo/pom.xml b/components/camel-milo/pom.xml
index bc45a3c79c4..3a705ff7442 100644
--- a/components/camel-milo/pom.xml
+++ b/components/camel-milo/pom.xml
@@ -56,6 +56,18 @@
 ${milo-version}
 
 
+
+org.eclipse.milo
+stack-core
+${milo-version}
+
+
+
+org.eclipse.milo
+dictionary-manager
+${milo-version}
+
+
 
 com.google.guava
 guava
diff --git 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientConsumer.java
 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientConsumer.java
index 60689104638..15572a0cdd2 100644
--- 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientConsumer.java
+++ 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientConsumer.java
@@ -35,11 +35,13 @@ public class MiloClientConsumer extends DefaultConsumer {
 private MonitorHandle handle;
 private ExpandedNodeId node;
 private Double samplingInterval;
+private boolean omitNullValues;
 
 public MiloClientConsumer(final MiloClientEndpoint endpoint, final 
Processor processor) {
 super(endpoint, processor);
 this.node = endpoint.getNodeId();
 this.samplingInterval = endpoint.getSamplingInterval();
+this.omitNullValues = endpoint.isOmitNullValues();
 }
 
 @Override
@@ -68,7 +70,12 @@ public class MiloClientConsumer extends DefaultConsumer {
 
 private void handleValueUpdate(final DataValue value) {
 LOG.debug("Handle item update - {} = {}", node, value);
-
+
+if(omitNullValues && (value == null || value.getValue() == null || 
value.getValue().getValue() == null)){
+LOG.debug("Handle item update omitted due to null values (see 
omitNullValues parameter)");
+return;
+}
+
 final Exchange exchange = createExchange(true);
 try {
 mapToMessage(value, exchange.getMessage());
diff --git 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientEndpoint.java
 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientEndpoint.java
index a1b25db531c..e7a6de742f1 100644
--- 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientEndpoint.java
+++ 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientEndpoint.java
@@ -77,7 +77,13 @@ public class MiloClientEndpoint extends DefaultEndpoint {
  */
 @UriParam
 private boolean defaultAwaitWrites;
-
+
+/**
+ * Omit notifications in case of null values
+ */
+  

[camel] 02/02: CAMEL-18144: Upgrade to Milo 0.6.6

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

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

commit 9ac7a51272c9b1d8d7ea90c6db34c10e7ee021bd
Author: Claus Ibsen 
AuthorDate: Thu May 26 12:12:33 2022 +0200

CAMEL-18144: Upgrade to Milo 0.6.6
---
 .../milo/client/MiloClientEndpointConfigurer.java  |  6 +
 .../milo/client/MiloClientEndpointUriFactory.java  |  3 ++-
 .../milo/server/MiloServerComponentConfigurer.java |  4 +--
 .../camel/component/milo/client/milo-client.json   |  1 +
 .../camel/component/milo/server/milo-server.json   |  2 +-
 .../component/milo/client/MiloClientConsumer.java  |  6 ++---
 .../component/milo/client/MiloClientEndpoint.java  |  8 +++---
 .../milo/server/internal/CamelNamespace.java   | 16 ++--
 .../milo/server/internal/CamelServerItem.java  | 29 +++---
 .../MiloClientCachingConnectionManagerTest.java|  4 +--
 .../milo/MonitorItemMultiConnectionsCertTest.java  |  8 +++---
 .../milo/MonitorItemMultiConnectionsTest.java  |  8 +++---
 .../camel/component/milo/MonitorItemTest.java  | 18 ++
 .../camel/component/milo/ReadValuesClientTest.java |  8 +++---
 .../camel/component/milo/WriteClientTest.java  | 10 
 .../component/milo/browse/BrowseServerTest.java|  8 +++---
 .../camel/component/milo/call/CallClientTest.java  | 22 
 .../component/milo/call/MockCamelNamespace.java| 12 -
 .../camel/component/milo/client/NodeIdTest.java|  6 ++---
 .../component/milo/converter/ConverterTest.java|  6 ++---
 .../component/milo/server/ServerLocalTest.java |  4 +--
 .../server/ServerSetCertificateManagerTest.java|  6 ++---
 .../milo/server/ServerSetSecurityPoliciesTest.java |  6 ++---
 parent/pom.xml |  2 +-
 24 files changed, 105 insertions(+), 98 deletions(-)

diff --git 
a/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointConfigurer.java
 
b/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointConfigurer.java
index ce5ec336637..3c2798f3b28 100644
--- 
a/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointConfigurer.java
+++ 
b/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointConfigurer.java
@@ -69,6 +69,8 @@ public class MiloClientEndpointConfigurer extends 
PropertyConfigurerSupport impl
 case "monitorfiltertype":
 case "monitorFilterType": 
target.getMonitorFilterConfiguration().setMonitorFilterType(property(camelContext,
 org.apache.camel.component.milo.client.MonitorFilterType.class, value)); 
return true;
 case "node": target.setNode(property(camelContext, 
java.lang.String.class, value)); return true;
+case "omitnullvalues":
+case "omitNullValues": target.setOmitNullValues(property(camelContext, 
boolean.class, value)); return true;
 case "overridehost":
 case "overrideHost": 
target.getConfiguration().setOverrideHost(property(camelContext, boolean.class, 
value)); return true;
 case "producturi":
@@ -138,6 +140,8 @@ public class MiloClientEndpointConfigurer extends 
PropertyConfigurerSupport impl
 case "monitorfiltertype":
 case "monitorFilterType": return 
org.apache.camel.component.milo.client.MonitorFilterType.class;
 case "node": return java.lang.String.class;
+case "omitnullvalues":
+case "omitNullValues": return boolean.class;
 case "overridehost":
 case "overrideHost": return boolean.class;
 case "producturi":
@@ -208,6 +212,8 @@ public class MiloClientEndpointConfigurer extends 
PropertyConfigurerSupport impl
 case "monitorfiltertype":
 case "monitorFilterType": return 
target.getMonitorFilterConfiguration().getMonitorFilterType();
 case "node": return target.getNode();
+case "omitnullvalues":
+case "omitNullValues": return target.isOmitNullValues();
 case "overridehost":
 case "overrideHost": return target.getConfiguration().isOverrideHost();
 case "producturi":
diff --git 
a/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointUriFactory.java
 
b/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointUriFactory.java
index 8b8bc45bed0..904120ebf41 100644
--- 
a/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointUriFactory.java
+++ 
b/components/camel-milo/src/generated/java/org/apache/camel/component/milo/client/MiloClientEndpointUriFactory.java
@@ -21,7 +21,7 @@ public class MiloClientEndpointUriFactory extends 
org.apache.camel.support.compo
 private static final Set SECRET_PROPERTY_NAMES;
 private static final Set 

[camel] branch main updated (d264793aa97 -> 9ac7a51272c)

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

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


from d264793aa97 Upgrades
 new 71f4773eca0 Milo 0.6.6
 new 9ac7a51272c CAMEL-18144: Upgrade to Milo 0.6.6

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


Summary of changes:
 camel-dependencies/pom.xml |  2 +-
 components/camel-milo/pom.xml  | 12 ++
 .../milo/client/MiloClientEndpointConfigurer.java  |  6 +++
 .../milo/client/MiloClientEndpointUriFactory.java  |  3 +-
 .../milo/server/MiloServerComponentConfigurer.java |  4 +-
 .../camel/component/milo/client/milo-client.json   |  1 +
 .../camel/component/milo/server/milo-server.json   |  2 +-
 .../component/milo/client/MiloClientConsumer.java  |  7 +++
 .../component/milo/client/MiloClientEndpoint.java  | 14 ++
 .../milo/client/internal/SubscriptionManager.java  |  4 +-
 .../component/milo/server/MiloServerComponent.java | 17 
 .../milo/server/internal/CamelNamespace.java   | 30 +
 .../milo/server/internal/CamelServerItem.java  | 50 ++
 .../component/milo/AbstractMiloServerTest.java |  2 +-
 .../MiloClientCachingConnectionManagerTest.java| 11 -
 .../milo/MonitorItemMultiConnectionsCertTest.java  | 14 ++
 .../milo/MonitorItemMultiConnectionsTest.java  | 14 ++
 .../camel/component/milo/MonitorItemTest.java  | 32 +++---
 .../camel/component/milo/ReadValuesClientTest.java | 14 ++
 .../camel/component/milo/WriteClientTest.java  | 14 ++
 .../component/milo/browse/BrowseServerTest.java| 14 ++
 .../camel/component/milo/call/CallClientTest.java  | 33 +-
 .../component/milo/call/MockCamelNamespace.java| 28 +---
 .../camel/component/milo/client/NodeIdTest.java| 14 ++
 .../component/milo/converter/ConverterTest.java| 14 ++
 .../component/milo/server/ServerLocalTest.java | 12 +-
 .../server/ServerSetCertificateManagerTest.java| 14 ++
 .../milo/server/ServerSetSecurityPoliciesTest.java | 14 ++
 parent/pom.xml |  2 +-
 29 files changed, 337 insertions(+), 61 deletions(-)



[GitHub] [camel-k] squakez commented on issue #1238: Multi-architecture support

2022-05-26 Thread GitBox


squakez commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1138360881

   Any build configuration should be included into the IntegrationPlatform, not 
exposed in the `kamel run` command. I think you can extend the BuildahTask to 
include the new needed parameters
   
https://github.com/apache/camel-k/blob/fe997b9ac1297884840ffb42bb41302bb5040ee5/pkg/apis/camel/v1/build_types.go#L107
   and passing them from IntegrationPlatform.PublishStrategyOptions as we're 
doing for Kaniko settings. Once they are in the BuildahTask, you should be able 
to use them.


-- 
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 issue, #3306: Side services compatibility matrix

2022-05-26 Thread GitBox


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

   We can have some automation to publish a documentation page with the most 
important technology we support, ie, Knative, ServiceBinding, Keda, ... and the 
related versions.
   As an example, we can easily get ServiceBinding version from the go.mod: 
https://github.com/apache/camel-k/blob/fe997b9ac1297884840ffb42bb41302bb5040ee5/go.mod#L31


-- 
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-k] branch release-1.9.x updated: test(e2e): add test for 'kamel run --dev' in a warmed-up environment

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

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


The following commit(s) were added to refs/heads/release-1.9.x by this push:
 new 8bd3fe893 test(e2e): add test for 'kamel run --dev' in a warmed-up 
environment
8bd3fe893 is described below

commit 8bd3fe893d68e3e49a212ec44c6dcb47b3368d47
Author: Tadayoshi Sato 
AuthorDate: Wed May 25 13:55:15 2022 +0900

test(e2e): add test for 'kamel run --dev' in a warmed-up environment

Fix #3211
---
 e2e/common/cli/dev_mode_test.go | 46 +
 1 file changed, 46 insertions(+)

diff --git a/e2e/common/cli/dev_mode_test.go b/e2e/common/cli/dev_mode_test.go
index db7fd7309..180b1565d 100644
--- a/e2e/common/cli/dev_mode_test.go
+++ b/e2e/common/cli/dev_mode_test.go
@@ -29,9 +29,11 @@ import (
"io/ioutil"
"os"
"testing"
+   "time"
 
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
+   corev1 "k8s.io/api/core/v1"
 
. "github.com/apache/camel-k/e2e/support"
"github.com/apache/camel-k/e2e/support/util"
@@ -144,5 +146,49 @@ func TestRunDevMode(t *testing.T) {
// When the integration is deleted, then, also the 
autogenerated configmaps must be cleaned
Eventually(AutogeneratedConfigmapsCount(ns), 
TestTimeoutShort).Should(Equal(0))
})
+
+   // This test makes sure that `kamel run --dev` runs in seconds 
after initial build is
+   // already done for the same integration.
+   t.Run("dev mode rebuild in seconds", func(t *testing.T) {
+   /*
+* !!! NOTE !!!
+* If you find this test flaky, instead of thinking it 
as simply unstable, investigate
+* why it does not finish in a few seconds and remove 
the bottlenecks which are lagging
+* the integration startup.
+*/
+   RegisterTestingT(t)
+
+   // First run (warm up)
+   Expect(Kamel("run", "-n", ns, 
"files/yaml.yaml").Execute()).To(Succeed())
+   Eventually(IntegrationPodPhase(ns, "yaml"), 
TestTimeoutMedium).Should(Equal(corev1.PodRunning))
+   Eventually(IntegrationLogs(ns, "yaml"), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
+   Expect(Kamel("delete", "yaml", "-n", 
ns).Execute()).To(Succeed())
+   Eventually(Integration(ns, "yaml")).Should(BeNil())
+   Eventually(IntegrationPod(ns, "yaml")).Should(BeNil())
+
+   // Second run (rebuild)
+   ctx, cancel := context.WithCancel(TestContext)
+   defer cancel()
+   piper, pipew := io.Pipe()
+   defer pipew.Close()
+   defer piper.Close()
+
+   file := util.MakeTempCopy(t, "files/yaml.yaml")
+
+   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev")
+   kamelRun.SetOut(pipew)
+
+   logScanner := util.NewLogScanner(ctx, piper, 
`integration "yaml" in phase Running`, "Magicstring!")
+
+   args := os.Args
+   defer func() { os.Args = args }()
+   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev"}
+   go kamelRun.Execute()
+
+   // Second run should start up within a few seconds
+   timeout := 10 * time.Second
+   Eventually(logScanner.IsFound(`integration "yaml" in 
phase Running`), timeout).Should(BeTrue())
+   Eventually(logScanner.IsFound("Magicstring!"), 
timeout).Should(BeTrue())
+   })
})
 }



[GitHub] [camel-k] tadayosi merged pull request #3305: test(e2e): add test for 'kamel run --dev' in a warmed-up environment (1.9.x)

2022-05-26 Thread GitBox


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


-- 
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 pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-26 Thread GitBox


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

   I'll fix up the `camel-main` branch later today and manually merge this. We 
don't want all of the branch fixes in this commit, otherwise it becomes a pain 
to maintain.


-- 
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 (5339308bf4c -> d264793aa97)

2022-05-26 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 5339308bf4c Upgrade smallrye
 add d264793aa97 Upgrades

No new revisions were added by this update.

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



[camel-quarkus] 02/02: Remove some superfluous runtime initialized classes from camel-quarkus-support-reactor-netty

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

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

commit 58e490f4416739ca82c78ddea0bef5e801c91678
Author: James Netherton 
AuthorDate: Wed May 25 12:53:16 2022 +0100

Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
---
 .../support/reactor/netty/deployment/ReactorNettySupportProcessor.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
 
b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
index 1c61c4d29e..574eddea56 100644
--- 
a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
+++ 
b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
@@ -33,8 +33,6 @@ public class ReactorNettySupportProcessor {
  * to quarkus via 
https://github.com/quarkusio/quarkus/pull/14994
  * Keeping them here for now */
 io.netty.util.NetUtil.class.getName(),
-io.netty.channel.socket.InternetProtocolFamily.class.getName(),
-"io.netty.channel.socket.InternetProtocolFamily$1",
 "io.netty.channel.socket.nio.ProtocolFamilyConverter$1",
 io.netty.handler.ssl.OpenSsl.class.getName(),
 "io.netty.internal.tcnative.SSL",



[camel-quarkus] branch 2.7.x updated (29cf6e99f3 -> 58e490f441)

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

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


from 29cf6e99f3 Exclude unwanted Apache Commons dependencies from 
hapi-fhir-structures-dstu2.1
 new d0c026317e Reinitialize ActiveMQ IdGenerator at runtime to ensure 
generated id uniqueness
 new 58e490f441 Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty

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:
 .../reactor/netty/deployment/ReactorNettySupportProcessor.java | 2 --
 .../quarkus/component/activemq/deployment/ActiveMQProcessor.java   | 7 +++
 2 files changed, 7 insertions(+), 2 deletions(-)



[camel-quarkus] 01/02: Reinitialize ActiveMQ IdGenerator at runtime to ensure generated id uniqueness

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

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

commit d0c026317ebb757f02c8fd33fad933aca5eec681
Author: James Netherton 
AuthorDate: Tue May 24 10:21:08 2022 +0100

Reinitialize ActiveMQ IdGenerator at runtime to ensure generated id 
uniqueness

Fixes #3807
---
 .../quarkus/component/activemq/deployment/ActiveMQProcessor.java   | 7 +++
 1 file changed, 7 insertions(+)

diff --git 
a/extensions/activemq/deployment/src/main/java/org/apache/camel/quarkus/component/activemq/deployment/ActiveMQProcessor.java
 
b/extensions/activemq/deployment/src/main/java/org/apache/camel/quarkus/component/activemq/deployment/ActiveMQProcessor.java
index d90495b7e2..4464b028ff 100644
--- 
a/extensions/activemq/deployment/src/main/java/org/apache/camel/quarkus/component/activemq/deployment/ActiveMQProcessor.java
+++ 
b/extensions/activemq/deployment/src/main/java/org/apache/camel/quarkus/component/activemq/deployment/ActiveMQProcessor.java
@@ -26,6 +26,8 @@ import 
io.quarkus.deployment.builditem.ExtensionSslNativeSupportBuildItem;
 import io.quarkus.deployment.builditem.FeatureBuildItem;
 import 
io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem;
 import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem;
+import 
io.quarkus.deployment.builditem.nativeimage.RuntimeReinitializedClassBuildItem;
+import org.apache.activemq.util.IdGenerator;
 
 class ActiveMQProcessor {
 
@@ -88,6 +90,11 @@ class ActiveMQProcessor {
 nativeImage.produce(new NativeImageResourceBuildItem(servicePaths));
 }
 
+@BuildStep
+void 
runtimeReinitializedClasses(BuildProducer 
runtimeReInitializedClass) {
+runtimeReInitializedClass.produce(new 
RuntimeReinitializedClassBuildItem(IdGenerator.class.getName()));
+}
+
 private String getServiceClass(String servicePath) {
 try (InputStream resource = 
ActiveMQProcessor.class.getClassLoader().getResourceAsStream(servicePath)) {
 Properties properties = new Properties();



[GitHub] [camel-quarkus] jamesnetherton merged pull request #3812: [2.7.x] Backports

2022-05-26 Thread GitBox


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


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

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

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



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

2022-05-26 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 2388320185-763-e3d27dd7-c807-4740-9665-1cde9a9c0bb0
   * Camel Quarkus Commit: 763051f786848b991a349bf7c4f522db5198c8bf
   
   * Quarkus Main Commit: 14aef85f2bbe9e3cc11d553105b8aac22ae914c8
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2388320185


-- 
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 (18a13ccf9e1 -> 5339308bf4c)

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

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


omit 18a13ccf9e1 Regen for commit 2f5b987e21997a4529ac9ceed8e0e16ece6aeb70
 add 5339308bf4c Upgrade smallrye

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   (18a13ccf9e1)
\
 N -- N -- N   refs/heads/regen_bot (5339308bf4c)

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

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

No new revisions were added by this update.

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



[camel] 02/02: Upgrades

2022-05-26 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 d264793aa972b8b0e6b07dd8a0478f9abf44a655
Author: Claus Ibsen 
AuthorDate: Thu May 26 08:29:06 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index dfc1791d716..78b2c318694 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -255,7 +255,7 @@
 2.4.10
 2.1.11
 6.2.3.Final
-5.6.7.Final
+5.6.9.Final
 2.6.1
 2.6.1
 4.1.5
@@ -417,7 +417,7 @@
 0.9.10
 2.4.14.Final
 3.5.9
-5.12.5.Final
+5.12.6.Final
 0.4.0
 1.0.0.Beta4
 1.0.1
@@ -465,7 +465,7 @@
 3.4.14
 3.16.7
 1.7.1
-4.4.0
+4.5.1
 4.5.6.Final
 2.24.0.Final
 4.1.2
diff --git a/parent/pom.xml b/parent/pom.xml
index 06608e00659..7d220ca09e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -236,7 +236,7 @@
 2.4.10
 2.1.11
 6.2.3.Final
-5.6.7.Final
+5.6.9.Final
 2.6.1
 2.6.1
 1.7
@@ -404,7 +404,7 @@
 0.9.10
 2.4.14.Final
 3.5.9
-5.12.5.Final
+5.12.6.Final
 1.0.0.Beta4
 1.0.1
 0.4.0
@@ -452,7 +452,7 @@
 1.0.2
 3.16.7
 1.7.1
-4.4.0
+4.5.1
 4.5.6.Final
 2.24.0.Final
 4.1.2



[camel] 01/02: Upgrade smallrye

2022-05-26 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 5339308bf4cf954c5717d1fe9db7656b957ef872
Author: Claus Ibsen 
AuthorDate: Thu May 26 08:01:06 2022 +0200

Upgrade smallrye
---
 camel-dependencies/pom.xml | 8 
 parent/pom.xml | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 278ea00eea2..dfc1791d716 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -433,7 +433,7 @@
 3.2.2
 3.10
 
${opentelemetry-version}-alpha
-1.12.0
+1.13.0
 
0.1.8
 0.33.0
 8.20.0.Final
@@ -485,9 +485,9 @@
 1.7.36
 1.7.36
 4.3.5
-2.9.2
-5.3.1
-3.2.0
+2.10.0
+5.4.0
+3.2.1
 3.0.4
 2.3
 1.30
diff --git a/parent/pom.xml b/parent/pom.xml
index e9ede1d77bd..06608e00659 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,10 +472,10 @@
 1.7.36
 1.7.36
 4.3.5
-2.9.2
+2.10.0
 3.0.4
-3.2.0
-
5.3.1
+3.2.1
+
5.4.0
 1.30
 2.3
 2.6.3_1



[camel] branch main created (now d264793aa97)

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

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


  at d264793aa97 Upgrades

This branch includes the following new commits:

 new 5339308bf4c Upgrade smallrye
 new d264793aa97 Upgrades

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.




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

2022-05-26 Thread GitBox


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


-- 
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 (7faf80c90c7 -> 18a13ccf9e1)

2022-05-26 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 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb
 add 1960c59a4c3 Upgrade jackson 2.13.3
 add 2f5b987e219 Upgrade micrometer 1.9.0
 add 18a13ccf9e1 Regen for commit 2f5b987e21997a4529ac9ceed8e0e16ece6aeb70

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml|  8 
 .../micrometer/messagehistory/ManagedMessageHistoryTest.java  |  3 ++-
 .../routepolicy/ManagedMicrometerRoutePolicyTest.java | 11 ---
 parent/pom.xml|  8 
 4 files changed, 10 insertions(+), 20 deletions(-)



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

2022-05-26 Thread GitBox


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

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


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

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

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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #3746: Intermittent failure of FHIR integration tests `SocketTimeoutException`

2022-05-26 Thread GitBox


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

   Seems this is fixed. I have not seen the error happen on any CI builds since 
#3789 was merged.


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

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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #3746: Intermittent failure of FHIR integration tests `SocketTimeoutException`

2022-05-26 Thread GitBox


jamesnetherton closed issue #3746: Intermittent failure of FHIR integration 
tests `SocketTimeoutException`
URL: https://github.com/apache/camel-quarkus/issues/3746


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

2022-05-26 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 d264793aa97 Upgrades
d264793aa97 is described below

commit d264793aa972b8b0e6b07dd8a0478f9abf44a655
Author: Claus Ibsen 
AuthorDate: Thu May 26 08:29:06 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index dfc1791d716..78b2c318694 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -255,7 +255,7 @@
 2.4.10
 2.1.11
 6.2.3.Final
-5.6.7.Final
+5.6.9.Final
 2.6.1
 2.6.1
 4.1.5
@@ -417,7 +417,7 @@
 0.9.10
 2.4.14.Final
 3.5.9
-5.12.5.Final
+5.12.6.Final
 0.4.0
 1.0.0.Beta4
 1.0.1
@@ -465,7 +465,7 @@
 3.4.14
 3.16.7
 1.7.1
-4.4.0
+4.5.1
 4.5.6.Final
 2.24.0.Final
 4.1.2
diff --git a/parent/pom.xml b/parent/pom.xml
index 06608e00659..7d220ca09e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -236,7 +236,7 @@
 2.4.10
 2.1.11
 6.2.3.Final
-5.6.7.Final
+5.6.9.Final
 2.6.1
 2.6.1
 1.7
@@ -404,7 +404,7 @@
 0.9.10
 2.4.14.Final
 3.5.9
-5.12.5.Final
+5.12.6.Final
 1.0.0.Beta4
 1.0.1
 0.4.0
@@ -452,7 +452,7 @@
 1.0.2
 3.16.7
 1.7.1
-4.4.0
+4.5.1
 4.5.6.Final
 2.24.0.Final
 4.1.2



[camel-quarkus] branch main updated: Add zhfeng key (#3814)

2022-05-26 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

zhfeng 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 0b0a7ff97a Add zhfeng key (#3814)
0b0a7ff97a is described below

commit 0b0a7ff97a3941bd5b4377574564bbc107d46f0a
Author: Amos Feng 
AuthorDate: Thu May 26 14:25:15 2022 +0800

Add zhfeng key (#3814)
---
 KEYS | 55 +++
 1 file changed, 55 insertions(+)

diff --git a/KEYS b/KEYS
index f986197451..ddbb78553e 100644
--- a/KEYS
+++ b/KEYS
@@ -2025,4 +2025,59 @@ o/p7makJObKkf/tuq+bOKslMF4M=
 =O1XT
 -END PGP PUBLIC KEY BLOCK-
 
+pub   rsa4096 2022-05-25 [SC]
+  F956838B0689E06BDC1BD1AFF8F13B4C313B4930
+uid   [ultimate] Zheng Feng 
+sub   rsa4096 2022-05-25 [E]
 
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBGKOXkcBEADAFj79e3zJXhuJ28Jknys9f2KesxRMRw3q1BivQPEFJ8JkB8Xk
+fNlm4ek9sNjorg/kqz1CEKsRRdtk8QD2Bsf6CxGY/wwmUenGr1xEFXtR1MrNd6M7
+XZODlj31rArCatz0WM0qNCacGao7EFVNIiOZ7DB858mEQplD2dmwv073+LhQDb4v
+iKDJBLAR+Ep88uF82yTOiheyF8aaes2jcV3jLxTWb0jU17vJIrwqKy6joec8F/Z0
+tYy5s6QpcZvU9DcktzDwh+q/HZHUg5Mn4LAg5uL1N1Ive6sblKW9aIGETZhYBEcQ
++4Iq2GBAD+6qv4wYtDO2eeGM5iXM3FQxjcufHiQ0iPYebbTYG+yexXVQZ/Nkm/3M
+h81uC9/OLT9xmzkHjKnMFuLgl6SorxaTdkTr/qMXlgEIx0Qt/Ui7ugqYutKWgy5r
+ebgHnAey/XGPpS7HpnFYy7RBRZcBk275GOboXD7HhvmICHYtN0KHmbarXeWWp1IF
+J/9tIbJ/OqldR2MTe7PxPzfT0DH6zNYOncTPbtlN4Chv6gR2gsYMhe42auTYHDBg
+QuCCWJSgeVE3GD3/9APelIxTqYIze/l8NcBjU0kA2LLy2lieSHl48X1+m9rOFC4l
+r8X+g7X5r8Bekwlpk1Gkz6MpFpMnSxd9rOAxokxSO+A+OD1dsJ9j/8narwARAQAB
+tB5aaGVuZyBGZW5nIDx6aGZlbmdAYXBhY2hlLm9yZz6JAlIEEwEIADwWIQT5VoOL
+Bonga9wb0a/48TtMMTtJMAUCYo5eRwIbAwULCQgHAgMiAgEGFQoJCAsCBBYCAwEC
+HgcCF4AACgkQ+PE7TDE7STCJrg/9H2kpINY2B0cA+j5moRsAjEq1ph3oMq5nO74r
+XgZ/JQ9YMJp6tX8EK6S1/X8p1MzJ9eBfwyyf6SFtioehLwnqzIKBGivjTybtjw33
+GrmlmLS2wccsVn6IvMH+suFWK5US19TpyFe2pICoLq+PrBKPYcVL/tpHav0prHfe
+6Tr7BVT2fAHtS68hyHabYlRK2GNT5Cd7EyBp39/i24jMi0UMWs0dkSK54ogD13n2
+vO5NlFJ1ROXK83BxrUJuJKw9gfGUcf1Pm5Hp75KmmWdgxs4Em7V0YI4ZAZYj3id4
+nyM07vwdrn76F2+du7E79vLvc8l1BPKNXjabO2mqHY6SqbA/nRHvP3aTkMnkvPjI
+XQqcAh40/W5HR1CNlv9fnT6KxC7e78I9mGU/o+Ck63sbV9j+apmD9cRYjcetVHZ8
+GUCLx5jxEzFmhEJZmZYtHgryQSXm5k8GOC/reIWMnvNlEobSsMF8iYdp9/FTuCQG
+Hlkpvf02SQ0ZUW/ds3eZSFOCcjDe6AIUWEuV1n9n3Jqw9PKANVOkcSPNb3OpEoVC
+XMZO1CMLQWjcvl/i5tqKLNsuY4jXcaQEX7H8WZVnyokmMJvsCli/qnJZStkHDLUG
++YSDYESA/fCG/mrfv7NiVeOETk+xZTu3X6suh7DV1tRcrHIA6fkTSB3FQxKyRU1Q
+ihsrNb25Ag0EYo5eRwEQANnwM24rfzz8ji9FgBQKiLEK4o/fZ9RqpbFOyEEz4XZU
+2TYBApSwAyGVvp/zVLrgiBdH3Y3UwQymL9w3Gc16D8I9gvfo5CN9NrvJqzi6YgXR
+qr/AO+yyZu1dg2RJ5ARRtw3Hl/P4WbZOmnTvWIcNyTgwVnDKt9XZnCLN1+6joBnP
+Hwy7rkdHY9Vi0MCMb8H3/XFrM6n3ThTq2M/SVZ9VhAM1MZQ2jicd1SGJctschQH6
+LFUH7xtyJjd1DUrfxmxn93oRuSGJKTDMidakY5bCwi8NndXtZSOOmbqEKrJUT467
+5a+g0EFPI1X9TnMbFzcWMbQrceWI/HB01vi7VWolZzyE9dQg0NTXqESea5PCik4L
+N4L9tMmgxc/l6tfsxBZfRxWZouqCbPkVQ9TmoHMgfJ97vJo6e09PoicGRCNHslXK
+FHzWR4Y6/y58ZEMDldc+mX/MAx47OvMmOtrUCbUEPPwZRlGVh7UgYMMkAtoVZHrt
+lZQPKzVGd2/Af/qYW0rQd77ErmUWigTv2fAexbllMQ5NcaFje/2NjF9osMy3fIXH
+AcMDsJmDxvkkaOe9zt/z7kcNINGDT3dmHsbDygcyqV1nzrq0m7adeDE1WXecpIwe
+bYzXMnr4HtwRWH9H7BilPY1nI96iAZer1leAvJcMmbCVLSRTHQObJ8FwdLGAN+ip
+ABEBAAGJAjYEGAEIACAWIQT5VoOLBonga9wb0a/48TtMMTtJMAUCYo5eRwIbDAAK
+CRD48TtMMTtJMPJTEACnli4yUeLjdMnQ5Ye0Sm0s2TfGjnKAOxmUY581+Oe1kppH
+TO/DBYu4GkGC0Uu+MKswVuZyxZpi+Mi7x9Trd2sTh9SK1eMByVF7Ycb8mpG/zUTA
+DuWwHOOsEKgm0Fc0qE/JbyjYgOmpf6y/p96xkupPe1NTmw7piIiLKu445sU/V9Uz
+fibQU34fOX+VszvqKWx7pvLEYOx5SJMeae7aR8Mf01uDIQns0Kl58LS6Dw/ZaYhl
+JIiFeK9QyOzLV9BAErmefcUDblj6ub9KvIa+6izJ7RcDSnh+wS/ghNC4VniYWrHG
+MNSL6T7VmHym7U4LaHdbQQzYzIUkJsYmh2q8/9bowUvTGTz83Hki4vwaOYje6yOr
+ntR2L9lnfARe9gZdjAFBZ2VTwfbz+hnPwLcXPKuWGdOXD9MgKSUNJWmP7nHmIBT3
+wiW8kMWIMNo8wVJdeM+qb7CqWP8ZYCQVhar0ruJ7miaA5dLA+tX+yldMOFCNd2pr
+/6e7U6v9zwGiXBDUbIQCE+ndxZ/dZD034b8CtO+21XNJaDyr3U9bPdBLnJyHfBcp
+MkJ1vaI+0VhmP4X1fWibVxDCNQvRRQLkkxv43pcDjPLnfVpW43Aau6oJ1bfdqWb/
+8RcXEG38y2TOHwBs6gX96WkhCQHcY5E2xj7HueujcaSri2G+OdI2oY+me4oViA==
+=LgP2
+-END PGP PUBLIC KEY BLOCK-



[GitHub] [camel-quarkus] zhfeng merged pull request #3814: Add zhfeng key

2022-05-26 Thread GitBox


zhfeng merged PR #3814:
URL: https://github.com/apache/camel-quarkus/pull/3814


-- 
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 (8e0068c603e -> 7faf80c90c7)

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

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


omit 8e0068c603e Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb
 add 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb

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   (8e0068c603e)
\
 N -- N -- N   refs/heads/regen_bot (7faf80c90c7)

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

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

No new revisions were added by this update.

Summary of changes:



[camel] branch main updated: Upgrade smallrye

2022-05-26 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 5339308bf4c Upgrade smallrye
5339308bf4c is described below

commit 5339308bf4cf954c5717d1fe9db7656b957ef872
Author: Claus Ibsen 
AuthorDate: Thu May 26 08:01:06 2022 +0200

Upgrade smallrye
---
 camel-dependencies/pom.xml | 8 
 parent/pom.xml | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 278ea00eea2..dfc1791d716 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -433,7 +433,7 @@
 3.2.2
 3.10
 
${opentelemetry-version}-alpha
-1.12.0
+1.13.0
 
0.1.8
 0.33.0
 8.20.0.Final
@@ -485,9 +485,9 @@
 1.7.36
 1.7.36
 4.3.5
-2.9.2
-5.3.1
-3.2.0
+2.10.0
+5.4.0
+3.2.1
 3.0.4
 2.3
 1.30
diff --git a/parent/pom.xml b/parent/pom.xml
index e9ede1d77bd..06608e00659 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,10 +472,10 @@
 1.7.36
 1.7.36
 4.3.5
-2.9.2
+2.10.0
 3.0.4
-3.2.0
-
5.3.1
+3.2.1
+
5.4.0
 1.30
 2.3
 2.6.3_1