[JBoss JIRA] (TEIIDSB-4) Provide rest access with SpringBoot
by Ramesh Reddy (Jira)
[ https://issues.jboss.org/browse/TEIIDSB-4?page=com.atlassian.jira.plugin.... ]
Ramesh Reddy commented on TEIIDSB-4:
------------------------------------
The way I started this process is to introduce a maven plugin called "vdb-code-generator" which during the build time introspects the VDB and if it finds the REST specific metadata on the VDB it will generate the Spring REST API code for. The current implementation is par with what is available in WildFly version. This needs to be further improved to handle the return type generation.
> 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
>
> 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)
6 years, 11 months
[JBoss JIRA] (TEIIDSB-86) Plans for secure socket transports
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIIDSB-86?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIIDSB-86:
---------------------------------------
To expand on pg. To do sni you must be configure a passthrough route. To do edge termination requires a standard http service on the backend. pg is not end-to-end encryption. Add tls is part of of there protocol, so passthrough won't work.
I'll investigate tls with sni for Teiid JDBC though.
> Plans for secure socket transports
> ----------------------------------
>
> Key: TEIIDSB-86
> URL: https://issues.jboss.org/browse/TEIIDSB-86
> Project: Teiid Spring Boot
> Issue Type: Quality Risk
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 1.1.0
>
>
> The Teiid Spring Boot configuration allows for only non-secured pg / JDBC socket transports. For external client scenarios and even for varying degrees of compliance with intra-cluster traffic, a secure layer may be required.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (TEIID-5513) Fully automate release
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5513?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5513:
----------------------------------
Fix Version/s: 12.3
(was: 12.2)
Did not make further progress on this in 12.2. Will need to likely revisit after the teiid / teiid-wildfly split in Teiid 13.
> Fully automate release
> ----------------------
>
> Key: TEIID-5513
> URL: https://issues.jboss.org/browse/TEIID-5513
> Project: Teiid
> Issue Type: Task
> Components: Build/Kits
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.3
>
>
> We should add a fully automated release on the creation of a tag.
> One outstanding task is to clean up the javacc doc generation and link that with the doc release as well.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (TEIID-5684) Show Latest Deployed Date of VDB in metadata tables
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5684?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5684.
-----------------------------------
Resolution: Done
In addition to using the wildfly attribute, I've added loadingTimestamp and activeTimestamp to the virtualdatabases table, which will work for all teiid platforms.
> Show Latest Deployed Date of VDB in metadata tables
> ---------------------------------------------------
>
> Key: TEIID-5684
> URL: https://issues.jboss.org/browse/TEIID-5684
> Project: Teiid
> Issue Type: Enhancement
> Reporter: Chandra Akkinepalli
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.2
>
>
> There is no easy way to tell when a VDB is last deployed on the server without scanning through server.log. This is very useful metadata to have handy.
> Is it possible to show when a VDB is last deployed on the server via metadata tables.
> May be show this info along with VDB name and version in SYS.VirtualDatabase table?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months