[
https://issues.jboss.org/browse/TEIID-4051?page=com.atlassian.jira.plugin...
]
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)