[
https://issues.jboss.org/browse/TEIIDSB-4?page=com.atlassian.jira.plugin....
]
Ramesh Reddy commented on TEIIDSB-4:
------------------------------------
For the return type and additional automatic mapping, this below is what I am considering
to implement.
When working in Syndesis, or even in standalone, if the above maven-plugin is configured
with access to an OpenAPI (swagger.json) document, then it will match `OperationId` from
the OpenAPI document with the virtual procedure name in the VDB, if there is a match
including the parameters, then the metadata from the swagger document is applied on the
procedure (even in the absense of `REST:` metadata on procedure) and necessary scaffolding
is generated.
The nice thing about this is, it will match the needs of Syndesis, but needed metadata is
external to VDB which is different from before. But, I am not bringing this as an
alternative, but in addition to current `REST:` based metadata, giving preference to
`REST:`, in absence of the metadata, it will match with swagger document for futher
enhancement.
Provide rest access with SpringBoot
-----------------------------------
Key: TEIIDSB-4
URL:
https://issues.jboss.org/browse/TEIIDSB-4
Project: Teiid Spring Boot
Issue Type: Feature Request
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Priority: Major
Fix For: 1.1.0
The current rest access layer is based upon the generation of a war with deployment hooks
in wildfly. There should be a build-time or similar mechanism to expose rest with spring
boot.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)