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

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


The following commit(s) were added to refs/heads/binding by this push:
     new f961519a0f3 CAMEL-20557: Rest DSL to use openapi spec directly
f961519a0f3 is described below

commit f961519a0f3fa696ecf488e028c91c19e4c9e810
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 3 13:38:22 2024 +0200

    CAMEL-20557: Rest DSL to use openapi spec directly
---
 .../rest/openapi/RestOpenApiBindingAfter.java      | 28 ----------------------
 .../rest/openapi/RestOpenApiBindingBefore.java     | 28 ----------------------
 2 files changed, 56 deletions(-)

diff --git 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingAfter.java
 
b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingAfter.java
deleted file mode 100644
index 6d11dd949f7..00000000000
--- 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingAfter.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.rest.openapi;
-
-import org.apache.camel.Exchange;
-import org.apache.camel.Processor;
-
-public class RestOpenApiBindingAfter implements Processor {
-
-    @Override
-    public void process(Exchange exchange) throws Exception {
-        // TODO: binding after
-    }
-}
diff --git 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingBefore.java
 
b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingBefore.java
deleted file mode 100644
index 314fa085bf8..00000000000
--- 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiBindingBefore.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.rest.openapi;
-
-import org.apache.camel.Exchange;
-import org.apache.camel.Processor;
-
-public class RestOpenApiBindingBefore implements Processor {
-
-    @Override
-    public void process(Exchange exchange) throws Exception {
-        // TODO: binding before
-    }
-}

Reply via email to