[teiid/teiid] fb3a44: TEIID-4409 the option to determine if configured t...
by Steven Hawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: fb3a44cb5d0cd25a231ccb0be2f0a4893e9d7d7a
https://github.com/teiid/teiid/commit/fb3a44cb5d0cd25a231ccb0be2f0a4893e9...
Author: vhalbert <vhalbert(a)jboss.org>
Date: 2016-08-24 (Wed, 24 Aug 2016)
Changed paths:
M connectors/connector-infinispan-hotrod/src/main/java/org/teiid/resource/adapter/infinispan/hotrod/AbstractInfinispanManagedConnectionFactory.java
M connectors/connector-infinispan-hotrod/src/main/java/org/teiid/resource/adapter/infinispan/hotrod/InfinispanConnectionImpl.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/InfinispanHotRodConnection.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/InfinispanHotRodExecutionFactory.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/metadata/ProtobufMetadataProcessor.java
M connectors/translator-infinispan-hotrod/src/test/java/org/teiid/translator/infinispan/hotrod/TestInfinispanHotRodConnection.java
M connectors/translator-infinispan-hotrod/src/test/resources/allTypesMetadata.ddl
M connectors/translator-infinispan-hotrod/src/test/resources/personMetadata.ddl
M connectors/translator-infinispan-hotrod/src/test/resources/personMetadataNoObject.ddl
M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectExecutionFactory.java
M connectors/translator-object/src/test/java/org/teiid/translator/object/metadata/TestAnnotationMetadataProcessor.java
Log Message:
-----------
TEIID-4409 the option to determine if configured to annotations can now be determined from the connection, so this can be automatic, without a translator override
Commit: 0b8173596ed4bb952b05c08de91b3b6ea1717543
https://github.com/teiid/teiid/commit/0b8173596ed4bb952b05c08de91b3b6ea17...
Author: Steven Hawkins <shawkins(a)redhat.com>
Date: 2016-08-29 (Mon, 29 Aug 2016)
Changed paths:
M connectors/connector-infinispan-hotrod/src/main/java/org/teiid/resource/adapter/infinispan/hotrod/AbstractInfinispanManagedConnectionFactory.java
M connectors/connector-infinispan-hotrod/src/main/java/org/teiid/resource/adapter/infinispan/hotrod/InfinispanConnectionImpl.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/InfinispanHotRodConnection.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/InfinispanHotRodExecutionFactory.java
M connectors/translator-infinispan-hotrod/src/main/java/org/teiid/translator/infinispan/hotrod/metadata/ProtobufMetadataProcessor.java
M connectors/translator-infinispan-hotrod/src/test/java/org/teiid/translator/infinispan/hotrod/TestInfinispanHotRodConnection.java
M connectors/translator-infinispan-hotrod/src/test/resources/allTypesMetadata.ddl
M connectors/translator-infinispan-hotrod/src/test/resources/personMetadata.ddl
M connectors/translator-infinispan-hotrod/src/test/resources/personMetadataNoObject.ddl
M connectors/translator-object/src/main/java/org/teiid/translator/object/ObjectExecutionFactory.java
M connectors/translator-object/src/test/java/org/teiid/translator/object/metadata/TestAnnotationMetadataProcessor.java
Log Message:
-----------
Merge branch 'teiid-4409' of https://github.com/vhalbert/teiid
Compare: https://github.com/teiid/teiid/compare/fb34209127de...0b8173596ed4
8 years, 3 months
[teiid/teiid] ed8cc1: Revert "TEIID-4393 correcting the function name"
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: ed8cc11421086c1df3f99c091a617693ee4e7522
https://github.com/teiid/teiid/commit/ed8cc11421086c1df3f99c091a617693ee4...
Author: Steven Hawkins <shawkins(a)redhat.com>
Date: 2016-08-29 (Mon, 29 Aug 2016)
Changed paths:
M engine/src/main/java/org/teiid/query/function/GeometryFunctionMethods.java
M engine/src/main/java/org/teiid/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java
M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected
Log Message:
-----------
Revert "TEIID-4393 correcting the function name"
This reverts commit e4ab418c257de1caa8c69988c8065fb77c6e92d0.
Commit: 34b9600a0737f428662db48005d03a142b051410
https://github.com/teiid/teiid/commit/34b9600a0737f428662db48005d03a142b0...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-08-29 (Mon, 29 Aug 2016)
Changed paths:
M engine/src/main/java/org/teiid/query/function/GeometryFunctionMethods.java
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected
Log Message:
-----------
TEIID-4393 correcting the function name
Compare: https://github.com/teiid/teiid/compare/e4ab418c257d...34b9600a0737
8 years, 3 months
[teiid/teiid] e4ab41: TEIID-4393 correcting the function name
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: e4ab418c257de1caa8c69988c8065fb77c6e92d0
https://github.com/teiid/teiid/commit/e4ab418c257de1caa8c69988c8065fb77c6...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-08-28 (Sun, 28 Aug 2016)
Changed paths:
M engine/src/main/java/org/teiid/query/function/GeometryFunctionMethods.java
M engine/src/main/java/org/teiid/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java
M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected
Log Message:
-----------
TEIID-4393 correcting the function name
8 years, 3 months
[teiid/teiid] aaf891: BZ1349537: DV 6.3 Update 01
by jolee
Branch: refs/heads/63-8.12.x
Home: https://github.com/teiid/teiid
Commit: aaf89153145a3783ec7fe1f0af571105b6aaf7bd
https://github.com/teiid/teiid/commit/aaf89153145a3783ec7fe1f0af571105b6a...
Author: jolee <jolee(a)redhat.com>
Date: 2016-08-26 (Fri, 26 Aug 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 teiid-jdbc/dependency-reduced-pom.xml
M teiid-jdbc/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:
-----------
BZ1349537: DV 6.3 Update 01
8 years, 3 months
[teiid/teiid] 55344c: [maven-release-plugin] prepare for next developmen...
by Steven Hawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 55344c00df0a0bc6459aeb153d395f5cc9ab5943
https://github.com/teiid/teiid/commit/55344c00df0a0bc6459aeb153d395f5cc9a...
Author: Steven Hawkins <shawkins(a)redhat.com>
Date: 2016-08-25 (Thu, 25 Aug 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 data-quality/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 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
8 years, 4 months