]
Tristan Tarrant updated ISPN-4339:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Alpha5
7.0.0.Final
Resolution: Done
Make config-modifier.xsl independent of version of schema
---------------------------------------------------------
Key: ISPN-4339
URL:
https://issues.jboss.org/browse/ISPN-4339
Project: Infinispan
Issue Type: Task
Components: Test Suite - Server
Affects Versions: 7.0.0.Alpha4
Reporter: Tomas Sykora
Assignee: Tomas Sykora
Labels: testsuite
Fix For: 7.0.0.Alpha5, 7.0.0.Final
For example rolling upgrades tests need to transform configuration xml files from
different versions of Infinispan (schema 6.0, 7.0 ... etc.) Current config-modifier.xsl
uses strict xmlns elements together with specification of a schema version.
Get rid of it and make it independent. So we can use just one config modifier for
modification of even old XML config files coming from old server distributions.