Branch: refs/heads/9.3.x
Home:
https://github.com/teiid/teiid
Commit: 0d64a9c7df58ec473bac29861e8b58d1e51e5eb6
https://github.com/teiid/teiid/commit/0d64a9c7df58ec473bac29861e8b58d1e51...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
A rest-service/src/main/java/org/teiid/jboss/rest/CustomApiListingResource.java
M rest-service/src/main/java/org/teiid/jboss/rest/RestASMBasedWebArchiveBuilder.java
M rest-service/src/main/resources/rest-war/web.xml
M
test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestRestWebserviceGeneration.java
A test-integration/common/src/test/resources/sample2-vdb.xml
Log Message:
-----------
TEIID-5173 fixing using a resteasy filter with swagger
Commit: d30d575ecc13fb4f4f69eaae9dbd652e6465b375
https://github.com/teiid/teiid/commit/d30d575ecc13fb4f4f69eaae9dbd652e646...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
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/ODataSchemaBuilder.java
M olingo/src/test/java/org/teiid/olingo/TestODataIntegration.java
M olingo/src/test/java/org/teiid/olingo/TestODataSQLBuilder.java
M olingo/src/test/resources/loopy-edmx-metadata.xml
M olingo/src/test/resources/loopy-vdb.xml
Log Message:
-----------
TEIID-5171 correcting forward navigation of self relationships
also refactoring so that predicate building is shared and simplified the
schema generation logic
Compare:
https://github.com/teiid/teiid/compare/2df96c8cf351...d30d575ecc13