From dev-return-22326-apmail-geode-dev-archive=geode.apache.org@geode.apache.org Mon May 22 21:03:08 2017 Return-Path: X-Original-To: apmail-geode-dev-archive@minotaur.apache.org Delivered-To: apmail-geode-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 458DC1AC50 for ; Mon, 22 May 2017 21:03:08 +0000 (UTC) Received: (qmail 12567 invoked by uid 500); 22 May 2017 21:03:08 -0000 Delivered-To: apmail-geode-dev-archive@geode.apache.org Received: (qmail 12527 invoked by uid 500); 22 May 2017 21:03:08 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 12510 invoked by uid 99); 22 May 2017 21:03:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 21:03:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B396DCEE9E for ; Mon, 22 May 2017 21:03:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id A2MDiLkcYHct for ; Mon, 22 May 2017 21:03:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CAE375FE1E for ; Mon, 22 May 2017 21:03:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AFBB6E0DD4 for ; Mon, 22 May 2017 21:03:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B9C4F2400E for ; Mon, 22 May 2017 21:03:04 +0000 (UTC) Date: Mon, 22 May 2017 21:03:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-269) Remove deprecated methods on FunctionService MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020200#comment-16020200 ] ASF GitHub Bot commented on GEODE-269: -------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/511 > 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)