You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/24 23:42:00 UTC

[jira] [Commented] (GEODE-7803) provide a way to create an internal region without using deprecated classes

    [ https://issues.apache.org/jira/browse/GEODE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043959#comment-17043959 ] 

ASF subversion and git services commented on GEODE-7803:
--------------------------------------------------------

Commit b082c0352b0a96c3dc1cf07caaf1f7f2e4fb8177 in geode's branch refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b082c03 ]

GEODE-7803: provide undeprecated internal region create (#4722)

You can now use InternalRegionFactory to create a region configured with InternalRegionArguments. No need to use the deprecated AttributesFactory.
InternalRegionFactory used to be named RegionFactoryImpl.


> provide a way to create an internal region without using deprecated classes
> ---------------------------------------------------------------------------
>
>                 Key: GEODE-7803
>                 URL: https://issues.apache.org/jira/browse/GEODE-7803
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently geode has some places that create internal regions (using InternalRegionArguments) that use deprecated classes to do this. It would be nice if an internal way was provided to do this that was not deprecated.
> GEODE-7799 is doing this. Once that fix is merged in then the RegionFactoryImpl enhancement it add could be used in the places that use deprecated apis to specify InternalRegionArguments



--
This message was sent by Atlassian Jira
(v8.3.4#803005)