From dev-return-101855-archive-asf-public=cust-asf.ponee.io@sling.apache.org Fri Dec 27 23:16:46 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 23104180658 for ; Sat, 28 Dec 2019 00:16:46 +0100 (CET) Received: (qmail 53968 invoked by uid 500); 27 Dec 2019 23:16:45 -0000 Mailing-List: contact dev-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list dev@sling.apache.org Received: (qmail 53956 invoked by uid 99); 27 Dec 2019 23:16:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2019 23:16:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 762301A3439 for ; Fri, 27 Dec 2019 23:16:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.899 X-Spam-Level: X-Spam-Status: No, score=-0.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=me.com Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id zn_r6XbSsIzt for ; Fri, 27 Dec 2019 23:16:40 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=17.58.23.191; helo=mr85p00im-hyfv06011401.me.com; envelope-from=schaefera@me.com; receiver= Received: from mr85p00im-hyfv06011401.me.com (mr85p00im-hyfv06011401.me.com [17.58.23.191]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id 29C837DDDB for ; Fri, 27 Dec 2019 23:16:40 +0000 (UTC) X-ASF-DKIM-Sig: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1577488593; bh=GMFwmoTWGXnh5jb1fMFqnSXBOkh5tyzgFx+331xbdmc=; h=From:Content-Type:Subject:Message-Id:Date:To; b=OUGsFjD/wTSl3AiCo8EKlTqsZlVeUG+oFln6miBsTl1YMenZdZ9+qsQU/dqUMQTXS jaeSFq5lUHYDdDgpX82ltBG/fjW9IGtfNiOoCRMfMuEJsmWbaVGFfaJX9STvgV1k18 YPQuDm5Tp34HBMNKqd/SIJtT0wSHtR25vLhcwEdxVoN5+MZ9kVXDhfGFrV5FtwV81Y PVEG/7iYbpH34DWDpzsJ6HLEp705dn6YR/6xIs54MPNvi/1VvFYeBJw1KRZGqaLQ98 8M68uh76MJPvc/C9vRr+D/h3Ca49n18xHIqXec2CmZbxytrwV9+nSNhztLDHL4fyKj 4IT2paBBQiE1w== Received: from [192.168.1.55] (unknown [47.148.18.99]) by mr85p00im-hyfv06011401.me.com (Postfix) with ESMTPSA id 250B4D20DD8 for ; Fri, 27 Dec 2019 23:16:33 +0000 (UTC) From: Andreas Schaefer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Sling Feature Starter: how to handle it as a Service Message-Id: <8BC14AA0-0755-4B89-A0D2-638B5328D035@me.com> Date: Fri, 27 Dec 2019 15:16:32 -0800 To: dev X-Mailer: Apple Mail (2.3445.104.11) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-12-27_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=608 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1912270187 Hi Running Sling as a Feature Model Application is not too difficult but I = am not sure where we want to put support for running Sling as a service = (start, stop, threaddumps) with the Feature Launcher. I would think that it would be best to add this to the Feature Launcher = to make it easier to other projects than Sling to launch their FM = projects as a (background) service. Then there is also the question on how to handle the migration to = Feature Models with respect to Sling Launchpad Base, Sling Starter and = the Slingstarter Maven plugin. Are we: - creating different modules - creating a higher version of the modules from where we do the cutover - adding support for both (PM and FM) For example Launchpad Base version is currently: 6.0.2-2.6.37-SNAPSHOT. = We could create a new version (on a separate branch) like = 6.0.2-3.0.0-SNAPSHOT to develop the FM version on it. Eventually = 6.0.2-2.6 will reach the end of its life when PM is not supported = anymore and 6.0.2-3.x is then becoming the master branch only supporting = FMs. This only works when we retire PMs for good in a year or so. Cheers - Andy Schaefer=