You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ After:
325
325
</dependency>
326
326
----
327
327
328
-
Finally, for camel-test-spring-junit5 any imports would change from `org.apache.camel.test.spring.junit5.*` to `import org.apache.camel.test.spring.junit6.*` and the dependency change would be :
328
+
Finally, for camel-test-spring-junit5 any imports would change from `org.apache.camel.test.spring.junit5.*` to `import org.apache.camel.test.spring.junit6.*` and the dependency change would be :
329
329
330
330
Before:
331
331
[source,xml]
@@ -607,7 +607,7 @@ Some minor difference may be expected when moving to the new components, make su
607
607
=== camel-zeebe (Deprecation)
608
608
609
609
The `camel-zeebe` component has been deprecated and will be removed in a future release.
610
-
A new xref:components::camunda-component.adoc[camel-camunda] component has been added as its replacement.
610
+
A new camel-camunda component has been added as its replacement.
611
611
612
612
The `camel-camunda` component uses the new Camunda Java Client (`io.camunda:camunda-client-java`)
613
613
instead of the legacy Zeebe client, aligning with the Camunda 8 platform rebranding.
@@ -703,7 +703,7 @@ simple job processing. If the route sets the exchange body to a `Map`, those ent
703
703
output variables to the completed job. If you explicitly call `completeJob`, `failJob`, or `throwError`
704
704
in the route, the auto-complete is skipped.
705
705
706
-
See the xref:components::camunda-component.adoc[camel-camunda] component documentation for full details.
706
+
See the camel-camunda component documentation for full details.
707
707
708
708
== Removed deprecated components
709
709
@@ -712,4 +712,3 @@ The following deprecated components has been removed:
0 commit comments