]
Work on TEIIDSB-187 started by Ramesh Reddy.
--------------------------------------------
Need to pull out the "property prefix" to ExternalSource
--------------------------------------------------------
Key: TEIIDSB-187
URL:
https://issues.redhat.com/browse/TEIIDSB-187
Project: Teiid Spring Boot
Issue Type: Enhancement
Components: core
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Major
Fix For: 1.5.0
The prefix of the source like "org.spring.teiid.data.xxx" kind of property
patterns are defined in the ConnectionFactory classes, this needs to be pulled into
ExternalSource class, then this can be one central place everything about translator and
source is managed.
Consider externalizing ExternalSource information into a "json" configuration
file, then this can be then used in Operator code load and enforce dependencies and pom
file generation and property generation from a single location. Right now all this looks
very hacky as it spread out across projects.