You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/28 14:40:27 UTC

(camel) 13/38: CAMEL-20557: Rest DSL to use openapi spec directly

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

davsclaus pushed a commit to branch openapi2
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 38a8961e3514141399ecf6e1e0510c651b1c6b83
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 25 10:30:39 2024 +0100

    CAMEL-20557: Rest DSL to use openapi spec directly
---
 .../org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java
index f0c8bb351a7..4cfbccc1839 100644
--- a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java
+++ b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiProcessor.java
@@ -69,7 +69,6 @@ public class RestOpenApiProcessor extends DelegateAsyncProcessor implements Came
 
     @Override
     public boolean process(Exchange exchange, AsyncCallback callback) {
-        // TODO: check if valid operation according to OpenApi
         // TODO: RequestValidator
         // TODO: binding