Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 8ed9286f383d26d9398aae60748197dc9992d000
https://github.com/Teiid-Designer/teiid-designer/commit/8ed9286f383d26d93...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
Changed paths:
M
plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
Log Message:
-----------
TEIIDDES-1941: Stop unreleased server versions being targeted by default
* The value of the 'default server version' is derived from the servers
configured then a set preference and finally an algorithm based on
runtime plugins installed.
* The latter algorithm simply found the highest version that the installed
runtimes were compatible with and displayed returned accordingly. However,
the introduction of adding in unreleased teiid versions has meant the
display of versions like 8.9.x which looks silly to the user.
* Algorithm modified to only display the highest version compatible if
less than or equal to the last tested version, ie. 8.4.x. The user is
free to set it higher if they wish but at that point they should know
what they are doing!!