[
https://issues.apache.org/jira/browse/GEODE-7824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047026#comment-17047026
]
Owen Nichols commented on GEODE-7824:
-------------------------------------
There's been only 1 recent change to this file:
Geode 1.12 and earlier API:
{code:java}
void setConcurrencyChecksEnabled(boolean concurrencyChecksEnabled);
{code}
What's on develop (1.13) now:
{code:java}
ClientRegionFactory<K, V> setConcurrencyChecksEnabled(boolean
concurrencyChecksEnabled);
{code}
> Revert Public API change to ClientRegionFactory
> -----------------------------------------------
>
> Key: GEODE-7824
> URL: https://issues.apache.org/jira/browse/GEODE-7824
> Project: Geode
> Issue Type: Bug
> Components: regions
> Affects Versions: 1.13.0
> Reporter: Udo Kohlmeyer
> Priority: Major
>
> As per a commit to the ClientRegionFactory, the public API was changed.
> Even though it was to get some consistency in the class, it does now deviate
> from the released public API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)