chore(docs): sync 4.18 and 4.14 upgrade guides with backported entries#22969
Open
oscerd wants to merge 1 commit intoapache:mainfrom
Open
chore(docs): sync 4.18 and 4.14 upgrade guides with backported entries#22969oscerd wants to merge 1 commit intoapache:mainfrom
oscerd wants to merge 1 commit intoapache:mainfrom
Conversation
The camel-4x-upgrade-guide-4_18.adoc and camel-4x-upgrade-guide-4_14.adoc files on main had drifted out of sync with their counterparts on the camel-4.18.x and camel-4.14.x branches: backport PRs for CAMEL-23373 (camel-jms - Disable ObjectMessage by default) and CAMEL-23414 (camel-hazelcast - Allow customization of SerializationConfig on managed Hazelcast instances) updated only the maintenance branches. Add the missing camel-jms and camel-hazelcast entries to both guides on main, mirroring the prose already present on the 4.18.x and 4.14.x branches. Existing camel-core entries are preserved. Section titles on main are kept as-is; only fixed the typo "4.18.8" -> "4.14.8" in the 4.14 guide. camel-sjms / camel-sjms2 (CAMEL-23409) is intentionally not included yet: the 4.18.x backport (apache#22968) is still open, and this PR will be followed up once that lands. Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
|
davsclaus
approved these changes
May 5, 2026
3 tasks
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.
Summary
The 4.18 and 4.14 upgrade guides on `main` had drifted out of sync with their counterparts on the maintenance branches. Backport PRs for CAMEL-23373 (camel-jms) and CAMEL-23414 (camel-hazelcast) updated only the maintenance branches; the entries never made it back to `main`'s copies.
This PR adds the missing entries so the canonical upgrade guides on `main` reflect what actually shipped (or is shipping) in 4.18.3 and 4.14.8.
Changes
`camel-4x-upgrade-guide-4_18.adoc` (under "Upgrading from 4.18.1 to 4.18.3")
`camel-4x-upgrade-guide-4_14.adoc` (under section for 4.14.8)
Not included
Test plan
Documentation-only change. No build verification needed beyond the AsciiDoc preview.
Claude Code on behalf of Andrea Cosentino