]
Tomas Sykora updated ISPN-4339:
-------------------------------
Summary: Make config-modifier.xsl independent of version of schema (was: Make
config-modifier.xsl independent on version of schema)
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
Reporter: Tomas Sykora
Assignee: Tomas Sykora
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.