[infinispan-issues] [JBoss JIRA] (ISPN-3538) Align recovery() enabling in Configuration

Jiří Holuša (JIRA) jira-events at lists.jboss.org
Mon Sep 23 05:50:03 EDT 2013


Jiří Holuša created ISPN-3538:
---------------------------------

             Summary: Align recovery() enabling in Configuration 
                 Key: ISPN-3538
                 URL: https://issues.jboss.org/browse/ISPN-3538
             Project: Infinispan
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 6.0.0.Beta1
            Reporter: Jiří Holuša
            Assignee: Mircea Markus
            Priority: Minor


When configuring recovery via ConfigurationBuilder, calling .transaction().recovery() will by default enable recovery, so no need to call enable().

But when calling e.g. globalJmxStatistics() in GlobalConfigurationBuilder, you have to explicitly call enable(). Another example is when configuring L1 cache, e.g. l1().lifespan(60000L), you also have to explicitly call enable().

I think it would be nice to have it consistent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list