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 2019/04/19 01:31:00 UTC

[jira] [Commented] (GEODE-6642) CacheAttributes header was left in the public header collection

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

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

Commit 38a6c8b6b32da8baca118287019ba035d124c870 in geode-native's branch refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=38a6c8b ]

GEODE-6642: Remove CacheAttributes (#475)

* GEODE-6642: Remove CacheAttributes

CacheAttributes based Cache creation was removed but the header was
accidently left in the public header location. Removal does not effect
public API or ABI. All methods to construct or use it on the public API
had already been removed.

Removes code dependent on CacheAttributes
Cleans up ownership of heap objects


> CacheAttributes header was left in the public header collection
> ---------------------------------------------------------------
>
>                 Key: GEODE-6642
>                 URL: https://issues.apache.org/jira/browse/GEODE-6642
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>    Affects Versions: 1.8.0
>            Reporter: Jacob S. Barrett
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {{CacheAttributes}} is not longer necessary and was inadvertently left in the public headers. The factory, {{CacheAttributesFactory}} was removed prior to the first release. All public APIs using {{CacheAttributes}} were removed prior to the first release.
> It should be safe to remove the header completely and cleanup internal usage of this class without effecting the public API and ABI.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)