]
Tristan Tarrant updated ISPN-6723:
----------------------------------
Status: Open (was: New)
Move common parser methods to an unversioned class so they can be
used by external modules
------------------------------------------------------------------------------------------
Key: ISPN-6723
URL:
https://issues.jboss.org/browse/ISPN-6723
Project: Infinispan
Issue Type: Task
Components: Configuration
Affects Versions: 8.1.4.Final, 8.2.2.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 8.1.5.Final, 8.2.3.Final
Before Infinispan 9, parsers were versioned forcing external modules (such as
cachestores) to depend on a specific version. We should move these methods to a
"Parser" class to remove this limitation