Darrel Schneider created GEODE-259:
--------------------------------------

             Summary: Remove deprecated CacheFactory.create(DistributedSystem)
                 Key: GEODE-259
                 URL: https://issues.apache.org/jira/browse/GEODE-259
             Project: Geode
          Issue Type: Sub-task
            Reporter: Darrel Schneider


In the old world you had to first create a DistributedSystem and then create 
the cache by passing it to CacheFactory.create(DistributedSystem). But now the 
pattern is to create the CacheFactory by passing it Properties that are then 
used internally to create the DistributedSystem.

The old way is still used a bunch in our unit tests and it may be hard to 
change them to no longer manager their own DistributedSystem instance. They 
could instead use the internal GemFireCacheImpl.create.

Because of the unit test framework dependency this change is a bit more tricky.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to