From shawkins at redhat.com Wed Jun 1 07:47:09 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 04:47:09 -0700 Subject: [teiid-commits] [teiid/teiid] 8ef2b3: TEIID-4235 appropriately managing the recursion st... Message-ID: <574ecb3daa35d_2f493ff7f3b252c0136631@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 8ef2b3fc455accf3c5852b3253f02474a41389e4 https://github.com/teiid/teiid/commit/8ef2b3fc455accf3c5852b3253f02474a41389e4 Author: shawkins Date: 2016-05-31 (Tue, 31 May 2016) Changed paths: M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java M engine/src/test/java/org/teiid/query/processor/proc/TestProcErrors.java Log Message: ----------- TEIID-4235 appropriately managing the recursion stack From shawkins at redhat.com Wed Jun 1 07:50:26 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 01 Jun 2016 04:50:26 -0700 Subject: [teiid-commits] [teiid/teiid] 82c9f6: Merge branch 'master' into kylin.dev.1 Message-ID: <574ecc021f8f5_3ec73fb91ed2b2b8175474@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 82c9f61f193c48661a64dccc551dac2cd7ca0828 https://github.com/teiid/teiid/commit/82c9f61f193c48661a64dccc551dac2cd7ca0828 Author: kylinsoong Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: R connectors/connector-infinispan-libmode.6/.gitignore R connectors/connector-infinispan-libmode.6/kits/wildfly-dist.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/create-infinispan-lib-mode-ds.cli R connectors/connector-infinispan-libmode.6/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/create-infinispan-lib-mode-ds.properties R connectors/connector-infinispan-libmode.6/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/infinispan-lib-mode-ds.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/infinispan-lib-mode-materialization-ds.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/readme.txt R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/6/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/6/META-INF/ra.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/6/module.xml A connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF A connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/ra.xml A connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/module.xml R connectors/connector-infinispan-libmode.6/pom.xml R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/DSLSearch.java R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanCacheRAConnection.java R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanCacheWrapper.java R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanManagedConnectionFactory.java R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanResourceAdapter.java R connectors/connector-infinispan-libmode.6/src/main/java/org/teiid/resource/adapter/infinispan/local/LocalCacheConnection.java R connectors/connector-infinispan-libmode.6/src/main/resources/org/teiid/resource/adapter/infinispan/i18n.properties R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/InfinispanTestHelper.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanConfigFileLocalCache.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanJndiDSLSearch.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanJndiNameKeyOnlySearch.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanManagedConnectionFactory.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanUpdateExecution.java R connectors/connector-infinispan-libmode.6/src/test/java/org/teiid/resource/adapter/infinispan/TradeAnnotatedObjectConnection.java R connectors/connector-infinispan-libmode.6/src/test/resources/ObjectProject/Trade.vdb R connectors/connector-infinispan-libmode.6/src/test/resources/ObjectProject/Trade_Object.xmi R connectors/connector-infinispan-libmode.6/src/test/resources/ObjectProject/Trade_View.xmi R connectors/connector-infinispan-libmode.6/src/test/resources/hotrod-client.properties R connectors/connector-infinispan-libmode.6/src/test/resources/infinispan_persistent_config.xml R connectors/connector-infinispan-libmode.6/src/test/resources/infinispan_remote_config.xml A connectors/connector-infinispan-libmode/.gitignore A connectors/connector-infinispan-libmode/kits/wildfly-dist.xml A connectors/connector-infinispan-libmode/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/create-infinispan-lib-mode-ds.cli A connectors/connector-infinispan-libmode/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/create-infinispan-lib-mode-ds.properties A connectors/connector-infinispan-libmode/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/infinispan-lib-mode-ds.xml A connectors/connector-infinispan-libmode/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/infinispan-lib-mode-materialization-ds.xml A connectors/connector-infinispan-libmode/kits/wildfly/docs/teiid/datasources/infinispan-library-mode/readme.txt A connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF A connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/ra.xml A connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/module.xml A connectors/connector-infinispan-libmode/pom.xml A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/DSLSearch.java A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanCacheRAConnection.java A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanCacheWrapper.java A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanManagedConnectionFactory.java A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/InfinispanResourceAdapter.java A connectors/connector-infinispan-libmode/src/main/java/org/teiid/resource/adapter/infinispan/local/LocalCacheConnection.java A connectors/connector-infinispan-libmode/src/main/resources/org/teiid/resource/adapter/infinispan/i18n.properties A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/InfinispanTestHelper.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanConfigFileLocalCache.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanJndiDSLSearch.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanJndiNameKeyOnlySearch.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanManagedConnectionFactory.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TestInfinispanUpdateExecution.java A connectors/connector-infinispan-libmode/src/test/java/org/teiid/resource/adapter/infinispan/TradeAnnotatedObjectConnection.java A connectors/connector-infinispan-libmode/src/test/resources/ObjectProject/Trade.vdb A connectors/connector-infinispan-libmode/src/test/resources/ObjectProject/Trade_Object.xmi A connectors/connector-infinispan-libmode/src/test/resources/ObjectProject/Trade_View.xmi A connectors/connector-infinispan-libmode/src/test/resources/hotrod-client.properties A connectors/connector-infinispan-libmode/src/test/resources/infinispan_persistent_config.xml A connectors/connector-infinispan-libmode/src/test/resources/infinispan_remote_config.xml M connectors/pom.xml M connectors/translator-infinispan-libmode/src/main/java/org/teiid/translator/infinispan/libmode/InfinispanLibModeExecutionFactory.java M connectors/translator-simpledb/src/main/java/org/teiid/translator/simpledb/SimpleDBExecutionFactory.java M connectors/translator-simpledb/src/main/java/org/teiid/translator/simpledb/SimpleDBQueryExecution.java M connectors/translator-simpledb/src/main/java/org/teiid/translator/simpledb/SimpleDBSQLVisitor.java M connectors/translator-simpledb/src/test/java/org/teiid/translator/simpledb/visitors/TestSimpleDBExecution.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/metadata/TestMetadataValidator.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java M engine/src/test/java/org/teiid/query/processor/proc/TestProcErrors.java M odata/src/main/java/org/teiid/odata/LocalClient.java M olingo/src/main/java/org/teiid/odata/api/Client.java M olingo/src/main/java/org/teiid/olingo/service/LocalClient.java M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData4.java Log Message: ----------- Merge branch 'master' into kylin.dev.1 Commit: 34a4ae0d3b2e6b42fed3e89d72853227b8b56449 https://github.com/teiid/teiid/commit/34a4ae0d3b2e6b42fed3e89d72853227b8b56449 Author: kylinsoong Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- TEIID-3999: fix a validation failed message Commit: da078da66e75f9416f801d67c45f8a1ea94e0f60 https://github.com/teiid/teiid/commit/da078da66e75f9416f801d67c45f8a1ea94e0f60 Author: Steven Hawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- Merge pull request #704 from kylinsoong/kylin.dev.1 TEIID-3999: fix a validation failed message Compare: https://github.com/teiid/teiid/compare/7e4aa554150e...da078da66e75 From shawkins at redhat.com Wed Jun 1 08:55:58 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 05:55:58 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 5ca3f8: TEIID-4236 correcting the example Message-ID: <574edb5eb240_54793fa2430dd2a0366d1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 5ca3f853e2e8bc38cc3beb74e25ba09cbebf5163 https://github.com/teiid/teiid-documents/commit/5ca3f853e2e8bc38cc3beb74e25ba09cbebf5163 Author: shawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M client-dev/OData2_Support.adoc M client-dev/OData4_Support.adoc Log Message: ----------- TEIID-4236 correcting the example From shawkins at redhat.com Wed Jun 1 13:04:33 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 10:04:33 -0700 Subject: [teiid-commits] [teiid/teiid] ffc936: TEIID-4237 correcting the distinct flag detection Message-ID: <574f15a1d67a2_1aef3fcd03d252c059013@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: ffc93670968d07756aac4047380d3bc578db057d https://github.com/teiid/teiid/commit/ffc93670968d07756aac4047380d3bc578db057d Author: shawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- TEIID-4237 correcting the distinct flag detection From shawkins at redhat.com Wed Jun 1 13:26:55 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 10:26:55 -0700 Subject: [teiid-commits] [teiid/teiid] 9a370f: TEIID-4237 correcting the distinct flag detection Message-ID: <574f1adfa36da_76b33fa6fe9512a0118584@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 9a370f885c39bf0a7d002c8700bac3dc3cfa7abf https://github.com/teiid/teiid/commit/9a370f885c39bf0a7d002c8700bac3dc3cfa7abf Author: shawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- TEIID-4237 correcting the distinct flag detection Conflicts: engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java From rareddy at jboss.org Wed Jun 1 14:11:12 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 01 Jun 2016 11:11:12 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 2b77a8: BZ-1338926: modifications for overlay of the WAR f... Message-ID: <574f2540f0a2a_3d873fb20734d2a015812e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 2b77a8d7513d7d92a0cf483b9712c99c133f9a2d https://github.com/teiid/teiid-documents/commit/2b77a8d7513d7d92a0cf483b9712c99c133f9a2d Author: Ramesh Reddy Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M security/Kerberos_support_through_GSSAPI.adoc M security/OAuth2_Based_Security_For_OData_Using_KeyCloak.adoc M security/SAML_Based_Security_For_OData_Using_KeyCloak.adoc Log Message: ----------- BZ-1338926: modifications for overlay of the WAR file insted of replacing the WAR file and also provide CLI scripts where applicable Commit: fb28e0eccecae107bf9545ca700b0f105b10d487 https://github.com/teiid/teiid-documents/commit/fb28e0eccecae107bf9545ca700b0f105b10d487 Author: Ramesh Reddy Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M security/Kerberos_support_through_GSSAPI.adoc M security/OAuth2_Based_Security_For_OData_Using_KeyCloak.adoc M security/SAML_Based_Security_For_OData_Using_KeyCloak.adoc Log Message: ----------- Merge pull request #49 from rareddy/master BZ-1338926: modifications for overlay of the WAR file instead of repla? Compare: https://github.com/teiid/teiid-documents/compare/5ca3f853e2e8...fb28e0ecceca From shawkins at redhat.com Wed Jun 1 14:59:34 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 11:59:34 -0700 Subject: [teiid-commits] [teiid/teiid] 5a1ba1: TEIID-4237 correcting the distinct flag detection Message-ID: <574f3096162da_e013fe41fc5f2b81386b3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 5a1ba10be2fe89eb9b611050e4853df838b3195e https://github.com/teiid/teiid/commit/5a1ba10be2fe89eb9b611050e4853df838b3195e Author: shawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- TEIID-4237 correcting the distinct flag detection Conflicts: engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java From shawkins at redhat.com Wed Jun 1 15:13:34 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 01 Jun 2016 12:13:34 -0700 Subject: [teiid-commits] [teiid/teiid] 03e279: TEIID-4235 appropriately managing the recursion st... Message-ID: <574f33de43553_49633ff838eb32bc147578@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 03e2792def484025a75b18f79aa5535173dc35af https://github.com/teiid/teiid/commit/03e2792def484025a75b18f79aa5535173dc35af Author: shawkins Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java M engine/src/test/java/org/teiid/query/processor/proc/TestProcErrors.java Log Message: ----------- TEIID-4235 appropriately managing the recursion stack From ci-builds at redhat.com Wed Jun 1 15:17:50 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 1 Jun 2016 15:17:50 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3211 - Unstable! Message-ID: <595636734.49334.1464808670344.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3211 - Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3211/ to view the results. From rareddy at jboss.org Wed Jun 1 16:53:05 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 01 Jun 2016 13:53:05 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 66fc79: BZ-1338926 Message-ID: <574f4b31479a7_635d3fe5961bf2b8672fc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 66fc79bd8a77fb1e38f2ceea17166f15403be5e6 https://github.com/teiid/teiid-documents/commit/66fc79bd8a77fb1e38f2ceea17166f15403be5e6 Author: Ramesh Reddy Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M security/SAML_Based_Security_For_OData_Using_KeyCloak.adoc Log Message: ----------- BZ-1338926 From rareddy at jboss.org Wed Jun 1 16:57:43 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 01 Jun 2016 13:57:43 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 00f8f8: BZ-1338926 Message-ID: <574f4c4721b94_5d0c3fe21258729c155711@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 00f8f8ca8e1de031a961af23979f925e3ef8ddaf https://github.com/teiid/teiid-documents/commit/00f8f8ca8e1de031a961af23979f925e3ef8ddaf Author: Ramesh Reddy Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M security/SAML_Based_Security_For_OData_Using_KeyCloak.adoc Log Message: ----------- BZ-1338926 From rareddy at jboss.org Wed Jun 1 17:00:35 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 01 Jun 2016 14:00:35 -0700 Subject: [teiid-commits] [teiid/teiid-documents] e83945: BZ-1338926 Message-ID: <574f4cf3b954f_78203fcc08d492c01081ae@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: e83945fe68c414058b2a79a855b5a913e4273a84 https://github.com/teiid/teiid-documents/commit/e83945fe68c414058b2a79a855b5a913e4273a84 Author: Ramesh Reddy Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M security/OAuth2_Based_Security_For_OData_Using_KeyCloak.adoc Log Message: ----------- BZ-1338926 From shawkins at redhat.com Thu Jun 2 13:55:15 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 10:55:15 -0700 Subject: [teiid-commits] [teiid/teiid] 364615: TEIID-3803: avoid sending the dummy service token ... Message-ID: <575073032df69_7dda3fbdc6ec72a055544@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 36461515904c053e75ee4a518b03a3a8d868fc91 https://github.com/teiid/teiid/commit/36461515904c053e75ee4a518b03a3a8d868fc91 Author: Ramesh Reddy Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/security/GSSResult.java M jboss-integration/src/main/java/org/teiid/jboss/JBossSecurityHelper.java M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- TEIID-3803: avoid sending the dummy service token to the client. This does not work in Windows ODBC scenario Commit: f86dfc407bc74ce858302d347db9bc389fb6e64e https://github.com/teiid/teiid/commit/f86dfc407bc74ce858302d347db9bc389fb6e64e Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- BZ1267577: DV_6.1 Update 05 + TEIID-3818 + TEIID-3803 + TEIID-4237 Conflicts: engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Compare: https://github.com/teiid/teiid/compare/ee249d4c4628...f86dfc407bc7 From shawkins at redhat.com Thu Jun 2 14:03:49 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:03:49 -0700 Subject: [teiid-commits] [teiid/teiid] cb04ff: BZ1267577: DV_6.1 Update 05 + TEIID-3818 + TEIID-3... Message-ID: <575075058c70b_7b9b3fe229e472bc134934@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: cb04ff02697ef006341b341909d8ec313337965d https://github.com/teiid/teiid/commit/cb04ff02697ef006341b341909d8ec313337965d Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/dqp/internal/process/AuthorizationValidationVisitor.java M engine/src/main/java/org/teiid/dqp/internal/process/Request.java M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java M engine/src/main/java/org/teiid/query/processor/proc/ProcedurePlan.java A test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java Log Message: ----------- BZ1267577: DV_6.1 Update 05 + TEIID-3818 + TEIID-3803 + TEIID-4237 + TEIID-4017: EXECUTE IMMEDIATE in anonymous procedure ignores permissions (adding access checks for anonymous procedure dynamic sql) Conflicts: test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java From shawkins at redhat.com Thu Jun 2 14:08:51 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:08:51 -0700 Subject: [teiid-commits] [teiid/teiid] 334dc9: BZ1267577: DV_6.1 Update 05 + TEIID-3818 + TEIID-3... Message-ID: <575076334facf_50773ffd4149f2b890152@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 334dc9540ca596f2cd9c034fc2edfc35c83f8c27 https://github.com/teiid/teiid/commit/334dc9540ca596f2cd9c034fc2edfc35c83f8c27 Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/dqp/internal/process/AuthorizationValidationVisitor.java M engine/src/main/java/org/teiid/dqp/internal/process/Request.java M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java M engine/src/main/java/org/teiid/query/processor/proc/ProcedurePlan.java A test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java Log Message: ----------- BZ1267577: DV_6.1 Update 05 + TEIID-3818 + TEIID-3803 + TEIID-4237 + TEIID-4017: EXECUTE IMMEDIATE in anonymous procedure ignores permissions (adding access checks for anonymous procedure dynamic sql) Conflicts: test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java From shawkins at redhat.com Thu Jun 2 14:10:13 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:10:13 -0700 Subject: [teiid-commits] [teiid/teiid] f85ed7: TEIID-4240 switching the expect a single statement... Message-ID: <5750768578814_35423fe889baf2a0458ac@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: f85ed7faf84f463c11b5adb5a6c87f4b2fa72c58 https://github.com/teiid/teiid/commit/f85ed7faf84f463c11b5adb5a6c87f4b2fa72c58 Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/java/org/teiid/query/validator/ValidatorFailure.java M engine/src/main/java/org/teiid/query/validator/ValidatorReport.java M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/metadata/TestMetadataValidator.java M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html M runtime/src/main/java/org/teiid/runtime/MaterializationManager.java M test-integration/common/src/test/java/org/teiid/systemmodel/TestMatViews.java Log Message: ----------- TEIID-4240 switching the expect a single statement for scripts From shawkins at redhat.com Thu Jun 2 14:39:35 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:39:35 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 2b40fc: TEIID-4240 changing the logic to expecte a single ... Message-ID: <57507d67528b0_40f53f855bfa12a018232d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 2b40fc2ce18df1a92644c20a4a3e15e4fbe972f4 https://github.com/teiid/teiid-documents/commit/2b40fc2ce18df1a92644c20a4a3e15e4fbe972f4 Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M caching/External_Materialization.adoc Log Message: ----------- TEIID-4240 changing the logic to expecte a single statement From shawkins at redhat.com Thu Jun 2 14:48:59 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:48:59 -0700 Subject: [teiid-commits] [teiid/teiid] 6bb18b: TEIID-4240 switching the expect a single statement... Message-ID: <57507f9b3db7a_5a633fc8aac272b88752d3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6bb18b53bbaae97f17eb4169386061a6ece1b7ab https://github.com/teiid/teiid/commit/6bb18b53bbaae97f17eb4169386061a6ece1b7ab Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4240 switching the expect a single statement for scripts From shawkins at redhat.com Thu Jun 2 14:49:52 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 11:49:52 -0700 Subject: [teiid-commits] [teiid/teiid] 9528f1: TEIID-4241 removing dependencies Message-ID: <57507fd0e69ad_26c43fa045eef2bc27931@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 9528f1a6e6c8c107faf79ccda91bd0d7f18d19df https://github.com/teiid/teiid/commit/9528f1a6e6c8c107faf79ccda91bd0d7f18d19df Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build/pom.xml Log Message: ----------- TEIID-4241 removing dependencies From ci-builds at redhat.com Thu Jun 2 15:14:21 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 2 Jun 2016 15:14:21 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3212 - Fixed! In-Reply-To: <595636734.49334.1464808670344.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <595636734.49334.1464808670344.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1363989865.49755.1464894861342.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3212 - Fixed: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3212/ to view the results. From shawkins at redhat.com Thu Jun 2 16:33:03 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 13:33:03 -0700 Subject: [teiid-commits] [teiid/teiid] 2618cc: TEIID-4241 removing dependencies Message-ID: <575097ff86a7a_6f9b3fb60567b2b823591d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 2618cc805e9eddac0704bc4e596b386f6eb19b39 https://github.com/teiid/teiid/commit/2618cc805e9eddac0704bc4e596b386f6eb19b39 Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build/pom.xml Log Message: ----------- TEIID-4241 removing dependencies Conflicts: build/pom.xml From shawkins at redhat.com Thu Jun 2 18:21:01 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 02 Jun 2016 15:21:01 -0700 Subject: [teiid-commits] [teiid/teiid] 2eaa9a: Merge branch 'master' into kylin.dev.1 Message-ID: <5750b14d435d6_6e363fa09419f2c0249265@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 2eaa9abab2997264cf0e0bfcb54715aca48793fa https://github.com/teiid/teiid/commit/2eaa9abab2997264cf0e0bfcb54715aca48793fa Author: kylinsoong Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- Merge branch 'master' into kylin.dev.1 Commit: 9df434920c5138e225cd22b543e781f83abaa8ac https://github.com/teiid/teiid/commit/9df434920c5138e225cd22b543e781f83abaa8ac Author: kylinsoong Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/metadata/TestMetadataValidator.java Log Message: ----------- TEIID-3999: add validation for load scripts Commit: bbc5a46a2814e99b48f997c311e74400e59ec480 https://github.com/teiid/teiid/commit/bbc5a46a2814e99b48f997c311e74400e59ec480 Author: Steven Hawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/metadata/TestMetadataValidator.java Log Message: ----------- Merge branch 'kylin.dev.1' of https://github.com/kylinsoong/teiid Commit: fef40cd360cb8a0dcf0331d9504ab2be3c7a25d4 https://github.com/teiid/teiid/commit/fef40cd360cb8a0dcf0331d9504ab2be3c7a25d4 Author: shawkins Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java Log Message: ----------- TEIID-3999 minor refinements Compare: https://github.com/teiid/teiid/compare/9528f1a6e6c8...fef40cd360cb From rareddy at jboss.org Fri Jun 3 10:34:25 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 03 Jun 2016 07:34:25 -0700 Subject: [teiid-commits] [teiid/teiid] a33287: TEIID-4220: correcting the Olingo dependencies aft... Message-ID: <57519571f086e_72e73fe392cf72bc7342c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: a332870eee373bc75af65597f2202758f9828b88 https://github.com/teiid/teiid/commit/a332870eee373bc75af65597f2202758f9828b88 Author: Ramesh Reddy Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M olingo-common/kits/wildfly-dist.xml R olingo-common/kits/wildfly/modules/com/fasterxml/aalto-xml/main/module.xml R olingo-common/kits/wildfly/modules/org/antlr/4.5/module.xml R olingo-common/kits/wildfly/modules/org/apache/commons/lang/3.3.2/module.xml M olingo-common/kits/wildfly/modules/org/apache/olingo/commons/main/module.xml M olingo-common/pom.xml M olingo/kits/wildfly-dist.xml A olingo/kits/wildfly/modules/com/fasterxml/aalto-xml/main/module.xml A olingo/kits/wildfly/modules/org/apache/commons/lang/3.3.2/module.xml M olingo/kits/wildfly/modules/org/apache/olingo/server/main/module.xml M olingo/kits/wildfly/modules/org/jboss/teiid/olingo/main/module.xml M olingo/pom.xml Log Message: ----------- TEIID-4220: correcting the Olingo dependencies after move to olingo-4.2.0 (#706) From rareddy at jboss.org Fri Jun 3 12:04:40 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 03 Jun 2016 09:04:40 -0700 Subject: [teiid-commits] [teiid/teiid] c26cc1: TEIID-4164: Adding the runtime dependencies to the... Message-ID: <5751aa982a05a_26d13fce03c652bc1146fe@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c26cc173b45af01f98d8fe19e10b2e585c7df54c https://github.com/teiid/teiid/commit/c26cc173b45af01f98d8fe19e10b2e585c7df54c Author: Ramesh Reddy Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M connectors/translator-odata4/kits/wildfly-dist.xml A connectors/translator-odata4/kits/wildfly/modules/com/fasterxml/aalto-xml/main/module.xml A connectors/translator-odata4/kits/wildfly/modules/com/fasterxml/jackson/core/main/module.xml A connectors/translator-odata4/kits/wildfly/modules/com/fasterxml/jackson/dataformat/main/module.xml A connectors/translator-odata4/kits/wildfly/modules/org/apache/commons/lang/3.3.2/module.xml M connectors/translator-odata4/kits/wildfly/modules/org/apache/olingo/client/main/module.xml M connectors/translator-odata4/pom.xml Log Message: ----------- TEIID-4164: Adding the runtime dependencies to the pom.xml, and also making the wildfly kit self sufficient to deploy without requiring additional modules be there (#707) From shawkins at redhat.com Fri Jun 3 12:06:52 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 03 Jun 2016 09:06:52 -0700 Subject: [teiid-commits] [teiid/teiid] 97e3e5: TEIID-3355: add test code for sizing version 1's f... Message-ID: <5751ab1c785d3_41c63fed73f7d2bc140042@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 97e3e5f892df71bd8684b379e880d3f2def53b07 https://github.com/teiid/teiid/commit/97e3e5f892df71bd8684b379e880d3f2def53b07 Author: kylinsoong Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: A test-integration/perf/src/test/java/org/teiid/sizing/Caculation.java A test-integration/perf/src/test/java/org/teiid/sizing/TestSizingApplication.java Log Message: ----------- TEIID-3355: add test code for sizing version 1's formula Commit: 008ba943444eedd2b87768c6c58679b9ecde5b64 https://github.com/teiid/teiid/commit/008ba943444eedd2b87768c6c58679b9ecde5b64 Author: kylinsoong Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M test-integration/perf/src/test/java/org/teiid/sizing/Caculation.java M test-integration/perf/src/test/java/org/teiid/sizing/TestSizingApplication.java Log Message: ----------- TEIID-3355: add copyrights header Commit: 1281af8af47345239e495b0ad546655b5ba7b2a1 https://github.com/teiid/teiid/commit/1281af8af47345239e495b0ad546655b5ba7b2a1 Author: Steven Hawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: A test-integration/perf/src/test/java/org/teiid/sizing/Caculation.java A test-integration/perf/src/test/java/org/teiid/sizing/TestSizingApplication.java Log Message: ----------- Merge pull request #696 from kylinsoong/kylin.dev.2 TEIID-3355: Sizing Application enhancement Compare: https://github.com/teiid/teiid/compare/c26cc173b45a...1281af8af473 From shawkins at redhat.com Fri Jun 3 12:34:33 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 03 Jun 2016 09:34:33 -0700 Subject: [teiid-commits] [teiid/teiid] 59f004: [maven-release-plugin] prepare for next developmen... Message-ID: <5751b199a2d17_30933fb2824372bc92249@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 59f00459ce57abbc176b1951ce7fa75b57007b7c https://github.com/teiid/teiid/commit/59f00459ce57abbc176b1951ce7fa75b57007b7c Author: Steven Hawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-cache/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From shawkins at redhat.com Fri Jun 3 12:34:32 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 03 Jun 2016 09:34:32 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <5751b198dbea1_58413fe39ffa329c2292b1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.13.5 Home: https://github.com/teiid/teiid From shawkins at redhat.com Fri Jun 3 12:34:30 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 03 Jun 2016 09:34:30 -0700 Subject: [teiid-commits] [teiid/teiid] 2aec91: [maven-release-plugin] prepare release teiid-paren... Message-ID: <5751b196d5084_51973f98eed2d2c0903b4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 2aec917e7553f7e45f5bc43790ad336d394d4e65 https://github.com/teiid/teiid/commit/2aec917e7553f7e45f5bc43790ad336d394d4e65 Author: Steven Hawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-cache/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-8.13.5 From shawkins at redhat.com Fri Jun 3 14:53:39 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 03 Jun 2016 11:53:39 -0700 Subject: [teiid-commits] [teiid/teiid-documents] decae0: TEIID-4094 updating the docs for getting the clien... Message-ID: <5751d2339aca5_4ffd3f9d908e52c034584@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: decae01cb61c4317e0dccc913acb01ce4a82cc77 https://github.com/teiid/teiid-documents/commit/decae01cb61c4317e0dccc913acb01ce4a82cc77 Author: shawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M admin/Migration_Guide_From_Teiid_8.x.adoc M client-dev/Connecting_to_a_Teiid_Server.adoc M client-dev/OData2_Support.adoc Log Message: ----------- TEIID-4094 updating the docs for getting the client From rareddy at jboss.org Fri Jun 3 19:11:39 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 03 Jun 2016 16:11:39 -0700 Subject: [teiid-commits] [teiid/teiid] cc7288: Misc: updating the web-console version Message-ID: <57520eab40d8d_46fc3fc04ac892a089463@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: cc72886fafe61da4bc76b9447d13a1b3ccdb2bd7 https://github.com/teiid/teiid/commit/cc72886fafe61da4bc76b9447d13a1b3ccdb2bd7 Author: Ramesh Reddy Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M pom.xml Log Message: ----------- Misc: updating the web-console version From shawkins at redhat.com Fri Jun 3 20:30:19 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 03 Jun 2016 17:30:19 -0700 Subject: [teiid-commits] [teiid/teiid] c6d859: removing duplicate declarations Message-ID: <5752211be1709_e253fd1225692c099659@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c6d859b67d99cf9e6d5423603b5753b29db14c63 https://github.com/teiid/teiid/commit/c6d859b67d99cf9e6d5423603b5753b29db14c63 Author: shawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M connectors/connector-ws/pom.xml M connectors/translator-swagger/pom.xml M pom.xml Log Message: ----------- removing duplicate declarations From shawkins at redhat.com Fri Jun 3 21:23:37 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 03 Jun 2016 18:23:37 -0700 Subject: [teiid-commits] [teiid/teiid] cadb60: [maven-release-plugin] prepare release teiid-paren... Message-ID: <57522d99164c9_548f3fb2a16e92c0300918@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: cadb60293d2abf44bbee95277d160ff96b944754 https://github.com/teiid/teiid/commit/cadb60293d2abf44bbee95277d160ff96b944754 Author: Steven Hawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-9.0.0.CR2 From shawkins at redhat.com Fri Jun 3 21:23:37 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 03 Jun 2016 18:23:37 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <57522d99f0ae6_53d13fa3643792bc1831d5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-9.0.0.CR2 Home: https://github.com/teiid/teiid From shawkins at redhat.com Fri Jun 3 21:23:40 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 03 Jun 2016 18:23:40 -0700 Subject: [teiid-commits] [teiid/teiid] 5be6d5: [maven-release-plugin] prepare for next developmen... Message-ID: <57522d9c4277d_30663fc3286232b895698@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 5be6d57104845cedaac64896f1a4995ea7788552 https://github.com/teiid/teiid/commit/5be6d57104845cedaac64896f1a4995ea7788552 Author: Steven Hawkins Date: 2016-06-03 (Fri, 03 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From ci-builds at redhat.com Sat Jun 4 03:01:48 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 4 Jun 2016 03:01:48 -0400 (EDT) Subject: [teiid-commits] Teiid-WeeklyBuild - Build # 261 - Still Failing! In-Reply-To: <1449535661.47946.1464418912489.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1449535661.47946.1464418912489.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <261685234.50335.1465023709073.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-WeeklyBuild - Build # 261 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-WeeklyBuild/261/ to view the results. From shawkins at redhat.com Sat Jun 4 13:31:45 2016 From: shawkins at redhat.com (shawkins) Date: Sat, 04 Jun 2016 10:31:45 -0700 Subject: [teiid-commits] [teiid/teiid] 3e9292: updating to 9.1 Message-ID: <575310813d677_c493fe1010eb2b82705ba@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 3e9292bfd1eeb0ed7cc205185dd317ae05052c21 https://github.com/teiid/teiid/commit/3e9292bfd1eeb0ed7cc205185dd317ae05052c21 Author: shawkins Date: 2016-06-04 (Sat, 04 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- updating to 9.1 From shawkins at redhat.com Mon Jun 6 16:23:34 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 06 Jun 2016 13:23:34 -0700 Subject: [teiid-commits] [teiid/teiid] 4be9da: TEIID-4244 addressing the assertion error Message-ID: <5755dbc635edc_9cb3f970eae72b81026e2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 4be9da47ed69cef0cb7f312c36073347ed9d00d9 https://github.com/teiid/teiid/commit/4be9da47ed69cef0cb7f312c36073347ed9d00d9 Author: shawkins Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/processor/relational/SortUtility.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/processor/relational/TestSortNode.java Log Message: ----------- TEIID-4244 addressing the assertion error From shawkins at redhat.com Mon Jun 6 16:33:01 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 06 Jun 2016 13:33:01 -0700 Subject: [teiid-commits] [teiid/teiid] 20bb82: TEIID-4244 addressing the assertion error Message-ID: <5755ddfd41922_77c3fb9ef8532a098964@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 20bb82e54804e74a9be6bff7f8798f7716d47e5d https://github.com/teiid/teiid/commit/20bb82e54804e74a9be6bff7f8798f7716d47e5d Author: shawkins Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/processor/relational/SortUtility.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/processor/relational/TestSortNode.java Log Message: ----------- TEIID-4244 addressing the assertion error From shawkins at redhat.com Mon Jun 6 16:34:18 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 06 Jun 2016 13:34:18 -0700 Subject: [teiid-commits] [teiid/teiid] beefe4: TEIID-4244 addressing the assertion error Message-ID: <5755de4a68c3c_5c43fc0d16c92c0982e3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: beefe4c027e75c42711b9850be75849332062550 https://github.com/teiid/teiid/commit/beefe4c027e75c42711b9850be75849332062550 Author: shawkins Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/processor/relational/SortUtility.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/processor/relational/TestSortNode.java Log Message: ----------- TEIID-4244 addressing the assertion error From shawkins at redhat.com Tue Jun 7 10:38:43 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 07:38:43 -0700 Subject: [teiid-commits] [teiid/teiid] 14c2a1: TEIID-4248 filtering the release notes Message-ID: <5756dc739481b_19a03fcbf700d2c09052f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 14c2a1a2ab4e3090e07bd2231f01d9817a157569 https://github.com/teiid/teiid/commit/14c2a1a2ab4e3090e07bd2231f01d9817a157569 Author: shawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M jboss-integration/kits/wildfly-dist.xml Log Message: ----------- TEIID-4248 filtering the release notes From shawkins at redhat.com Tue Jun 7 10:43:33 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 07:43:33 -0700 Subject: [teiid-commits] [teiid/teiid-documents] Message-ID: <5756dd9589cb4_48083f9b8da5d29c32928@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents From shawkins at redhat.com Tue Jun 7 10:48:49 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Tue, 07 Jun 2016 07:48:49 -0700 Subject: [teiid-commits] [teiid/teiid-documents] fc8d52: test Message-ID: <5756ded193deb_5aa93fad93c7b2a0121983@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents Commit: fc8d52c1ec775d319ee2f7bce9316a923a61834b https://github.com/teiid/teiid-documents/commit/fc8d52c1ec775d319ee2f7bce9316a923a61834b Author: Steven Hawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M README.adoc Log Message: ----------- test From shawkins at redhat.com Tue Jun 7 10:50:47 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 07:50:47 -0700 Subject: [teiid-commits] [teiid/teiid] bc856d: TEIID-4248 filtering the release notes Message-ID: <5756df4721e7c_ea33fcd427b72b88956c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: bc856db2139476fd2bb52373d32f02774ecdc900 https://github.com/teiid/teiid/commit/bc856db2139476fd2bb52373d32f02774ecdc900 Author: shawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M jboss-integration/kits/wildfly-dist.xml Log Message: ----------- TEIID-4248 filtering the release notes From shawkins at redhat.com Tue Jun 7 10:51:01 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 07:51:01 -0700 Subject: [teiid-commits] [teiid/teiid] 4ef307: TEIID-4248 filtering the release notes Message-ID: <5756df551bca_a173fca529532b8779d5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 4ef3072d5ac1aa42343c36cad7979a877a817800 https://github.com/teiid/teiid/commit/4ef3072d5ac1aa42343c36cad7979a877a817800 Author: shawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M jboss-integration/kits/wildfly-dist.xml Log Message: ----------- TEIID-4248 filtering the release notes From shawkins at redhat.com Tue Jun 7 11:43:45 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 08:43:45 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 8a918c: updating to 9.1 Message-ID: <5756ebb16ae32_65b43fc89f8ed29c50432@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 8a918cc0b2a9eb8a72a4bc01d1cdae481af3d70b https://github.com/teiid/teiid-documents/commit/8a918cc0b2a9eb8a72a4bc01d1cdae481af3d70b Author: shawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M book.json Log Message: ----------- updating to 9.1 From shawkins at redhat.com Tue Jun 7 18:09:36 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 07 Jun 2016 15:09:36 -0700 Subject: [teiid-commits] [teiid/teiid] 74adc6: TEIID-4243 using batchupdateexception and refining... Message-ID: <57574620d66d3_58013ff8d168f2b8473bc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 74adc6eb86e1b69835561044a779464c09d9686e https://github.com/teiid/teiid/commit/74adc6eb86e1b69835561044a779464c09d9686e Author: shawkins Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M api/src/main/java/org/teiid/language/BatchedUpdates.java A api/src/main/java/org/teiid/translator/TranslatorBatchException.java M api/src/main/java/org/teiid/translator/UpdateExecution.java M client/src/main/java/org/teiid/jdbc/StatementImpl.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCUpdateExecution.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/TestJDBCUpdateExecution.java M connectors/translator-jpa/src/main/java/org/teiid/translator/jpa/JPQLUpdateExecution.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectExecutionFactory.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectUpdateExecution.java M connectors/translator-object/src/test/java/org/teiid/translator/object/TestObjectUpdateExecution.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java M engine/src/main/java/org/teiid/dqp/internal/datamgr/LanguageBridgeFactory.java M engine/src/main/java/org/teiid/dqp/internal/process/RequestWorkItem.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/processor/BatchedUpdatePlan.java M engine/src/main/java/org/teiid/query/util/CommandContext.java M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/processor/TestBatchedUpdatePlan.java M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html M runtime/src/test/java/org/teiid/runtime/HardCodedExecutionFactory.java M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java Log Message: ----------- TEIID-4243 using batchupdateexception and refining batch handling From rareddy at jboss.org Tue Jun 7 19:03:40 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 07 Jun 2016 16:03:40 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 15ed5b: TEIID-4180: adding instructions using self signed ... Message-ID: <575752ccf7f7_77ad3fc66112129c7266d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 15ed5b13f2c5c75c33bdf3b95cc1d5a3c8f7304e https://github.com/teiid/teiid-documents/commit/15ed5b13f2c5c75c33bdf3b95cc1d5a3c8f7304e Author: Ramesh Reddy Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M SUMMARY.adoc R security/Generating_Self_Signed_Certificates.adoc A security/JDBC_ODBC_SSL_SelfSigned.adoc Log Message: ----------- TEIID-4180: adding instructions using self signed certificates with JDBC and ODBC Commit: 61e8f9bb16eead47ba0067e7054c7f729943ecf2 https://github.com/teiid/teiid-documents/commit/61e8f9bb16eead47ba0067e7054c7f729943ecf2 Author: Ramesh Reddy Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M SUMMARY.adoc R security/Generating_Self_Signed_Certificates.adoc A security/JDBC_ODBC_SSL_SelfSigned.adoc Log Message: ----------- Merge pull request #50 from rareddy/TEIID-4180 TEIID-4180: adding instructions using self signed certificates with J? Compare: https://github.com/teiid/teiid-documents/compare/8a918cc0b2a9...61e8f9bb16ee From rareddy at jboss.org Tue Jun 7 19:06:48 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 07 Jun 2016 16:06:48 -0700 Subject: [teiid-commits] [teiid/teiid-documents] c7921e: TEIID-4180: adding instructions using self signed ... Message-ID: <57575388ce1e9_18a03fd5a01b929c1029d1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents Commit: c7921ea57377d73e156682e26ea4b85b5f98f1e7 https://github.com/teiid/teiid-documents/commit/c7921ea57377d73e156682e26ea4b85b5f98f1e7 Author: Ramesh Reddy Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M SUMMARY.adoc R security/Generating_Self_Signed_Certificates.adoc A security/JDBC_ODBC_SSL_SelfSigned.adoc Log Message: ----------- TEIID-4180: adding instructions using self signed certificates with JDBC and ODBC (#51) From rareddy at jboss.org Tue Jun 7 19:12:05 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 07 Jun 2016 16:12:05 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 78df06: TEIID-4180 Message-ID: <575754c5115d_52f53fde39d592b83234d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 78df06b64cab11df961b627f74d850b94d20faee https://github.com/teiid/teiid-documents/commit/78df06b64cab11df961b627f74d850b94d20faee Author: Ramesh Reddy Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M security/JDBC_ODBC_SSL_SelfSigned.adoc Log Message: ----------- TEIID-4180 From ci-builds at redhat.com Tue Jun 7 21:14:11 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 7 Jun 2016 21:14:11 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3221 - Unstable! Message-ID: <947586545.51343.1465348451465.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3221 - Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3221/ to view the results. From shawkins at redhat.com Wed Jun 8 09:44:32 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 06:44:32 -0700 Subject: [teiid-commits] [teiid/teiid] c55a67: TEIID-4243 correcting the transaction check Message-ID: <5758214042ce4_1413f81419fb29c582d0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c55a678f942cd95b0425efc61bf8371902a34fb3 https://github.com/teiid/teiid/commit/c55a678f942cd95b0425efc61bf8371902a34fb3 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/dqp/internal/process/RequestWorkItem.java Log Message: ----------- TEIID-4243 correcting the transaction check From shawkins at redhat.com Wed Jun 8 10:12:07 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 07:12:07 -0700 Subject: [teiid-commits] [teiid/teiid] 12fd6b: TEIID-4254 removing the handshake call Message-ID: <575827b722150_53c23fe13d4b72c01152f6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 12fd6bef47e0370864a233aaf607c466c772a452 https://github.com/teiid/teiid/commit/12fd6bef47e0370864a233aaf607c466c772a452 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java Log Message: ----------- TEIID-4254 removing the handshake call From shawkins at redhat.com Wed Jun 8 10:17:01 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 07:17:01 -0700 Subject: [teiid-commits] [teiid/teiid] 10e564: TEIID-4246 fixing boolean issues Message-ID: <575828dd2f59e_5b443fb4f099b29c128361@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 10e5643b035db749667faf65c2ce5c8c9b5e615c https://github.com/teiid/teiid/commit/10e5643b035db749667faf65c2ce5c8c9b5e615c Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/hana/HanaExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/hana/TestHanaTranslator.java Log Message: ----------- TEIID-4246 fixing boolean issues From shawkins at redhat.com Wed Jun 8 10:18:03 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 07:18:03 -0700 Subject: [teiid-commits] [teiid/teiid] eb23b1: TEIID-4255 fixing complex type property names Message-ID: <5758291b5f04b_5b8c3fe8dd8a72c092648@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: eb23b15fcae3eef86aff18f22eb5babd6e5516d8 https://github.com/teiid/teiid/commit/eb23b15fcae3eef86aff18f22eb5babd6e5516d8 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-odata/src/main/java/org/teiid/translator/odata/ODataEntitySchemaBuilder.java M connectors/translator-odata/src/test/java/org/teiid/translator/odata/TestDataEntitySchemaBuilder.java Log Message: ----------- TEIID-4255 fixing complex type property names From shawkins at redhat.com Wed Jun 8 10:58:28 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 07:58:28 -0700 Subject: [teiid-commits] [teiid/teiid] 82b97a: TEIID-4254 removing the handshake call Message-ID: <575832944d16e_797e3fdfbb56f2b810886d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 82b97a3acd5fc52780a71daf6591f986b01a6bd8 https://github.com/teiid/teiid/commit/82b97a3acd5fc52780a71daf6591f986b01a6bd8 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java Log Message: ----------- TEIID-4254 removing the handshake call Commit: c84620c7f9d71eab27f1235341dee49bf57fbe19 https://github.com/teiid/teiid/commit/c84620c7f9d71eab27f1235341dee49bf57fbe19 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/hana/HanaExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/hana/TestHanaTranslator.java Log Message: ----------- TEIID-4246 fixing boolean issues Commit: 66c07cec8e9c6dd2690d3ec9dc409131a42f08a9 https://github.com/teiid/teiid/commit/66c07cec8e9c6dd2690d3ec9dc409131a42f08a9 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-odata/src/main/java/org/teiid/translator/odata/ODataEntitySchemaBuilder.java M connectors/translator-odata/src/test/java/org/teiid/translator/odata/TestDataEntitySchemaBuilder.java Log Message: ----------- TEIID-4255 fixing complex type property names Compare: https://github.com/teiid/teiid/compare/bc856db21394...66c07cec8e9c From shawkins at redhat.com Wed Jun 8 11:29:17 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 08:29:17 -0700 Subject: [teiid-commits] [teiid/teiid] 45188c: TEIID-4255 fixing complex type property names Message-ID: <575839cdbc10e_72cc3fe45ce1929c103755@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 45188cf7a828c75d223c84f2eec5dda73add765a https://github.com/teiid/teiid/commit/45188cf7a828c75d223c84f2eec5dda73add765a Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-odata/src/main/java/org/teiid/translator/odata/ODataEntitySchemaBuilder.java M connectors/translator-odata/src/test/java/org/teiid/translator/odata/TestDataEntitySchemaBuilder.java Log Message: ----------- TEIID-4255 fixing complex type property names Commit: 60a6bf28923a42f8fc4bdecf1b5209c50a76248d https://github.com/teiid/teiid/commit/60a6bf28923a42f8fc4bdecf1b5209c50a76248d Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/hana/HanaExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/hana/TestHanaTranslator.java Log Message: ----------- TEIID-4246 fixing boolean issues Compare: https://github.com/teiid/teiid/compare/03e2792def48...60a6bf28923a From shawkins at redhat.com Wed Jun 8 11:50:12 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 08:50:12 -0700 Subject: [teiid-commits] [teiid/teiid] b91374: TEIID-4192: If a column is blank the TEXTAGG funct... Message-ID: <57583eb410634_770c3fb3da57f29c119149@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: b91374cb52954a95638eb2b21fbf6d995a4d9af9 https://github.com/teiid/teiid/commit/b91374cb52954a95638eb2b21fbf6d995a4d9af9 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/sql/symbol/TextLine.java M engine/src/test/java/org/teiid/query/processor/TestTextTable.java Log Message: ----------- TEIID-4192: If a column is blank the TEXTAGG function excludes it from the output (fix for null values in textagg) From shawkins at redhat.com Wed Jun 8 12:12:10 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 09:12:10 -0700 Subject: [teiid-commits] [teiid/teiid] 235084: TEIID-4237: INNER JOIN returns incorrect results (... Message-ID: <575843dac343_12793fe49eccd2c0103574@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: 23508470b51a20e0231904d35568eec1e3b44838 https://github.com/teiid/teiid/commit/23508470b51a20e0231904d35568eec1e3b44838 Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java Log Message: ----------- TEIID-4237: INNER JOIN returns incorrect results (correcting the distinct flag detection) Conflicts: engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java From ci-builds at redhat.com Wed Jun 8 12:16:53 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 8 Jun 2016 12:16:53 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3222 - Fixed! In-Reply-To: <947586545.51343.1465348451465.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <947586545.51343.1465348451465.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1752738872.51545.1465402613448.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3222 - Fixed: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3222/ to view the results. From shawkins at redhat.com Wed Jun 8 13:58:34 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 10:58:34 -0700 Subject: [teiid-commits] [teiid/teiid] 3fd354: TEIID-4258 fixing 1.6 server exception Message-ID: <57585cca294b7_393c3f9ed15df2a0799d7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 3fd354a243fe76ad0e3d109b27c50c5774906fde https://github.com/teiid/teiid/commit/3fd354a243fe76ad0e3d109b27c50c5774906fde Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/transport/SSLAwareChannelHandler.java M runtime/src/main/java/org/teiid/transport/SocketClientInstance.java Log Message: ----------- TEIID-4258 fixing 1.6 server exception From rareddy at jboss.org Wed Jun 8 14:52:04 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 11:52:04 -0700 Subject: [teiid-commits] [teiid/teiid] 9f6913: TEIID-4260: adding commons-configuration as depend... Message-ID: <575869545e6a5_3c9c3fd720b392a097082@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 9f6913e0310eeeeff63bbb285cef0db48973ce48 https://github.com/teiid/teiid/commit/9f6913e0310eeeeff63bbb285cef0db48973ce48 Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/kits/wildfly-dist.xml A connectors/translator-accumulo/kits/wildfly/modules/org/apache/commons/configuration/main/module.xml M connectors/translator-accumulo/pom.xml Log Message: ----------- TEIID-4260: adding commons-configuration as dependency, as this removed in wildfly (#708) From rareddy at jboss.org Wed Jun 8 14:54:20 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 11:54:20 -0700 Subject: [teiid-commits] [teiid/teiid] 61c909: TEIID-4260: adding commons-configuration as depend... Message-ID: <575869dce1af3_1bea3fcb706792bc14064a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 61c90924b8dbfe7f33f4205194ab6e85c01deaae https://github.com/teiid/teiid/commit/61c90924b8dbfe7f33f4205194ab6e85c01deaae Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/kits/wildfly-dist.xml A connectors/translator-accumulo/kits/wildfly/modules/org/apache/commons/configuration/main/module.xml M connectors/translator-accumulo/pom.xml Log Message: ----------- TEIID-4260: adding commons-configuration as dependency, as this removed in wildfly (#708) (#709) From shawkins at redhat.com Wed Jun 8 15:21:37 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 12:21:37 -0700 Subject: [teiid-commits] [teiid/teiid] 93688c: TEIID-4258 adding logging Message-ID: <5758704199c65_fd83fd61d27d2a01636b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 93688c7d9eeeae0a48be0598a26b325b24010f7d https://github.com/teiid/teiid/commit/93688c7d9eeeae0a48be0598a26b325b24010f7d Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/transport/SSLAwareChannelHandler.java Log Message: ----------- TEIID-4258 adding logging From rareddy at jboss.org Wed Jun 8 15:41:31 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 12:41:31 -0700 Subject: [teiid-commits] [teiid/teiid] d950a4: TEIID-3929: Removing the LimitProjectionIterator a... Message-ID: <575874eb9e38_1d713fd26403d2b857714@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d950a44ea54790245f145a10fc0ea851e85bfada https://github.com/teiid/teiid/commit/d950a44ea54790245f145a10fc0ea851e85bfada Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/AccumuloQueryVisitor.java R connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/LimitProjectionIterator.java Log Message: ----------- TEIID-3929: Removing the LimitProjectionIterator as this will never know about null values, because the column may not even exist in the Accumulo for this column family, with implicit rowid you also never know if it paired with some other column or being invoked alone (#710) From rareddy at jboss.org Wed Jun 8 15:45:21 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 12:45:21 -0700 Subject: [teiid-commits] [teiid/teiid] 9958a5: TEIID-3929: Removing the LimitProjectionIterator a... Message-ID: <575875d147aa5_34bf3fb37d3d52a013502b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 9958a53a1882c6a963306c7d7056d9cd9c60d8d2 https://github.com/teiid/teiid/commit/9958a53a1882c6a963306c7d7056d9cd9c60d8d2 Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/AccumuloQueryVisitor.java R connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/LimitProjectionIterator.java Log Message: ----------- TEIID-3929: Removing the LimitProjectionIterator as this will never know about null values, because the column may not even exist in the Accumulo for this column family, with implicit rowid you also never know if it paired with some other column or being invoked alone (#710) (#711) From shawkins at redhat.com Wed Jun 8 15:45:40 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 08 Jun 2016 12:45:40 -0700 Subject: [teiid-commits] [teiid/teiid] 0d9496: TEIID-4257 preventing the nesting of the left hand... Message-ID: <575875e4b25b8_5a633fc8aac272b8985023@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 0d9496d9fbc8d796f05dd47a154a18c4b4dd5eee https://github.com/teiid/teiid/commit/0d9496d9fbc8d796f05dd47a154a18c4b4dd5eee Author: shawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M api/src/main/java/org/teiid/language/visitor/SQLStringVisitor.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/h2/H2ExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/h2/TestH2Translator.java Log Message: ----------- TEIID-4257 preventing the nesting of the left hand side From rareddy at jboss.org Wed Jun 8 15:49:12 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 12:49:12 -0700 Subject: [teiid-commits] [teiid/teiid] ec48fb: TEIID-4260: adding commons-configuration as depend... Message-ID: <575876b835b38_11693fbb5dc132b874295@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: ec48fb64fdd87e3f5bdfe74e1b321e1667f06004 https://github.com/teiid/teiid/commit/ec48fb64fdd87e3f5bdfe74e1b321e1667f06004 Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/kits/wildfly-dist.xml A connectors/translator-accumulo/kits/wildfly/modules/org/apache/commons/configuration/main/module.xml M connectors/translator-accumulo/pom.xml Log Message: ----------- TEIID-4260: adding commons-configuration as dependency, as this removed in wildfly (#708) (#709) (#712) From rareddy at jboss.org Wed Jun 8 16:10:40 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 08 Jun 2016 13:10:40 -0700 Subject: [teiid-commits] [teiid/teiid] 9beb7f: TEIID-3929: Removing the LimitProjectionIterator a... Message-ID: <57587bc030286_1acf3ff7b188b2b81751f4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 9beb7f6004b569c3bc6d6f816d549c36550996f3 https://github.com/teiid/teiid/commit/9beb7f6004b569c3bc6d6f816d549c36550996f3 Author: Ramesh Reddy Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/AccumuloQueryVisitor.java R connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/LimitProjectionIterator.java Log Message: ----------- TEIID-3929: Removing the LimitProjectionIterator as this will never know about null values, because the column may not even exist in the Accumulo for this column family, with implicit rowid you also never know if it paired with some other column or being invoked alone (#710) (#713) From shawkins at redhat.com Wed Jun 8 17:39:18 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 08 Jun 2016 14:39:18 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 9bdf57: TEIID-3725 documenting enabling JDG materializatio... Message-ID: <5758908661036_7ce73f9399da72a01289aa@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 9bdf57150dc7aaed279ce8a8f4ddb2a65093e36c https://github.com/teiid/teiid-documents/commit/9bdf57150dc7aaed279ce8a8f4ddb2a65093e36c Author: vhalbert Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M caching/External_Materialization.adoc Log Message: ----------- TEIID-3725 documenting enabling JDG materialization Commit: 11cc747018a0e5660a5ef58c1a2878d64f2107b1 https://github.com/teiid/teiid-documents/commit/11cc747018a0e5660a5ef58c1a2878d64f2107b1 Author: Steven Hawkins Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M caching/External_Materialization.adoc Log Message: ----------- Merge pull request #52 from vhalbert/jdgmat TEIID-3725 documenting enabling JDG materialization Compare: https://github.com/teiid/teiid-documents/compare/78df06b64cab...11cc747018a0 From vhalbert at jboss.org Wed Jun 8 17:40:57 2016 From: vhalbert at jboss.org (vhalbert) Date: Wed, 08 Jun 2016 14:40:57 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 17e15c: TEIID-3725 documenting enabling JDG materializatio... Message-ID: <575890e97a2b2_34093fe5625412bc8051d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents Commit: 17e15c15a0f20facae247a6e6ef4a39e50c0fa73 https://github.com/teiid/teiid-documents/commit/17e15c15a0f20facae247a6e6ef4a39e50c0fa73 Author: vhalbert Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M caching/External_Materialization.adoc Log Message: ----------- TEIID-3725 documenting enabling JDG materialization From shawkins at redhat.com Thu Jun 9 10:26:52 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 07:26:52 -0700 Subject: [teiid-commits] [teiid/teiid] 57bb45: TEIID-3815 fixing offset Message-ID: <57597cac280fb_77ad3fef8f2992bc720b5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 57bb45bfe1927408bd53460dc8f43167bb9124e3 https://github.com/teiid/teiid/commit/57bb45bfe1927408bd53460dc8f43167bb9124e3 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/oracle/TestOracleTranslator.java Log Message: ----------- TEIID-3815 fixing offset From rareddy at jboss.org Thu Jun 9 11:11:11 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 09 Jun 2016 08:11:11 -0700 Subject: [teiid-commits] [teiid/teiid] 90bb10: TEIID-4256: Adding the Date support to Hive, Impal... Message-ID: <5759870fc343e_3d983f9694d6b2c0610a6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 90bb10628a7eb315f243ef24044b5c2b98bd2d2e https://github.com/teiid/teiid/commit/90bb10628a7eb315f243ef24044b5c2b98bd2d2e Author: Ramesh Reddy Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/BaseHiveExecutionFactory.java M connectors/translator-hive/src/main/java/org/teiid/translator/hive/ImpalaExecutionFactory.java M connectors/translator-hive/src/test/java/org/teiid/translator/hive/TestHiveExecutionFactory.java Log Message: ----------- TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#714) From rareddy at jboss.org Thu Jun 9 11:20:29 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 09 Jun 2016 08:20:29 -0700 Subject: [teiid-commits] [teiid/teiid] 471a22: TEIID-4256: Adding the Date support to Hive, Impal... Message-ID: <5759893da3b8c_d493fce2a3432c012625a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 471a22180622a1429e87fb2d3d2f0663ef4ebbd5 https://github.com/teiid/teiid/commit/471a22180622a1429e87fb2d3d2f0663ef4ebbd5 Author: Ramesh Reddy Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/BaseHiveExecutionFactory.java M connectors/translator-hive/src/main/java/org/teiid/translator/hive/ImpalaExecutionFactory.java M connectors/translator-hive/src/test/java/org/teiid/translator/hive/TestHiveExecutionFactory.java Log Message: ----------- TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#714) (#715) From shawkins at redhat.com Thu Jun 9 12:35:30 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 09:35:30 -0700 Subject: [teiid-commits] [teiid/teiid] a6176b: TEIID-3815 fixing offset Message-ID: <57599ad2e4af8_ff63f8b405d52b88369f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: a6176b732e0f692ad7c7d900a71e6f936b1c8e56 https://github.com/teiid/teiid/commit/a6176b732e0f692ad7c7d900a71e6f936b1c8e56 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/oracle/TestOracleTranslator.java Log Message: ----------- TEIID-3815 fixing offset From shawkins at redhat.com Thu Jun 9 12:41:28 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 09:41:28 -0700 Subject: [teiid-commits] [teiid/teiid] fc2609: TEIID-3815 fixing offset Message-ID: <57599c38994eb_73703f91264412bc13819@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: fc2609531e02b8829d7e24b2ead99c5fc40b5e51 https://github.com/teiid/teiid/commit/fc2609531e02b8829d7e24b2ead99c5fc40b5e51 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/oracle/TestOracleTranslator.java Log Message: ----------- TEIID-3815 fixing offset From shawkins at redhat.com Thu Jun 9 14:22:45 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 11:22:45 -0700 Subject: [teiid-commits] [teiid/teiid] 811651: TEIID-4262 correcting the criteria handling after ... Message-ID: <5759b3f557302_18403fd57ea6f2a0167311@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 8116515a401f2d7f869bfb35b8ce61dc278477be https://github.com/teiid/teiid/commit/8116515a401f2d7f869bfb35b8ce61dc278477be Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/test/java/org/teiid/query/optimizer/TestRuleMergeVirtual.java Log Message: ----------- TEIID-4262 correcting the criteria handling after view removal From rareddy at jboss.org Thu Jun 9 14:37:22 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 09 Jun 2016 11:37:22 -0700 Subject: [teiid-commits] [teiid/teiid] 1753bf: TEIID-4256: Adding the Date support to Hive, Impal... Message-ID: <5759b762e18cb_7c723fbc7962d2a0154931@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 1753bfbefa4093cc880dd2ede37da5a1cb54aab3 https://github.com/teiid/teiid/commit/1753bfbefa4093cc880dd2ede37da5a1cb54aab3 Author: Ramesh Reddy Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/BaseHiveExecutionFactory.java M connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java M connectors/translator-hive/src/test/java/org/teiid/translator/hive/TestHiveExecutionFactory.java Log Message: ----------- TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#718) From rareddy at jboss.org Thu Jun 9 14:42:24 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 09 Jun 2016 11:42:24 -0700 Subject: [teiid-commits] [teiid/teiid] fb6d6b: TEIID-4256: Adding the Date support to Hive, Impal... Message-ID: <5759b890335a0_2c163fc1b4a8f2b865062@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: fb6d6b168a6e66d08435831664fa2c4e019defc9 https://github.com/teiid/teiid/commit/fb6d6b168a6e66d08435831664fa2c4e019defc9 Author: Ramesh Reddy Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java Log Message: ----------- TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#719) From rareddy at jboss.org Thu Jun 9 14:45:47 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 09 Jun 2016 11:45:47 -0700 Subject: [teiid-commits] [teiid/teiid] 243155: Teiid 4256 (#720) Message-ID: <5759b95b8513f_7bc23fd0219372a0108150@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 24315519a310ced7ea7896f8cd5347ab51eba8b8 https://github.com/teiid/teiid/commit/24315519a310ced7ea7896f8cd5347ab51eba8b8 Author: Ramesh Reddy Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/BaseHiveExecutionFactory.java M connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java M connectors/translator-hive/src/test/java/org/teiid/translator/hive/TestHiveExecutionFactory.java Log Message: ----------- Teiid 4256 (#720) * TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#718) * TEIID-4256: Adding the Date support to Hive, Impala still does not support Date (#719) From shawkins at redhat.com Thu Jun 9 14:59:52 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Thu, 09 Jun 2016 11:59:52 -0700 Subject: [teiid-commits] [teiid/teiid] 51e743: TEIID-4262 correcting the criteria handling after ... Message-ID: <5759bca85df1f_3c6d3fc36aed52c037061@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 51e743efcbf82d10ef5e321c2e4c40e9005562bc https://github.com/teiid/teiid/commit/51e743efcbf82d10ef5e321c2e4c40e9005562bc Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/test/java/org/teiid/query/optimizer/TestRuleMergeVirtual.java Log Message: ----------- TEIID-4262 correcting the criteria handling after view removal Commit: 802c1bd8222c6b67c2ec478e344f57251679afad https://github.com/teiid/teiid/commit/802c1bd8222c6b67c2ec478e344f57251679afad Author: Steven Hawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/translator-hive/src/main/java/org/teiid/translator/hive/BaseHiveExecutionFactory.java M connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java M connectors/translator-hive/src/test/java/org/teiid/translator/hive/TestHiveExecutionFactory.java Log Message: ----------- Merge branch '9.0.x' of github.com:teiid/teiid into 9.0.x Compare: https://github.com/teiid/teiid/compare/24315519a310...802c1bd8222c From shawkins at redhat.com Thu Jun 9 15:00:13 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 12:00:13 -0700 Subject: [teiid-commits] [teiid/teiid] 934adf: TEIID-4262 correcting the criteria handling after ... Message-ID: <5759bcbd9d612_a473fb3b07b92bc10920@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 934adff8625a439ec53bf836d540b0f09e4458b2 https://github.com/teiid/teiid/commit/934adff8625a439ec53bf836d540b0f09e4458b2 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/test/java/org/teiid/query/optimizer/TestRuleMergeVirtual.java Log Message: ----------- TEIID-4262 correcting the criteria handling after view removal From shawkins at redhat.com Thu Jun 9 15:17:02 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 12:17:02 -0700 Subject: [teiid-commits] [teiid/teiid] 82912f: TEIID-4262 correcting the criteria handling after ... Message-ID: <5759c0ae275ec_14b83fb244ac129c18845a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 82912fb6c12a67e8657cb5419806b3482b027e83 https://github.com/teiid/teiid/commit/82912fb6c12a67e8657cb5419806b3482b027e83 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/test/java/org/teiid/query/optimizer/TestRuleMergeVirtual.java Log Message: ----------- TEIID-4262 correcting the criteria handling after view removal From shawkins at redhat.com Thu Jun 9 15:24:08 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 12:24:08 -0700 Subject: [teiid-commits] [teiid/teiid] 8437a7: TEIID-4262: Wrong result (empty or NULL) with an v... Message-ID: <5759c258b9b23_76e83fe38257b2a099174@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: 8437a79246b7be356aa3a8871c910c93210cdcd1 https://github.com/teiid/teiid/commit/8437a79246b7be356aa3a8871c910c93210cdcd1 Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/test/java/org/teiid/query/optimizer/TestRuleMergeVirtual.java Log Message: ----------- TEIID-4262: Wrong result (empty or NULL) with an view and a single disjunction for join criteria (correcting the criteria handling after view removal) From shawkins at redhat.com Thu Jun 9 16:52:56 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 09 Jun 2016 13:52:56 -0700 Subject: [teiid-commits] [teiid/teiid] 6ef41d: TEIID-4263 expanding the logic to allow for dst tr... Message-ID: <5759d728d31f5_1c093feb7b84f2a076536@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6ef41d5c87e48e3839d3cdb46f31074e1c96419d https://github.com/teiid/teiid/commit/6ef41d5c87e48e3839d3cdb46f31074e1c96419d Author: shawkins Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M common-core/src/main/java/org/teiid/core/types/basic/StringToTimestampTransform.java M common-core/src/test/java/org/teiid/core/types/basic/TestTransforms.java Log Message: ----------- TEIID-4263 expanding the logic to allow for dst transition times From shawkins at redhat.com Fri Jun 10 09:08:43 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 10 Jun 2016 06:08:43 -0700 Subject: [teiid-commits] [teiid/teiid] e54601: last few changes to finish the infinispan realignm... Message-ID: <575abbdb9447d_77a43fcde33f12b889340@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e5460189a2261ba3d629357583069241309d4521 https://github.com/teiid/teiid/commit/e5460189a2261ba3d629357583069241309d4521 Author: vhalbert Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M connectors/connector-infinispan-hotrod/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/hotrod/main/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/ra.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/module.xml M connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF Log Message: ----------- last few changes to finish the infinispan realignment Commit: fb7dcc580f2af6256e4cd0ac88701f37a8f9387b https://github.com/teiid/teiid/commit/fb7dcc580f2af6256e4cd0ac88701f37a8f9387b Author: Steven Hawkins Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M connectors/connector-infinispan-hotrod/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/hotrod/main/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/ra.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/module.xml M connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF Log Message: ----------- Merge pull request #717 from vhalbert/teiid-4106 last few changes to finish the infinispan realignment Compare: https://github.com/teiid/teiid/compare/6ef41d5c87e4...fb7dcc580f2a From shawkins at redhat.com Fri Jun 10 09:16:53 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 10 Jun 2016 06:16:53 -0700 Subject: [teiid-commits] [teiid/teiid] 4f709a: removed because this has been moved to the teiid-m... Message-ID: <575abdc5a73fb_589c3fae9ff872c09701e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 4f709abc84a5da0346d034d000653299d9a5bf2c https://github.com/teiid/teiid/commit/4f709abc84a5da0346d034d000653299d9a5bf2c Author: vhalbert Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M build/assembly/jboss-as7/dist.xml R build/kits/jboss-as7/overlay/vdb/ModeShape.vdb Log Message: ----------- removed because this has been moved to the teiid-modeshape project Commit: ed35d94707b35ca518a0d9ad25df0cc6f98fe49f https://github.com/teiid/teiid/commit/ed35d94707b35ca518a0d9ad25df0cc6f98fe49f Author: Steven Hawkins Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M build/assembly/jboss-as7/dist.xml R build/kits/jboss-as7/overlay/vdb/ModeShape.vdb Log Message: ----------- Merge pull request #721 from vhalbert/63-8.12.x removed because this has been moved to the teiid-modeshape project Compare: https://github.com/teiid/teiid/compare/82912fb6c12a...ed35d94707b3 From shawkins at redhat.com Fri Jun 10 14:34:20 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 10 Jun 2016 11:34:20 -0700 Subject: [teiid-commits] [teiid/teiid] 82c823: TEIID-4245 supporing just fetch cursor name Message-ID: <575b082cad9f5_2c23faf24b912bc415a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 82c823fcdebc93a0b4252999cd824b68aa8e1c52 https://github.com/teiid/teiid/commit/82c823fcdebc93a0b4252999cd824b68aa8e1c52 Author: shawkins Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java M runtime/src/main/resources/org/teiid/runtime/i18n.properties M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4245 supporing just fetch cursor name Commit: cce3544f1780681985e40f4e4f97eb80389aaa86 https://github.com/teiid/teiid/commit/cce3544f1780681985e40f4e4f97eb80389aaa86 Author: Steven Hawkins Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M connectors/connector-infinispan-hotrod/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/hotrod/main/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/ra.xml R connectors/connector-infinispan-libmode.6/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/module.xml M connectors/connector-infinispan-libmode/kits/wildfly/modules/org/jboss/teiid/resource-adapter/infinispan/libmode/META-INF/MANIFEST.MF Log Message: ----------- Merge branch 'master' of github.com:teiid/teiid Compare: https://github.com/teiid/teiid/compare/fb7dcc580f2a...cce3544f1780 From shawkins at redhat.com Fri Jun 10 15:26:21 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 10 Jun 2016 12:26:21 -0700 Subject: [teiid-commits] [teiid/teiid] e2168d: TEIID-4238 removing the need for quoting Message-ID: <575b145dd6eb7_4ecf3f817ec3b2b81482a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e2168dd29aef05a10672b6c96035e60aecf36de0 https://github.com/teiid/teiid/commit/e2168dd29aef05a10672b6c96035e60aecf36de0 Author: shawkins Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4238 removing the need for quoting From ci-builds at redhat.com Sat Jun 11 03:02:07 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 11 Jun 2016 03:02:07 -0400 (EDT) Subject: [teiid-commits] Teiid-WeeklyBuild - Build # 262 - Still Failing! In-Reply-To: <261685234.50335.1465023709073.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <261685234.50335.1465023709073.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <574428489.52390.1465628527968.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-WeeklyBuild - Build # 262 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-WeeklyBuild/262/ to view the results. From rareddy at jboss.org Mon Jun 13 13:11:46 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 13 Jun 2016 10:11:46 -0700 Subject: [teiid-commits] [teiid/teiid] 27bef0: TEIID-4090: refining the Static Servlet behavior t... Message-ID: <575ee95234dfb_48d3f7fcc3972a020357f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 27bef02fd6394f86776eea652aef551de1535aa6 https://github.com/teiid/teiid/commit/27bef02fd6394f86776eea652aef551de1535aa6 Author: Ramesh Reddy Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/ODataPlugin.java M olingo/src/main/java/org/teiid/olingo/web/ODataFilter.java M olingo/src/main/java/org/teiid/olingo/web/StaticContentServlet.java M olingo/src/main/resources/org/teiid/olingo/i18n.properties M olingo/src/main/webapp/WEB-INF/web.xml M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData4.java Log Message: ----------- TEIID-4090: refining the Static Servlet behavior to only allow valid metadata documents, also fixed an issue in web.xml with correct mapping for static servlet (#722) From rareddy at jboss.org Mon Jun 13 13:28:08 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 13 Jun 2016 10:28:08 -0700 Subject: [teiid-commits] [teiid/teiid] e00d89: TEIID-4090: refining the Static Servlet behavior t... Message-ID: <575eed284bb45_71203fe8d6bd32c0718c1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e00d89110aae36fc748e47b0f19c6958c679babb https://github.com/teiid/teiid/commit/e00d89110aae36fc748e47b0f19c6958c679babb Author: Ramesh Reddy Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/ODataPlugin.java M olingo/src/main/java/org/teiid/olingo/web/ODataFilter.java M olingo/src/main/java/org/teiid/olingo/web/StaticContentServlet.java M olingo/src/main/resources/org/teiid/olingo/i18n.properties M olingo/src/main/webapp/WEB-INF/web.xml M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData4.java Log Message: ----------- TEIID-4090: refining the Static Servlet behavior to only (#723) allow valid metadata documents, also fixed an issue in web.xml with correct mapping for static servlet From rareddy at jboss.org Mon Jun 13 13:50:38 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 13 Jun 2016 10:50:38 -0700 Subject: [teiid-commits] [teiid/teiid] 93e6b5: TEIID-4090: refining the Static Servlet behavior t... Message-ID: <575ef26ebf09d_525b3f923f4c32c020124f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 93e6b5da6b3d30e74b7b663bc63bd3acb2c006a5 https://github.com/teiid/teiid/commit/93e6b5da6b3d30e74b7b663bc63bd3acb2c006a5 Author: Ramesh Reddy Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/ODataPlugin.java M olingo/src/main/java/org/teiid/olingo/web/ODataFilter.java M olingo/src/main/java/org/teiid/olingo/web/StaticContentServlet.java M olingo/src/main/resources/org/teiid/olingo/i18n.properties M olingo/src/main/webapp/WEB-INF/web.xml M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData4.java Log Message: ----------- TEIID-4090: refining the Static Servlet behavior to only (#723) (#724) allow valid metadata documents, also fixed an issue in web.xml with correct mapping for static servlet From shawkins at redhat.com Mon Jun 13 14:00:21 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 13 Jun 2016 11:00:21 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <575ef4b5c7277_6a413f980b56529c10993c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-9.0.0.Final Home: https://github.com/teiid/teiid From shawkins at redhat.com Mon Jun 13 14:00:24 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Mon, 13 Jun 2016 11:00:24 -0700 Subject: [teiid-commits] [teiid/teiid] 2b893b: [maven-release-plugin] prepare for next developmen... Message-ID: <575ef4b82778f_421b3fb629a452bc139543@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 2b893b7a6bb65cd5f0012d3fef0107d06751b320 https://github.com/teiid/teiid/commit/2b893b7a6bb65cd5f0012d3fef0107d06751b320 Author: Steven Hawkins Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From shawkins at redhat.com Mon Jun 13 14:00:15 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Mon, 13 Jun 2016 11:00:15 -0700 Subject: [teiid-commits] [teiid/teiid] 7968e6: [maven-release-plugin] prepare release teiid-paren... Message-ID: <575ef4af477d5_7c2f3ffdc32872a082195@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 7968e65e6fd2fdedd5dce1fc8ce3518050a80ed2 https://github.com/teiid/teiid/commit/7968e65e6fd2fdedd5dce1fc8ce3518050a80ed2 Author: Steven Hawkins Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-9.0.0.Final From shawkins at redhat.com Mon Jun 13 20:34:59 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 13 Jun 2016 17:34:59 -0700 Subject: [teiid-commits] [teiid/teiid-documents] b22bf0: TEIID-4270 documenting connection-type Message-ID: <575f513326b85_77a43fcde33f12b814959c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: b22bf0f3d35400d68c702ddc55d071e36e478e24 https://github.com/teiid/teiid-documents/commit/b22bf0f3d35400d68c702ddc55d071e36e478e24 Author: shawkins Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M reference/VDB_Definition.adoc Log Message: ----------- TEIID-4270 documenting connection-type From shawkins at redhat.com Mon Jun 13 20:35:34 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 13 Jun 2016 17:35:34 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 1bfc80: TEIID-4270 documenting connection-type Message-ID: <575f51567dcc2_5a633fc8aac272b81074379@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents Commit: 1bfc80a4fd995c58b84e76f1587171b54d866505 https://github.com/teiid/teiid-documents/commit/1bfc80a4fd995c58b84e76f1587171b54d866505 Author: shawkins Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M reference/VDB_Definition.adoc Log Message: ----------- TEIID-4270 documenting connection-type From shawkins at redhat.com Tue Jun 14 08:52:55 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Tue, 14 Jun 2016 05:52:55 -0700 Subject: [teiid-commits] [teiid/teiid] 6ceb30: TEIID-4225 adding dayname to the supported functio... Message-ID: <575ffe27d23a3_2db03f81ba88d29c21737@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6ceb30f1d66a173632fdcc5dd7f6da3bbf9005f9 https://github.com/teiid/teiid/commit/6ceb30f1d66a173632fdcc5dd7f6da3bbf9005f9 Author: shawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/hana/HanaExecutionFactory.java Log Message: ----------- TEIID-4225 adding dayname to the supported function list Commit: b12926cf1e2107cfd8c5f5efc707d05fd24b63a3 https://github.com/teiid/teiid/commit/b12926cf1e2107cfd8c5f5efc707d05fd24b63a3 Author: Steven Hawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/ODataPlugin.java M olingo/src/main/java/org/teiid/olingo/web/ODataFilter.java M olingo/src/main/java/org/teiid/olingo/web/StaticContentServlet.java M olingo/src/main/resources/org/teiid/olingo/i18n.properties M olingo/src/main/webapp/WEB-INF/web.xml M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData4.java Log Message: ----------- Merge branch 'master' of github.com:teiid/teiid Compare: https://github.com/teiid/teiid/compare/e00d89110aae...b12926cf1e21 From shawkins at redhat.com Tue Jun 14 10:29:17 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 14 Jun 2016 07:29:17 -0700 Subject: [teiid-commits] [teiid/teiid] b1b52b: TEIID-3628: Server socket settting issues (updatin... Message-ID: <576014bdc2198_77c3fb9ef8532a02169fc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: b1b52b0c865c0fa3dee1a87efa69d3a68cf89b32 https://github.com/teiid/teiid/commit/b1b52b0c865c0fa3dee1a87efa69d3a68cf89b32 Author: shawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M runtime/src/main/java/org/teiid/transport/SocketListener.java M runtime/src/test/java/org/teiid/transport/TestCommSockets.java M runtime/src/test/java/org/teiid/transport/TestFailover.java M test-integration/perf/src/test/java/org/teiid/query/eval/TestJDBCSocketPerformance.java Log Message: ----------- TEIID-3628: Server socket settting issues (updating unit tests now that the properties are recognized) From shawkins at redhat.com Tue Jun 14 13:57:33 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 14 Jun 2016 10:57:33 -0700 Subject: [teiid-commits] [teiid/teiid] e1a6d8: TEIID-4191 adding a no quote option Message-ID: <5760458d12df2_5e363fa338d8b2b8575a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e1a6d81005b0dbc737d36f4e4d2e1ca9d57af352 https://github.com/teiid/teiid/commit/e1a6d81005b0dbc737d36f4e4d2e1ca9d57af352 Author: shawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/eval/Evaluator.java M engine/src/main/java/org/teiid/query/sql/symbol/TextLine.java M engine/src/main/java/org/teiid/query/sql/visitor/SQLStringVisitor.java M engine/src/main/javacc/org/teiid/query/parser/SQLParser.jj M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/processor/TestTextTable.java M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html Log Message: ----------- TEIID-4191 adding a no quote option From shawkins at redhat.com Tue Jun 14 13:58:21 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 14 Jun 2016 10:58:21 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 034aa0: TEIID-4191 adding a no quote option Message-ID: <576045bd76ebe_7123f8c393892bc89764@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 034aa050cc91b4385a57812beb322e1e1668e39c https://github.com/teiid/teiid-documents/commit/034aa050cc91b4385a57812beb322e1e1668e39c Author: shawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M reference/Expressions.adoc Log Message: ----------- TEIID-4191 adding a no quote option From shawkins at redhat.com Tue Jun 14 14:35:25 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 14 Jun 2016 11:35:25 -0700 Subject: [teiid-commits] [teiid/teiid] ab7bd2: TEIID-3707: Wrong Data returned when a procedure i... Message-ID: <57604e6d92005_44953faeb55552a01542d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: ab7bd23ab2e1984ed2e27d02368ac35bde2fa7db https://github.com/teiid/teiid/commit/ab7bd23ab2e1984ed2e27d02368ac35bde2fa7db Author: shawkins Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/processor/relational/SubqueryAwareEvaluator.java M runtime/src/test/java/org/teiid/deployers/TestTranslatorUtil.java M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java A runtime/src/test/resources/data.sql A runtime/src/test/resources/proc.sql Log Message: ----------- TEIID-3707: Wrong Data returned when a procedure is executed in the SELECT clause (fixing subquery caching issue, fixing unit test issue) From shawkins at redhat.com Wed Jun 15 11:23:33 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 08:23:33 -0700 Subject: [teiid-commits] [teiid/teiid] 57957c: TEIID-4272 correcting the check to remove the with... Message-ID: <576172f51218c_1ab03fe2bfc0d2bc16722d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 57957cffbeed988b3c6baf948e2ce7fece803677 https://github.com/teiid/teiid/commit/57957cffbeed988b3c6baf948e2ce7fece803677 Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4272 correcting the check to remove the with clause From shawkins at redhat.com Wed Jun 15 11:24:09 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 08:24:09 -0700 Subject: [teiid-commits] [teiid/teiid] 14230c: TEIID-4272 correcting the check to remove the with... Message-ID: <5761731927b4d_3e813ff0e31a92bc90221@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 14230ca88c9c591f6037d28501e581068a47b6a1 https://github.com/teiid/teiid/commit/14230ca88c9c591f6037d28501e581068a47b6a1 Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4272 correcting the check to remove the with clause From shawkins at redhat.com Wed Jun 15 15:54:45 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 12:54:45 -0700 Subject: [teiid-commits] [teiid/teiid] 394ffe: TEIID-3771 additional fixes related to having view... Message-ID: <5761b28595896_13453fab2609f2c0781ed@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 394ffe6816b84d9209d4d03430a396d8c385d8e8 https://github.com/teiid/teiid/commit/394ffe6816b84d9209d4d03430a396d8c385d8e8 Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/resolver/QueryResolver.java M engine/src/test/java/org/teiid/query/optimizer/TestSubqueryPushdown.java Log Message: ----------- TEIID-3771 additional fixes related to having views with deeply nested subqueries From shawkins at redhat.com Wed Jun 15 16:07:35 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 13:07:35 -0700 Subject: [teiid-commits] [teiid/teiid] 186850: TEIID-3771 additional fixes related to having view... Message-ID: <5761b58730135_7bc3ff7bbee32a097056@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 18685042a47fac6c817aa28223cb334079aace61 https://github.com/teiid/teiid/commit/18685042a47fac6c817aa28223cb334079aace61 Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/resolver/QueryResolver.java M engine/src/test/java/org/teiid/query/optimizer/TestSubqueryPushdown.java Log Message: ----------- TEIID-3771 additional fixes related to having views with deeply nested subqueries From shawkins at redhat.com Wed Jun 15 20:06:27 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 17:06:27 -0700 Subject: [teiid-commits] [teiid/teiid] 8d2ac8: TEIID-4273 associating the with list when there ev... Message-ID: <5761ed8317f2a_4d763ff0a58ab29c221456@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 8d2ac8e2a0991bfbf4990076b530062859eae9ad https://github.com/teiid/teiid/commit/8d2ac8e2a0991bfbf4990076b530062859eae9ad Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4273 associating the with list when there evaluatable subqueries present From shawkins at redhat.com Wed Jun 15 20:06:51 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 15 Jun 2016 17:06:51 -0700 Subject: [teiid-commits] [teiid/teiid] 5ee6b8: TEIID-4273 associating the with list when there ev... Message-ID: <5761ed9ba30c4_5ad03ff8d5c052c06553@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 5ee6b86c4a33ec4b5c339adb46c45edc4bbbd692 https://github.com/teiid/teiid/commit/5ee6b86c4a33ec4b5c339adb46c45edc4bbbd692 Author: shawkins Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4273 associating the with list when there evaluatable subqueries present From shawkins at redhat.com Thu Jun 16 09:05:40 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 06:05:40 -0700 Subject: [teiid-commits] [teiid/teiid] c4008f: TEIID-4273: With clause used in evaluatable subque... Message-ID: <5762a42471695_30d53fe32414f2c02705f7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: c4008fd2a2b4ece4ecccf4cd986980b82c12bb61 https://github.com/teiid/teiid/commit/c4008fd2a2b4ece4ecccf4cd986980b82c12bb61 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/sql/lang/ExistsCriteria.java M engine/src/main/java/org/teiid/query/sql/lang/SubqueryContainer.java M engine/src/main/java/org/teiid/query/sql/symbol/ScalarSubquery.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4273: With clause used in evaluatable subquery in a fully pushed user query is seen as missing temp table (associating the with list when there evaluatable subqueries present) Conflicts: engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java From shawkins at redhat.com Thu Jun 16 10:28:32 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 07:28:32 -0700 Subject: [teiid-commits] [teiid/teiid] 37560b: TEIID-3685 fixing set criteria with non-hashable Message-ID: <5762b7909621e_7e3e3ffb9dfb92c02190a0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 37560b5ade745a26db6474269453ec61986351bc https://github.com/teiid/teiid/commit/37560b5ade745a26db6474269453ec61986351bc Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/lang/SetCriteria.java M engine/src/test/java/org/teiid/query/sql/lang/TestSetCriteria.java Log Message: ----------- TEIID-3685 fixing set criteria with non-hashable From shawkins at redhat.com Thu Jun 16 10:39:48 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 07:39:48 -0700 Subject: [teiid-commits] [teiid/teiid] 59527f: TEIID-4274 associating the datatype with function ... Message-ID: <5762ba3435f05_41433f99d5d3729c255575@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 59527f7606ffa582878e390cf496ad5aff126f48 https://github.com/teiid/teiid/commit/59527f7606ffa582878e390cf496ad5aff126f48 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M api/src/main/java/org/teiid/metadata/MetadataFactory.java M engine/src/main/java/org/teiid/query/metadata/DDLStringVisitor.java M engine/src/test/java/org/teiid/query/metadata/TestDDLStringVisitor.java M metadata/src/main/java/org/teiid/metadata/index/IndexMetadataRepository.java Log Message: ----------- TEIID-4274 associating the datatype with function parameters From shawkins at redhat.com Thu Jun 16 10:47:10 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 07:47:10 -0700 Subject: [teiid-commits] [teiid/teiid] 3b0b18: TEIID-3685 fixing set criteria with non-hashable Message-ID: <5762bbee413a9_71f33fb742c9929c952e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 3b0b18e000bea9bc2e61f8c0d76f309c7de7652f https://github.com/teiid/teiid/commit/3b0b18e000bea9bc2e61f8c0d76f309c7de7652f Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/lang/SetCriteria.java M engine/src/test/java/org/teiid/query/sql/lang/TestSetCriteria.java Log Message: ----------- TEIID-3685 fixing set criteria with non-hashable From shawkins at redhat.com Thu Jun 16 10:57:10 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 07:57:10 -0700 Subject: [teiid-commits] [teiid/teiid] 20abe4: TEIID-3685 fixing set criteria with non-hashable Message-ID: <5762be46bdeb3_36e63fbbe0fe929c2203db@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 20abe4221f0dda218bff91faf26980b8afaba673 https://github.com/teiid/teiid/commit/20abe4221f0dda218bff91faf26980b8afaba673 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/lang/SetCriteria.java M engine/src/test/java/org/teiid/query/sql/lang/TestSetCriteria.java Log Message: ----------- TEIID-3685 fixing set criteria with non-hashable From shawkins at redhat.com Thu Jun 16 11:21:57 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 08:21:57 -0700 Subject: [teiid-commits] [teiid/teiid] 35779f: TEIID-4272 correcting the check to remove the with... Message-ID: <5762c4156b0ab_e793fb71695d2bc2012f7@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 35779fe86b102573983f8f179fe5a7e5fefee5fa https://github.com/teiid/teiid/commit/35779fe86b102573983f8f179fe5a7e5fefee5fa Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4272 correcting the check to remove the with clause Conflicts: engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Commit: 10eadd2d15faf641326e23baf82785aa04acc5fa https://github.com/teiid/teiid/commit/10eadd2d15faf641326e23baf82785aa04acc5fa Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4273 associating the with list when there evaluatable subqueries present Compare: https://github.com/teiid/teiid/compare/93e6b5da6b3d...10eadd2d15fa From shawkins at redhat.com Thu Jun 16 11:35:20 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 08:35:20 -0700 Subject: [teiid-commits] [teiid/teiid] 26c241: TEIID-4273 associating the with list when there ev... Message-ID: <5762c738ec1ff_3aff3f8330c872b8720f9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 26c2413a8bf64edb2f37e4e2008de14a9bb90576 https://github.com/teiid/teiid/commit/26c2413a8bf64edb2f37e4e2008de14a9bb90576 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/lang/ExistsCriteria.java M engine/src/main/java/org/teiid/query/sql/lang/SubqueryContainer.java M engine/src/main/java/org/teiid/query/sql/symbol/ScalarSubquery.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4273 associating the with list when there evaluatable subqueries present From shawkins at redhat.com Thu Jun 16 12:25:43 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 09:25:43 -0700 Subject: [teiid-commits] [teiid/teiid] 21f2bd: TEIID-3685: org.teiid.padSpace does not affect to ... Message-ID: <5762d3072dc2_49763fc599e832a05958d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: 21f2bdf3362dbd22b2a5e3afabb0aa05655413b9 https://github.com/teiid/teiid/commit/21f2bdf3362dbd22b2a5e3afabb0aa05655413b9 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/sql/lang/SetCriteria.java M engine/src/test/java/org/teiid/query/sql/lang/TestSetCriteria.java Log Message: ----------- TEIID-3685: org.teiid.padSpace does not affect to the "IN" operator (fixing set criteria with non-hashable) From shawkins at redhat.com Thu Jun 16 13:50:36 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 10:50:36 -0700 Subject: [teiid-commits] [teiid/teiid] 710bdd: TEIID-3685 fixing set criteria with non-hashable Message-ID: <5762e6ecd947f_6b73f889a3f52c024822@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 710bdd2596f7b1092e7fab4263e0eee27b2f3b72 https://github.com/teiid/teiid/commit/710bdd2596f7b1092e7fab4263e0eee27b2f3b72 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/lang/SetCriteria.java M engine/src/test/java/org/teiid/query/sql/lang/TestSetCriteria.java Log Message: ----------- TEIID-3685 fixing set criteria with non-hashable From shawkins at redhat.com Thu Jun 16 19:19:17 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 16:19:17 -0700 Subject: [teiid-commits] [teiid/teiid] a28bac: TEIID-4275 adding name in source to parameters Message-ID: <576333f5ebafd_68ab3fc0fe72d2c02878d2@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: a28bac37862c12a10c603afc37c7a5855a9305d2 https://github.com/teiid/teiid/commit/a28bac37862c12a10c603afc37c7a5855a9305d2 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCMetdataProcessor.java M test-integration/common/src/test/java/org/teiid/jdbc/TestDynamicImportedMetaData.java Log Message: ----------- TEIID-4275 adding name in source to parameters From shawkins at redhat.com Thu Jun 16 19:54:13 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 16:54:13 -0700 Subject: [teiid-commits] [teiid/teiid] ea31f7: TEIID-4267 adding milliseconds as units Message-ID: <57633c259b446_742f3fc7abe3f2bc154045@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: ea31f76b30daa6f0962fc29dc28aed1df19b55ca https://github.com/teiid/teiid/commit/ea31f76b30daa6f0962fc29dc28aed1df19b55ca Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties M jboss-integration/src/main/resources/schema/jboss-teiid.xsd Log Message: ----------- TEIID-4267 adding milliseconds as units From shawkins at redhat.com Thu Jun 16 19:56:36 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 16:56:36 -0700 Subject: [teiid-commits] [teiid/teiid] c352e3: TEIID-4276 updating the default Message-ID: <57633cb449d46_3c9c3fd720b392a0292077@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c352e3933d943d25558b20d4aa51b3686c933a0d https://github.com/teiid/teiid/commit/c352e3933d943d25558b20d4aa51b3686c933a0d Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TeiidConstants.java M jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties Log Message: ----------- TEIID-4276 updating the default From shawkins at redhat.com Thu Jun 16 19:57:08 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 16:57:08 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 11d8ca: TEIID-4276 updating the default Message-ID: <57633cd42f90a_25843fe00aadf2bc14026@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 11d8cafa2a70d30ea631558d7b3a7c8c2c575e94 https://github.com/teiid/teiid-documents/commit/11d8cafa2a70d30ea631558d7b3a7c8c2c575e94 Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M admin/Monitoring.adoc Log Message: ----------- TEIID-4276 updating the default From rareddy at jboss.org Thu Jun 16 20:02:39 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 16 Jun 2016 17:02:39 -0700 Subject: [teiid-commits] [teiid/teiid] e7e020: TEIID-4187: adding support various missing feature... Message-ID: <57633e1f8090a_19ce3fb129a712b851427@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e7e02074c001b38452ad71afd075511d9ab1e0c7 https://github.com/teiid/teiid/commit/e7e02074c001b38452ad71afd075511d9ab1e0c7 Author: Ramesh Reddy Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M api/src/main/java/org/teiid/metadata/MetadataFactory.java M connectors/translator-jdbc/kits/wildfly/docs/teiid/datasources/osisoft-pi/pi-ds.xml M connectors/translator-jdbc/kits/wildfly/docs/teiid/datasources/osisoft-pi/system/layers/dv/com/osisoft/main/module.xml M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCMetdataProcessor.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCPlugin.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/pi/PIExecutionFactory.java A connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/pi/PIMetadataProcessor.java A connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/pi/PISQLConversionVisitor.java M connectors/translator-jdbc/src/main/resources/org/teiid/translator/jdbc/i18n.properties M connectors/translator-jdbc/src/test/java/org/teiid/translator/jdbc/pi/TestPIExecutionFactory.java A connectors/translator-jdbc/src/test/resources/pi.ddl Log Message: ----------- TEIID-4187: adding support various missing features, see JIRA notes (#725) From shawkins at redhat.com Thu Jun 16 20:16:47 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 16 Jun 2016 17:16:47 -0700 Subject: [teiid-commits] [teiid/teiid] 0c2f11: TEIID-4276 updating the default Message-ID: <5763416fcf7f_178c3ff0c1f2b2b8718d8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 0c2f116be8ab11eeb97970de06ba457ccdb8ad6a https://github.com/teiid/teiid/commit/0c2f116be8ab11eeb97970de06ba457ccdb8ad6a Author: shawkins Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TeiidConstants.java M jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties Log Message: ----------- TEIID-4276 updating the default Conflicts: jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties From ci-builds at redhat.com Thu Jun 16 23:40:48 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 16 Jun 2016 23:40:48 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3238 - Unstable! Message-ID: <370100351.57335.1466134848400.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3238 - Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3238/ to view the results. From jolee at redhat.com Fri Jun 17 09:36:23 2016 From: jolee at redhat.com (jolee) Date: Fri, 17 Jun 2016 06:36:23 -0700 Subject: [teiid-commits] [teiid/teiid] cb0793: [BZ1333526] DV 6.2 Update 6, pom.xml updates Message-ID: <5763fcd75473c_560c3fb0b4a312a024967@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: cb0793a7cb7090437e6a705ef312a7179c7c6023 https://github.com/teiid/teiid/commit/cb0793a7cb7090437e6a705ef312a7179c7c6023 Author: jolee Date: 2016-06-17 (Fri, 17 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [BZ1333526] DV 6.2 Update 6, pom.xml updates From rareddy at jboss.org Fri Jun 17 12:48:51 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 17 Jun 2016 09:48:51 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 7400a8: TEIID-4187: Adding PI documentation (#53) Message-ID: <576429f3a92f2_78093f83c30612c01841f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 7400a87565f9e92be88e03f64e53cf909ce327c7 https://github.com/teiid/teiid-documents/commit/7400a87565f9e92be88e03f64e53cf909ce327c7 Author: Ramesh Reddy Date: 2016-06-17 (Fri, 17 Jun 2016) Changed paths: M reference/OSISoft_PI_Translator.adoc Log Message: ----------- TEIID-4187: Adding PI documentation (#53) From rareddy at jboss.org Fri Jun 17 13:03:11 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 17 Jun 2016 10:03:11 -0700 Subject: [teiid-commits] [teiid/teiid-documents] ec714c: TEIID-4264 Message-ID: <57642d4f37b9a_7a133fc3a92e32c0840a6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: ec714c2819e68a46e6fe755b3e978f12396fee5e https://github.com/teiid/teiid-documents/commit/ec714c2819e68a46e6fe755b3e978f12396fee5e Author: Ramesh Reddy Date: 2016-06-17 (Fri, 17 Jun 2016) Changed paths: M reference/OSISoft_PI_Translator.adoc Log Message: ----------- TEIID-4264 From rareddy at jboss.org Fri Jun 17 17:58:55 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 17 Jun 2016 14:58:55 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 58164a: TEIID-4268 (#54) Message-ID: <5764729f46662_38ca3fd370ed32c0843f1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 58164a9f84bafd730391980065bf6ec747f4cef5 https://github.com/teiid/teiid-documents/commit/58164a9f84bafd730391980065bf6ec747f4cef5 Author: Ramesh Reddy Date: 2016-06-17 (Fri, 17 Jun 2016) Changed paths: M admin/Salesforce_Data_Sources.adoc M security/Data_Source_Security.adoc Log Message: ----------- TEIID-4268 (#54) * TEIID-4187: Adding PI documentation * TEIID-4187: Adding PI documentation * TEIID-4268: adding document about OAuth security From ci-builds at redhat.com Sat Jun 18 03:01:49 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 18 Jun 2016 03:01:49 -0400 (EDT) Subject: [teiid-commits] Teiid-WeeklyBuild - Build # 263 - Still Failing! In-Reply-To: <574428489.52390.1465628527968.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <574428489.52390.1465628527968.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1301033702.57747.1466233309703.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-WeeklyBuild - Build # 263 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-WeeklyBuild/263/ to view the results. From shawkins at redhat.com Mon Jun 20 10:27:17 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 20 Jun 2016 07:27:17 -0700 Subject: [teiid-commits] [teiid/teiid] 7dae71: TEIID-4278 marking distinct aggregates as supporte... Message-ID: <5767fd458f909_68ab3fc0fe72d2c03356e0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 7dae71413bdd1a657a64762ec58170d34dac899e https://github.com/teiid/teiid/commit/7dae71413bdd1a657a64762ec58170d34dac899e Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/mysql/MySQL5ExecutionFactory.java Log Message: ----------- TEIID-4278 marking distinct aggregates as supported From ci-builds at redhat.com Mon Jun 20 12:18:38 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Mon, 20 Jun 2016 12:18:38 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3239 - Fixed! In-Reply-To: <370100351.57335.1466134848400.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <370100351.57335.1466134848400.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <560977134.58233.1466439518528.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3239 - Fixed: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3239/ to view the results. From shawkins at redhat.com Mon Jun 20 12:41:38 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 20 Jun 2016 09:41:38 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 3d6493: TEIID-4180 correcting link Message-ID: <57681cc2b5c6f_a563fc476da729c782e6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid-documents Commit: 3d64936141b8ab2cae163efa5e50862feb432807 https://github.com/teiid/teiid-documents/commit/3d64936141b8ab2cae163efa5e50862feb432807 Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M security/Teiid_Server_Transport_Security.adoc Log Message: ----------- TEIID-4180 correcting link From shawkins at redhat.com Mon Jun 20 12:40:50 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Mon, 20 Jun 2016 09:40:50 -0700 Subject: [teiid-commits] [teiid/teiid-documents] e18966: TEIID-4281 adding missing warning about mysql curs... Message-ID: <57681c92449ec_2e4f3f7f121112c0555e3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: e18966961d0a474a336a39a141c28093add2b1d0 https://github.com/teiid/teiid-documents/commit/e18966961d0a474a336a39a141c28093add2b1d0 Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M reference/MySQL_Translators.adoc Log Message: ----------- TEIID-4281 adding missing warning about mysql cursor fetch Commit: ea789a937dab97b54e2db4ebc2a27c462a96ed31 https://github.com/teiid/teiid-documents/commit/ea789a937dab97b54e2db4ebc2a27c462a96ed31 Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M security/Teiid_Server_Transport_Security.adoc Log Message: ----------- TEIID-4180 correcting link Commit: 5e2f6733fe0ac61313da36360f2890a6bf566a72 https://github.com/teiid/teiid-documents/commit/5e2f6733fe0ac61313da36360f2890a6bf566a72 Author: Steven Hawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M admin/Salesforce_Data_Sources.adoc M reference/OSISoft_PI_Translator.adoc M security/Data_Source_Security.adoc Log Message: ----------- Merge branch 'master' of github.com:teiid/teiid-documents Compare: https://github.com/teiid/teiid-documents/compare/58164a9f84ba...5e2f6733fe0a From shawkins at redhat.com Mon Jun 20 19:03:19 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 20 Jun 2016 16:03:19 -0700 Subject: [teiid-commits] [teiid/teiid] ebfaf6: TEIID-4280 fixing deeply nested planning Message-ID: <57687637a8a09_1683f94d51772b8891c4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: ebfaf61beda701e18fa78737f4a67ba54ad30282 https://github.com/teiid/teiid/commit/ebfaf61beda701e18fa78737f4a67ba54ad30282 Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4280 fixing deeply nested planning From shawkins at redhat.com Mon Jun 20 19:05:20 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 20 Jun 2016 16:05:20 -0700 Subject: [teiid-commits] [teiid/teiid] e36e7f: TEIID-4280 fixing deeply nested planning Message-ID: <576876b0bfb1f_255e3fd8d55712bc33475@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: e36e7fb514b057600e5fd76a787f5ed1ee0f615b https://github.com/teiid/teiid/commit/e36e7fb514b057600e5fd76a787f5ed1ee0f615b Author: shawkins Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4280 fixing deeply nested planning From rareddy at jboss.org Tue Jun 21 13:06:12 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 21 Jun 2016 10:06:12 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 9e6225: Teiid 4286 (#55) Message-ID: <57697404ea03f_50e13fa8b82d32a029313@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 9e62254f61903c8a5adfab3249e54e4fed87d89e https://github.com/teiid/teiid-documents/commit/9e62254f61903c8a5adfab3249e54e4fed87d89e Author: Ramesh Reddy Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M reference/System_Functions.adoc Log Message: ----------- Teiid 4286 (#55) * TEIID-4286: adding more details for ENV function From shawkins at redhat.com Tue Jun 21 15:34:38 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 21 Jun 2016 12:34:38 -0700 Subject: [teiid-commits] [teiid/teiid] 96f577: TEIID-4283 making sure that loads don't conflict Message-ID: <576996cee06e1_1ab03fe2bfc0d2bc2880cd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 96f57777610604ba5bac83752b1e5e2c2d2084f5 https://github.com/teiid/teiid/commit/96f57777610604ba5bac83752b1e5e2c2d2084f5 Author: shawkins Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 making sure that loads don't conflict From shawkins at redhat.com Tue Jun 21 15:52:07 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 21 Jun 2016 12:52:07 -0700 Subject: [teiid-commits] [teiid/teiid] 90f4f5: TEIID-4283 making sure that loads don't conflict Message-ID: <57699ae73e36a_62ef3fd059fcf29c174715@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 90f4f5058203a9386b5704a3ee5b32be2cfa44ca https://github.com/teiid/teiid/commit/90f4f5058203a9386b5704a3ee5b32be2cfa44ca Author: shawkins Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 making sure that loads don't conflict Conflicts: test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected From shawkins at redhat.com Tue Jun 21 16:00:41 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 21 Jun 2016 13:00:41 -0700 Subject: [teiid-commits] [teiid/teiid] 6687f8: TEIID-4283 making sure that loads don't conflict Message-ID: <57699ce930058_7ef13f8ca47bb2c01144b5@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6687f8067a8a9494f3c61b745ee1148416278d91 https://github.com/teiid/teiid/commit/6687f8067a8a9494f3c61b745ee1148416278d91 Author: shawkins Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 making sure that loads don't conflict Conflicts: test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected From shawkins at redhat.com Tue Jun 21 16:17:27 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 21 Jun 2016 13:17:27 -0700 Subject: [teiid-commits] [teiid/teiid] 020437: TEIID-4288 narrowing the synchronization Message-ID: <5769a0d7b8d7c_5bbb3fa35338729c181072@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 020437115e858dffe078728a5353a0d14f140d5c https://github.com/teiid/teiid/commit/020437115e858dffe078728a5353a0d14f140d5c Author: shawkins Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M client/src/main/java/org/teiid/jdbc/StatementImpl.java Log Message: ----------- TEIID-4288 narrowing the synchronization From shawkins at redhat.com Tue Jun 21 16:16:54 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 21 Jun 2016 13:16:54 -0700 Subject: [teiid-commits] [teiid/teiid] c3ca09: TEIID-4288 narrowing the synchronization Message-ID: <5769a0b6cfc2e_39ed3f84e09192a01169bb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c3ca09345f4f11a8a202ebce1e6f452cdb138c08 https://github.com/teiid/teiid/commit/c3ca09345f4f11a8a202ebce1e6f452cdb138c08 Author: shawkins Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M client/src/main/java/org/teiid/jdbc/StatementImpl.java Log Message: ----------- TEIID-4288 narrowing the synchronization From rareddy at jboss.org Wed Jun 22 10:44:19 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 22 Jun 2016 07:44:19 -0700 Subject: [teiid-commits] [teiid/teiid] c0187a: TEIID-4090: correcting the invalid URL pattern for... Message-ID: <576aa4433b74_280e3f8722f6b2b8129d0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: c0187ade320812aebb844a00096717cf420d72d3 https://github.com/teiid/teiid/commit/c0187ade320812aebb844a00096717cf420d72d3 Author: Ramesh Reddy Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M olingo/src/main/webapp/WEB-INF/web.xml Log Message: ----------- TEIID-4090: correcting the invalid URL pattern for StaticServlet (#727) From rareddy at jboss.org Wed Jun 22 10:48:02 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 22 Jun 2016 07:48:02 -0700 Subject: [teiid-commits] [teiid/teiid] b382df: TEIID-4090: correcting the invalid URL pattern for... Message-ID: <576aa5224b03a_5d8d3fab6f98f29c132890@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: b382df6e5a9b8db5ba59b7313ccc7b42dbb5993d https://github.com/teiid/teiid/commit/b382df6e5a9b8db5ba59b7313ccc7b42dbb5993d Author: Ramesh Reddy Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M olingo/src/main/webapp/WEB-INF/web.xml Log Message: ----------- TEIID-4090: correcting the invalid URL pattern for StaticServlet (#728) From shawkins at redhat.com Wed Jun 22 10:52:14 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 22 Jun 2016 07:52:14 -0700 Subject: [teiid-commits] [teiid/teiid] ef7ed2: TEIID-4287 correcting recontexting of ctes Message-ID: <576aa61ec4cf3_6c993ff20bbcb2bc12891@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: ef7ed239ff9a076e8ecbdec4f18dc1a47f7fc044 https://github.com/teiid/teiid/commit/ef7ed239ff9a076e8ecbdec4f18dc1a47f7fc044 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4287 correcting recontexting of ctes Commit: 1e965d890ef11b36355013561a9652a7126f7662 https://github.com/teiid/teiid/commit/1e965d890ef11b36355013561a9652a7126f7662 Author: Steven Hawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M olingo/src/main/webapp/WEB-INF/web.xml Log Message: ----------- Merge branch 'master' of github.com:teiid/teiid Compare: https://github.com/teiid/teiid/compare/b382df6e5a9b...1e965d890ef1 From shawkins at redhat.com Wed Jun 22 11:01:12 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 08:01:12 -0700 Subject: [teiid-commits] [teiid/teiid] 10c9eb: TEIID-4287 correcting recontexting of ctes Message-ID: <576aa83812e93_19c73fd48f0d72a0191030@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 10c9ebe6733147eb9ef92055b38c7584d93d0187 https://github.com/teiid/teiid/commit/10c9ebe6733147eb9ef92055b38c7584d93d0187 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4287 correcting recontexting of ctes From shawkins at redhat.com Wed Jun 22 13:05:13 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 10:05:13 -0700 Subject: [teiid-commits] [teiid/teiid] be4ece: TEIID-4280 fixing deeply nested planning Message-ID: <576ac549d7db6_2c943f9ef87c12b812259c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: be4ece888d52ed07b839c7bc32fc783981108fd5 https://github.com/teiid/teiid/commit/be4ece888d52ed07b839c7bc32fc783981108fd5 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4280 fixing deeply nested planning Conflicts: engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Commit: 4dd890f98f60e520bd73640dcfb7b29b83cfe505 https://github.com/teiid/teiid/commit/4dd890f98f60e520bd73640dcfb7b29b83cfe505 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4287 correcting recontexting of ctes Conflicts: engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Compare: https://github.com/teiid/teiid/compare/20abe4221f0d...4dd890f98f60 From shawkins at redhat.com Wed Jun 22 14:00:00 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 11:00:00 -0700 Subject: [teiid-commits] [teiid/teiid] b0ffe8: TEIID-4290 changing savepoint rollback to be a no ... Message-ID: <576ad2207e4e6_2d3a3fe4a89992c09848@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: b0ffe81eb28b99a30a0186b4c4e80b613b40ddb6 https://github.com/teiid/teiid/commit/b0ffe81eb28b99a30a0186b4c4e80b613b40ddb6 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4290 changing savepoint rollback to be a no op From shawkins at redhat.com Wed Jun 22 14:07:19 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 11:07:19 -0700 Subject: [teiid-commits] [teiid/teiid] a70254: TEIID-4280 fixing deeply nested planning Message-ID: <576ad3d7a8d7d_43e13fe71468b2b81093a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: a702545639533e3bd809a07aef4eff48cb430d40 https://github.com/teiid/teiid/commit/a702545639533e3bd809a07aef4eff48cb430d40 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4280 fixing deeply nested planning Conflicts: engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Commit: d2bdb9db68c8b715eedc3cba39272cf45e78f4e0 https://github.com/teiid/teiid/commit/d2bdb9db68c8b715eedc3cba39272cf45e78f4e0 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java M engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-4287 correcting recontexting of ctes Conflicts: engine/src/main/java/org/teiid/query/sql/lang/WithQueryCommand.java engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Compare: https://github.com/teiid/teiid/compare/c0187ade3208...d2bdb9db68c8 From shawkins at redhat.com Wed Jun 22 14:07:40 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 11:07:40 -0700 Subject: [teiid-commits] [teiid/teiid] 7791ac: TEIID-4290 changing savepoint rollback to be a no ... Message-ID: <576ad3ec75f8e_4ce73ffb483ff2b81338c7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: 7791ac5b456925e51ab65ba520a122e4a0360549 https://github.com/teiid/teiid/commit/7791ac5b456925e51ab65ba520a122e4a0360549 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4290 changing savepoint rollback to be a no op From shawkins at redhat.com Wed Jun 22 14:21:44 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 22 Jun 2016 11:21:44 -0700 Subject: [teiid-commits] [teiid/teiid] 00c856: TEIID-4290 changing savepoint rollback to be a no ... Message-ID: <576ad7382c1ec_7ec03fd1474b52a02048ef@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.13.x Home: https://github.com/teiid/teiid Commit: 00c8566c93a1bca7f504ec094f75e1e510988af6 https://github.com/teiid/teiid/commit/00c8566c93a1bca7f504ec094f75e1e510988af6 Author: shawkins Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4290 changing savepoint rollback to be a no op Conflicts: runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java From rareddy at jboss.org Wed Jun 22 15:51:13 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 22 Jun 2016 12:51:13 -0700 Subject: [teiid-commits] [teiid/teiid-documents] a79428: TEIID-4279 Message-ID: <576aec3127621_6e2c3f9510e452c0337f7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: a79428eb4f3ca88b96b88bdca1c36242f8466c2c https://github.com/teiid/teiid-documents/commit/a79428eb4f3ca88b96b88bdca1c36242f8466c2c Author: Ramesh Reddy Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M security/LoginModules.adoc Log Message: ----------- TEIID-4279 Updating to reflect changes and new documentation now available. From rareddy at jboss.org Wed Jun 22 17:24:28 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 22 Jun 2016 14:24:28 -0700 Subject: [teiid-commits] [teiid/teiid] 32fa4b: TEIID-3686: delete operation non existent entity s... Message-ID: <576b020cd1a9f_573f3fa50f0652b8105961@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 32fa4be63e8e83fbfdd6adc10d45d91402bb24e5 https://github.com/teiid/teiid/commit/32fa4be63e8e83fbfdd6adc10d45d91402bb24e5 Author: Ramesh Reddy Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/service/TeiidServiceHandler.java Log Message: ----------- TEIID-3686: delete operation non existent entity should return 204 (#729) From rareddy at jboss.org Thu Jun 23 09:51:05 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 23 Jun 2016 06:51:05 -0700 Subject: [teiid-commits] [teiid/teiid] dde3a2: TEIID-4200: Adding support WilfdFly 10 as host env... Message-ID: <576be949eb8f7_18403fd57ea6f2a044393c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: dde3a29351e99360537122e53f1854936c8df7a5 https://github.com/teiid/teiid/commit/dde3a29351e99360537122e53f1854936c8df7a5 Author: Ramesh Reddy Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-ws/pom.xml M connectors/connector-ws/src/main/java/org/teiid/oauth/OAuthUtil.java M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/kits/wildfly-dist.xml M connectors/translator-jdbc/kits/wildfly/docs/teiid/datasources/ucanaccess/ucanaccess-ds.xml M connectors/translator-jdbc/kits/wildfly/docs/teiid/datasources/ucanaccess/ucanaccess.xml M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/DefaultSQLDialect.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCExecutionFactory.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCQueryExecution.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/SQLDialect.java M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/teiid/TeiidExecutionFactory.java M hibernate-dialect/src/main/java/org/teiid/dialect/TeiidDialect.java M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html M jboss-integration/kits/wildfly/standalone/configuration/standalone-teiid.xml M jboss-integration/src/test/java/org/teiid/jboss/TestTeiidConfiguration.java M jboss-security/src/main/java/org/teiid/jboss/oauth/JWTBearerTokenLoginModule.java M jboss-security/src/main/java/org/teiid/jboss/oauth/OAuth20CredentialImpl.java M jboss-security/src/main/java/org/teiid/jboss/oauth/SAMLBearerTokenLoginModule.java M pom.xml M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestDeployment.java M test-integration/common/src/test/resources/chained-vdb.xml Log Message: ----------- TEIID-4200: Adding support WilfdFly 10 as host environment (#730) From shawkins at redhat.com Thu Jun 23 14:36:57 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 23 Jun 2016 11:36:57 -0700 Subject: [teiid-commits] [teiid/teiid] 8b870e: TEIID-4129 removing the pushdown of a string sort ... Message-ID: <576c2c493f2a0_110d3fac546652c079737@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 8b870e94f1352546f2e2aa1dd35851f1a1840fcb https://github.com/teiid/teiid/commit/8b870e94f1352546f2e2aa1dd35851f1a1840fcb Author: shawkins Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M common-core/src/main/java/org/teiid/core/types/DataTypeManager.java M engine/src/main/java/org/teiid/dqp/internal/process/DQPCore.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/CriteriaCapabilityValidatorVisitor.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleMergeCriteria.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleRaiseAccess.java M engine/src/main/java/org/teiid/query/processor/relational/MergeJoinStrategy.java M engine/src/main/java/org/teiid/query/util/Options.java M engine/src/main/resources/org/teiid/query/i18n.properties M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html Log Message: ----------- TEIID-4129 removing the pushdown of a string sort for sort/merge in more circumstances From ci-builds at redhat.com Fri Jun 24 01:23:37 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 24 Jun 2016 01:23:37 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 3076 - Failure! Message-ID: <1305711563.59627.1466745818074.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 3076 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/3076/ to view the results. From ci-builds at redhat.com Fri Jun 24 03:55:56 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 24 Jun 2016 03:55:56 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3245 - Failure! Message-ID: <879481247.59686.1466754956714.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3245 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3245/ to view the results. From shawkins at redhat.com Fri Jun 24 09:45:46 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 24 Jun 2016 06:45:46 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 75a22f: TEIID-4191 updating the grammar Message-ID: <576d398a28396_4173f96de1bd2bc62818@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 75a22f4f3ca0f8dee07214c68327c91fccbc0663 https://github.com/teiid/teiid-documents/commit/75a22f4f3ca0f8dee07214c68327c91fccbc0663 Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M reference/BNF_for_SQL_Grammar.adoc Log Message: ----------- TEIID-4191 updating the grammar Commit: da54bfab904531b1e5448011dba4654afbd67afb https://github.com/teiid/teiid-documents/commit/da54bfab904531b1e5448011dba4654afbd67afb Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M reference/sysadmin_schema.adoc Log Message: ----------- TEIID-4283 correcting the text Commit: d6c494c7224b345b38c6ae03660202c30339d3e8 https://github.com/teiid/teiid-documents/commit/d6c494c7224b345b38c6ae03660202c30339d3e8 Author: Steven Hawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M admin/Teiid_Management_CLI.adoc M reference/System_Functions.adoc M reference/sysadmin_schema.adoc M security/LoginModules.adoc Log Message: ----------- Merge branch 'master' of github.com:teiid/teiid-documents Compare: https://github.com/teiid/teiid-documents/compare/158721c84742...d6c494c7224b From ci-builds at redhat.com Fri Jun 24 10:02:17 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 24 Jun 2016 10:02:17 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 3246 - Fixed! In-Reply-To: <879481247.59686.1466754956714.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <879481247.59686.1466754956714.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1297438711.59925.1466776937084.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 3246 - Fixed: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/3246/ to view the results. From shawkins at redhat.com Fri Jun 24 10:12:50 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 24 Jun 2016 07:12:50 -0700 Subject: [teiid-commits] [teiid/teiid] 511f89: TEIID-4129 removing the pushdown of a string sort ... Message-ID: <576d3fe23eb4a_7f263f94932472c0269e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 511f89d4e55b97fb0dc33ddee995da1c2cd36125 https://github.com/teiid/teiid/commit/511f89d4e55b97fb0dc33ddee995da1c2cd36125 Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M jboss-integration/kits/wildfly/docs/teiid/teiid-releasenotes.html Log Message: ----------- TEIID-4129 removing the pushdown of a string sort for sort/merge in more circumstances From shawkins at redhat.com Fri Jun 24 13:49:28 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 24 Jun 2016 10:49:28 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 81119e: TEIID-4129 adding docs for assume matching collati... Message-ID: <576d72a85b5aa_77243fc0bf7792b841554@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 81119eb7fbc8bccd5b283a20c56c53ae8683b263 https://github.com/teiid/teiid-documents/commit/81119eb7fbc8bccd5b283a20c56c53ae8683b263 Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M admin/System_Properties.adoc Log Message: ----------- TEIID-4129 adding docs for assume matching collation From shawkins at redhat.com Fri Jun 24 15:22:35 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 24 Jun 2016 12:22:35 -0700 Subject: [teiid-commits] [teiid/teiid-documents] a83abc: TEIID-4200 wildfly 10 updates Message-ID: <576d887bf3586_3fbc3ff7317872c01361f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: a83abcca12d78c4bf03b0f94ee41692e44e9b64b https://github.com/teiid/teiid-documents/commit/a83abcca12d78c4bf03b0f94ee41692e44e9b64b Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M admin/Migration_Guide_From_Teiid_8.x.adoc M book.json Log Message: ----------- TEIID-4200 wildfly 10 updates From shawkins at redhat.com Fri Jun 24 15:24:21 2016 From: shawkins at redhat.com (shawkins) Date: Fri, 24 Jun 2016 12:24:21 -0700 Subject: [teiid-commits] [teiid/teiid] 0d7e65: TEIID-4289 adding support for the work/transaction... Message-ID: <576d88e5cfecc_4b9a3fd2a0dab29c46320@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 0d7e65025d32dc7b42f282e91ff472ab8315b24b https://github.com/teiid/teiid/commit/0d7e65025d32dc7b42f282e91ff472ab8315b24b Author: shawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-4289 adding support for the work/transaction keywords From shawkins at redhat.com Fri Jun 24 18:03:09 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 24 Jun 2016 15:03:09 -0700 Subject: [teiid-commits] [teiid/teiid] f47c42: TEIID-4291 added logic and test to handle the sche... Message-ID: <576dae1d44d39_7b4a3f81e491f2bc35077@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: f47c421332cafbba92f83c5b6031c87dd87afd2c https://github.com/teiid/teiid/commit/f47c421332cafbba92f83c5b6031c87dd87afd2c Author: vhalbert Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M connectors/translator-object/src/main/java/org/teiid/translator/object/ClassRegistry.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectPlugin.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectUpdateExecution.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectVisitor.java M connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties M connectors/translator-object/src/test/java/org/teiid/translator/object/TestObjectUpdateExecution.java M connectors/translator-object/src/test/java/org/teiid/translator/object/TestTradesKeySearch.java M connectors/translator-object/src/test/resources/ObjectProject/Trade.vdb A connectors/translator-object/src/test/resources/ObjectProject/Trade_Mat.xmi M connectors/translator-object/src/test/resources/ObjectProject/Trade_Object.xmi M connectors/translator-object/src/test/resources/ObjectProject/Trade_View.xmi Log Message: ----------- TEIID-4291 added logic and test to handle the schema within a schema after teiid designer materialization generates it. TEIID-4299 regarding trying to set a null on a java native type, added to throw an exception Commit: e982d84a8cfe9ea1f949076af05564e28a78ba87 https://github.com/teiid/teiid/commit/e982d84a8cfe9ea1f949076af05564e28a78ba87 Author: Steven Hawkins Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M connectors/translator-object/src/main/java/org/teiid/translator/object/ClassRegistry.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectPlugin.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectUpdateExecution.java M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectVisitor.java M connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties M connectors/translator-object/src/test/java/org/teiid/translator/object/TestObjectUpdateExecution.java M connectors/translator-object/src/test/java/org/teiid/translator/object/TestTradesKeySearch.java M connectors/translator-object/src/test/resources/ObjectProject/Trade.vdb A connectors/translator-object/src/test/resources/ObjectProject/Trade_Mat.xmi M connectors/translator-object/src/test/resources/ObjectProject/Trade_Object.xmi M connectors/translator-object/src/test/resources/ObjectProject/Trade_View.xmi Log Message: ----------- Merge branch 'TEIID-4291' of https://github.com/vhalbert/teiid Compare: https://github.com/teiid/teiid/compare/0d7e65025d32...e982d84a8cfe From rareddy at jboss.org Fri Jun 24 18:47:39 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Fri, 24 Jun 2016 15:47:39 -0700 Subject: [teiid-commits] [teiid/teiid] 1db986: TEIID-4292: adding case insensitive names for VDB ... Message-ID: <576db88bac973_72fb3fee6d6492b86291a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 1db986f3c253056eed415c437059efe3c9d5e29f https://github.com/teiid/teiid/commit/1db986f3c253056eed415c437059efe3c9d5e29f Author: Ramesh Reddy Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/VDBStructureDeployer.java M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestDeployment.java Log Message: ----------- TEIID-4292: adding case insensitive names for VDB deployment names, ex: .VDB, or -VDB.xml (#732) From ci-builds at redhat.com Sat Jun 25 01:22:37 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 25 Jun 2016 01:22:37 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 3077 - Still Failing! In-Reply-To: <1305711563.59627.1466745818074.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1305711563.59627.1466745818074.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1676072505.60030.1466832157583.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 3077 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/3077/ to view the results. From ci-builds at redhat.com Sat Jun 25 03:01:48 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 25 Jun 2016 03:01:48 -0400 (EDT) Subject: [teiid-commits] Teiid-WeeklyBuild - Build # 264 - Still Failing! In-Reply-To: <1301033702.57747.1466233309703.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1301033702.57747.1466233309703.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <775516352.60044.1466838108606.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-WeeklyBuild - Build # 264 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-WeeklyBuild/264/ to view the results. From rareddy at jboss.org Sat Jun 25 15:24:50 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Sat, 25 Jun 2016 12:24:50 -0700 Subject: [teiid-commits] [teiid/teiid] 5672f4: TEIID4200: Fixing issues with deploymnet scripts, ... Message-ID: <576eda8287e64_24ff3f974769d2a03707b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 5672f495441278e81d2883e950a381362145d969 https://github.com/teiid/teiid/commit/5672f495441278e81d2883e950a381362145d969 Author: Ramesh Reddy Date: 2016-06-25 (Sat, 25 Jun 2016) Changed paths: M jboss-integration/kits/wildfly/bin/scripts/teiid-domain-mode-install.cli M jboss-integration/kits/wildfly/modules/org/jboss/teiid/main/deployments/deployments.properties M odata/kits/wildfly-dist.xml M olingo/kits/wildfly-dist.xml M pom.xml M rest-service/kits/wildfly/modules/org/jboss/teiid/rest-service/main/module.xml M rest-service/src/main/java/org/teiid/jboss/rest/TeiidRSExceptionHandler.java Log Message: ----------- TEIID4200: Fixing issues with deploymnet scripts, and Rest WAR execution dependencies (#733) From ci-builds at redhat.com Sun Jun 26 01:22:27 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sun, 26 Jun 2016 01:22:27 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 3078 - Still Failing! In-Reply-To: <1676072505.60030.1466832157583.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1676072505.60030.1466832157583.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1350714327.60164.1466918547261.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 3078 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/3078/ to view the results. From rareddy at jboss.org Sun Jun 26 23:38:26 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Sun, 26 Jun 2016 20:38:26 -0700 Subject: [teiid-commits] [teiid/teiid] 1ee6ae: TEIID-4298: Adding the navigation of the in revers... Message-ID: <57709fb2d919e_21913fd20ca7f29c6068c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 1ee6ae9a39eb8675eb85159095d36d742b73ca67 https://github.com/teiid/teiid/commit/1ee6ae9a39eb8675eb85159095d36d742b73ca67 Author: Ramesh Reddy Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/service/DocumentNode.java M olingo/src/main/java/org/teiid/olingo/service/ODataSchemaBuilder.java M olingo/src/test/java/org/teiid/olingo/TestODataIntegration.java M olingo/src/test/resources/loopy-edmx-metadata.xml Log Message: ----------- TEIID-4298: Adding the navigation of the in reverse direction of the relationship defined on the relational table for the OData (#734) From rareddy at jboss.org Mon Jun 27 09:58:08 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 27 Jun 2016 06:58:08 -0700 Subject: [teiid-commits] [teiid/teiid] c5911f: TEIID-3686: delete operation non existent entity s... Message-ID: <577130f0dcd17_2a273f985255f29c316e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: c5911f2fdd0a0380df02a2070c012cdca9c41c96 https://github.com/teiid/teiid/commit/c5911f2fdd0a0380df02a2070c012cdca9c41c96 Author: Ramesh Reddy Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/service/TeiidServiceHandler.java Log Message: ----------- TEIID-3686: delete operation non existent entity should return 204 (#729) (#735) From shawkins at redhat.com Mon Jun 27 10:54:49 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 27 Jun 2016 07:54:49 -0700 Subject: [teiid-commits] [teiid/teiid] 7e0d3d: TEIID-3866: with clause used by subquery repeated ... Message-ID: <57713e392c5bd_46523fae4e1b529c39595@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: 7e0d3d578cceee6444adc96b9690f7fbc317b7f0 https://github.com/teiid/teiid/commit/7e0d3d578cceee6444adc96b9690f7fbc317b7f0 Author: shawkins Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java Log Message: ----------- TEIID-3866: with clause used by subquery repeated in the subquery (removing duplicate with clauses, correcting the check to remove the with clause) From ci-builds at redhat.com Mon Jun 27 12:26:12 2016 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Mon, 27 Jun 2016 12:26:12 -0400 (EDT) Subject: [teiid-commits] Teiid-WeeklyBuild - Build # 265 - Still Failing! In-Reply-To: <775516352.60044.1466838108606.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <775516352.60044.1466838108606.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <575397233.60702.1467044772207.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-WeeklyBuild - Build # 265 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-WeeklyBuild/265/ to view the results. From shawkins at redhat.com Mon Jun 27 13:11:36 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 27 Jun 2016 10:11:36 -0700 Subject: [teiid-commits] [teiid/teiid] 3683a6: TEIID-4000 spliting large batches Message-ID: <57715e48f8ba_1b643fbb2147f2b829955@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 3683a60f878bd00612abf83f17fbf24b396b69b6 https://github.com/teiid/teiid/commit/3683a60f878bd00612abf83f17fbf24b396b69b6 Author: shawkins Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M client/src/main/java/org/teiid/jdbc/PreparedStatementImpl.java M client/src/main/java/org/teiid/net/ServerConnection.java M client/src/main/java/org/teiid/net/socket/SocketServerConnection.java M client/src/main/java/org/teiid/netty/handler/codec/serialization/ObjectDecoderInputStream.java M client/src/test/java/org/teiid/jdbc/TestPreparedStatement.java M runtime/src/main/java/org/teiid/transport/LocalServerConnection.java Log Message: ----------- TEIID-4000 spliting large batches From shawkins at redhat.com Mon Jun 27 18:47:56 2016 From: shawkins at redhat.com (shawkins) Date: Mon, 27 Jun 2016 15:47:56 -0700 Subject: [teiid-commits] [teiid/teiid-documents] 88a53b: TEIID-4301 correcting version mistake Message-ID: <5771ad1c9c6a0_bb83f7f15cdd2b889115@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid-documents Commit: 88a53b1ab0be182aad051e90f051260898a4f187 https://github.com/teiid/teiid-documents/commit/88a53b1ab0be182aad051e90f051260898a4f187 Author: shawkins Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M admin/Migration_Guide_From_Teiid_8.x.adoc Log Message: ----------- TEIID-4301 correcting version mistake From rareddy at jboss.org Mon Jun 27 20:30:23 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 27 Jun 2016 17:30:23 -0700 Subject: [teiid-commits] [teiid/teiid] 64860b: TEIID-4183: Correcting the Kerberos pass-through s... Message-ID: <5771c51fb861b_74f73faf682052b8390c9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 64860b189815f3629c2c9e1dc4f73a957aba72d5 https://github.com/teiid/teiid/commit/64860b189815f3629c2c9e1dc4f73a957aba72d5 Author: Ramesh Reddy Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M jboss-integration/pom.xml A jboss-integration/src/main/java/org/teiid/jboss/GSSUtil.java M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java Log Message: ----------- TEIID-4183: Correcting the Kerberos pass-through scenario in PassthroughLoginModule to create new subject based on the delegate credential (#736) From rareddy at jboss.org Mon Jun 27 20:47:06 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 27 Jun 2016 17:47:06 -0700 Subject: [teiid-commits] [teiid/teiid] c1bcad: TEIID-4183: Correcting the Kerberos pass-through s... Message-ID: <5771c90a453f9_6723fa3172cf2a080249@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c1bcad88bd25deaab39e26f642041f67b9ec04b6 https://github.com/teiid/teiid/commit/c1bcad88bd25deaab39e26f642041f67b9ec04b6 Author: Ramesh Reddy Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M jboss-integration/pom.xml A jboss-integration/src/main/java/org/teiid/jboss/GSSUtil.java M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java Log Message: ----------- TEIID-4183: Correcting the Kerberos pass-through scenario in PassthroughLoginModule to create new subject based on the delegate credential (#736) (#737) From rareddy at jboss.org Mon Jun 27 21:02:13 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 27 Jun 2016 18:02:13 -0700 Subject: [teiid-commits] [teiid/teiid] 7f41e6: TEIID-4200: reverting the odata deployment directl... Message-ID: <5771cc95234e9_16a3fbe4ff9f2c01012af@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 7f41e6a993afb54038330513d35269143df51ab3 https://github.com/teiid/teiid/commit/7f41e6a993afb54038330513d35269143df51ab3 Author: Ramesh Reddy Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M jboss-integration/kits/wildfly/modules/org/jboss/teiid/main/deployments/deployments.properties M pom.xml Log Message: ----------- TEIID-4200: reverting the odata deployment directly to the module directories dir (#738) From rareddy at jboss.org Tue Jun 28 14:12:20 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 28 Jun 2016 11:12:20 -0700 Subject: [teiid-commits] [teiid/teiid] 2a528a: TEIID-4183: adding a null check on the pass throug... Message-ID: <5772be044eb42_1a7a3ff217af72bc16096@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: 2a528a99cc637123bbff4ba7565b60eaf466ade2 https://github.com/teiid/teiid/commit/2a528a99cc637123bbff4ba7565b60eaf466ade2 Author: Ramesh Reddy Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java Log Message: ----------- TEIID-4183: adding a null check on the pass through user subject to avoid a NPE during the boot up (#739) From rareddy at jboss.org Tue Jun 28 14:16:06 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 28 Jun 2016 11:16:06 -0700 Subject: [teiid-commits] [teiid/teiid] d30535: TEIID-4183: adding a null check on the pass throug... Message-ID: <5772bee69545b_2a603fdf62ff329c163195@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d30535f5f77e17eeedb4354e5f4fb3aae4edc80f https://github.com/teiid/teiid/commit/d30535f5f77e17eeedb4354e5f4fb3aae4edc80f Author: Ramesh Reddy Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java Log Message: ----------- TEIID-4183: adding a null check on the pass through user subject to avoid a NPE during the boot up (#739) (#740) From shawkins at redhat.com Tue Jun 28 17:47:03 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 28 Jun 2016 14:47:03 -0700 Subject: [teiid-commits] [teiid/teiid] 704be8: TEIID-4305 correcting message Message-ID: <5772f057aa615_60873faff94e32a05402b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 704be86277ad8eac345a270a669d9701db6b27be https://github.com/teiid/teiid/commit/704be86277ad8eac345a270a669d9701db6b27be Author: shawkins Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M client/src/main/resources/org/teiid/jdbc/i18n.properties Log Message: ----------- TEIID-4305 correcting message From shawkins at redhat.com Tue Jun 28 17:58:54 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 28 Jun 2016 14:58:54 -0700 Subject: [teiid-commits] [teiid/teiid] 8d3a35: TEIID-4283 fixing just the invalidation Message-ID: <5772f31e60f61_2a603fdf62ff329c167541@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 8d3a357fac01fb256498517b1d6ab03a4a93bbcd https://github.com/teiid/teiid/commit/8d3a357fac01fb256498517b1d6ab03a4a93bbcd Author: shawkins Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 fixing just the invalidation From shawkins at redhat.com Tue Jun 28 18:59:28 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 28 Jun 2016 15:59:28 -0700 Subject: [teiid-commits] [teiid/teiid] d2093f: TEIID-4304 better handling for subqueries in the o... Message-ID: <577301501400d_110b3faeda4272a06062a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d2093f289d9c4ef859457640b4f9ae87f61055ae https://github.com/teiid/teiid/commit/d2093f289d9c4ef859457640b4f9ae87f61055ae Author: shawkins Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleCollapseSource.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleRaiseAccess.java M engine/src/main/java/org/teiid/query/sql/lang/SubqueryContainer.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/optimizer/TestOptimizer.java Log Message: ----------- TEIID-4304 better handling for subqueries in the on clause From shawkins at redhat.com Tue Jun 28 20:18:58 2016 From: shawkins at redhat.com (shawkins) Date: Tue, 28 Jun 2016 17:18:58 -0700 Subject: [teiid-commits] [teiid/teiid] a1e248: TEIID-4304 better handling for subqueries in the o... Message-ID: <577313f252c6e_47c93f98c5e3329c123893@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/9.0.x Home: https://github.com/teiid/teiid Commit: a1e2483e682c13a991f3413be69be808d26b29ad https://github.com/teiid/teiid/commit/a1e2483e682c13a991f3413be69be808d26b29ad Author: shawkins Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleCollapseSource.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleRaiseAccess.java M engine/src/main/java/org/teiid/query/sql/lang/SubqueryContainer.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/optimizer/TestOptimizer.java Log Message: ----------- TEIID-4304 better handling for subqueries in the on clause Commit: 47ed12b762911b0707c8afc248ada36d06228c4e https://github.com/teiid/teiid/commit/47ed12b762911b0707c8afc248ada36d06228c4e Author: shawkins Date: 2016-06-28 (Tue, 28 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 fixing just the invalidation Compare: https://github.com/teiid/teiid/compare/7791ac5b4569...47ed12b76291 From shawkins at redhat.com Wed Jun 29 08:04:19 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 29 Jun 2016 05:04:19 -0700 Subject: [teiid-commits] [teiid/teiid] c3b73b: TEIID-4283 fixing just the invalidation Message-ID: <5773b9434e12d_780c3f81145272c01069bd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/63-8.12.x Home: https://github.com/teiid/teiid Commit: c3b73bcff8ec9e709f0eff262731c54cd824b733 https://github.com/teiid/teiid/commit/c3b73bcff8ec9e709f0eff262731c54cd824b733 Author: shawkins Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-4283 fixing just the invalidation # Conflicts: # engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql # test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected From shawkins at redhat.com Wed Jun 29 08:41:26 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 29 Jun 2016 05:41:26 -0700 Subject: [teiid-commits] [teiid/teiid] ef6928: [maven-release-plugin] prepare release teiid-paren... Message-ID: <5773c1f642224_79b33ffce554929c776c4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: ef6928c8edd99892ad62d6b0faa5d6091bff19cf https://github.com/teiid/teiid/commit/ef6928c8edd99892ad62d6b0faa5d6091bff19cf Author: Steven Hawkins Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-9.1.0.Alpha1 From shawkins at redhat.com Wed Jun 29 08:41:28 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 29 Jun 2016 05:41:28 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <5773c1f8d031f_444c3fc4de8e52a0914be@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-9.1.0.Alpha1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Jun 29 08:41:29 2016 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 29 Jun 2016 05:41:29 -0700 Subject: [teiid-commits] [teiid/teiid] 6d6ffb: [maven-release-plugin] prepare for next developmen... Message-ID: <5773c1f9ebf2f_25533f92c9e4b2b887868@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6d6ffb5ea7d717e6f9f81f7b2447b043ae6f7ad0 https://github.com/teiid/teiid/commit/6d6ffb5ea7d717e6f9f81f7b2447b043ae6f7ad0 Author: Steven Hawkins Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-hotrod/pom.xml M connectors/connector-infinispan-libmode/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce-34/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/document-api/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-logger/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hbase/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-hotrod/pom.xml M connectors/translator-infinispan-libmode/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-odata4/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-prestodb/pom.xml M connectors/translator-salesforce-34/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-swagger/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-admin/pom.xml M jboss-integration/pom.xml M jboss-security/pom.xml M metadata/pom.xml M odata/pom.xml M olingo-common/pom.xml M olingo-patches/pom.xml M olingo/pom.xml M pom.xml M rest-service/pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From shawkins at redhat.com Wed Jun 29 09:59:54 2016 From: shawkins at redhat.com (shawkins) Date: Wed, 29 Jun 2016 06:59:54 -0700 Subject: [teiid-commits] [teiid/teiid] 7be7cb: TEIID-4304: Correct handling with subquery in on c... Message-ID: <5773d45a1e95c_7d173fee3ab6b29c9946a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/62-8.7.x Home: https://github.com/teiid/teiid Commit: 7be7cbcc1e30dd0619344ebea87b4e82c789c218 https://github.com/teiid/teiid/commit/7be7cbcc1e30dd0619344ebea87b4e82c789c218 Author: shawkins Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleCollapseSource.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleRaiseAccess.java M engine/src/main/java/org/teiid/query/sql/lang/SubqueryContainer.java M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java M engine/src/test/java/org/teiid/query/optimizer/TestOptimizer.java Log Message: ----------- TEIID-4304: Correct handling with subquery in on clause (better handling for subqueries in the on clause) From rareddy at jboss.org Wed Jun 29 11:17:26 2016 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 29 Jun 2016 08:17:26 -0700 Subject: [teiid-commits] [teiid/teiid] 911e1e: TEIID-4247: adding date and time functions (#742) Message-ID: <5773e686a5e95_7eb43fd40abcf2a01522a8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 911e1e8ad5d027489186f011333147d614b6f5e6 https://github.com/teiid/teiid/commit/911e1e8ad5d027489186f011333147d614b6f5e6 Author: Ramesh Reddy Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M olingo/src/main/java/org/teiid/olingo/service/ODataExpressionToSQLVisitor.java M olingo/src/test/java/org/teiid/olingo/TestODataSQLBuilder.java Log Message: ----------- TEIID-4247: adding date and time functions (#742) From shawkins at redhat.com Thu Jun 30 14:47:18 2016 From: shawkins at redhat.com (shawkins) Date: Thu, 30 Jun 2016 11:47:18 -0700 Subject: [teiid-commits] [teiid/teiid] 9cd27e: TEIID-4313 using linked sets Message-ID: <57756936a284b_41b73fe60e7c52c073450@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 9cd27e21b9d83a7474d2c61969aca8f2b4dd0695 https://github.com/teiid/teiid/commit/9cd27e21b9d83a7474d2c61969aca8f2b4dd0695 Author: shawkins Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M engine/src/main/java/org/teiid/query/sql/visitor/GroupCollectorVisitor.java M engine/src/main/java/org/teiid/query/sql/visitor/GroupsUsedByElementsVisitor.java Log Message: ----------- TEIID-4313 using linked sets