This is an automated email from the ASF dual-hosted git repository.
lburgazzoli 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 e714c87 Regen
e714c87 is described below
commit e714c87212e9b8de5173e8a9b5823a1c56f3fe4b
Author: lburgazzoli <[email protected]>
AuthorDate: Fri Nov 15 17:23:12 2019 +0100
Regen
---
.../camel-bean-validator/src/main/docs/bean-validator-component.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
index 5b28bcf..abdd255 100644
---
a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
+++
b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
@@ -88,7 +88,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (9 parameters):
+=== Query Parameters (10 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -103,6 +103,7 @@ with the following path and query parameters:
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used, or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
| *traversableResolver* (advanced) | To use a custom TraversableResolver | |
TraversableResolver
| *validationProviderResolver* (advanced) | To use a a custom
ValidationProviderResolver | | ValidationProviderResolver
+| *validatorFactory* (advanced) | To use a custom ValidatorFactory | |
ValidatorFactory
|===
// endpoint options: END
// spring-boot-auto-configure options: START