From dev-return-19566-archive-asf-public=cust-asf.ponee.io@aries.apache.org Wed Jan 31 09:20:32 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 1DCED180662 for ; Wed, 31 Jan 2018 09:20:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0DE7B160C55; Wed, 31 Jan 2018 08:20:32 +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 57674160C25 for ; Wed, 31 Jan 2018 09:20:31 +0100 (CET) Received: (qmail 26486 invoked by uid 500); 31 Jan 2018 08:20:30 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 26475 invoked by uid 99); 31 Jan 2018 08:20:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2018 08:20:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E48E1191948 for ; Wed, 31 Jan 2018 08:20:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.011 X-Spam-Level: X-Spam-Status: No, score=-109.011 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, 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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id V3WZ3wtB524V for ; Wed, 31 Jan 2018 08:20:25 +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 3D8D060EDD for ; Wed, 31 Jan 2018 08:18: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 79D57E00D2 for ; Wed, 31 Jan 2018 08:18: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 3753A212FC for ; Wed, 31 Jan 2018 08:18:00 +0000 (UTC) Date: Wed, 31 Jan 2018 08:18:00 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (ARIES-1132) blueprint-core 1.3.0 should export org.apache.aries.blueprint and org.apache.aries.blueprint.services with version 1.3.0 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/ARIES-1132?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed ARIES-1132. ---------------------------------- Resolution: Won't Fix Assignee: Guillaume Nodet Semantic versioning is used for exported packages, so that's expected. > blueprint-core 1.3.0 should export org.apache.aries.blueprint and org.apa= che.aries.blueprint.services with version 1.3.0 > -------------------------------------------------------------------------= ----------------------------------------------- > > Key: ARIES-1132 > URL: https://issues.apache.org/jira/browse/ARIES-1132 > Project: Aries > Issue Type: Bug > Components: Blueprint > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Guillaume Nodet > Priority: Major > > blueprint-core 1.3.0 exports package org.apache.aries.blueprint.services = with version 1.2.0: > [code] > karaf@root()> la|grep -i "blueprint core" > [ 8] [ Active] [ 20] Apache Aries Blueprint Core (1.3.0), Fragment= s: 48 > karaf@root()> bundle:headers 8|grep -i services org.apache.aries.bl= ueprint.services;uses:=3D"org.osgi.framework,org.osgi.service.blueprint.con= tainer,org.apache.aries.blueprint,org.osgi.service.blueprint.reflect,org.ap= ache.aries.proxy";version=3D1.2.0, > [code] > It should be 1.3.0. > It's the same for package org.apache.aries.blueprint (exported in version= 1.2.0 instead of 1.3.0). > I'm preparing a patch to fix that. -- This message was sent by Atlassian JIRA (v7.6.3#76005)