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 CE23A1845D for ; Tue, 12 May 2015 17:49:00 +0000 (UTC) Received: (qmail 70059 invoked by uid 500); 12 May 2015 17:49:00 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 70031 invoked by uid 500); 12 May 2015 17:49:00 -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 70019 invoked by uid 99); 12 May 2015 17:49:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 17:49:00 +0000 Date: Tue, 12 May 2015 17:49:00 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3722) Feature resolver change bundles package export 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-3722?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1454= 0333#comment-14540333 ]=20 Daniel Kulp commented on KARAF-3722: ------------------------------------ The problem also occurs with Equinox as the framework. Not sure if that re= ally changes anything though. > Feature resolver change bundles package export > ---------------------------------------------- > > Key: KARAF-3722 > URL: https://issues.apache.org/jira/browse/KARAF-3722 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.0.M3 > Reporter: Jean-Baptiste Onofr=C3=A9 > Priority: Blocker > Fix For: 4.0.0.M3 > > Attachments: testcase.tar.gz > > > With latest 4.0.0-SNAPSHOT, when we code: > {code} > feature:repo-add cxf 3.1.1-SNAPSHOT > feature:install cxf > {code} > and check the exports of the CXF security bundle (with bundle ID 93 on my= box), we have: > {code} > imports -b 93 > org.opensaml.saml.common | [3.1.0,4.0.0) | resolved= | 93 | org.apache.cxf.cxf-rt-ws-security > org.opensaml.saml.saml1.core | [3.1.0,4.0.0) | resolved= | 93 | org.apache.cxf.cxf-rt-ws-security > org.opensaml.saml.saml2.core | [3.1.0,4.0.0) | resolved= | 93 | org.apache.cxf.cxf-rt-ws-security > =E2=80=A6.. > net.sf.ehcache | [2.5.0,3.0.0) | resolved= | 93 | org.apache.cxf.cxf-rt-ws-security > net.sf.ehcache.config | [2.5.0,3.0.0) | resolved= | 93 | org.apache.cxf.cxf-rt-ws-security > {code} > Now, we install the cxf-sts feature and do the same thing: > {code} > feature:install cxf-sts > imports -b 93 > {code} > the optional imports are no longer resolver (causing NoClassDefFound cxf-= rt-ws-security for instance). > It looks like the resolver change the export/resolution. > It's an important regression IMHO that we have to address. -- This message was sent by Atlassian JIRA (v6.3.4#6332)