[teiid/teiid] 4c72ad: TEIID-3175 adding uuids to function parameters
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 4c72ada097abc8de10bcf3c6a6f108f3f324a3ea
https://github.com/teiid/teiid/commit/4c72ada097abc8de10bcf3c6a6f108f3f32...
Author: shawkins <shawkins(a)redhat.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M api/src/main/java/org/teiid/metadata/AbstractMetadataRecord.java
M api/src/main/java/org/teiid/metadata/MetadataFactory.java
M api/src/main/java/org/teiid/metadata/MetadataStore.java
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/java/org/teiid/query/metadata/CompositeMetadataStore.java
M engine/src/main/resources/org/teiid/metadata/SYS.sql
M test-integration/common/src/test/resources/TestJDBCSocketTransport/testSelect.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetColumns.expected
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/TestODBCSchema/test_PG_ATTRDEF.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_CLASS.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_NAMESPACE.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testInt2Vector.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testSelect.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testColumns.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testIndexInfo.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testIndexInfoAll.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testDefect12064.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testKeyColumns.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testKeys.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedures.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected
Log Message:
-----------
TEIID-3175 adding uuids to function parameters
10 years, 2 months
[teiid/teiid] 603451: TEIID-3059: Adding support for kerberos token dele...
by Ramesh Reddy
Branch: refs/heads/8.7.x
Home: https://github.com/teiid/teiid
Commit: 603451f497dec6ce4c9c07c9a15f372c3f31584d
https://github.com/teiid/teiid/commit/603451f497dec6ce4c9c07c9a15f372c3f3...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M connectors/connector-ws/kits/jboss-as7/modules/org/jboss/teiid/resource-adapter/webservice/main/module.xml
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/DelegateKerberosClient.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java
Log Message:
-----------
TEIID-3059: Adding support for kerberos token delegation for SOAP web services
Commit: d2eed4c78f4b0b6c86a8a95db0f1abbafdd48e03
https://github.com/teiid/teiid/commit/d2eed4c78f4b0b6c86a8a95db0f1abbafdd...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M connectors/connector-ws/kits/jboss-as7/modules/org/jboss/teiid/resource-adapter/webservice/main/module.xml
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/DelegateKerberosClient.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java
Log Message:
-----------
Merge pull request #350 from rareddy/TEIID-3059-8.7.x
TEIID-3059: Adding support for kerberos token delegation for SOAP web se...
Compare: https://github.com/teiid/teiid/compare/b6361fc9d53e...d2eed4c78f4b
10 years, 2 months
[teiid/teiid] 713640: TEIID-3059: Adding support for kerberos token dele...
by Ramesh Reddy
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 7136404da9c0c4991302c8f4e970fc561f016d05
https://github.com/teiid/teiid/commit/7136404da9c0c4991302c8f4e970fc561f0...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M connectors/connector-ws/kits/jboss-as7/modules/org/jboss/teiid/resource-adapter/webservice/main/module.xml
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/DelegateKerberosClient.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java
Log Message:
-----------
TEIID-3059: Adding support for kerberos token delegation for SOAP web services
Commit: c5ad7677276fcf492f17321e2dc2f3a0b8d259a6
https://github.com/teiid/teiid/commit/c5ad7677276fcf492f17321e2dc2f3a0b8d...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M connectors/connector-ws/kits/jboss-as7/modules/org/jboss/teiid/resource-adapter/webservice/main/module.xml
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/DelegateKerberosClient.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M jboss-integration/src/main/java/org/teiid/jboss/PassthroughIdentityLoginModule.java
Log Message:
-----------
Merge pull request #349 from rareddy/TEIID-3059
TEIID-3059: Adding support for kerberos token delegation for SOAP web se...
Compare: https://github.com/teiid/teiid/compare/356aa202f0a6...c5ad7677276f
10 years, 2 months