Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0E698200BDD for ; Sat, 26 Nov 2016 07:07:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0BFB7160B22; Sat, 26 Nov 2016 06:07:00 +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 7A8DC160B1C for ; Sat, 26 Nov 2016 07:06:59 +0100 (CET) Received: (qmail 58176 invoked by uid 500); 26 Nov 2016 06:06:58 -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 58142 invoked by uid 99); 26 Nov 2016 06:06:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2016 06:06:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7DE102C03E1 for ; Sat, 26 Nov 2016 06:06:58 +0000 (UTC) Date: Sat, 26 Nov 2016 06:06:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3596) Export Xerces packages using org.osgi.framework.system.packages.extra instead of org.osgi.framework.bootdelegation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 26 Nov 2016 06:07:00 -0000 [ https://issues.apache.org/jira/browse/KARAF-3596?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1569= 7360#comment-15697360 ]=20 ASF GitHub Bot commented on KARAF-3596: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/karaf/pull/57 > Export Xerces packages using org.osgi.framework.system.packages.extra ins= tead of org.osgi.framework.bootdelegation > -------------------------------------------------------------------------= ----------------------------------------- > > Key: KARAF-3596 > URL: https://issues.apache.org/jira/browse/KARAF-3596 > Project: Karaf > Issue Type: Bug > Affects Versions: 3.0.3, 2.4.1 > Reporter: Dhiraj Bokde > Assignee: Jean-Baptiste Onofr=C3=A9 > > Some xerces packages like org.apache.xerces.jaxp.datatype, and org.apache= .xerces.stax are being exported using org.osgi.framework.bootdelegation, wh= ich simply delegates package resolution, instead of exporting them through = system bundle with version information, which should be done using org.osgi= .framework.system.packages.extra.=20 > Hence, all xerces packages should be listed in org.osgi.framework.system.= packages.extra, and removed from org.osgi.framework.bootdelegation.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)