Skip to content

Commit 4970138

Browse files
ibekapupier
authored andcommitted
CAMEL-23269: camel-camunda remove failing doc links
1 parent 7f8d2de commit 4970138

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

components/camel-camunda/src/main/docs/camunda-component.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,5 +503,3 @@ The `camel-camunda` component is the successor of `camel-zeebe`. Key differences
503503
* Supports Camunda SaaS via `clusterId`, `region`, `clientId`, `clientSecret`
504504
* Consumer `jobKey` parameter is renamed to `jobType` (for clarity)
505505
* Request/response model classes are in `org.apache.camel.component.camunda.model` instead of `org.apache.camel.component.zeebe.model`
506-
507-
include::spring-boot:partial$starter.adoc[]

docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ After:
325325
</dependency>
326326
----
327327

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 :
329329

330330
Before:
331331
[source,xml]
@@ -607,7 +607,7 @@ Some minor difference may be expected when moving to the new components, make su
607607
=== camel-zeebe (Deprecation)
608608

609609
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.
611611

612612
The `camel-camunda` component uses the new Camunda Java Client (`io.camunda:camunda-client-java`)
613613
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
703703
output variables to the completed job. If you explicitly call `completeJob`, `failJob`, or `throwError`
704704
in the route, the auto-complete is skipped.
705705

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.
707707

708708
== Removed deprecated components
709709

@@ -712,4 +712,3 @@ The following deprecated components has been removed:
712712
- `camel-nitrite`
713713
- `camel-torchserve`
714714
- `camel-test-infra-torchserve`
715-

0 commit comments

Comments
 (0)