]
Paul Ferraro updated ISPN-1685:
-------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
LegacyGlobalConfigurationAdaptor.adapt(org.infinispan.config.GlobalConfiguration) does not
adapt boolean properties correctly
-----------------------------------------------------------------------------------------------------------------------------
Key: ISPN-1685
URL:
https://issues.jboss.org/browse/ISPN-1685
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.1.0.CR2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Blocker
Fix For: 5.1.0.CR3
e.g.
org.infinispan.config.GlobalConfiguration legacy = new
org.infinispan.config.GlobalConfiguration();
legacy.fluent().globalJmxStatistics().enable();
GlobalConfiguration config = new LegacyGlobalConfigurationAdaptor().adapt(legacy);
assert config.globalJmxStatistics().enabled(); // This assertion fails!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: