You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "jhuynh1 (GitHub)" <gi...@apache.org> on 2019/11/06 23:58:13 UTC

[GitHub] [geode] jhuynh1 commented on issue #4205: GEODE-6971: CqAttributesFactory to offer fluid API

The tests are compiled with the new method signature and the test will execute the test code on the old servers which had the old method signature.  The fix was to use reflection to grab the correct method/method signature and do it at runtime instead of compile time.

Two potential problems:
1.) The problem now is if a client application that is compiled against the old signature, attempts to run the compiled code on a new server.. 

2.) If this change is just client side changes, then this would only be an issue if they update the geode jar without recompiling the client...




[ Full content available at: https://github.com/apache/geode/pull/4205 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org