[ https://issues.apache.org/jira/browse/GEODE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037318#comment-16037318 ]
ASF subversion and git services commented on GEODE-269: ------------------------------------------------------- Commit ad9e30254d0d0d39ecda94b04ae8b8eedce95d36 in geode's branch refs/heads/develop from [~deepakddixit] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=ad9e302 ] GEODE-269 : Fixing RollingUpgrade2DUnitTest. After removing deprecated API withArgs, setArgument alternative API is not available in older version of server causing NoSuchMethodFound exception. The role of setArgument with function is passing class name to load inside the function. As the relevant function is used on in the context of this test, instead of using setArgument method made class name as a field in GetDataSerializableFunction. > Remove deprecated methods on FunctionService > -------------------------------------------- > > Key: GEODE-269 > URL: https://issues.apache.org/jira/browse/GEODE-269 > Project: Geode > Issue Type: Sub-task > Reporter: Darrel Schneider > Assignee: Deepak Dixit > Original Estimate: 4h > Remaining Estimate: 4h > > FunctionService has a three deprecated methods that should be easy to remove. > All the deprecated methods have a DistributedSystem parameter. New flavors of > these methods exist that do not take the DistributedSystem since it is known > implicitly by the FunctionService. > Many tests use the deprecated methods but it should be easy to change them. -- This message was sent by Atlassian JIRA (v6.3.15#6346)