From dev-return-94087-archive-asf-public=cust-asf.ponee.io@sling.apache.org Wed Nov 28 13:34:09 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 57D33180658 for ; Wed, 28 Nov 2018 13:34:09 +0100 (CET) Received: (qmail 41658 invoked by uid 500); 28 Nov 2018 12:34:08 -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 41647 invoked by uid 99); 28 Nov 2018 12:34:08 -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; Wed, 28 Nov 2018 12:34:08 +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 F15FFC0188 for ; Wed, 28 Nov 2018 12:34:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 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, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kmOUpQF_3b76 for ; Wed, 28 Nov 2018 12:34:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A5EB061090 for ; Wed, 28 Nov 2018 12:27:01 +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 EAC33E00B4 for ; Wed, 28 Nov 2018 12:27:00 +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 74EFB24DD6 for ; Wed, 28 Nov 2018 12:27:00 +0000 (UTC) Date: Wed, 28 Nov 2018 12:27:00 +0000 (UTC) From: "Karl Pauls (JIRA)" To: dev@sling.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SLING-8136) Analyser fails when javax.*, org.xml.sax.*, org.w3c.dom* or org.ietf.jgss imports are found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SLING-8136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16701813#comment-16701813 ] Karl Pauls commented on SLING-8136: ----------------------------------- [~rombert], yes. > Analyser fails when javax.*, org.xml.sax.*, org.w3c.dom* or org.ietf.jgss imports are found > ------------------------------------------------------------------------------------------- > > Key: SLING-8136 > URL: https://issues.apache.org/jira/browse/SLING-8136 > Project: Sling > Issue Type: Bug > Components: Feature Model > Reporter: Robert Munteanu > Priority: Major > Fix For: Feature Model Analyser 0.8.2 > > > I've tried running the {{slingfeature-maven-plugin}} to analyse imports and exports using the {{bundle-packages}} analyser. > This seems to work just fine, just that some packages - found in the issue title - are not seen as being provided by the framework. Some errors that pop up are: > {noformat} > [ERROR] Bundle oak-auth-ldap:1.9.11 is importing package(s) org.ietf.jgss in start level 0 but no bundle is exporting these for that start level. > [ERROR] Bundle oak-lucene:1.9.11 is importing package(s) [org.xml.sax.helpers, org.xml.sax] in start level 0 but no bundle is exporting these for that start level. > {noformat} > These packages are provided using an {{org.osgi.framework.system.packages}} framework property, so I guess there is some glue missing to make this work. -- This message was sent by Atlassian JIRA (v7.6.3#76005)