[teiid-issues] [JBoss JIRA] (TEIID-4051) Swagger metadata includes internal java constructs

Ramesh Reddy (JIRA) issues at jboss.org
Wed Mar 9 14:45:00 EST 2016


    [ https://issues.jboss.org/browse/TEIID-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174536#comment-13174536 ] 

Ramesh Reddy commented on TEIID-4051:
-------------------------------------

yes, these are not ideal, we need to take another look, that is another reason I want to throw this rest implementation away and focus on OData based Swagger. Otherwise we need to come with way to define the return document definition. 

> Swagger metadata includes internal java constructs
> --------------------------------------------------
>
>                 Key: TEIID-4051
>                 URL: https://issues.jboss.org/browse/TEIID-4051
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Server
>    Affects Versions: 8.12.x
>            Reporter: Steven Hawkins
>
> From IntegrationTestRestWarGeneration the swagger metadata includes definitions for Statement, ResultSet, StreamingOutput, etc.:
> ...
>   InputStream:
>     type: "object"
>   Statement:
>     type: "object"
>     properties:
>       queryTimeout:
>         type: "integer"
>         format: "int32"
>       closed:
>         type: "boolean"
>         default: false
>       resultSet:
>         $ref: "#/definitions/ResultSet"
> ...



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list