Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88C8C18C5B for ; Sat, 27 Feb 2016 12:12:19 +0000 (UTC) Received: (qmail 94456 invoked by uid 500); 27 Feb 2016 12:12:18 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 94014 invoked by uid 500); 27 Feb 2016 12:12:18 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 93992 invoked by uid 99); 27 Feb 2016 12:12:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2016 12:12:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2C8402C1F56 for ; Sat, 27 Feb 2016 12:12:18 +0000 (UTC) Date: Sat, 27 Feb 2016 12:12:18 +0000 (UTC) From: "Vladimir Konkov (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4347) Define scr feature as featureBoot in standard distribution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-4347?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1517= 0565#comment-15170565 ]=20 Vladimir Konkov commented on KARAF-4347: ---------------------------------------- +1 Guillaume Nodet : we should remove blueprint from default featureBoot. Karaf is very universal container in contrast with JEE servers like GlassFi= sh and JBoss (witch is also OSGI enabled). And to stay so it should provide= minimum preinstalled runtime components.=20 It is trivial to install needed feature, there is 3 approaches at minimum: 1. Install it as dependency for your business feature 2. Change featureBoot setting before first start (it is easy with automatio= n)=20 3. Build your own assembly with needed boot features and local artifact rep= o for it. We are successfully using all this approaches for our projects. But to ther= e is only one option to remove feature from default featureBoot - change co= nfig before boot. Even preinstalled blueprint can cause troubles (what if w= e needed Gemini impl of blueprint ?). > Define scr feature as featureBoot in standard distribution > ---------------------------------------------------------- > > Key: KARAF-4347 > URL: https://issues.apache.org/jira/browse/KARAF-4347 > Project: Karaf > Issue Type: Improvement > Components: karaf-core, karaf-feature > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.1.0, 4.0.5 > > > As more and more people use DS/SCR, it's not always obvious to them that = they need to install the scr feature. As blueprint programming model is ins= talled by default, and regarding the very low overhead of scr feature, it w= ould make sense to install scr at boot. -- This message was sent by Atlassian JIRA (v6.3.4#6332)