This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 69bf0f4c97463b1a8ef307cb6da527e072263b0c Author: 0x6A75626172 <[email protected]> AuthorDate: Mon Sep 21 13:31:49 2026 +0200 CAMEL-24806: camel-jolt - update upgrade guide --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc index 80276582a692..c8cbcf13cd7c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc @@ -2488,3 +2488,4 @@ See https://github.com/jolt-community/jolt-community[JOLT (Community Edition)]. Due to the package rename from `com.bazaarvoice.jolt` to `io.joltcommunity.jolt`, users who plug custom `Transform` or `ContextualTransform` classes into a Chainr spec need to update their imports to `io.joltcommunity.jolt.Transform` and `io.joltcommunity.jolt.ContextualTransform`. +Users referencing `Removr` directly also need to update their import to `io.joltcommunity.jolt.removr.Removr`.
