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 4EBAB200C08 for ; Wed, 11 Jan 2017 21:05:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D599160B3B; Wed, 11 Jan 2017 20:05:18 +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 8D8F8160B4E for ; Wed, 11 Jan 2017 21:05:17 +0100 (CET) Received: (qmail 7613 invoked by uid 500); 11 Jan 2017 20:05:16 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 7580 invoked by uid 99); 11 Jan 2017 20:05:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 20:05:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8E17F2C029A for ; Wed, 11 Jan 2017 20:05:16 +0000 (UTC) Date: Wed, 11 Jan 2017 20:05:16 +0000 (UTC) From: "Aaron Coburn (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COMMONSRDF-53) Add ServiceLoader support in OSGi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 20:05:18 -0000 Aaron Coburn created COMMONSRDF-53: -------------------------------------- Summary: Add ServiceLoader support in OSGi Key: COMMONSRDF-53 URL: https://issues.apache.org/jira/browse/COMMONSRDF-53 Project: Apache Commons RDF Issue Type: Improvement Components: jena, jsonld-java, rdf4j, simple Affects Versions: 0.3.0 Environment: OSGi Reporter: Aaron Coburn Fix For: 1.0.0 The ServiceLoader works differently in OSGi environments, such that it is necessary to add bundle-level metadata defining which service interfaces are provided by a particular OSGi bundle. This would improve OSGi support for commons-rdf modules. -- This message was sent by Atlassian JIRA (v6.3.4#6332)