[teiid-commits] [teiid/teiid] f8d692: TEIID-2694: Adding large binary payload support fo...

Ramesh Reddy rareddy at jboss.org
Thu Feb 19 14:47:07 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: f8d69201c4cda852ba6fca94bd8e37cf85a620cb
      https://github.com/teiid/teiid/commit/f8d69201c4cda852ba6fca94bd8e37cf85a620cb
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
    M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/main/module.xml
    A build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/web/cxf/main/module.xml
    A build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/web/resteasy/main/module.xml
    M jboss-integration/pom.xml
    M jboss-integration/src/main/java/org/teiid/jboss/IntegrationPlugin.java
    M jboss-integration/src/main/java/org/teiid/jboss/rest/RestASMBasedWebArchiveBuilder.java
    M jboss-integration/src/main/java/org/teiid/jboss/rest/TeiidRSProvider.java
    M jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
    M jboss-integration/src/main/resources/rest-war/MANIFEST.MF
    M pom.xml
    M test-integration/common/pom.xml
    M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestRestWebserviceGeneration.java
    M test-integration/common/src/test/resources/sample-vdb.xml

  Log Message:
  -----------
  TEIID-2694: Adding large binary payload support for auto generated REST web services on POST operation, this can be used by the client to upload large XML files or binary files to Teiid for further processing


  Commit: bdd54704e402acb2beb194f215f220559f452130
      https://github.com/teiid/teiid/commit/bdd54704e402acb2beb194f215f220559f452130
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
    M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/main/module.xml
    A build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/web/cxf/main/module.xml
    A build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/web/resteasy/main/module.xml
    M jboss-integration/pom.xml
    M jboss-integration/src/main/java/org/teiid/jboss/IntegrationPlugin.java
    M jboss-integration/src/main/java/org/teiid/jboss/rest/RestASMBasedWebArchiveBuilder.java
    M jboss-integration/src/main/java/org/teiid/jboss/rest/TeiidRSProvider.java
    M jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
    M jboss-integration/src/main/resources/rest-war/MANIFEST.MF
    M pom.xml
    M test-integration/common/pom.xml
    M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestRestWebserviceGeneration.java
    M test-integration/common/src/test/resources/sample-vdb.xml

  Log Message:
  -----------
  Merge pull request #407 from rareddy/TEIID-2694

TEIID-2694: Adding large binary payload support for auto generated REST ...


Compare: https://github.com/teiid/teiid/compare/99eed8ac622d...bdd54704e402


More information about the teiid-commits mailing list