This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new bce999bf9a7 CAMEL-20557: Rest DSL to use openapi spec directly
bce999bf9a7 is described below
commit bce999bf9a7d9b7be2a0209e49ef0979c20e19e1
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Apr 1 11:17:31 2024 +0200
CAMEL-20557: Rest DSL to use openapi spec directly
---
.../src/main/java/org/apache/camel/model/rest/OpenApiDefinition.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/OpenApiDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/OpenApiDefinition.java
index c6f079b8ea2..242026c18d5 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/OpenApiDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/OpenApiDefinition.java
@@ -39,7 +39,7 @@ public class OpenApiDefinition extends
OptionalIdentifiedDefinition<OpenApiDefin
@XmlAttribute(required = true)
private String specification;
@Metadata
- private String apiContextPath; // TODO: use from RestConfiguration instead
+ private String apiContextPath;
@XmlAttribute
private String routeId;
@XmlAttribute