Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36B4C10A37 for ; Thu, 13 Jun 2013 11:02:20 +0000 (UTC) Received: (qmail 21445 invoked by uid 500); 13 Jun 2013 11:02:19 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 21276 invoked by uid 500); 13 Jun 2013 11:02:19 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 21232 invoked by uid 99); 13 Jun 2013 11:02:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 11:02:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mcculls@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 11:02:13 +0000 Received: by mail-we0-f172.google.com with SMTP id q56so7960274wes.31 for ; Thu, 13 Jun 2013 04:01:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=nwuUXjqa979aN+PESWhkia2zp30ZtXJ4mPO9vdA9Ybg=; b=NNYvpX8XoZpiq8Wgmn6H8+LEMBooFRuUt0/g/G5TlbfJihEumPgSrBHTE+UfvzVw7N GgLS+Y+CNURgEuCCeqJfeHkDsdAgqAGlMSgGuIFZM9N3z/AL1Dm9zwpXOVURyldfMtu+ fc5QnPgJGfJLM0CdtxJpwrVCZKwTPmKFJmqlabLTAzxSXlpNZzcu3Lqaa8Cj8d7viIBO gAwUTEKpxrKG8sGbwDJjTPh6Oc0oIU2GrCmzMNScA2swuWemDQydwdow/JAk0NMoJw+J owh3br6RZnS1+Y1JlGBK6c9cGiktrBXokPI/RtUqnyvjg1lRw4eafMsiHI8FJawB6r47 LvLA== X-Received: by 10.194.93.201 with SMTP id cw9mr182816wjb.68.1371121312476; Thu, 13 Jun 2013 04:01:52 -0700 (PDT) Received: from [192.168.1.64] (host86-145-53-41.range86-145.btcentralplus.com. [86.145.53.41]) by mx.google.com with ESMTPSA id b11sm9274713wiv.10.2013.06.13.04.01.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 04:01:51 -0700 (PDT) From: Stuart McCulloch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [ANN] Felix maven-bundle-plugin 2.4.0 Released Date: Thu, 13 Jun 2013 12:01:48 +0100 Message-Id: <58662A51-57DB-4A7E-8E25-285CE5DB989D@gmail.com> To: users@felix.apache.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org The Apache Felix team is pleased to announce the release of = maven-bundle-plugin 2.4.0 which uses the latest release of bnd (2.1.0) This is a plugin for building OSGi bundles in Maven by using the bnd = library from Peter Kriens: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html = http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.4.0/d= oc/site/index.html http://www.aqute.biz/Bnd/Bnd https://github.com/bndtools/bnd This release is available from = http://felix.apache.org/site/downloads.cgi and Maven: org.apache.felix maven-bundle-plugin 2.4.0 Release Notes: ** Bug * [FELIX-3293] - Exception while creating empty fragment bundles = with version 2.3.6 * [FELIX-3349] - wrong bundle manifest contents in some cases * [FELIX-3352] - Maven Bundle Plugin ignores resource properties = configured inside section * [FELIX-3407] - Imports are missed for generics * [FELIX-3497] - Wrong artifact type attached as a secondary = artifact when project packaging is set to "pom" * [FELIX-3582] - finalName not properly populated in = maven-bundle-plugin with buildnumber-maven-plugin * [FELIX-3585] - Dependencies with classes or resources in the = default package cannot be embedded * [FELIX-3601] - Incorrect namespace in component XML for DS = Annotations * [FELIX-3619] - "IOException: Failed to delete repository.xml while = trying to rename" in maven-bundle-plugin * [FELIX-3630] - Packages exported by bundle are (re)-imported with = incorrect version * [FELIX-3638] - Missing package import for annotation default value * [FELIX-3772] - maven-bundle-plugin does not scan blueprint in = workspace outside default location * [FELIX-3973] - Exclusion from {local-packages} doesn't work = anymore * [FELIX-4005] - Maven Bundle Plugin fails with = ArrayIndexOutOfBoundsException, "Invalid Class File" errors with Java 8 = features * [FELIX-4017] - @ProviderType does not work (bnd "provide:=3Dtrue" = annotation?) ** Improvement * [FELIX-3277] - Support BND Service Component generation * [FELIX-3602] - The bundle plugin should generate the blueprint = header with the file locations ** Task * [FELIX-4118] - Release the Maven Bundle Plugin version 2.4.0 ** Wish * [FELIX-4067] - Old BND used causes problems during annotations = processing Enjoy! -The Felix team --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org