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 2016/09/28 22:49:20 UTC

[jira] [Commented] (GEODE-1927) add support for old GemFire remote sites (WAN)

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

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

Commit 6555c86ed589e51e206420fbd04bba9b03c7dea0 in incubator-geode's branch refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=6555c86 ]

GEODE-1927: add support for old GemFire remote sites (WAN)

This adds a new JAR and associated cache service to Geode.  The service
and associated changes to Geode protect the server from receiving
com.gemstone.gemfire packaged objects, translating them to their org.apache.geode
counterparts.

The service is called OldClientSupportService and the new jar is
geode-old-client-support.jar.  Though it's called "OldClient" this will
also protect the WAN gateways.

Several Geode exception classes did not have serialVersionUIDs.  Apparently
folks thought that abstract superclasses did not need these but this is not
the case.  I've generated UIDs based on GemFire 8.2.1 classes and put
them in place in Geode's classes.


> add support for old GemFire remote sites (WAN)
> ----------------------------------------------
>
>                 Key: GEODE-1927
>                 URL: https://issues.apache.org/jira/browse/GEODE-1927
>             Project: Geode
>          Issue Type: Bug
>          Components: messaging
>            Reporter: Bruce Schuchardt
>
> We need to protect the Geode cache from receiving serialized objects from a remote site that have com.gemstone.gemfire package names.  These primarily include enumeration-type objects like cache.Operation.



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