This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 67ce1dd809de648ebe67d7d9c15fc04f1e9dd9d9 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Aug 1 17:00:44 2024 +0200 CAMEL-21040: fix documentation in camel-openapi-validator --- .../camel-openapi-validator/src/main/docs/openapi-validator.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-openapi-validator/src/main/docs/openapi-validator.adoc b/components/camel-openapi-validator/src/main/docs/openapi-validator.adoc index 0d17cc1aa4f..c1225624b7c 100644 --- a/components/camel-openapi-validator/src/main/docs/openapi-validator.adoc +++ b/components/camel-openapi-validator/src/main/docs/openapi-validator.adoc @@ -11,8 +11,7 @@ Camel comes with a default client request validator for the Camel Rest DSL. -The `camel-openapi-validator` uses the 3rd-party -the https://bitbucket.org/atlassian/swagger-request-validator/src/master/[Atlassian Swagger Request Validator] +The `camel-openapi-validator` uses the third party https://bitbucket.org/atlassian/swagger-request-validator/src/master/[Atlassian Swagger Request Validator] library instead for client request validator. This library is a more extensive validator than the default validator from `camel-core`.