]
Tristan Tarrant updated ISPN-8300:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.1.Final
Resolution: Done
Serializer produces configuration files that are not up to date
---------------------------------------------------------------
Key: ISPN-8300
URL:
https://issues.jboss.org/browse/ISPN-8300
Project: Infinispan
Issue Type: Bug
Reporter: William Burns
Assignee: Ryan Emerson
Fix For: 9.1.1.Final
The Serializer class is used by ConfigurationConverter to update an old configuration
file to a new one. Unfortunately this doesn't always convert configuration files to
the newest elements. For example storeAsBinary, eviction and some others are no updated.
Also we have a test named ConfigurationSerializerTest that doesn't seem to have
different handling for different versions so there is no telling what is incorrect in the
generation.