You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/31 20:46:24 UTC

[camel] branch main updated: CAMEL-18672: camel-dataset - Fix links to test component.

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b8b466555f0 CAMEL-18672: camel-dataset - Fix links to test component.
b8b466555f0 is described below

commit b8b466555f0227d89a3568c09ce78d8b1a36f008
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 31 21:46:10 2022 +0100

    CAMEL-18672: camel-dataset - Fix links to test component.
---
 components/camel-dataset/src/main/docs/dataset-component.adoc    | 9 +++------
 .../camel-dataset/src/main/docs/dataset-test-component.adoc      | 8 +++-----
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/components/camel-dataset/src/main/docs/dataset-component.adoc b/components/camel-dataset/src/main/docs/dataset-component.adoc
index 7ea496b347e..41babef0617 100644
--- a/components/camel-dataset/src/main/docs/dataset-component.adoc
+++ b/components/camel-dataset/src/main/docs/dataset-component.adoc
@@ -15,8 +15,9 @@
 *{component-header}*
 
 Testing of distributed and asynchronous processing is
-notoriously difficult. The xref:mock-component.adoc[Mock], xref:mock-component.adoc[Test]
-and xref:dataset-component.adoc[DataSet] endpoints work great with the
+notoriously difficult. The xref:mock-component.adoc[Mock],
+xref:dataset-component.adoc[DataSet], and xref:dataset-test-component.adoc[DataSet Test]
+endpoints work great with the
 Camel Testing Framework to simplify your unit and
 integration testing using
 xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration
@@ -147,8 +148,6 @@ configure the `SimpleDataSet` to use it by setting the
 
 == ListDataSet
 
-*Available since Camel 2.17*
-
 The List`DataSet` extends `DataSetSupport`, and adds a list of default
 bodies.
 
@@ -175,8 +174,6 @@ the payload for the exchange will be selected using the modulus of the
 
 == FileDataSet
 
-*Available since Camel 2.17*
-
 The `FileDataSet` extends `ListDataSet`, and adds support for loading
 the bodies from a file.
 
diff --git a/components/camel-dataset/src/main/docs/dataset-test-component.adoc b/components/camel-dataset/src/main/docs/dataset-test-component.adoc
index c7de4eac9ac..5c89a817ebd 100644
--- a/components/camel-dataset/src/main/docs/dataset-test-component.adoc
+++ b/components/camel-dataset/src/main/docs/dataset-test-component.adoc
@@ -15,8 +15,9 @@
 *{component-header}*
 
 Testing of distributed and asynchronous processing is
-notoriously difficult. The xref:mock-component.adoc[Mock], xref:mock-component.adoc[Test]
-and xref:dataset-component.adoc[DataSet] endpoints work great with the
+notoriously difficult. The xref:mock-component.adoc[Mock],
+xref:dataset-component.adoc[DataSet], and xref:dataset-test-component.adoc[DataSet Test]
+endpoints work great with the
 Camel Testing Framework to simplify your unit and
 integration testing using
 xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration
@@ -36,9 +37,6 @@ This will then set up a properly configured xref:mock-component.adoc[Mock]
 endpoint, which is only valid if the received messages match the number
 of expected messages and their message payloads are equal.
 
-The xref:others:test.adoc[Test] component is provided
-directly in the camel-core.
-
 == URI format
 
 ----