This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch mock2
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/mock2 by this push:
new cfa2d94 CAMEL-13108: camel-core - Move dataset into camel-dataset
component.
cfa2d94 is described below
commit cfa2d94240481a8df1cc647e9862a66364e354bd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Apr 6 23:45:29 2019 +0200
CAMEL-13108: camel-core - Move dataset into camel-dataset component.
---
MIGRATION.md | 4 ++++
components/camel-dataset/src/main/docs/dataset-test-component.adoc | 4 +++-
.../java/org/apache/camel/component/dataset/DataSetTestEndpoint.java | 2 +-
components/readme.adoc | 2 +-
.../dataset/springboot/DataSetTestComponentConfiguration.java | 4 ++--
5 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/MIGRATION.md b/MIGRATION.md
index dbca909..943bfdc 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -76,6 +76,10 @@ Migrating Camel applications
We have removed all deprecated components from Camel 2.x, also including the
old `camel-http` component. Instead you can use `camel-http4`.
+### Renamed components
+
+The `test` component has been renamed to `dataset-test` and moved out of
`camel-core` into `camel-dataset` JAR.
+
We have also renamed `camel-jetty9` to `camel-jetty`.
### ActiveMQ
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 19cce64..d4bf677 100644
--- a/components/camel-dataset/src/main/docs/dataset-test-component.adoc
+++ b/components/camel-dataset/src/main/docs/dataset-test-component.adoc
@@ -1,6 +1,8 @@
[[dataset-test-component]]
== DataSet Test Component
*Available as of Camel version 1.3*
+*Available as of Camel version 1.3*
+
Testing of distributed and asynchronous processing is
@@ -147,4 +149,4 @@ To see how you can set other expectations on the test
endpoint, see the
=== See Also
-* Spring Testing
+* Spring Testing
\ No newline at end of file
diff --git
a/components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetTestEndpoint.java
b/components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetTestEndpoint.java
index 4a20779..5851f81 100644
---
a/components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetTestEndpoint.java
+++
b/components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetTestEndpoint.java
@@ -34,7 +34,7 @@ import org.apache.camel.support.EndpointHelper;
import org.apache.camel.support.ObjectHelper;
/**
- * The test component extends the mock component by on startup to pull
messages from another endpoint to set the expected message bodies.
+ * The dataset-test component extends the mock component by on startup to pull
messages from another endpoint to set the expected message bodies.
*
* That is, you use the test endpoint in a route and messages arriving on it
will be implicitly compared to some
* expected messages extracted from some other location.
diff --git a/components/readme.adoc b/components/readme.adoc
index 336bb3c..e0505d9 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -212,7 +212,7 @@ Number of Components: 293 in 229 JAR artifacts (0
deprecated)
`dataset:name` | 1.3 | The dataset component provides a mechanism to easily
perform load & soak testing of your system.
| link:camel-dataset/src/main/docs/dataset-test-component.adoc[DataSet Test]
(camel-dataset) +
-`dataset-test:name` | 1.3 | The test component extends the mock component by
on startup to pull messages from another endpoint to set the expected message
bodies.
+`dataset-test:name` | 1.3 | The dataset-test component extends the mock
component by on startup to pull messages from another endpoint to set the
expected message bodies.
|
link:camel-digitalocean/src/main/docs/digitalocean-component.adoc[DigitalOcean]
(camel-digitalocean) +
`digitalocean:operation` | 2.19 | The DigitalOcean component allows you to
manage Droplets and resources within the DigitalOcean cloud.
diff --git
a/platforms/spring-boot/components-starter/camel-dataset-starter/src/main/java/org/apache/camel/component/dataset/springboot/DataSetTestComponentConfiguration.java
b/platforms/spring-boot/components-starter/camel-dataset-starter/src/main/java/org/apache/camel/component/dataset/springboot/DataSetTestComponentConfiguration.java
index efc1eff..07fd90e 100644
---
a/platforms/spring-boot/components-starter/camel-dataset-starter/src/main/java/org/apache/camel/component/dataset/springboot/DataSetTestComponentConfiguration.java
+++
b/platforms/spring-boot/components-starter/camel-dataset-starter/src/main/java/org/apache/camel/component/dataset/springboot/DataSetTestComponentConfiguration.java
@@ -21,8 +21,8 @@ import
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * The test component extends the mock component by on startup to pull messages
- * from another endpoint to set the expected message bodies.
+ * The dataset-test component extends the mock component by on startup to pull
+ * messages from another endpoint to set the expected message bodies.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/