[teiid-designer-dev] [Teiid-Designer/teiid-designer] dd35d8: Fixes the possibility of a teiid version having ad...

Paul Richardson p.g.richardson at redhat.com
Fri May 10 06:54:48 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: dd35d82a7fc699a81d648c54f58888c773676480
      https://github.com/Teiid-Designer/teiid-designer/commit/dd35d82a7fc699a81d648c54f58888c773676480
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java

  Log Message:
  -----------
  Fixes the possibility of a teiid version having additional components

* Code naively assumes that a teiid server version will have a maximum of
  3 components. However, version such as 8.4.0.beta2 has 4 components
  causing the minor and micro version fields to not be set, resulting in
  incorrect assignment of runtimes clients.

* This addresses this possibility by ignoring remaining components but
  ensuring that the first 3 components have been correctly set.


  Commit: 218c4f88c2cfb84aeefc5e0d3f3ff38afaba9f85
      https://github.com/Teiid-Designer/teiid-designer/commit/218c4f88c2cfb84aeefc5e0d3f3ff38afaba9f85
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M plugins/teiid/org.teiid.7.7.x
    M plugins/teiid/org.teiid.8.3.x

  Log Message:
  -----------
  TEIIDDES-1696 points runtime client to upgrade to 8.2.0 SNAPSHOT


  Commit: 523040bcb4de5d2404009da2c428d14d79716a4b
      https://github.com/Teiid-Designer/teiid-designer/commit/523040bcb4de5d2404009da2c428d14d79716a4b
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M .gitmodules
    M features/org.teiid.designer.teiid.client.feature/feature.xml
    M features/org.teiid.designer.test.feature/feature.xml
    A plugins/teiid/org.teiid.8.4.x
    M plugins/teiid/pom.xml
    A tests/org.teiid.8.4.x.test/.classpath
    A tests/org.teiid.8.4.x.test/.project
    A tests/org.teiid.8.4.x.test/META-INF/MANIFEST.MF
    A tests/org.teiid.8.4.x.test/build.properties
    A tests/org.teiid.8.4.x.test/plugin.properties
    A tests/org.teiid.8.4.x.test/pom.xml
    A tests/org.teiid.8.4.x.test/src/org/teiid84/runtime/ExecutionAdminTest.java
    A tests/org.teiid.8.4.x.test/src/org/teiid84/runtime/MockObjectFactory.java
    A tests/org.teiid.8.4.x.test/src/org/teiid84/runtime/TeiidTranslatorTest.java
    A tests/org.teiid.8.4.x.test/src/org/teiid84/server/test/AllTests.java
    M tests/pom.xml

  Log Message:
  -----------
  TEIIDDES-1710: Adds teiid 8.4 runtime client submodule and test plugin

* Creates the submodule pointing to the 8.4.x branch of designer's teiid
  runtime clients.

* Adds the 8.4 runtime client test plugin


Compare: https://github.com/Teiid-Designer/teiid-designer/compare/4fc77f146214...523040bcb4de


More information about the teiid-designer-dev mailing list