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

djencks pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 18a6791  fix xrefs to point to current version
     new dcabbbd  Merge pull request #3741 from 
djencks/camel-2.x-issue-14874-generate-index-pages
18a6791 is described below

commit 18a679120af3f3473b1e14046cd6b082813c0bf3
Author: David Jencks <djen...@apache.org>
AuthorDate: Tue Apr 14 11:37:20 2020 -0700

    fix xrefs to point to current version
---
 components/camel-test-spring/src/main/docs/test-spring.adoc | 4 ++--
 docs/components/modules/ROOT/pages/test-spring.adoc         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-test-spring/src/main/docs/test-spring.adoc 
b/components/camel-test-spring/src/main/docs/test-spring.adoc
index 862ceed..6a245e2 100644
--- a/components/camel-test-spring/src/main/docs/test-spring.adoc
+++ b/components/camel-test-spring/src/main/docs/test-spring.adoc
@@ -11,7 +11,7 @@ This documentation is old and needs to be updated
 
 xref:latest@manual::testing.adoc[Testing] is a crucial part of any development 
or integration work. The Spring Framework offers a number of features that 
makes it easy to test while using Spring for Inversion of Control which works 
with JUnit 3.x, JUnit 4.x, and http://testng.org[TestNG].
 
-We can use Spring for IoC and the Camel 
xref:components::mock-component.adoc[Mock] and xref:components::test.adoc[Test] 
endpoints to create sophisticated integration/unit tests that are easy to run 
and debug inside your IDE.  There are three supported approaches for testing 
with Spring in Camel.
+We can use Spring for IoC and the Camel xref:mock-component.adoc[Mock] and 
xref:test.adoc[Test] endpoints to create sophisticated integration/unit tests 
that are easy to run and debug inside your IDE.  There are three supported 
approaches for testing with Spring in Camel.
 [width="100%",cols="1,1,4,1",options="header",]
 |=======================================================================
 |Name |Testing Frameworks Supported |Description |Required Camel Test 
Dependencies
@@ -27,7 +27,7 @@ Provided by:
 * `org.apache.camel.test.junit4.CamelSpringTestSupport`
 * `org.apache.camel.testng.CamelSpringTestSupport`
 
-These base classes provide feature parity with the simple `CamelTestSupport` 
classes from xref:components::test.adoc[Camel Test] but do not support Spring 
annotations on the test class such as `@Autowired`, `@DirtiesContext`, and 
`@ContextConfiguration`.
+These base classes provide feature parity with the simple `CamelTestSupport` 
classes from xref:test.adoc[Camel Test] but do not support Spring annotations 
on the test class such as `@Autowired`, `@DirtiesContext`, and 
`@ContextConfiguration`.
 
 a|
 * JUnit 3.x (deprecated) - camel-test-spring
diff --git a/docs/components/modules/ROOT/pages/test-spring.adoc 
b/docs/components/modules/ROOT/pages/test-spring.adoc
index d125358..2849ded 100644
--- a/docs/components/modules/ROOT/pages/test-spring.adoc
+++ b/docs/components/modules/ROOT/pages/test-spring.adoc
@@ -12,7 +12,7 @@ This documentation is old and needs to be updated
 
 xref:latest@manual::testing.adoc[Testing] is a crucial part of any development 
or integration work. The Spring Framework offers a number of features that 
makes it easy to test while using Spring for Inversion of Control which works 
with JUnit 3.x, JUnit 4.x, and http://testng.org[TestNG].
 
-We can use Spring for IoC and the Camel 
xref:components::mock-component.adoc[Mock] and xref:components::test.adoc[Test] 
endpoints to create sophisticated integration/unit tests that are easy to run 
and debug inside your IDE.  There are three supported approaches for testing 
with Spring in Camel.
+We can use Spring for IoC and the Camel xref:mock-component.adoc[Mock] and 
xref:test.adoc[Test] endpoints to create sophisticated integration/unit tests 
that are easy to run and debug inside your IDE.  There are three supported 
approaches for testing with Spring in Camel.
 [width="100%",cols="1,1,4,1",options="header",]
 |=======================================================================
 |Name |Testing Frameworks Supported |Description |Required Camel Test 
Dependencies
@@ -28,7 +28,7 @@ Provided by:
 * `org.apache.camel.test.junit4.CamelSpringTestSupport`
 * `org.apache.camel.testng.CamelSpringTestSupport`
 
-These base classes provide feature parity with the simple `CamelTestSupport` 
classes from xref:components::test.adoc[Camel Test] but do not support Spring 
annotations on the test class such as `@Autowired`, `@DirtiesContext`, and 
`@ContextConfiguration`.
+These base classes provide feature parity with the simple `CamelTestSupport` 
classes from xref:test.adoc[Camel Test] but do not support Spring annotations 
on the test class such as `@Autowired`, `@DirtiesContext`, and 
`@ContextConfiguration`.
 
 a|
 * JUnit 3.x (deprecated) - camel-test-spring

Reply via email to