[infinispan-issues] [JBoss JIRA] (ISPN-1923) Versioning not overriden properly in old configuration
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Mar 19 06:35:47 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1923:
-----------------------------------
Summary: Versioning not overriden properly in old configuration (was: Versioning enabling new-to-old configuration bug)
Description:
There's a bug when defining caches with versioning. This is due to old configuration overriding that's not working right for versioning.
The result is that configuration.isEnableVersioning() returns false when it shouldn't.
was:
There's a bug in the new to old configuration transformation where if we enable versioning with the new config:
{code}ConfigurationBuilder builder...
builder.versioning().enable().scheme(VersioningScheme.SIMPLE){code}
The old configuration fails to catch this and so configuration.isEnableVersioning() returns false.
> Versioning not overriden properly in old configuration
> ------------------------------------------------------
>
> Key: ISPN-1923
> URL: https://issues.jboss.org/browse/ISPN-1923
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 5.1.2.FINAL
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.3.CR1, 5.1.3.FINAL
>
>
> There's a bug when defining caches with versioning. This is due to old configuration overriding that's not working right for versioning.
> The result is that configuration.isEnableVersioning() returns false when it shouldn't.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list