Return-Path: X-Original-To: apmail-celix-dev-archive@www.apache.org Delivered-To: apmail-celix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EE4D17CC0 for ; Thu, 29 Jan 2015 19:36:31 +0000 (UTC) Received: (qmail 74854 invoked by uid 500); 29 Jan 2015 19:36:31 -0000 Delivered-To: apmail-celix-dev-archive@celix.apache.org Received: (qmail 74820 invoked by uid 500); 29 Jan 2015 19:36:31 -0000 Mailing-List: contact dev-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list dev@celix.apache.org Received: (qmail 74807 invoked by uid 99); 29 Jan 2015 19:36:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2015 19:36:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [85.13.132.30] (HELO dd7632.kasserver.com) (85.13.132.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2015 19:36:24 +0000 Received: from [10.0.2.18] (aftr-109-90-233-237.unity-media.net [109.90.233.237]) by dd7632.kasserver.com (Postfix) with ESMTPA id 5EC821580300 for ; Thu, 29 Jan 2015 20:36:02 +0100 (CET) Message-ID: <54CA8BA1.8090208@sundevil.de> Date: Thu, 29 Jan 2015 20:36:01 +0100 From: Bjoern Petri User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: dev@celix.apache.org Subject: Re: Cleanup References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Alexander, My proposal would be to remove them for now, but add them again if someone volunteers to bring them up-to-date again. Regards, Bjoern On 01/29/2015 01:21 PM, Alexander Broekhuis wrote: > Hi all, > > With the "new" server based remote service discovery implementation, the > SLP and Bonjour version are (imho) obsolete. Eventually I'd like to see a > SLP/Bonjour version for the server based discovery, so that the discovery > endpoints can be broadcast, but I think the etcd and configured version are > suitable enough for now. > > So I'd like to remove the SLP and Bonjour version, so that we have less > code to remove APR from. > > Likewise, with the new DM code the old version can be removed. > > What do you think? >