Versioning of components..please be careful
by Max Rydahl Andersen
Hey,
I'm currently working with Rob on figuring why 3.3.x have a mix of as 2.3.1 and 2.3.2 versions of the AS components and just want to remind everyone that:
A) its important to make sure to bump your component version when we do a release and just a single line has changed.
B) our current build rebuilds and release all plugins for a component
Thus to keep things simple we just have one version number for each major component instead of for every plugin.
You can read about that at https://community.jboss.org/en/tools/blog/2011/09/17/coping-with-versions...
And this also shows how its easy to update these by running:
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version>
in the top of the component.
This updates feature.xml, pom.xml. manifest.mf etc. no need for individual manual or semi-automatic scripted meddling.
Thus please *do not* just bump an individual plugin since if 1 plugin is changed the whole component is rereleased and thus should be version bumped to
not have multiple artifacts with the same x.y.z version.
Thanks,
/max
12 years
Teiid Designer 8.1 supporting multiple Teiid server client runtimes
by phantomjinx
Afternoon,
As requested, I have provided an article[1] on the technical details of creating a much loosing
coupling between Teiid Designer and the Teiid client runtime libraries. This enables Designer to
support multiple client runtimes in the same session thus connecting to different versions of Teiid
at the same time, ie. Teiid 8.2 (JBoss 7) and Teiid 7.7.1 (JBoss 5) so far.
If anyone would like further information then feel free to drop me a mail or catch me on irc ...
Regards
Paul (a.k.a. phantomjinx)
[1] http://community.jboss.org/wiki/ArchitectureForAccessToMultipleTeiidRuntimes
--
Paul Richardson
* p.g.richardson(a)phantomjinx.co.uk
* p.g.richardson(a)redhat.com
* pgrichardson(a)linux.com
"I know exactly who reads the papers ...
* The Daily Mirror is read by people who think they run the country.
* The Guardian is read by people who think they ought to run the country.
* The Times is read by people who do actually run the country.
* The Daily Mail is read by the wives of the people who run the country.
* The Financial Times is read by the people who own the country.
* The Morning Star is read by the people who think the country ought to be run by another country.
* The Daily Telegraph is read by the people who think it is."
Jim Hacker, Yes Minister
12 years