[teiid/teiid] bb96c1: TEIID-4852: Wrong OData results with multiple sel...
by shawkins
Branch: refs/heads/63-8.12.x
Home: https://github.com/teiid/teiid
Commit: bb96c116e89d01b7c65b06f4980895b2490b0198
https://github.com/teiid/teiid/commit/bb96c116e89d01b7c65b06f4980895b2490...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-05-08 (Mon, 08 May 2017)
Changed paths:
M build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html
M olingo/src/main/java/org/teiid/olingo/service/DocumentNode.java
M olingo/src/main/java/org/teiid/olingo/service/ODataExpressionToSQLVisitor.java
M olingo/src/main/java/org/teiid/olingo/service/ODataSQLBuilder.java
M olingo/src/main/java/org/teiid/olingo/service/ReferenceUpdateSQLBuilder.java
M olingo/src/test/java/org/teiid/olingo/TestODataSQLBuilder.java
Log Message:
-----------
TEIID-4852: Wrong OData results with multiple self relationships (ensuring the correct fk is used)
7 years, 7 months
[teiid/teiid] 069ef9: TEIID-4755: WS SOAP Response with WS-A Headers re...
by Ramesh Reddy
Branch: refs/heads/63-8.12.x
Home: https://github.com/teiid/teiid
Commit: 069ef9ce2a35143e9e90100f2435c100e9e320bb
https://github.com/teiid/teiid/commit/069ef9ce2a35143e9e90100f2435c100e9e...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2017-05-08 (Mon, 08 May 2017)
Changed paths:
M build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html
M connectors/translator-ws/src/main/java/org/teiid/translator/ws/WSProcedureExecution.java
M test-integration/common/src/test/java/org/teiid/arquillian/AdminUtil.java
A test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestSOAPWebService.java
A test-integration/common/src/test/resources/addressing-service.war
A test-integration/common/src/test/resources/soapsvc-vdb.xml
Log Message:
-----------
TEIID-4755: WS SOAP Response with WS-A Headers results in ClassCastException (Using the DOM based return in MESSAGE mode as CXF does not allow StAX based Source)
7 years, 7 months