You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/03/20 11:14:00 UTC

[jira] [Commented] (CAMEL-12866) camel-restdsl-swagger-plugin - Include api-properties from swagger file

    [ https://issues.apache.org/jira/browse/CAMEL-12866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17509435#comment-17509435 ] 

Claus Ibsen commented on CAMEL-12866:
-------------------------------------

Zoran the status says in progress. I assume you are not working on this so can you update the status.

> camel-restdsl-swagger-plugin - Include api-properties from swagger file
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-12866
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12866
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 2.22.1
>            Reporter: Jochen Cordes
>            Assignee: Zoran Regvart
>            Priority: Minor
>             Fix For: Future
>
>
> The camel-restdsl-swagger-plugin should include additional meta-information from an OpenAPI/Swagger definition and add them to the generated code, f.e. from the following blocks (info, license, tags) :
> "info":{
>  "description":"A description",
>  "version":"1.0.0",
>  "title":"A title",
>  "termsOfService":"http://myhost.com/terms/",
>  "contact":{
>  "email":"apiteam@myhost.com"
>  },
>  "license":{
>  "name":"Apache 2.0",
>  "url":"http://www.apache.org/licenses/LICENSE-2.0.html"
>  }
>  },
> "tags":[]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)