From issues-return-38742-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Sun Feb 11 20:48:12 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 43D13180676 for ; Sun, 11 Feb 2018 20:48:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 33A30160C2E; Sun, 11 Feb 2018 19:48:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CB46160C4E for ; Sun, 11 Feb 2018 20:48:11 +0100 (CET) Received: (qmail 84104 invoked by uid 500); 11 Feb 2018 19:48:10 -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 84093 invoked by uid 99); 11 Feb 2018 19:48:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2018 19:48:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1BFEAC0048 for ; Sun, 11 Feb 2018 19:48:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7ijUfRcwC2bc for ; Sun, 11 Feb 2018 19:48:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AE51B5FB92 for ; Sun, 11 Feb 2018 19:48:07 +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 18E4BE03CA for ; Sun, 11 Feb 2018 19:48: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 202E024386 for ; Sun, 11 Feb 2018 19:48:02 +0000 (UTC) Date: Sun, 11 Feb 2018 19:48:02 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-5384) Optional dependencies in MINA SSHD Core cause system bundle refreshes 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-5384?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-5384: ---------------------------------------- Fix Version/s: (was: 4.1.5) 4.1.6 > Optional dependencies in MINA SSHD Core cause system bundle refreshes > --------------------------------------------------------------------- > > Key: KARAF-5384 > URL: https://issues.apache.org/jira/browse/KARAF-5384 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 4.1.0, 4.1.1, 4.1.2 > Environment: Fedora Linux > Reporter: Seth Leger > Assignee: Guillaume Nodet > Priority: Critical > Fix For: 4.2.0, 4.1.6 > > > In similar fashion to KARAF-5251, if you install any feature in Karaf tha= t includes: > - Apache MINA > - bouncycastle > - net.i2p.crypto > it will cause the MINA SSHD Core bundle to refresh, which in turn refresh= es most of the core framework bundles. This has a variety of bad effects in= cluding: > - Terminating the current SSH session > - Terminating subsequent feature installations > This is more severe than KARAF-5251 because these libraries are not part = of the core Karaf distro so it is not possible to add them to {{startup.pro= perties}} without first repackaging Karaf to contain the desired bundles in= the {{/system}} directory. > This also makes testing any Karaf feature that contains MINA, bouncycastl= e, or net.i2p.crypto impossible in Pax Exam (unless you use org.apache.kara= f.features.FeaturesService.Option.NoAutoRefreshBundles or feature:install -= r) because the refresh invalidates @Inject references in your test as the c= ore bundles are refreshed. -- This message was sent by Atlassian JIRA (v7.6.3#76005)