CAMEL-22290, CAMEL-22289: Remove deprecated camel-cloud and serviceCa…#21647
Merged
davsclaus merged 5 commits intoapache:mainfrom Mar 2, 2026
Merged
CAMEL-22290, CAMEL-22289: Remove deprecated camel-cloud and serviceCa…#21647davsclaus merged 5 commits intoapache:mainfrom
davsclaus merged 5 commits intoapache:mainfrom
Conversation
8bf0f6f to
c40425f
Compare
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
…properties to remove cloud services
… deleted cloud.properties
Contributor
|
This file needs to be updated - seems like a line should be removed |
davsclaus
approved these changes
Mar 1, 2026
Contributor
|
The upgrade doc should be updated for the 4.19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR addresses the removal of the deprecated
camel-cloudandcamel-servicecomponents, as well as theserviceCallEIP. These were deprecated in Camel 3.19.0 / 4.7.0 and are now being removed post-4.18 LTS as planned.Key Changes:
core/camel-cloudandcomponents/camel-service.serviceCalland related configurations fromcamel-core-modelandcamel-core-reifier.camel-api.kubernetes,consul,zookeeper,dns,http,netty-http, andundertow.serviceCallfrom the Java, XML, and YAML DSLs and the Camel Catalog.Verification:
mvn clean installon the affected modules:camel-core-model,camel-xml-jaxb, andcamel-spring-xml.javapthat the DefaultModelJAXBContextFactory bytecode is free of stale package references.git statusafter running the full regen.sh synchronization script.Related Issues: