[teiid-commits] [teiid/teiid-komodo] d0046e: Teiid Syndesis (#71)

Ramesh Reddy rareddy at jboss.org
Thu Oct 25 13:47:24 EDT 2018


  Branch: refs/heads/teiid-syndesis
  Home:   https://github.com/teiid/teiid-komodo
  Commit: d0046ee12c9c5be0359e7ef36baa99633b369203
      https://github.com/teiid/teiid-komodo/commit/d0046ee12c9c5be0359e7ef36baa99633b369203
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    A .circleci/config.yml
    A .circleci/send_irc_notification.sh
    M .gitignore
    R documentation/api/rest/README.md
    R documentation/api/rest/json/vdbs.json
    R documentation/api/rest/json/vdbsContent.json
    R documentation/api/rest/vdb-builder.raml
    R documentation/api/rest/xml/vdbs.xml
    R documentation/api/rest/xml/vdbsContent.xml
    R documentation/cli/README.md
    R documentation/cli/connect-to-server.md
    R documentation/cli/create-vdb.md
    R documentation/cli/execute-command-script.md
    R documentation/cli/files/BQTExample-vdb.xml
    R documentation/cli/files/BQTExample.xml
    R documentation/cli/files/PartsVDB-vdb.xml
    R documentation/cli/files/PartsVDBScript.txt
    R documentation/cli/files/Teiid-FlatFile.ddl
    R documentation/cli/files/Teiid-MySQLAccounts.ddl
    R documentation/cli/files/commandExample1.txt
    R documentation/cli/files/example1-vdb.xml
    R documentation/cli/img/cli-connect-to-server.png
    R documentation/cli/img/cli-createVDB-session.png
    R documentation/cli/img/cli-deploy-vdb-to-server.png
    R documentation/cli/img/cli-get-vdb-from-server.png
    R documentation/cli/img/cli-import-export-DDL.png
    R documentation/cli/img/cli-import-export-VDB.png
    R documentation/cli/img/cli-importVDB-session.png
    R documentation/cli/img/cli-record-command-file.png
    R documentation/cli/img/cli-record-playback-interactive.png
    R documentation/cli/img/cli-record-playback-terminal.png
    R documentation/cli/img/cli-record-session.png
    R documentation/cli/img/cli-startup.png
    R documentation/cli/import-edit-vdb.md
    R documentation/cli/import-export-vdbs-ddl.md
    R documentation/cli/install-cli.md
    R documentation/cli/more-examples.md
    R documentation/cli/record-cli-session.md
    R documentation/cli/server-vdb-interactions.md
    R documentation/meetings/summit-nov-2013/ConceptualChanges.odt
    R documentation/meetings/summit-nov-2013/Designer Overview.odp
    R documentation/meetings/summit-nov-2013/KomodoSummitSummary.odt
    R documentation/meetings/summit-nov-2013/Komodo_Whiteboards.zip
    R documentation/meetings/summit-nov-2013/relational-objects.odt
    M komodo-core/pom.xml
    M komodo-core/src/main/java/org/komodo/core/internal/sequencer/TeiidSqlSequencer.java
    M komodo-core/src/main/java/org/komodo/core/repository/LocalRepository.java
    R komodo-core/src/test/java/.keep
    M komodo-core/src/test/java/org/komodo/core/internal/MultiUseAbstractTest.java
    M komodo-core/src/test/java/org/komodo/core/internal/repository/AbstractTSqlSequencerTest.java
    M komodo-core/src/test/java/org/komodo/core/internal/sequencer/AbstractSequencerTest.java
    M komodo-core/src/test/java/org/komodo/core/visitor/TestVdbExport.java
    R komodo-core/src/test/resources/.keep
    M komodo-importer/pom.xml
    R komodo-importer/src/test/resources/.keep
    R komodo-integration-utils/.classpath
    R komodo-integration-utils/assembly/assemble.xml
    R komodo-integration-utils/download-resteasy.xml
    R komodo-integration-utils/pom.xml
    R komodo-metadata-instance/.gitignore
    R komodo-metadata-instance/pom.xml
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/DefaultMetadataInstance.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/Messages.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/TeiidConnectionProvider.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/internal/DataTypeServiceImpl.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/internal/MetaArtifactFactory.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/internal/TeiidDataSourceImpl.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/internal/TeiidTranslatorImpl.java
    R komodo-metadata-instance/src/main/java/org/komodo/metadata/internal/TeiidVdbImpl.java
    R komodo-metadata-instance/src/main/resources/org/komodo/metadata/messages.properties
    R komodo-metadata-instance/src/test/java/org/komodo/metadata/AbstractMetadataInstanceTests.java
    R komodo-metadata-instance/src/test/java/org/komodo/metadata/TestDataTypeManager.java
    R komodo-metadata-instance/src/test/resources/.keep
    A komodo-metadata/.gitignore
    A komodo-metadata/pom.xml
    A komodo-metadata/src/main/java/org/komodo/metadata/DefaultMetadataInstance.java
    A komodo-metadata/src/main/java/org/komodo/metadata/Messages.java
    A komodo-metadata/src/main/java/org/komodo/metadata/TeiidConnectionProvider.java
    A komodo-metadata/src/main/java/org/komodo/metadata/internal/DataTypeServiceImpl.java
    A komodo-metadata/src/main/java/org/komodo/metadata/internal/MetaArtifactFactory.java
    A komodo-metadata/src/main/java/org/komodo/metadata/internal/TeiidDataSourceImpl.java
    A komodo-metadata/src/main/java/org/komodo/metadata/internal/TeiidTranslatorImpl.java
    A komodo-metadata/src/main/java/org/komodo/metadata/internal/TeiidVdbImpl.java
    A komodo-metadata/src/main/resources/org/komodo/metadata/messages.properties
    A komodo-metadata/src/test/java/org/komodo/metadata/AbstractMetadataInstanceTests.java
    A komodo-metadata/src/test/java/org/komodo/metadata/TestDataTypeManager.java
    R komodo-openshift/.gitignore
    R komodo-openshift/pom.xml
    R komodo-openshift/scripts/clean.sh
    R komodo-openshift/scripts/config.sh
    R komodo-openshift/scripts/komodo-os-setup.sh
    R komodo-openshift/scripts/komodo-teiid-wildfly-swarm-s2i.json
    R komodo-openshift/scripts/security/.gitignore
    R komodo-openshift/scripts/security/README.md
    R komodo-openshift/scripts/security/intermediate/ca/create-certificate.sh
    R komodo-openshift/scripts/security/intermediate/ca/crlnumber
    R komodo-openshift/scripts/security/intermediate/ca/index.txt
    R komodo-openshift/scripts/security/intermediate/ca/openssl.cnf
    R komodo-openshift/scripts/security/intermediate/ca/reset.sh
    R komodo-openshift/scripts/security/intermediate/ca/serial
    R komodo-openshift/scripts/security/root/ca/certs/ca.cert.pem
    R komodo-openshift/scripts/security/root/ca/index.txt
    R komodo-openshift/scripts/security/root/ca/index.txt.attr
    R komodo-openshift/scripts/security/root/ca/index.txt.old
    R komodo-openshift/scripts/security/root/ca/newcerts/1000.pem
    R komodo-openshift/scripts/security/root/ca/openssl.cnf
    R komodo-openshift/scripts/security/root/ca/private/ca.key.pem
    R komodo-openshift/scripts/security/root/ca/serial
    R komodo-openshift/scripts/security/root/ca/serial.old
    R komodo-openshift/src/main/resources/.keep
    R komodo-openshift/src/main/resources/credentials/application-roles.properties
    R komodo-openshift/src/main/resources/credentials/application-users.properties
    R komodo-openshift/src/main/resources/credentials/mgmt-groups.properties
    R komodo-openshift/src/main/resources/credentials/mgmt-users.properties
    R komodo-openshift/src/main/resources/drivers/mysql-connector-java-5.1.39-bin.jar
    R komodo-parent/.project
    R komodo-parent/pom.xml
    R komodo-relational/lib/.keep
    M komodo-relational/pom.xml
    M komodo-relational/src/main/java/org/komodo/relational/importer/ddl/DdlImporter.java
    M komodo-relational/src/main/java/org/komodo/relational/profile/internal/ViewEditorStateImpl.java
    M komodo-relational/src/test/java/org/komodo/relational/dataservice/internal/DataserviceImplTest.java
    A komodo-server/api-docs/css/print.css
    A komodo-server/api-docs/css/reset.css
    A komodo-server/api-docs/css/screen.css
    A komodo-server/api-docs/css/style.css
    A komodo-server/api-docs/css/typography.css
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-700.eot
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-700.svg
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-700.ttf
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-700.woff
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-700.woff2
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-regular.eot
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-regular.svg
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-regular.ttf
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-regular.woff
    A komodo-server/api-docs/fonts/droid-sans-v6-latin-regular.woff2
    A komodo-server/api-docs/images/explorer_icons.png
    A komodo-server/api-docs/images/favicon-16x16.png
    A komodo-server/api-docs/images/favicon-32x32.png
    A komodo-server/api-docs/images/favicon.ico
    A komodo-server/api-docs/images/logo_small.png
    A komodo-server/api-docs/images/pet_store_api.png
    A komodo-server/api-docs/images/throbber.gif
    A komodo-server/api-docs/images/wordnik_api.png
    A komodo-server/api-docs/index.html
    A komodo-server/api-docs/lang/en.js
    A komodo-server/api-docs/lang/es.js
    A komodo-server/api-docs/lang/ja.js
    A komodo-server/api-docs/lang/pt.js
    A komodo-server/api-docs/lang/ru.js
    A komodo-server/api-docs/lang/tr.js
    A komodo-server/api-docs/lang/translator.js
    A komodo-server/api-docs/lang/zh-cn.js
    A komodo-server/api-docs/lib/backbone-min.js
    A komodo-server/api-docs/lib/handlebars-2.0.0.js
    A komodo-server/api-docs/lib/highlight.7.3.pack.js
    A komodo-server/api-docs/lib/jquery-1.8.0.min.js
    A komodo-server/api-docs/lib/jquery.ba-bbq.min.js
    A komodo-server/api-docs/lib/jquery.slideto.min.js
    A komodo-server/api-docs/lib/jquery.wiggle.min.js
    A komodo-server/api-docs/lib/marked.js
    A komodo-server/api-docs/lib/swagger-oauth.js
    A komodo-server/api-docs/lib/underscore-min.js
    A komodo-server/api-docs/lib/underscore-min.map
    A komodo-server/api-docs/o2c.html
    A komodo-server/api-docs/swagger-ui.js
    A komodo-server/api-docs/swagger-ui.min.js
    A komodo-server/conf/log4j.properties
    A komodo-server/pom.xml
    A komodo-server/src/main/java/org/komodo/datasources/AmazonS3Definition.java
    A komodo-server/src/main/java/org/komodo/datasources/DataSourceDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/DefaultSyndesisDataSource.java
    A komodo-server/src/main/java/org/komodo/datasources/ExcelDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/FileDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/MongoDBDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/MySQLDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/ODataV4Definition.java
    A komodo-server/src/main/java/org/komodo/datasources/PostgreSQLDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/SalesforceDefinition.java
    A komodo-server/src/main/java/org/komodo/datasources/WebServiceDefinition.java
    A komodo-server/src/main/java/org/komodo/openshift/BuildStatus.java
    A komodo-server/src/main/java/org/komodo/openshift/EncryptionComponent.java
    A komodo-server/src/main/java/org/komodo/openshift/ProtocolType.java
    A komodo-server/src/main/java/org/komodo/openshift/PublishConfiguration.java
    A komodo-server/src/main/java/org/komodo/openshift/TeiidOpenShiftClient.java
    A komodo-server/src/main/java/org/komodo/rest/AbstractKEntity.java
    A komodo-server/src/main/java/org/komodo/rest/AuthHandlingFilter.java
    A komodo-server/src/main/java/org/komodo/rest/CallbackTimeoutException.java
    A komodo-server/src/main/java/org/komodo/rest/KRestEntity.java
    A komodo-server/src/main/java/org/komodo/rest/KomodoExceptionMapper.java
    A komodo-server/src/main/java/org/komodo/rest/KomodoRestException.java
    A komodo-server/src/main/java/org/komodo/rest/KomodoRestV1Application.java
    A komodo-server/src/main/java/org/komodo/rest/KomodoService.java
    A komodo-server/src/main/java/org/komodo/rest/Messages.java
    A komodo-server/src/main/java/org/komodo/rest/RestBasicEntity.java
    A komodo-server/src/main/java/org/komodo/rest/RestLink.java
    A komodo-server/src/main/java/org/komodo/rest/RestProperty.java
    A komodo-server/src/main/java/org/komodo/rest/TeiidSwarmConnectionProvider.java
    A komodo-server/src/main/java/org/komodo/rest/TeiidSwarmMetadataInstance.java
    A komodo-server/src/main/java/org/komodo/rest/cors/CorsHeaders.java
    A komodo-server/src/main/java/org/komodo/rest/cors/KCorsFactory.java
    A komodo-server/src/main/java/org/komodo/rest/cors/KCorsFilter.java
    A komodo-server/src/main/java/org/komodo/rest/cors/KCorsHandler.java
    A komodo-server/src/main/java/org/komodo/rest/json/JsonConstants.java
    A komodo-server/src/main/java/org/komodo/rest/json/LinkSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/json/RestPropertySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/AbstractKomodoContentAttribute.java
    A komodo-server/src/main/java/org/komodo/rest/relational/KomodoProperties.java
    A komodo-server/src/main/java/org/komodo/rest/relational/KomodoRestUriBuilder.java
    A komodo-server/src/main/java/org/komodo/rest/relational/RelationalMessages.java
    A komodo-server/src/main/java/org/komodo/rest/relational/RestEntityFactory.java
    A komodo-server/src/main/java/org/komodo/rest/relational/connection/ConnectionSchema.java
    A komodo-server/src/main/java/org/komodo/rest/relational/connection/ConnectionSchemaPairProperty.java
    A komodo-server/src/main/java/org/komodo/rest/relational/connection/ConnectionSchemaProperty.java
    A komodo-server/src/main/java/org/komodo/rest/relational/connection/RestConnection.java
    A komodo-server/src/main/java/org/komodo/rest/relational/connection/RestSchemaNode.java
    A komodo-server/src/main/java/org/komodo/rest/relational/dataservice/DataServiceSchema.java
    A komodo-server/src/main/java/org/komodo/rest/relational/dataservice/DataServiceSchemaProperty.java
    A komodo-server/src/main/java/org/komodo/rest/relational/dataservice/RestDataservice.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/AbstractContentSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/AbstractEntitySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/BasicEntitySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ConnectionAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ConnectionSummarySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/DataserviceSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/DataserviceSingleSourceAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/DataserviceUpdateAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/FileAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/GitRepositorySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ImportExportStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/KomodoJsonMarshaller.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataConnectionStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataTemplateEntrySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataTemplateSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataVdbSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataVdbStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataVdbStatusVdbSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/MetadataVdbTranslatorSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/PathAttributeSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/QueryAttributeSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/QueryColumnSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/QueryResultSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/QueryRowSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/RelationalJsonConstants.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/RouteStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/SavedSearcherSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/SearcherAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ServiceCatalogDataSourceSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/SqlCompositionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/SqlProjectedColumnSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/StatusObjectSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/StorageAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/StorageTypeDescriptorSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/StorageTypeSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/TeiidAttributesSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbConditionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbDataRoleSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbImportSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbMaskSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbModelSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbModelSourceSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbModelTableColumnSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbModelTableSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbModelViewSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbPermissionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VdbTranslatorSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ViewDefinitionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ViewEditorStateCommandSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ViewEditorStateSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/ViewsInfoSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/VirtualizationStatusSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertyListSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertyPairPropertySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertySerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/json/connection/MetadataConnectionSerializer.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoConnectionAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoDataSourceJdbcTableAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoDataserviceSingleSourceAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoDataserviceUpdateAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoFileAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoPathAttribute.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoQueryAttribute.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoSearcherAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoSyndesisDataSourceAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoTeiidAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/request/KomodoViewsInfo.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/ImportExportStatus.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/KomodoSavedSearcher.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/KomodoStatusObject.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/KomodoStorageAttributes.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestConnectionDriver.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestConnectionSummary.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestDataserviceViewInfo.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestGitRepository.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestQueryColumn.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestQueryResult.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestQueryRow.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestStorageType.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestStorageTypeDescriptor.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestSyndesisDataSource.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdb.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbCondition.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbDataRole.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbImport.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbMask.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbModel.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbModelSource.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbModelTable.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbModelTableColumn.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbModelView.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbPermission.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/RestVdbTranslator.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataConnection.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataConnectionStatus.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataStatus.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataTemplate.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataTemplateEntry.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdb.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbStatus.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbStatusVdb.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbTranslator.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestSqlComposition.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestSqlProjectedColumn.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestStateCommandAggregate.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestViewDefinition.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestViewEditorState.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/virtualization/RestRouteStatus.java
    A komodo-server/src/main/java/org/komodo/rest/relational/response/virtualization/RestVirtualizationStatus.java
    A komodo-server/src/main/java/org/komodo/rest/schema/json/TeiidXsdReader.java
    A komodo-server/src/main/java/org/komodo/rest/schema/json/XsdAnnotationFactory.java
    A komodo-server/src/main/java/org/komodo/rest/schema/json/XsdAnnotationParser.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoConnectionService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoDataserviceService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoDriverService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoImportExportService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoMetadataService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoSearchService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoUtilService.java
    A komodo-server/src/main/java/org/komodo/rest/service/KomodoVdbService.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestDataserviceConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestEntityConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestPropertyConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestServiceCatalogDataSourceConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbConditionConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbDataRoleConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbImportConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbMaskConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbModelConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbModelSourceConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbPermissionConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVdbTranslatorConverter.java
    A komodo-server/src/main/java/org/komodo/rest/swagger/RestVirtualisationStatusConverter.java
    A komodo-server/src/main/resources/META-INF/swarm.swagger.conf
    A komodo-server/src/main/resources/app.properties
    A komodo-server/src/main/resources/driverTranslatorMappings.xml
    A komodo-server/src/main/resources/log4j.properties
    A komodo-server/src/main/resources/mgmt-users.properties
    A komodo-server/src/main/resources/org/komodo/rest/messages.properties
    A komodo-server/src/main/resources/org/komodo/rest/relational/relationalmessages.properties
    A komodo-server/src/main/resources/org/komodo/rest/schema/json/teiid-vdb.xsd
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/financials.xml
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/northwind.xml
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/parts_dynamic-vdb.xml
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/portfolio-vdb.xml
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/teiid-vdb-all-elements.xml
    A komodo-server/src/main/resources/org/komodo/rest/service/sample/tweet-example-vdb.xml
    A komodo-server/src/main/resources/project-defaults.yml
    A komodo-server/src/main/resources/s2i/project-defaults.yml
    A komodo-server/src/main/resources/s2i/template-pom.xml
    A komodo-server/src/main/resources/urlContentTranslatorMappings.xml
    A komodo-server/src/main/webapp/WEB-INF/jboss-web.xml
    A komodo-server/src/main/webapp/css/bootstrap.css
    A komodo-server/src/main/webapp/css/bootstrap.css.map
    A komodo-server/src/main/webapp/css/bootstrap.min.css
    A komodo-server/src/main/webapp/css/bootstrap.min.css.map
    A komodo-server/src/main/webapp/css/style.css
    A komodo-server/src/main/webapp/img/bg-index.jpg
    A komodo-server/src/main/webapp/img/teiid-logo.svg
    A komodo-server/src/main/webapp/index.html
    A komodo-server/src/test/java/org/komodo/openshift/TestVDBPublisher.java
    A komodo-server/src/test/java/org/komodo/rest/RestLinkTest.java
    A komodo-server/src/test/java/org/komodo/rest/json/LinkSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestConnectionTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestDataserviceTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestVdbDataRoleTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestVdbImportTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestVdbPermissionTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestVdbTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/RestVdbTranslatorTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/AbstractSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/DataserviceSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/MetadataConnectionStatusSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/QueryResultSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/VdbDataRoleSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/VdbImportSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/VdbPermissionSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/VdbSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/VdbTranslatorSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/ViewEditorStateSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/relational/json/connection/ConnectionSchemaSerializerTest.java
    A komodo-server/src/test/java/org/komodo/rest/service/AbstractServiceTest.java
    A komodo-server/src/test/java/org/komodo/rest/service/ServiceResources.java
    A komodo-server/src/test/java/org/komodo/rest/service/ServiceTestUtilities.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/AbstractKomodoMetadataServiceTest.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceCreateTests.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceDataServiceTests.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceDriverTests.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceGetTests.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceQueryTests.java
    A komodo-server/src/test/java/org/komodo/rest/service/integration/IT_KomodoTest.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/AbstractKomodoServiceTest.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoConnectionService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoDataserviceService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoDriverService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoImportExportService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoSearchService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoUtilService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/TestKomodoVdbService.java
    A komodo-server/src/test/java/org/komodo/rest/service/unit/UnitServiceResources.java
    A komodo-server/src/test/resources/arquillian.xml
    A komodo-server/src/test/resources/generated-pom.xml
    A komodo-server/src/test/resources/myservice-vdb.xml
    A komodo-server/src/test/resources/org/komodo/rest/service/unit/teiid-schema.json
    A komodo-server/src/test/resources/org/komodo/rest/service/unit/teiid-schema2.json
    M komodo-spi/pom.xml
    M komodo-spi/src/main/java/org/komodo/spi/constants/ExportConstants.java
    A komodo-spi/src/main/java/org/komodo/spi/lexicon/syndesis/SyndesisLexicon.java
    M komodo-spi/src/main/java/org/komodo/spi/repository/ApplicationProperties.java
    M komodo-spi/src/main/java/org/komodo/spi/repository/KomodoType.java
    R komodo-spi/src/main/java/org/komodo/spi/runtime/ServiceCatalogDataSource.java
    A komodo-spi/src/main/java/org/komodo/spi/runtime/SyndesisDataSource.java
    M komodo-spi/src/main/java/org/komodo/spi/runtime/TeiidDataSource.java
    M komodo-spi/src/main/java/org/komodo/spi/runtime/TeiidPropertyDefinition.java
    R komodo-spi/src/test/resources/.keep
    A komodo-storage/pom.xml
    A komodo-storage/src/main/java/org/komodo/storage/Messages.java
    A komodo-storage/src/main/java/org/komodo/storage/StorageServiceProvider.java
    A komodo-storage/src/main/java/org/komodo/storage/UnsupportedStorageException.java
    A komodo-storage/src/main/java/org/komodo/storage/file/FileStorageConnector.java
    A komodo-storage/src/main/java/org/komodo/storage/file/FileStorageService.java
    A komodo-storage/src/main/java/org/komodo/storage/git/GitStorageConnector.java
    A komodo-storage/src/main/java/org/komodo/storage/git/GitStorageService.java
    A komodo-storage/src/main/resources/org/komodo/storage/messages.properties
    A komodo-storage/src/test/java/org/komodo/storage/TestStorageServiceProvider.java
    A komodo-storage/src/test/java/org/komodo/storage/file/TestFileStorageConnector.java
    A komodo-storage/src/test/java/org/komodo/storage/git/TestGitStorageConnector.java
    R komodo-utils-logger/pom.xml
    R komodo-utils-logger/src/main/java/org/komodo/logging/DefaultKLogger.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/LogFactory.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/Logger.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/i18n/I18nResource.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/i18n/TextI18n.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/impl/jdk/JdkLoggerFactory.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/impl/jdk/JdkLoggerImpl.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/log4j/Log4jLoggerFactory.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/log4j/Log4jLoggerImpl.java
    R komodo-utils-logger/src/main/java/org/komodo/logging/util/StringUtil.java
    R komodo-utils-logger/src/main/resources/.keep
    R komodo-utils-logger/src/test/resources/.keep
    M komodo-utils/pom.xml
    A komodo-utils/src/main/java/org/komodo/logging/DefaultKLogger.java
    A komodo-utils/src/main/java/org/komodo/logging/LogFactory.java
    A komodo-utils/src/main/java/org/komodo/logging/Logger.java
    A komodo-utils/src/main/java/org/komodo/logging/i18n/I18nResource.java
    A komodo-utils/src/main/java/org/komodo/logging/i18n/TextI18n.java
    A komodo-utils/src/main/java/org/komodo/logging/impl/jdk/JdkLoggerFactory.java
    A komodo-utils/src/main/java/org/komodo/logging/impl/jdk/JdkLoggerImpl.java
    A komodo-utils/src/main/java/org/komodo/logging/log4j/Log4jLoggerFactory.java
    A komodo-utils/src/main/java/org/komodo/logging/log4j/Log4jLoggerImpl.java
    A komodo-utils/src/main/java/org/komodo/logging/util/StringUtil.java
    M komodo-utils/src/test/java/org/komodo/test/utils/TestUtilities.java
    R komodo-utils/src/test/java/org/komodo/test/utils/UsStatesTestDB.java
    R komodo-utils/src/test/resources/.keep
    R komodo-utils/src/test/resources/org/komodo/test/utils/usstates.sql
    M pom.xml
    R scripts/build-common.xml
    R scripts/eclipse/eclipse-formatter-preferences.xml
    R scripts/eclipse/eclipse-preferences.epf
    R scripts/hooks/pre-commit
    R scripts/install-hooks.sh
    R scripts/jenkins-web-integration.sh
    R scripts/teiid-domain-install-vdb-builder-war.cli
    R scripts/teiid-standalone-install-vdb-builder-war.cli
    R scripts/upgrade-version.sh
    R server/.project
    R server/komodo-rest/.gitignore
    R server/komodo-rest/api-docs/css/print.css
    R server/komodo-rest/api-docs/css/reset.css
    R server/komodo-rest/api-docs/css/screen.css
    R server/komodo-rest/api-docs/css/style.css
    R server/komodo-rest/api-docs/css/typography.css
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-700.eot
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-700.svg
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-700.ttf
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-700.woff
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-700.woff2
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-regular.eot
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-regular.svg
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-regular.ttf
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-regular.woff
    R server/komodo-rest/api-docs/fonts/droid-sans-v6-latin-regular.woff2
    R server/komodo-rest/api-docs/images/explorer_icons.png
    R server/komodo-rest/api-docs/images/favicon-16x16.png
    R server/komodo-rest/api-docs/images/favicon-32x32.png
    R server/komodo-rest/api-docs/images/favicon.ico
    R server/komodo-rest/api-docs/images/logo_small.png
    R server/komodo-rest/api-docs/images/pet_store_api.png
    R server/komodo-rest/api-docs/images/throbber.gif
    R server/komodo-rest/api-docs/images/wordnik_api.png
    R server/komodo-rest/api-docs/index.html
    R server/komodo-rest/api-docs/lang/en.js
    R server/komodo-rest/api-docs/lang/es.js
    R server/komodo-rest/api-docs/lang/ja.js
    R server/komodo-rest/api-docs/lang/pt.js
    R server/komodo-rest/api-docs/lang/ru.js
    R server/komodo-rest/api-docs/lang/tr.js
    R server/komodo-rest/api-docs/lang/translator.js
    R server/komodo-rest/api-docs/lang/zh-cn.js
    R server/komodo-rest/api-docs/lib/backbone-min.js
    R server/komodo-rest/api-docs/lib/handlebars-2.0.0.js
    R server/komodo-rest/api-docs/lib/highlight.7.3.pack.js
    R server/komodo-rest/api-docs/lib/jquery-1.8.0.min.js
    R server/komodo-rest/api-docs/lib/jquery.ba-bbq.min.js
    R server/komodo-rest/api-docs/lib/jquery.slideto.min.js
    R server/komodo-rest/api-docs/lib/jquery.wiggle.min.js
    R server/komodo-rest/api-docs/lib/marked.js
    R server/komodo-rest/api-docs/lib/swagger-oauth.js
    R server/komodo-rest/api-docs/lib/underscore-min.js
    R server/komodo-rest/api-docs/lib/underscore-min.map
    R server/komodo-rest/api-docs/o2c.html
    R server/komodo-rest/api-docs/swagger-ui.js
    R server/komodo-rest/api-docs/swagger-ui.min.js
    R server/komodo-rest/conf/log4j.properties
    R server/komodo-rest/docker/Dockerfile
    R server/komodo-rest/pom.xml
    R server/komodo-rest/src/main/java/org/komodo/rest/AbstractKEntity.java
    R server/komodo-rest/src/main/java/org/komodo/rest/AuthHandlingFilter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/CallbackTimeoutException.java
    R server/komodo-rest/src/main/java/org/komodo/rest/KRestEntity.java
    R server/komodo-rest/src/main/java/org/komodo/rest/KomodoExceptionMapper.java
    R server/komodo-rest/src/main/java/org/komodo/rest/KomodoRestException.java
    R server/komodo-rest/src/main/java/org/komodo/rest/KomodoRestV1Application.java
    R server/komodo-rest/src/main/java/org/komodo/rest/KomodoService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/Messages.java
    R server/komodo-rest/src/main/java/org/komodo/rest/RestBasicEntity.java
    R server/komodo-rest/src/main/java/org/komodo/rest/RestLink.java
    R server/komodo-rest/src/main/java/org/komodo/rest/RestProperty.java
    R server/komodo-rest/src/main/java/org/komodo/rest/TeiidSwarmConnectionProvider.java
    R server/komodo-rest/src/main/java/org/komodo/rest/TeiidSwarmMetadataInstance.java
    R server/komodo-rest/src/main/java/org/komodo/rest/cors/CorsHeaders.java
    R server/komodo-rest/src/main/java/org/komodo/rest/cors/KCorsFactory.java
    R server/komodo-rest/src/main/java/org/komodo/rest/cors/KCorsFilter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/cors/KCorsHandler.java
    R server/komodo-rest/src/main/java/org/komodo/rest/json/JsonConstants.java
    R server/komodo-rest/src/main/java/org/komodo/rest/json/LinkSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/json/RestPropertySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/AbstractKomodoContentAttribute.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/KomodoProperties.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/KomodoRestUriBuilder.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/RelationalMessages.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/RestEntityFactory.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/connection/ConnectionSchema.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/connection/ConnectionSchemaPairProperty.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/connection/ConnectionSchemaProperty.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/connection/RestConnection.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/connection/RestSchemaNode.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/dataservice/DataServiceSchema.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/dataservice/DataServiceSchemaProperty.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/dataservice/RestDataservice.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/AbstractContentSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/AbstractEntitySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/BasicEntitySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ConnectionAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ConnectionSummarySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/DataserviceSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/DataserviceSingleSourceAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/DataserviceUpdateAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/FileAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/GitRepositorySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ImportExportStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/KomodoJsonMarshaller.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataConnectionStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataTemplateEntrySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataTemplateSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataVdbSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataVdbStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataVdbStatusVdbSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/MetadataVdbTranslatorSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/PathAttributeSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/QueryAttributeSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/QueryColumnSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/QueryResultSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/QueryRowSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/RelationalJsonConstants.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/RouteStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/SavedSearcherSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/SearcherAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ServiceCatalogDataSourceSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/SqlCompositionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/SqlProjectedColumnSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/StatusObjectSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/StorageAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/StorageTypeDescriptorSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/StorageTypeSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/TeiidAttributesSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbConditionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbDataRoleSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbImportSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbMaskSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbModelSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbModelSourceSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbModelTableColumnSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbModelTableSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbModelViewSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbPermissionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VdbTranslatorSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ViewDefinitionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ViewEditorStateCommandSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ViewEditorStateSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/ViewsInfoSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/VirtualizationStatusSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertyListSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertyPairPropertySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaPropertySerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSchemaSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/ConnectionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/json/connection/MetadataConnectionSerializer.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoConnectionAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoDataSourceJdbcTableAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoDataserviceSingleSourceAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoDataserviceUpdateAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoFileAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoPathAttribute.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoQueryAttribute.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoSearcherAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoServiceCatalogDataSourceAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoTeiidAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/request/KomodoViewsInfo.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/ImportExportStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/KomodoSavedSearcher.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/KomodoStatusObject.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/KomodoStorageAttributes.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestConnectionDriver.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestConnectionSummary.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestDataserviceViewInfo.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestGitRepository.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestQueryColumn.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestQueryResult.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestQueryRow.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestServiceCatalogDataSource.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestStorageType.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestStorageTypeDescriptor.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdb.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbCondition.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbDataRole.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbImport.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbMask.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbModel.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbModelSource.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbModelTable.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbModelTableColumn.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbModelView.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbPermission.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/RestVdbTranslator.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataConnection.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataConnectionStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataTemplate.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataTemplateEntry.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdb.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbStatusVdb.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/metadata/RestMetadataVdbTranslator.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestSqlComposition.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestSqlProjectedColumn.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestStateCommandAggregate.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestViewDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/vieweditorstate/RestViewEditorState.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/virtualization/RestRouteStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/relational/response/virtualization/RestVirtualizationStatus.java
    R server/komodo-rest/src/main/java/org/komodo/rest/schema/json/TeiidXsdReader.java
    R server/komodo-rest/src/main/java/org/komodo/rest/schema/json/XsdAnnotationFactory.java
    R server/komodo-rest/src/main/java/org/komodo/rest/schema/json/XsdAnnotationParser.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoConnectionService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoDataserviceService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoDriverService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoImportExportService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoMetadataService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoSearchService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoUtilService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoVdbService.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestDataserviceConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestEntityConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestPropertyConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestServiceCatalogDataSourceConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbConditionConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbDataRoleConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbImportConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbMaskConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbModelConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbModelSourceConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbPermissionConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVdbTranslatorConverter.java
    R server/komodo-rest/src/main/java/org/komodo/rest/swagger/RestVirtualisationStatusConverter.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/BuildStatus.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/DataSourceDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/DecodedSecret.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/ProtocolType.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/PublishConfiguration.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/TeiidOpenShiftClient.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/AmazonS3Definition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/DefaultServiceCatalogDataSource.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/ExcelDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/FileDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/MongoDBDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/MySQLDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/ODataV4Definition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/PostgreSQLDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/SalesforceDefinition.java
    R server/komodo-rest/src/main/java/org/komodo/servicecatalog/datasources/WebServiceDefinition.java
    R server/komodo-rest/src/main/resources/META-INF/swarm.swagger.conf
    R server/komodo-rest/src/main/resources/app.properties
    R server/komodo-rest/src/main/resources/driverTranslatorMappings.xml
    R server/komodo-rest/src/main/resources/log4j.properties
    R server/komodo-rest/src/main/resources/mgmt-users.properties
    R server/komodo-rest/src/main/resources/org/komodo/rest/messages.properties
    R server/komodo-rest/src/main/resources/org/komodo/rest/relational/relationalmessages.properties
    R server/komodo-rest/src/main/resources/org/komodo/rest/schema/json/teiid-vdb.xsd
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/financials.xml
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/northwind.xml
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/parts_dynamic-vdb.xml
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/portfolio-vdb.xml
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/teiid-vdb-all-elements.xml
    R server/komodo-rest/src/main/resources/org/komodo/rest/service/sample/tweet-example-vdb.xml
    R server/komodo-rest/src/main/resources/project-defaults.yml
    R server/komodo-rest/src/main/resources/s2i/project-defaults.yml
    R server/komodo-rest/src/main/resources/s2i/template-pom.xml
    R server/komodo-rest/src/main/resources/urlContentTranslatorMappings.xml
    R server/komodo-rest/src/main/webapp/WEB-INF/jboss-web.xml
    R server/komodo-rest/src/main/webapp/css/bootstrap.css
    R server/komodo-rest/src/main/webapp/css/bootstrap.css.map
    R server/komodo-rest/src/main/webapp/css/bootstrap.min.css
    R server/komodo-rest/src/main/webapp/css/bootstrap.min.css.map
    R server/komodo-rest/src/main/webapp/css/style.css
    R server/komodo-rest/src/main/webapp/img/bg-index.jpg
    R server/komodo-rest/src/main/webapp/img/teiid-logo.svg
    R server/komodo-rest/src/main/webapp/index.html
    R server/komodo-rest/src/test/java/org/komodo/rest/RestLinkTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/json/LinkSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestConnectionTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestDataserviceTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestVdbDataRoleTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestVdbImportTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestVdbPermissionTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestVdbTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/RestVdbTranslatorTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/AbstractSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/DataserviceSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/MetadataConnectionStatusSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/QueryResultSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/VdbDataRoleSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/VdbImportSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/VdbPermissionSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/VdbSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/VdbTranslatorSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/ViewEditorStateSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/relational/json/connection/ConnectionSchemaSerializerTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/AbstractServiceTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/ServiceResources.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/ServiceTestUtilities.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/AbstractKomodoMetadataServiceTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceCreateTests.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceDataServiceTests.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceDriverTests.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceGetTests.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoMetadataServiceQueryTests.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/integration/IT_KomodoTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/AbstractKomodoServiceTest.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoConnectionServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoDataserviceServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoDriverServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoImportExportServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoSearchServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoUtilServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoVdbServiceTestInSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/TestKomodoServiceSuite.java
    R server/komodo-rest/src/test/java/org/komodo/rest/service/unit/UnitServiceResources.java
    R server/komodo-rest/src/test/java/org/komodo/servicecatalog/TestVDBPublisher.java
    R server/komodo-rest/src/test/resources/.keep
    R server/komodo-rest/src/test/resources/arquillian.xml
    R server/komodo-rest/src/test/resources/generated-pom.xml
    R server/komodo-rest/src/test/resources/myservice-vdb.xml
    R server/komodo-rest/src/test/resources/org/komodo/rest/service/unit/teiid-schema.json
    R server/komodo-rest/src/test/resources/org/komodo/rest/service/unit/teiid-schema2.json
    R server/pom.xml
    R storage/komodo-storage-service/pom.xml
    R storage/komodo-storage-service/src/main/java/org/komodo/storage/Messages.java
    R storage/komodo-storage-service/src/main/java/org/komodo/storage/StorageServiceProvider.java
    R storage/komodo-storage-service/src/main/java/org/komodo/storage/UnsupportedStorageException.java
    R storage/komodo-storage-service/src/main/resources/org/komodo/storage/messages.properties
    R storage/komodo-storage-service/src/test/java/org/komodo/storage/TestStorageServiceProvider.java
    R storage/komodo-storage-service/src/test/resources/.keep
    R storage/pom.xml
    R storage/storage-file/.gitignore
    R storage/storage-file/pom.xml
    R storage/storage-file/src/main/java/org/komodo/storage/file/FileStorageConnector.java
    R storage/storage-file/src/main/java/org/komodo/storage/file/FileStorageService.java
    R storage/storage-file/src/main/resources/.keep
    R storage/storage-file/src/test/java/org/komodo/storage/file/TestFileStorageConnector.java
    R storage/storage-file/src/test/resources/.keep
    R storage/storage-git/.gitignore
    R storage/storage-git/pom.xml
    R storage/storage-git/src/main/java/org/komodo/storage/git/GitStorageConnector.java
    R storage/storage-git/src/main/java/org/komodo/storage/git/GitStorageService.java
    R storage/storage-git/src/main/resources/.keep
    R storage/storage-git/src/test/java/org/komodo/storage/git/TestGitStorageConnector.java
    R storage/storage-git/src/test/resources/.keep

  Log Message:
  -----------
  Teiid Syndesis (#71)

* removing komodo-metadata

* removing unnecessary dependency

* Reverts metadata instance back to using 'network' teiid client protocols

* Returns teiid instance to network protocols rather than the embedded
  instance

* KEngine
 * Do not explicitly start the metadata instance since a server may not
   be available to connect to. Instead, all its methods check its state
   and if necessary start it so implements lazy-starting

* JcrNodeFactory
 * Limits exportTeiidVdb method to the necessary elements required, ie.
   sequencing the vdb.

* local-repository-config.json
 * Adds back the binary storage config for persisting files in modeshape

* komodo-metdata-instance
 * Add back the Arquillian testing of the metadata instance.

* DefaultMetadataInstance
 * Brings in the teiid-jboss AdminFactory for instantiating an Admin
   instance that connects to teiid server rather than embedded instantiation

* Implements RestMetadata classes for artifacts brought directly from
  teiid server since there is no longer any caching of them. However, they
  are converted into transitory komodo objects before ending up as Rest
  pojos.

* AbstractLocalRepositoryTest
 * Do not start metadata instance since its not required in these tests
   and there is no server for it to connect to.

* [*]Tests
 * Limit testing print noise by commenting out traverse methods
 * Uncomments and refactors tests to restore all original komodo testing

* standalone-teiid.xml
 * Updates the rest file to allow for wildfly 11 / teiid 10

* Removes obsolete build

* No longer building desktop cli application

* Downgrades teiid to 9.3.2

* Note the standalone-teiid.xml files for tests have not been
  downgraded so these are still TODO.

* TEIIDTOOLS-283: Initial integration for WildFly Swarm

* Fixes ignored api-docs lib directory

* Avoids instantiating another DefaultMetadataInstance

* No need to instantiate the DefaultMetadataInstance just to get the
  dataTypeManager and metadataVersion. Easier to just call a couple of
  statics given the method implementations call statics anyway.

* Removes obsolete desktop shell cli

* No need for this implementation.

* Obsolete komodo-ui module

* No longer used as its purpose was for the desktop cli

* Aligns version of swagger with wildfly swarm

* Swarm uses both 1.5.8 and 1.5.16. However, in debugging the former is
  actually initialised.

* Fixing naming error of swarm.swagger.conf

* TEIIDTOOLS-283: making swagger.json work

* Removes deleted module from dependencies

* Workaround for SWARM-1666

* Pin-points the source of the LinkageError and works around the problem
  by not using Json.mapper(). Latter is initialised against 2.8.4 of
  com.fasterxml.jackson.databind while the rest of swarm uses 2.7.4.

* Testing the Type is a class then casting it seems to workaround the
  problem and achieve the same objective.

* Removes obsolete project

* TEIIDTOOLS-283: further refinements to the pom.xml and other classloading issues

* Implements an openshift build & deployment configuration

* Uses s2i to compile komodo-rest and deploy the war into wildfly

* s2i directory overrides the base wildfly-s2i version by using our
  standalone.xml rather than its default. Has to be in the base directory.

* To execute in openshift, should run the komodo-os-setup.sh. This will
  import the komodo-teiid-wildfly-s2i template which build the image and
  deploys it.

* Updates configuration for s2i for wildfly swarm

* Adds user-defined 'local' maven repository

* Copy swarm jar to root target directory

* Swarm template run script only looks for swarm jars in root target
  directory.

* Can maybe create an alternative s2i run script but this should suffice
  for the moment

* Adds local repository into a profile

* Bubble the profile property up to the komodo-os-setup.sh script to
  be enabled on optional basis

* Corrects the target port of the jdbc route

* Fixes eroneous creation of default logging file

* Stop modeshape picking up narayana tx manager from infinispan

* Infinispan depends on the narayana library so when vdb-builder is
  deployed, this is the tx manager that modeshape attaches to. However,
  it seems that this manager is not initialised correctly since it throws
  an exception.

* Workaround at the moment is to stick with the internal modeshape tx
  manager since komodo handles functions with its own tx management.

* Sorts out service and integration tests for rest resources

* Redivides tests into unit tests that are concerned with checking the
  functions of the rest resource implementation. Rest resources are
  deployed to TJWS embedded server for easy testing and debugging.

* Integration tests execute using Arquillian and deployed on Wildfly Swarm
  Uses built vdb-builder.jar so that final artifact is tested.

* build.sh
 * Replaces integration.skipTests property with arquillian profile

* **/pom.xml
* settings.xml
 * Sorts out repository duplication to speed up swarm bootstrapping
 * Bring in additional dependencies for testing, including TJWS for
   service unit testing

* project-defaults.yml
 * Adds rudimentary teiid-security domain which appears necesary for vdbs
   to be successfully deployed.

* TODO - Currently missing loopback translator in teiid so sample vdb
  is not deploying correctly.

* Arquillian.xml
 * Still used for bootstrapping arquillian process hence able to add
   debugging jvm args

* Removes obsolete legacy settings used for original wildfly implementation

* Corrects error in parent pom

* Updates target git repository location of OS template

* Updates names and details of project participants

* Makes openshift template MVN_LOCAL_REPO property optional

* Ensures that the property does not need to be entered and will default
  to the jboss nexus repository.

* Remove / comment-out system.out.print statements

* No need to print out vast amounts of debugging information when running
  tests

* Retargets modeshape persistence to postgreSQL

* Remove dependency on db4free.net

* The provision of mysql databases on db4free.net is problematic due to
  frequent outages and connectivity problems. This have an impact on the
  stability of tests

* Replaces external mysql database with locally started H2 database that
  runs only in memory yet is accessible across TCP networking. Thus, the
  db is fired up and loaded with data via UsStatesTestDB class then
  connected to by the tests including through the usstates-dataservice
  and its component vdb.

* Adds vdb-builder-persistence to template

* Provides a postgresql pod for persistence of vdb-builder
  repository

* Env vars need to be converted to java system properties hence the
  REPOSITORY_PERSISTENCE_HOST name is added using -D to the SWARM_JAR_ARGS
  env var which in turn is appended to the java command in the swarm
  run script

* Swarm run script also uses a SWARM_JVM_ARGS env var so includes in this
  var debug options on port 8787.

* Ban the use of snapshot downloads from remote repositories

* Random errors, unknown hosts and non-aligned libraries mean this is a
  quagmire to try and build from.

* Service Catalog and Image specific enhancements

* PG storage specific changes

* Revert "TEIIDTOOLS-283"

* TEIIDTOOLS-283: 1) Upgraded Teiid version to 10.0.0.Final
2) Also upgraded the WF-Swarm to reflect the version of the Teiid.
3) Changed the maven group ids to reflect the new version
4) Added a dependency on https://github.com/teiid/kubernetes-service-catalog-client project, which is library required to interact with service catalog (this needs to put in maven central too)
5) Added code to create a docker image based on F8 docker plug-in. This is helpful in releasing a final image, which is tested with the template image at https://github.com/rareddy/osb-data-services This project will be merged with @shawkins work on community-based images. These would be community deliverables.
6) The above template uses oauth-proxy to let user login into OpenShift, which is a http proxy
7) Based on headers from the oauth-proxy in the Komodo a AuthProxy has been added to inject the access-token an user name into a known context that is accessible to rest of the modules. At a later point, we will consider building a full security context based on these.
8) Also added a PG image to the template, which can be used as storage for modeshape.
With all above in place, if there is a Posgresql database that has been provisioned to the project, a call to Komodo's rest api /v1/metadata/connections will contact the service broker and get list of services, and then, if required it will bind to the service (if not already bound), and will gather the properties required for to make connection from the OpenShift Secrets and using the Teiid's Admin API will create a connection, and then return the resulting connections available in the Komodo-Teiid engine.

* TEIIDTOOLS-283: Minor changes to final configuration

* TestLocalRepositoryPersistence
 * Modifies test class to allow manual tests to be fully executed and pass

* PersistenceType
 * Changes PGSQL enum to inline values rather than changeable system props
 * Removes user and password from enum since these are changeable properties

* ApplicationProperties
 * Moves to spi to allow broader adoption
 * Adds extra functions for dealing with available system properties

* KomodoService
 * Requires a username if not using the proxy. Otherwise an
   IllegalStateException is thrown

* komodo-openshift
 * Tidies up and removes unnecessary variables
 * Modifies vdb-builder runtime system properties to reflect changes

* komodo-rest/pom
 * Moves fabric8 push into its own profile since this causes errors when
   doing an s2i build on openshift environment

* settings.xml
 * Enables jboss-snapshots repository so that the
   kubernetes-service-catalog-client snapshot release can be found

* Upgrades version of teiid-modeshape

* With the pushing of a full release to maven central, the dependencies on
  teiid-modeshape can now be upgraded to 1.0.0.Final

* Fixes null user exception state

* Without an oauth proxy, the thread is still created but the getUser()
  method returns null. All transactions requires a valid user name lest
  an IllegalStateException will be thrown.

* Ensure the persistence credentials are set

* The modeshape config uses the env vars of komodo.user / komodo.password
 * Needs to ensure that these are set even if the default values are to be
   used.

* Improve style of the vdb-builder index page

* Adds some iconography, style and layout

* Ensures the docker image is built when the build script is executed

* Adds a MAVEN MIRROR URL variable to openshift build

* To improve incremental build performance, the maven dependency repos can
  be mirrored locally using nexus (requires separate nexus server).

* Adds custom extended assemble script which reads the MAVEN_MIRROR URL
  and if defined adds it to the komodo settings.xml as a mirror

* settings.xml
 * Provides empty mirrors tags for placeholder

* komodo*.json
 * Adds MIRROR URL env variable to template
 * Refactors komodo git url as env variable so it can be overridden

* komodo*.sh
 * Exposes the MIRROR URL and SOURCE REPO as parameters to the script

* Integrate OAuth proxy into development template

* This is necessary since no komodo REST API functions can be initiated
  from this template without it, ie. even service/about fails without it

* Renames proxy to vdb-builder-gateway

* index.html
 * Corrects relative link to api-docs

* Build improvements

* build.sh
 * Adds a -z option for not building the docker implementation. This is
   necessary if building locally and docker is not running for whatever
   reason.

* README.md
 * Starts to document details of building teiid-komodo in its various
   forms

* TEIIDTOOLS-283: Adding the released maven coordinates for kubernetes-service-catalog-client library. Also adding MySQL and MongoDB java drivers

* TEIIDTOOLS-301: updating with the instructions on how to use and how to build teiid-komodo docker image for OpenShift

* Refactors rest unit tests to try and improve their performance

* Puts the unit tests into a suite so that they all execute together.
 * The test server they run on, inc. repository, is shared across tests
   and not necessarily cleared arbitrarily
 * Tests are more responsible for clearing themselves up at the end of the
   whether they have passed or failed

* AbstractKomodoServiceTest
 * Makes use of a ClassRule for controlling the availability of the server

* UnitServiceResources
 * Handles the app and server.
 * Has a refcount for only tearing down at the conclusion of a suite or
   conclusion of single-executing test
 * Provides functions for interfacing with the app

* Improves test execution by aroun 2 minutes.

* Fix Unit Test Issue

* Adds section for debugging teiid-komodo while inside Openshift

* Small fix to vars in template bash script

* TEIIDTOOLS-307: Adds a user profile resource method to util service

* Includes testing for method

* initial commit of dataservice multi-view support

* TEIIDTOOLS-295: Add exportToGit resource method

* Due to the importance of git export, it is prudent to add a convenience
  resource method for explicitly exporting to git

* Adds method and accompanying testing

* TEIIDTOOLS-295: Provide user profile with git repository configs

* Adds user profiles node to environment allowing for server-side storage
  of user config options. First set of options is git repostories that
  user wants to store.

* Adds Profile and GitRepostory nodes to modeshape configuration complete
  with relational API

* Moves the GitStorageConnector property constants to spi to avoid string
  literals having to be used everywhere

* Provides serialisation for GitRepository objects and their properties

* KomodoImportExportService
 * Replaces the queryParams in exportToGit method with a storageGitAttributes
   object since it allows for more dynamic parameter addition
 * Allows for a named repository to be identified from the user profile
   and used instead of providing all the properties

* KomodoUtilService
 * Adds the git repositories available to the user profile information

* Adds tests for the nascent functionality.

* TEIIDTOOLS-295: Adds REST add/remove git repository methods

* Provides hooks for adding and removing git repository configurations to
  user profiles

* TEIIDTOOLS-295: Provides a mechanism to secure git repository passwords

* Avoids storing repository passwords in clear text by encrypting them
  using the 'Basic' authorization header.

* TEIIDTOOLS-333: Removes the osgi framework

* Removes the OSGI plugin framework, replacing it with a storage service
  that depends directly on the git and file connectors.

* TEIIDTOOLS-343: Upgrades oauth-proxy to 1.1.0

* TTOOLS-337 Support for service catalog sources

* TEIIDTOOLS-317 Add Travis CI

* TEIIDTOOLS-319: Adding capability to publish VDB as a service in OpenShift

* Fixes possible stackoverflow error

* Ensures cause error message is reported if shutting down exception does
  occur

* TEIIDTOOLS-329: Regression from in service catalog data source creation is fixed, and changed the method names for more clarity (#31)

* TEIIDTOOLS-329 : Adding admin role to the Proxy Service

This role is required to deploy VDB as Service

* TEIIDTOOLS-367: Adding the readiness and liveness checks for the generated vdb service images. The DAS templates are done in seperate repository (#32)

* TEIIDTOOLS-367: Adding the missed commit from last checkin. To correct the Travis unit test (#34)

* TEIIDTOOLS-372: Adding the container memory sizes and new JVM options to control the JDK inside a container based on suggestions from core (#35)

* TEIIDTOOLS-384, TEIIDTOOLS-380, TEIIDTOOLS-373 (#36)

* Before the VDB based service build is invoked check is added to make sure the base image exists, if not build ends up in error
* Added the CPU resource limits on VM based CGroups limits
* Also added a timeout for build configuration of 2 mins before it fails to finish the configuration, note this is configuration, not the build image itself, that could take more time.
* centralized all the user specific configuration to the central place in PublishConfiguration class

* Fixes error messages that lack connection name and error message

* Connection names are being substituted as error message so need to ensure
  that as standard both connection name and error message are passed in and
  have placeholders.

* TEIIDTOOLS-330: UI support for publishing

* Allow publishVirtualization to take in the name of a dataservice or a vdb.
  If the former then the vdb contained in it is published accordingly.

* TEIIDTOOLS-374: Ensure the service vdb of a dataservice is lower case

* Capitals appear to be unacceptable to kubernetes so need to ensure the
  vdb name is lower case.

* Merges Teiid SQL constants with TeiidSqlConstants interfaces

* TEIIDTOOLS-330: Adds associated connection property to model sources

* When a model source is created, rather than relying on the weak
  association of the source name matching the connection name, creates a
  permanent reference property between the two.

* Means the source name is no longer tied to the connection so free to be
  generated in accordance with Openshift parameters.

* Logging and Testing fixes

* Fixes logging oversights:
 * placeholders have not been populated
 * All error responses in KomodoService should be logged to ensure that
   they are not swallowed or missed by clients

* TeiidOpenShiftClient
 * Adds debug logging to publishing method

* RepositoryTools
 * Utilities for fetching certain properties of objects

* TestVdbExport
* TestUtilities
 * When testing vdb export, ensure the vdb xml is valid against the teiid
   schema (teiid-vdb.xsd)

* Renames RestBuildStatus to RestVirtualizationStatus

* Provides its own serializer to allow for easy json conversion in client

* TEIIDTOOLS-330: Puts the publishing of a virtualization into a thread

* Browsers have a default http request timeout of 30 seconds. This means
  that an operation in komodo must be completed within that time or resteasy
  responds with a 504 gateway timeout error.

* Testing the publishing frameworks, shows a response time of anywhere
  between 28 and 45 seconds with the longest time being taken to actually
  create the build. Thus, a timeout is likely on average and in practice it
  is not good practice to keep a request waiting for such a time.

* KomodoMetadataService
 * Rather than having the publishing done by the request thread, passes it
   of to a single executor thread without takes over the task
 * For courtesy of quick error-checking, the request does wait for some 10
   seconds before returning
 * A generic komodo status object is returned suggesting the operation has
   simply been initiated. Further progress should be monitored with the
   GET publish method.

* AuthHandlingFilter
* TeiidOpenShiftClient
 * The auth token is only available from the resteasy threads hence it
   must be passed into functions as parameters prior to executing other
   threads

* Moves and renames model source's associated connection

* This property was temporarily located in KomodoLexicon but belongs in the
  VdbLexicon and its requisite modeshape vdb prefix. Thus, it has been
  pushed down to the teiid-modeshape project.

* To be more clearer, it has been renamed to the origin connection rather
  than the associated connection.

* The property stores the name of the connection which is searched for in
  the user's workspace before being returned. This may well change in the
  future as connections are placed in a shared area.

* Change to original idea of storing the connection reference since this
  'requires' a connection to be in the repository, otherwise it will not be
  imported/exported. Better to get the property populated to ensure the
  maximum information is retained.

* pom.xml
 * Version of teiid-modeshape upgraded to bring in changes.

* TEIIDTOOLS-371 Rest services for connection schema management

* Extra bits n pieces to help publishing (#40)

* Adds a log level env variable to rest application

* Allows the log level to be set in the vdb-builder templates using
  -D LOGLEVEL=DEBUG/INFO/...

* Small changes to publishing process

* TeiidOpenShiftClient
 * Brings forward the checking of the existence of the base image to
   before anything is built, allowing any error to be returned as quickly
   as possible.

* PublishConfiguration
 * Checks both the openshift and project namespaces for the existence of
   the base image. As the development template imports the base image into
   the project namespace, this takes care of that eventuality.

* Adding travis-ci badge

* TEIIDTOOLS-371 Add refresh-schema service for connections
- Changed getConnections to return an array of RestConnectionSummary objects.
- Deleted the plural RestConnectionsSummary.
- created RestMetadataConnetionStatus that contain status for deployed VDB and for workspace schema
- created new serializer
- updated service for new connection status object
- updated refreshConnection method to handle redeploying connection VDB and generating schema

* TEIIDTOOLD-412: upgrading the Teiid Wildfly-Swarm to 2018.4.1 (#43)

* TEIIDTOOLS-358 Connection service updates for schema

* TEIIDTOOLS-312 Updates for MongoDB support

* TEIIDTOOLS-312 support mongo source

* test schema generation

* TEIIDTOOLS-419: OData Test Editor (#49)

* TEIIDTOOLS-419: Adds routing info to published status

* When a virt is published, a route is also created providing access to it.

* Makes the routing information available to the REST API as part of the
  publishing status of the virt.

* Adds a nested array of interesting routes (currently only odata) to the
  BuildStatus of each virt that's been published.

* TEIIDTOOLS-419: Makes the routes secure

* Access to an http service from and https service is restricted by browsers
  hence beetle is unable to query odata routes of published virt services.

* Therefore, make virt routes https for the time-being since at some point
  they were be properly secured with a fronting service.

* In the BuildStatus return the secure nature of the http protocol to allow
  for beetle to know that a service is http or https.

* TEIIDTOOLS-400: Moves configuration onto its own thread

* Makes executor service 4 threads max to allow for 1 monitor thread and
  3 configuration threads

* Configuration threads used to avoid blocking monitor thread

* Further configuration requests will wait at submitted state before due
  to internals of executor service

* BuildStatus setters synchronized since multiple threads in play

* publishVirtualization will return immediately after submission so no
  waiting around. REST request returns immdiately with the build status at
  submitted

* Improves the threading of the publishing monitor

* Possible for the publishing monitor thread to die and stay dead if an
  exception occurs due to a flaw in the ExecutorService.

* Protects the monitor thread by catching any exceptions and if it is
  possible then a new ExecutorService is launched to replace the previous
  one (after it is shutdown).

* Sets the publishing logging to info since it is important to records the
  steps in getting the artifact published in case something goes wrong.

* TEIIDTOOLS-427 Adds view name validation service

* TEIIDTOOLS-420: Provides API for logging in publishing operations

* Adds REST API method to KomodoMetadataService for fetching the publishing
  logs for an individual virtualization being published.

* TeiidOpenShiftClient
 * Uses the info, error & debug functions to add logging to the main log
   file and to an additional file for the virt being published. This log
   can then be preserved by OS' storage.
 * The log file is available to be read by the REST API and returned as
   content for display in the UI.

* Tweaks to build

* Try and fix the travis build failure

* Adds cobertura for test coverage reporting

* TEIIDTOOLS-313: Adding salesforce connection capabilities (#52)

* fixed some resource adapter creation properties
* Added example to teiid-throntail repo to showcase usage of salesforce connection standalone

* Adds view services

* TEIIDTOOLS-453: Adds ViewEditorState to user profile

* Can store the state of view editors in the user profile object

* Adds preview VDB

* adding gitter notifications (#47)

* Adds path to schema nodes

* TEIIDTOOLS-453: Rework of view editor persistence API

* Modification of artifacts to reflect content being transmitted by
  beetle-studio

* TEIIDTOOLS-453: Rework of rework of view editor persistence API

* Needs a more flexible komodo model of the view editor state, due to
  adding additional properties in the future.

* Fix for TEIIDTOOLS-471 Deleting a View Should Also Delete Editor State
- Moved the code that deletes the editor state to KomodoService so that it can be used by both KomodoVdbService and KomodoUtilService
- Created a method in KomodoService that provides the same editor ID used by Beetle if given a VDB name and a View name
- Created helper method in ServiceTestUtilities to check to see if a specified editor state exists
- Created test in KomodoVdbServiceTestInSuite that verifies the editor state is deleted when a view is deleted

* Fixes for TEIIDTOOLS-472 and TEIIDTOOLS-473
- previous view editor state is deleted now before adding a new editor state
- when a virtualization is deleted all the editor states of it's views are also deleted
- added test cases

* Support for editor state

* Support for editor state

* TEIIDTOOL-474

 * Added ViewDefinition to ViewEditorState framework
 * includes properties and Sql Composition array

* TEIIDTOOL-474

 * Added ViewDefinition to ViewEditorState framework
 * includes properties and Sql Composition array
 * Commented out the view definition additions to Service tests.

* TEIIDDES-474 (cntd)

 * removed bogus duplicate test method

* TEIIDTOOLS-474

 * removed commented out code
 * fixed viewDefinition k-node name on creation

* Dataservice now includes editorState view names

* TEIIDTOOLS-476

 * initial checkin of ViewDefinitionHelper to generate DDL for the view
definition.

* TEIIDTOOLS-476

 * Added refreshServiceVdb() logic which regenerates the view DDL and
constructs view contents and associated source models

* TEIIDTOOLS-476

 * forced aliased tables and SELECT column names for any JOIN view

* TEIIDTOOLS-476

 * changed name to ServiceVdbGenerator and test
 * cleaned up code

* removed the rest test for refreshing views for editor state.

* TTOOLS-477 Fix issue with UtilService

* TEIIDTOOLS-488 Add ability to bulk stash editorStates

* TTOOLS-465 Adds projected columns to view definition

* TEIIDTOOLS-509: Removing the verbose project hierarchies to be consistent with single level projects as Syndesis

* TTOOLS-465 Adds projected columns to view definition

* TEIIDTOOLS-509: misplaced file in cherry picking

* TT-509: moving the pakages around to remove service catalog names

* TT-509: updated to new version, fixed decrypt issue

* TT-509: removing the teiid-openshift and scripts directories

* TT-509: remove vdb-builder.log

* TT-509: moving komodo-metadata-instance to komodo-metadata

* TT-509: moving to same bom as the syndesis

* TEIIDTOOLS-509: deleting the data directory that accidentally checked in

* TEIIDTOOLS-509: fixing the tests to run serially to avoid resource sharing overlaps



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the teiid-commits mailing list