This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b37be5d Minor cleanup for camel-test-spring documentation (#3507) b37be5d is described below commit b37be5d43890443486707c32d908f535ca9fd5c5 Author: Bede Bignell <b...@bignell.nz> AuthorDate: Thu Jan 23 17:48:32 2020 +1300 Minor cleanup for camel-test-spring documentation (#3507) * Align cells in 'Camel Enhanced Spring Test' table By restoring partially removed row for 'org.apache.camel.test.spring.LazyLoadTypeConverters (Deprecated)' * Delete entry for removed LazyLoadTypeConverter Class has been removed by camel-test-spring v2.20.2 --- components/camel-test-spring/src/main/docs/test-spring.adoc | 4 ---- 1 file changed, 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 c1655a0..dbc8085 100644 --- a/components/camel-test-spring/src/main/docs/test-spring.adoc +++ b/components/camel-test-spring/src/main/docs/test-spring.adoc @@ -261,10 +261,6 @@ JMX is disabled a|JMX is disabled Indicates if certain route builder classes should be excluded from discovery. Initializes a `org.apache.camel.spi.PackageScanClassResolver` to exclude a set of given classes from being resolved. Typically this is used at test time to exclude certain routes, which might otherwise be just noisy, from being discovered and initialized. a| Not enabled and no routes are excluded a|No routes are excluded -Indicates if the CamelContexts that are bootstrapped during the test through the use of Spring Test loaded application contexts should use lazy loading of type converters. a| -Type converters are not lazy loaded a| -Type converters are not lazy loaded - |org.apache.camel.test.spring.MockEndpoints a|Class a| Triggers the auto-mocking of endpoints whose URIs match the provided filter. The default filter is `"*"` which matches all endpoints. See `org.apache.camel.impl.InterceptSendToMockEndpointStrategy` for more details on the registration of the mock endpoints. a| Not enabled a|All endpoints are sniffed and recorded in a mock endpoint.