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

chore(deps): update apache-camel monorepo to v4.7.0 #1245

Merged
merged 3 commits into from
Jul 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.camel:camel-yaml-dsl-maven-plugin 4.6.0 -> 4.7.0 age adoption passing confidence
org.apache.camel:camel-bom 4.6.0 -> 4.7.0 age adoption passing confidence
org.apache.camel:camel-catalog-maven 4.6.0 -> 4.7.0 age adoption passing confidence
org.apache.camel:camel-catalog 4.6.0 -> 4.7.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 6am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/apache-camel-monorepo branch 4 times, most recently from 9fd6817 to 46ea9ea Compare July 16, 2024 17:51
@lordrip lordrip force-pushed the renovate/apache-camel-monorepo branch from 46ea9ea to d610913 Compare July 19, 2024 17:25
Copy link
Contributor Author

renovate bot commented Jul 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lordrip lordrip force-pushed the renovate/apache-camel-monorepo branch 2 times, most recently from cbf6fa4 to 4a22a19 Compare July 19, 2024 20:41
lordrip added 2 commits July 19, 2024 16:51
Currently, the loaded Camel Catalog is the specified in the `pom.xml` file,
and this represents an issue when there are breaking changes introduced
like the one from `4.6.0` to `4.7.0` in which the `loadBalancers` were
renamed.

* [Camel 4.6.0 loadBalancers](https://github.com/apache/camel/blob/581b94a8d326e381d6c58cfe8ce80c92168ac29a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json#L2491-L2505)
* [Camel 4.7.0 loadBalancers](https://github.com/apache/camel/blob/a2212f39466d7ef9185b6557f872ca9a8a7da3b8/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json#L2496-L2510)

This commit forces to load the correct Camel Catalog by means of
fetching the runtime Catalog with transitive dependencies, so the
appropriate classes are loaded as well.
After upgrading Camel to 4.7, the LoadBalancer types where renamed to
include the "LoadBalancer" suffix.

For instance, `roundRobin` was renamed to `roundRobinLoadBalancer`
@lordrip lordrip force-pushed the renovate/apache-camel-monorepo branch from 4a22a19 to 5b3bb08 Compare July 19, 2024 20:51
@lordrip lordrip merged commit 87445d9 into main Jul 20, 2024
9 checks passed
@lordrip lordrip deleted the renovate/apache-camel-monorepo branch July 20, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant