[teiid/teiid-komodo] cc65bd: TEIIDTOOLS-539 (#103)
by Ramesh Reddy
Branch: refs/heads/master
Home: https://github.com/teiid/teiid-komodo
Commit: cc65bd889012cbea56028ddf22e8f497bf8d026e
https://github.com/teiid/teiid-komodo/commit/cc65bd889012cbea56028ddf22e8...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M .travis.yml
M pom.xml
M server/komodo-server/pom.xml
M server/komodo-server/src/main/java/org/komodo/datasources/AmazonS3Definition.java
M server/komodo-server/src/main/java/org/komodo/datasources/ExcelDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/FileDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/MongoDBDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/MySQLDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/ODataV4Definition.java
M server/komodo-server/src/main/java/org/komodo/datasources/PostgreSQLDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/SalesforceDefinition.java
M server/komodo-server/src/main/java/org/komodo/datasources/WebServiceDefinition.java
M server/komodo-server/src/main/java/org/komodo/openshift/PublishConfiguration.java
M server/komodo-server/src/main/java/org/komodo/openshift/TeiidOpenShiftClient.java
M server/komodo-server/src/main/resources/s2i/template-pom.xml
M server/komodo-server/src/test/java/org/komodo/openshift/TestVDBPublisher.java
M server/komodo-server/src/test/resources/generated-pom.xml
M server/komodo-spi/src/main/java/org/komodo/spi/repository/ApplicationProperties.java
M server/pom.xml
Log Message:
-----------
TEIIDTOOLS-539 (#103)
* TEIIDTOOLS-539: coverting the build to use new teiid-thorntail project
* TEIIDTOOLS-539:
1) Using the new teiid-thorntail library for build of komodo-server
2) publishing of the vdb now uses the new teiid-thorntail library
* TEIIDTOOLS-539: Making delete published service operation as async operation
**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.
6 years
[teiid/teiid] 477a4a: TEIID-5511 completing adminsshell removal
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 477a4add30545b09e948e198c3c0d3d1cc078b41
https://github.com/teiid/teiid/commit/477a4add30545b09e948e198c3c0d3d1cc0...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
R build/assembly/adminshell-dist.xml
R build/kits/adminshell/COPYRIGHT.txt
R build/kits/adminshell/LICENSE-asl-2.0.txt
R build/kits/adminshell/README_EXAMPLES.txt
R build/kits/adminshell/adminshell-console.bat
R build/kits/adminshell/adminshell-console.sh
R build/kits/adminshell/adminshell.bat
R build/kits/adminshell/adminshell.sh
R build/kits/adminshell/connection.properties
R build/kits/adminshell/examples/AssignDatasourceToModel.groovy
R build/kits/adminshell/examples/CacheStats.groovy
R build/kits/adminshell/examples/DeployAndVerifyVDB.groovy
R build/kits/adminshell/examples/DeployJar.groovy
R build/kits/adminshell/examples/PrintAllVDBAndDatasources.groovy
R build/kits/adminshell/examples/PrintVDBInfo.groovy
R build/kits/adminshell/examples/RestartServer.groovy
R build/kits/adminshell/examples/SetConnectionTypeForVDB.groovy
R build/kits/adminshell/log.properties
R build/kits/adminshell/migrate.bat
R build/kits/adminshell/migrate.sh
M build/pom.xml
A test-integration/common/src/test/java/org/teiid/script/io/ResultSetReader.java
A test-integration/common/src/test/java/org/teiid/script/io/StringLineReader.java
M test-integration/db/src/assembly/binaries.xml
M test-integration/pom.xml
Log Message:
-----------
TEIID-5511 completing adminsshell removal
**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.
6 years