[teiid-issues] [JBoss JIRA] (TEIIDSB-223) Issues with connection_factories.json and operator

Steven Hawkins (Jira) issues at jboss.org
Fri Jul 31 14:10:00 EDT 2020


Steven Hawkins created TEIIDSB-223:
--------------------------------------

             Summary: Issues with connection_factories.json and operator
                 Key: TEIIDSB-223
                 URL: https://issues.redhat.com/browse/TEIIDSB-223
             Project: Teiid Spring Boot
          Issue Type: Quality Risk
            Reporter: Steven Hawkins
            Assignee: Ramesh Reddy
             Fix For: 1.6.0


There are a couple of things that I hit updating the connection_factories.json:

1. The objectmapper is not set to use a predictable order for the json, so it may vary by vm leading to needless file changes.  We can just change the Main to add the sorted mapping feature.
2. The operator generation logic uses a settings.xml that does not specify snapshot access - if you do not locally build the teiid-spring-boot snapshot, then it will fail generation.
3. Even if you update the settings to have snapshot access, the generation logic must download nearly everything related to teiid-spring-boot.  We could consider just running the generation step as part of the teiid-spring-boot build so that it is available as a single artifact.
4. The operator readme doesn't mention anything about running make generate (or related)



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the teiid-issues mailing list