[teiid-designer-dev] [Teiid-Designer/teiid-designer] 4703cb: TEIIDDDES-879: Remove designer.core dependency fro...

Paul Richardson p.g.richardson at redhat.com
Thu Jun 20 05:45:05 EDT 2013


  Branch: refs/heads/new-readme
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 4703cbc18bbeb380a632513c3ac5f9ada4826468
      https://github.com/Teiid-Designer/teiid-designer/commit/4703cbc18bbeb380a632513c3ac5f9ada4826468
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M plugins/org.teiid.datatools.connectivity/META-INF/MANIFEST.MF
    M plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/ConnectivityUtil.java
    M plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidJDBCConnection.java
    M plugins/org.teiid.designer.core/src/org/teiid/designer/core/ModelerCore.java
    M plugins/org.teiid.designer.core/src/org/teiid/designer/core/i18n.properties

  Log Message:
  -----------
  TEIIDDDES-879: Remove designer.core dependency from datatools.connectivity

* The datatools.connectivity bundles should be at the foot of the plugin
  dependency tree and should not depend on the designer.core plugin.

* Since the plugin also lives in a different feature, it makes sense to
  avoid this cross-dependency.

* ConnectivityUtil
 * Since the TeiidJDBCConnection is the only class that requires the
   getTeiidDriver() method, it is better to locate it here.


  Commit: 0f9f2f2302c345e8166bbd0cd08ed188f396b07c
      https://github.com/Teiid-Designer/teiid-designer/commit/0f9f2f2302c345e8166bbd0cd08ed188f396b07c
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M plugins/org.teiid.datatools.connectivity.ui/plugin.xml
    M plugins/org.teiid.datatools.connectivity/META-INF/MANIFEST.MF
    M plugins/org.teiid.datatools.connectivity/plugin.xml
    M plugins/teiid/org.teiid.8.4.x

  Log Message:
  -----------
  TEIIDDES-879: Migrate driver template to teiid runtime plugins

* Migrates the common Teiid driver template defined in the connectivity
  plugins and moves the version-related parts down to the runtime plugins
  so that 3 versions of the driver template and default instances will be
  available to the user.

* The advantage is that the runtimes themselves become the driver jars so
  users have no need to specify the jar to use as the sql driver.


  Commit: 0a0be1787913563ce63ed149d5503cf691718d68
      https://github.com/Teiid-Designer/teiid-designer/commit/0a0be1787913563ce63ed149d5503cf691718d68
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-06-20 (Thu, 20 Jun 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  new readme


Compare: https://github.com/Teiid-Designer/teiid-designer/compare/4703cbc18bbe^...0a0be1787913


More information about the teiid-designer-dev mailing list