Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport CAMEL-18237 #8350

Closed
wants to merge 242 commits into from
Closed

Backport CAMEL-18237 #8350

wants to merge 242 commits into from

Conversation

orpiske
Copy link
Contributor

@orpiske orpiske commented Sep 12, 2022

No description provided.

gzurowski and others added 30 commits July 2, 2022 10:49
(cherry picked from commit 2bf2301)
(cherry picked from commit 3642e39)
Fix link for Upgrade guide 3.17 -> 3.18
…tMessage (apache#7991) (apache#7994)

## Motivation

While investigating on camel-tooling/camel-idea-plugin#734, I realized that is was actually due to the fact that when a change is made on an exchange, the corresponding backlog tracer event message is not modified such that the change is not reflected in the debugger variables. 

## Modifications:

* Adds the new method `refreshBacklogTracerEventMessage` to refresh the content of the message when the exchange is modified
* Fixes warnings raised by IntelliJ (not related to the issue)
…es (apache#8019)

Co-authored-by: Radovan Netuka <rnetuka@localhost.localdomain>
* CAMEL-18262 - Fixing the Template issue

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Adding unit test

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Removing comments.

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Fixing the format issue.

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Fixing the template routeDefinition prepare

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Fixing the format issue.

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

* CAMEL-18262 - Creating one RoutesDefinition per call

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>
…ould be stored via their specific setter than general metdata that leads to duplicate data in google cloud. (apache#8042)
…adowing the actual component which then cannot be auto configured.
…ke camel-jbang export stub local components from kamelets that are using a local name instead of the default component name.
…ke camel-jbang export stub local components from kamelets that are using a local name instead of the default component name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment